diff --git a/latest/extensions/api/classes/_core_api_cluster_feature_.clusterfeature/index.html b/latest/extensions/api/classes/_core_api_cluster_feature_.clusterfeature/index.html index 79e67c56f4..d8ec0fe240 100644 --- a/latest/extensions/api/classes/_core_api_cluster_feature_.clusterfeature/index.html +++ b/latest/extensions/api/classes/_core_api_cluster_feature_.clusterfeature/index.html @@ -992,19 +992,19 @@

Properties#

config#

config: any

-

Defined in src/extensions/cluster-feature.ts:21

+

Defined in src/extensions/cluster-feature.ts:21


latestVersion#

latestVersion: string

-

Defined in src/extensions/cluster-feature.ts:20

+

Defined in src/extensions/cluster-feature.ts:20


name#

name: string

-

Defined in src/extensions/cluster-feature.ts:19

+

Defined in src/extensions/cluster-feature.ts:19

Methods#

Protected applyResources#

applyResources(cluster: Cluster, resources: string[]): Promise‹void›

-

Defined in src/extensions/cluster-feature.ts:38

+

Defined in src/extensions/cluster-feature.ts:38

Parameters:

@@ -1028,7 +1028,7 @@

Abstract install#

install(cluster: Cluster): Promise‹void›

-

Defined in src/extensions/cluster-feature.ts:30

+

Defined in src/extensions/cluster-feature.ts:30

Parameters:

@@ -1048,7 +1048,7 @@

Protected renderTemplates#

renderTemplates(folderPath: string): string[]

-

Defined in src/extensions/cluster-feature.ts:46

+

Defined in src/extensions/cluster-feature.ts:46

Parameters:

@@ -1068,7 +1068,7 @@

Abstract uninstall#

uninstall(cluster: Cluster): Promise‹void›

-

Defined in src/extensions/cluster-feature.ts:34

+

Defined in src/extensions/cluster-feature.ts:34

Parameters:

@@ -1088,7 +1088,7 @@

Abstract updateStatus#

updateStatus(cluster: Cluster): Promise‹ClusterFeatureStatus

-

Defined in src/extensions/cluster-feature.ts:36

+

Defined in src/extensions/cluster-feature.ts:36

Parameters:

@@ -1108,7 +1108,7 @@

Abstract upgrade#

upgrade(cluster: Cluster): Promise‹void›

-

Defined in src/extensions/cluster-feature.ts:32

+

Defined in src/extensions/cluster-feature.ts:32

Parameters:

@@ -1128,19 +1128,19 @@

Object literals#

status#

status: object#

-

Defined in src/extensions/cluster-feature.ts:23

+

Defined in src/extensions/cluster-feature.ts:23

canUpgrade#

canUpgrade: false = false

-

Defined in src/extensions/cluster-feature.ts:27

+

Defined in src/extensions/cluster-feature.ts:27

currentVersion#

currentVersion: null = null

-

Defined in src/extensions/cluster-feature.ts:24

+

Defined in src/extensions/cluster-feature.ts:24

installed#

installed: false = false

-

Defined in src/extensions/cluster-feature.ts:25

+

Defined in src/extensions/cluster-feature.ts:25

latestVersion#

latestVersion: null = null

-

Defined in src/extensions/cluster-feature.ts:26

+

Defined in src/extensions/cluster-feature.ts:26

diff --git a/latest/extensions/api/classes/_core_api_stores_.cluster/index.html b/latest/extensions/api/classes/_core_api_stores_.cluster/index.html index 603e4562ed..0555ef441f 100644 --- a/latest/extensions/api/classes/_core_api_stores_.cluster/index.html +++ b/latest/extensions/api/classes/_core_api_stores_.cluster/index.html @@ -1408,7 +1408,7 @@

Constructors#

constructor#

+ new Cluster(model: ClusterModel): Cluster

-

Defined in src/main/cluster.ts:91

+

Defined in src/main/cluster.ts:91

Parameters:

@@ -1428,150 +1428,150 @@

Properties#

accessible#

accessible: boolean = false

-

Defined in src/main/cluster.ts:72

+

Defined in src/main/cluster.ts:72


accessibleNamespaces#

accessibleNamespaces: string[] = []

Implementation of ClusterModel.accessibleNamespaces

-

Defined in src/main/cluster.ts:83

+

Defined in src/main/cluster.ts:83


Protected activated#

activated: boolean = false

-

Defined in src/main/cluster.ts:59

+

Defined in src/main/cluster.ts:59


allowedNamespaces#

allowedNamespaces: string[] = []

-

Defined in src/main/cluster.ts:81

+

Defined in src/main/cluster.ts:81


allowedResources#

allowedResources: string[] = []

-

Defined in src/main/cluster.ts:82

+

Defined in src/main/cluster.ts:82


apiUrl#

apiUrl: string

-

Defined in src/main/cluster.ts:68

+

Defined in src/main/cluster.ts:68


contextHandler#

contextHandler: ContextHandler

-

Defined in src/main/cluster.ts:55

+

Defined in src/main/cluster.ts:55


contextName#

contextName: string

Implementation of ClusterModel.contextName

-

Defined in src/main/cluster.ts:65

+

Defined in src/main/cluster.ts:65


disconnected#

disconnected: boolean = true

-

Defined in src/main/cluster.ts:75

+

Defined in src/main/cluster.ts:75


enabled#

enabled: boolean = false

-

Defined in src/main/cluster.ts:70

+

Defined in src/main/cluster.ts:70


eventCount#

eventCount: number = 0

-

Defined in src/main/cluster.ts:78

+

Defined in src/main/cluster.ts:78


Protected eventDisposers#

eventDisposers: Function[] = []

-

Defined in src/main/cluster.ts:58

+

Defined in src/main/cluster.ts:58


failureReason#

failureReason: string

-

Defined in src/main/cluster.ts:76

+

Defined in src/main/cluster.ts:76


frameId#

frameId: number

-

Defined in src/main/cluster.ts:53

+

Defined in src/main/cluster.ts:53


id#

id: ClusterId

Implementation of ClusterModel.id

-

Defined in src/main/cluster.ts:52

+

Defined in src/main/cluster.ts:52


initialized#

initialized: boolean = false

-

Defined in src/main/cluster.ts:64

+

Defined in src/main/cluster.ts:64


isAdmin#

isAdmin: boolean = false

-

Defined in src/main/cluster.ts:77

+

Defined in src/main/cluster.ts:77


kubeConfigPath#

kubeConfigPath: string

Implementation of ClusterModel.kubeConfigPath

-

Defined in src/main/cluster.ts:67

+

Defined in src/main/cluster.ts:67


kubeCtl#

kubeCtl: Kubectl

-

Defined in src/main/cluster.ts:54

+

Defined in src/main/cluster.ts:54


kubeProxyUrl#

kubeProxyUrl: string

-

Defined in src/main/cluster.ts:69

+

Defined in src/main/cluster.ts:69


Protected kubeconfigManager#

kubeconfigManager: KubeconfigManager

-

Defined in src/main/cluster.ts:57

+

Defined in src/main/cluster.ts:57


metadata#

metadata: ClusterMetadata

Implementation of ClusterModel.metadata

-

Defined in src/main/cluster.ts:80

+

Defined in src/main/cluster.ts:80


online#

online: boolean = false

-

Defined in src/main/cluster.ts:71

+

Defined in src/main/cluster.ts:71


ownerRef#

ownerRef: string

Implementation of ClusterModel.ownerRef

-

Defined in src/main/cluster.ts:56

+

Defined in src/main/cluster.ts:56


preferences#

preferences: ClusterPreferences

Implementation of ClusterModel.preferences

-

Defined in src/main/cluster.ts:79

+

Defined in src/main/cluster.ts:79


ready#

ready: boolean = false

-

Defined in src/main/cluster.ts:73

+

Defined in src/main/cluster.ts:73


reconnecting#

reconnecting: boolean = false

-

Defined in src/main/cluster.ts:74

+

Defined in src/main/cluster.ts:74


whenInitialized#

whenInitialized: Promise‹void› & object = when(() => this.initialized)

-

Defined in src/main/cluster.ts:61

+

Defined in src/main/cluster.ts:61


whenReady#

whenReady: Promise‹void› & object = when(() => this.ready)

-

Defined in src/main/cluster.ts:62

+

Defined in src/main/cluster.ts:62


workspace#

workspace: WorkspaceId

Implementation of ClusterModel.workspace

-

Defined in src/main/cluster.ts:66

+

Defined in src/main/cluster.ts:66

Accessors#

available#

get available(): boolean

-

Defined in src/main/cluster.ts:85

+

Defined in src/main/cluster.ts:85

Returns: boolean


isManaged#

get isManaged(): boolean

-

Defined in src/main/cluster.ts:101

+

Defined in src/main/cluster.ts:101

Returns: boolean


version#

get version(): string

-

Defined in src/main/cluster.ts:89

+

Defined in src/main/cluster.ts:89

Returns: string

Methods#

activate#

activate(force: boolean): Promise‹void›

-

Defined in src/main/cluster.ts:153

+

Defined in src/main/cluster.ts:153

Parameters:

@@ -1593,12 +1593,12 @@

Protected bindEvents#

bindEvents(): void

-

Defined in src/main/cluster.ts:130

+

Defined in src/main/cluster.ts:130

Returns: void


canI#

canI(resourceAttributes: V1ResourceAttributes): Promise‹boolean›

-

Defined in src/main/cluster.ts:309

+

Defined in src/main/cluster.ts:309

Parameters:

@@ -1618,37 +1618,37 @@

disconnect#

disconnect(): void

-

Defined in src/main/cluster.ts:186

+

Defined in src/main/cluster.ts:186

Returns: void


Protected getAllowedNamespaces#

getAllowedNamespaces(): Promise‹string[]›

-

Defined in src/main/cluster.ts:429

+

Defined in src/main/cluster.ts:429

Returns: Promise‹string[]›


Protected getAllowedResources#

getAllowedResources(): Promise‹("pods" | "namespaces" | "nodes" | "events" | "resourcequotas" | "services" | "secrets" | "configmaps" | "ingresses" | "networkpolicies" | "persistentvolumes" | "storageclasses" | "daemonsets" | "deployments" | "statefulsets" | "replicasets" | "jobs" | "cronjobs" | "endpoints" | "customresourcedefinitions" | "horizontalpodautoscalers" | "podsecuritypolicies" | "poddisruptionbudgets")[]›

-

Defined in src/main/cluster.ts:454

+

Defined in src/main/cluster.ts:454

Returns: Promise‹("pods" | "namespaces" | "nodes" | "events" | "resourcequotas" | "services" | "secrets" | "configmaps" | "ingresses" | "networkpolicies" | "persistentvolumes" | "storageclasses" | "daemonsets" | "deployments" | "statefulsets" | "replicasets" | "jobs" | "cronjobs" | "endpoints" | "customresourcedefinitions" | "horizontalpodautoscalers" | "podsecuritypolicies" | "poddisruptionbudgets")[]›


Protected getConnectionStatus#

getConnectionStatus(): Promise‹ClusterStatus›

-

Defined in src/main/cluster.ts:279

+

Defined in src/main/cluster.ts:279

Returns: Promise‹ClusterStatus›


Protected getEventCount#

getEventCount(): Promise‹number›

-

Defined in src/main/cluster.ts:332

+

Defined in src/main/cluster.ts:332

Returns: Promise‹number›


Protected getKubeconfig#

getKubeconfig(): KubeConfig

-

Defined in src/main/cluster.ts:243

+

Defined in src/main/cluster.ts:243

Returns: KubeConfig


getMeta#

getMeta(): object

-

Defined in src/main/cluster.ts:417

+

Defined in src/main/cluster.ts:417

Returns: object

@@ -1700,22 +1700,22 @@

getProxyKubeconfig#

getProxyKubeconfig(): KubeConfig

-

Defined in src/main/cluster.ts:247

+

Defined in src/main/cluster.ts:247

Returns: KubeConfig


getProxyKubeconfigPath#

getProxyKubeconfigPath(): string

-

Defined in src/main/cluster.ts:251

+

Defined in src/main/cluster.ts:251

Returns: string


getState#

getState(): ClusterState

-

Defined in src/main/cluster.ts:383

+

Defined in src/main/cluster.ts:383

Returns: ClusterState


init#

init(port: number): Promise‹void›

-

Defined in src/main/cluster.ts:111

+

Defined in src/main/cluster.ts:111

Parameters:

@@ -1735,12 +1735,12 @@

isClusterAdmin#

isClusterAdmin(): Promise‹boolean›

-

Defined in src/main/cluster.ts:324

+

Defined in src/main/cluster.ts:324

Returns: Promise‹boolean›


Protected k8sRequest#

k8sRequestT›(path: string, options: RequestPromiseOptions): Promise‹T›

-

Defined in src/main/cluster.ts:255

+

Defined in src/main/cluster.ts:255

Type parameters:

T

Parameters:

@@ -1769,7 +1769,7 @@

pushState#

pushState(state: ClusterState): void

-

Defined in src/main/cluster.ts:407

+

Defined in src/main/cluster.ts:407

Parameters:

@@ -1791,12 +1791,12 @@

reconnect#

reconnect(): Promise‹void›

-

Defined in src/main/cluster.ts:178

+

Defined in src/main/cluster.ts:178

Returns: Promise‹void›


refresh#

refresh(opts: ClusterRefreshOptions): Promise‹void›

-

Defined in src/main/cluster.ts:199

+

Defined in src/main/cluster.ts:199

Parameters:

@@ -1818,27 +1818,27 @@

refreshAllowedResources#

refreshAllowedResources(): Promise‹void›

-

Defined in src/main/cluster.ts:233

+

Defined in src/main/cluster.ts:233

Returns: Promise‹void›


refreshConnectionStatus#

refreshConnectionStatus(): Promise‹void›

-

Defined in src/main/cluster.ts:226

+

Defined in src/main/cluster.ts:226

Returns: Promise‹void›


refreshEvents#

refreshEvents(): Promise‹void›

-

Defined in src/main/cluster.ts:239

+

Defined in src/main/cluster.ts:239

Returns: Promise‹void›


refreshMetadata#

refreshMetadata(): Promise‹void›

-

Defined in src/main/cluster.ts:218

+

Defined in src/main/cluster.ts:218

Returns: Promise‹void›


setState#

setState(state: ClusterState): void

-

Defined in src/main/cluster.ts:403

+

Defined in src/main/cluster.ts:403

Parameters:

@@ -1858,17 +1858,17 @@

toJSON#

toJSON(): ClusterModel

-

Defined in src/main/cluster.ts:366

+

Defined in src/main/cluster.ts:366

Returns: ClusterModel


Protected unbindEvents#

unbindEvents(): void

-

Defined in src/main/cluster.ts:146

+

Defined in src/main/cluster.ts:146

Returns: void


updateModel#

updateModel(model: ClusterModel): void

-

Defined in src/main/cluster.ts:106

+

Defined in src/main/cluster.ts:106

Parameters:

diff --git a/latest/extensions/api/classes/_core_api_stores_.extensionstore/index.html b/latest/extensions/api/classes/_core_api_stores_.extensionstore/index.html index 2a6279ca0d..25b4a0dc78 100644 --- a/latest/extensions/api/classes/_core_api_stores_.extensionstore/index.html +++ b/latest/extensions/api/classes/_core_api_stores_.extensionstore/index.html @@ -1143,7 +1143,7 @@

Protected constructor#

+ new ExtensionStore(params: BaseStoreParams): ExtensionStore

Inherited from ExtensionStore.constructor

-

Defined in src/common/base-store.ts:24

+

Defined in src/common/base-store.ts:24

Parameters:

@@ -1164,59 +1164,59 @@

data#

data: T = {} as T

Inherited from ExtensionStore.data

-

Defined in src/common/base-store.ts:24

+

Defined in src/common/base-store.ts:24


Protected extension#

extension: LensExtension

-

Defined in src/extensions/extension-store.ts:6

+

Defined in src/extensions/extension-store.ts:6


isLoaded#

isLoaded: boolean = false

Inherited from ExtensionStore.isLoaded

-

Defined in src/common/base-store.ts:23

+

Defined in src/common/base-store.ts:23


Protected params#

params: BaseStoreParams

Inherited from ExtensionStore.params

-

Defined in src/common/base-store.ts:26

+

Defined in src/common/base-store.ts:26


Protected storeConfig#

storeConfig: Config‹T›

Inherited from ExtensionStore.storeConfig

-

Defined in src/common/base-store.ts:19

+

Defined in src/common/base-store.ts:19


Protected syncDisposers#

syncDisposers: Function[] = []

Inherited from ExtensionStore.syncDisposers

-

Defined in src/common/base-store.ts:20

+

Defined in src/common/base-store.ts:20


whenLoaded#

whenLoaded: Promise‹void› & object = when(() => this.isLoaded)

Inherited from ExtensionStore.whenLoaded

-

Defined in src/common/base-store.ts:22

+

Defined in src/common/base-store.ts:22

Accessors#

name#

get name(): string

Inherited from ExtensionStore.name

-

Defined in src/common/base-store.ts:36

+

Defined in src/common/base-store.ts:36

Returns: string


path#

get path(): string

Inherited from ExtensionStore.path

-

Defined in src/common/base-store.ts:40

+

Defined in src/common/base-store.ts:40

Returns: string


syncChannel#

get syncChannel(): string

Inherited from ExtensionStore.syncChannel

-

Defined in src/common/base-store.ts:44

+

Defined in src/common/base-store.ts:44

Returns: string

Methods#

Protected applyWithoutSync#

applyWithoutSync(callback: function): void

Inherited from ExtensionStore.applyWithoutSync

-

Defined in src/common/base-store.ts:120

+

Defined in src/common/base-store.ts:120

Parameters:

callback: function

▸ (): void

@@ -1225,25 +1225,25 @@

Protected cwd#

cwd(): string

Overrides void

-

Defined in src/extensions/extension-store.ts:18

+

Defined in src/extensions/extension-store.ts:18

Returns: string


disableSync#

disableSync(): void

Inherited from ExtensionStore.disableSync

-

Defined in src/common/base-store.ts:115

+

Defined in src/common/base-store.ts:115

Returns: void


enableSync#

enableSync(): void

Inherited from ExtensionStore.enableSync

-

Defined in src/common/base-store.ts:83

+

Defined in src/common/base-store.ts:83

Returns: void


Protected fromStore#

fromStore(data: T): void

Inherited from ExtensionStore.fromStore

-

Defined in src/common/base-store.ts:176

+

Defined in src/common/base-store.ts:176

Parameters:

@@ -1264,24 +1264,24 @@

Protected getSubFrames#

getSubFrames(): Promise‹number[]›

Inherited from ExtensionStore.getSubFrames

-

Defined in src/common/base-store.ts:164

+

Defined in src/common/base-store.ts:164

Returns: Promise‹number[]›


Protected init#

init(): Promise‹void›

Inherited from ExtensionStore.init

-

Defined in src/common/base-store.ts:48

+

Defined in src/common/base-store.ts:48

Returns: Promise‹void›


load#

load(): Promise‹void›

Overrides void

-

Defined in src/extensions/extension-store.ts:13

+

Defined in src/extensions/extension-store.ts:13

Returns: Promise‹void›


loadExtension#

loadExtension(extension: LensExtension): Promise‹void›

-

Defined in src/extensions/extension-store.ts:8

+

Defined in src/extensions/extension-store.ts:8

Parameters:

@@ -1302,7 +1302,7 @@

Protected onModelChange#

onModelChange(model: T): Promise‹void›

Inherited from ExtensionStore.onModelChange

-

Defined in src/common/base-store.ts:135

+

Defined in src/common/base-store.ts:135

Parameters:

@@ -1323,7 +1323,7 @@

Protected onSync#

onSync(model: T): void

Inherited from ExtensionStore.onSync

-

Defined in src/common/base-store.ts:128

+

Defined in src/common/base-store.ts:128

Parameters:

@@ -1344,7 +1344,7 @@

Protected onSyncFromMain#

onSyncFromMain(model: T): void

Inherited from ExtensionStore.onSyncFromMain

-

Defined in src/common/base-store.ts:105

+

Defined in src/common/base-store.ts:105

Parameters:

@@ -1365,7 +1365,7 @@

Protected saveToFile#

saveToFile(model: T): Promise‹void›

Inherited from ExtensionStore.saveToFile

-

Defined in src/common/base-store.ts:75

+

Defined in src/common/base-store.ts:75

Parameters:

@@ -1386,7 +1386,7 @@

Protected syncToWebViews#

syncToWebViews(model: T): Promise‹void›

Inherited from ExtensionStore.syncToWebViews

-

Defined in src/common/base-store.ts:146

+

Defined in src/common/base-store.ts:146

Parameters:

@@ -1407,19 +1407,19 @@

toJSON#

toJSON(): T

Inherited from ExtensionStore.toJSON

-

Defined in src/common/base-store.ts:182

+

Defined in src/common/base-store.ts:182

Returns: T


unregisterIpcListener#

unregisterIpcListener(): void

Inherited from ExtensionStore.unregisterIpcListener

-

Defined in src/common/base-store.ts:111

+

Defined in src/common/base-store.ts:111

Returns: void


Static getInstance#

getInstanceT›(...args: ConstructorParameters‹Constructor‹T››): T

Inherited from ExtensionStore.getInstance

-

Defined in src/common/utils/singleton.ts:15

+

Defined in src/common/utils/singleton.ts:15

Type parameters:

T

Parameters:

@@ -1442,7 +1442,7 @@

Static resetInstance#

resetInstance(): void

Inherited from ExtensionStore.resetInstance

-

Defined in src/common/utils/singleton.ts:22

+

Defined in src/common/utils/singleton.ts:22

Returns: void

diff --git a/latest/extensions/api/classes/_core_api_stores_.workspace/index.html b/latest/extensions/api/classes/_core_api_stores_.workspace/index.html index df065102ed..bc5d410131 100644 --- a/latest/extensions/api/classes/_core_api_stores_.workspace/index.html +++ b/latest/extensions/api/classes/_core_api_stores_.workspace/index.html @@ -1000,7 +1000,7 @@

Constructors#

constructor#

+ new Workspace(data: WorkspaceModel): Workspace

-

Defined in src/common/workspace-store.ts:32

+

Defined in src/common/workspace-store.ts:32

Parameters:

@@ -1021,40 +1021,40 @@

Optional description#

description? : string

Implementation of WorkspaceModel.description

-

Defined in src/common/workspace-store.ts:30

+

Defined in src/common/workspace-store.ts:30


enabled#

enabled: boolean

-

Defined in src/common/workspace-store.ts:32

+

Defined in src/common/workspace-store.ts:32


id#

id: WorkspaceId

Implementation of WorkspaceModel.id

-

Defined in src/common/workspace-store.ts:28

+

Defined in src/common/workspace-store.ts:28


name#

name: string

Implementation of WorkspaceModel.name

-

Defined in src/common/workspace-store.ts:29

+

Defined in src/common/workspace-store.ts:29


Optional ownerRef#

ownerRef? : string

Implementation of WorkspaceModel.ownerRef

-

Defined in src/common/workspace-store.ts:31

+

Defined in src/common/workspace-store.ts:31

Accessors#

isManaged#

get isManaged(): boolean

-

Defined in src/common/workspace-store.ts:44

+

Defined in src/common/workspace-store.ts:44

Returns: boolean

Methods#

getState#

getState(): WorkspaceState

-

Defined in src/common/workspace-store.ts:48

+

Defined in src/common/workspace-store.ts:48

Returns: WorkspaceState


pushState#

pushState(state: WorkspaceState): void

-

Defined in src/common/workspace-store.ts:54

+

Defined in src/common/workspace-store.ts:54

Parameters:

@@ -1076,7 +1076,7 @@

setState#

setState(state: WorkspaceState): void

-

Defined in src/common/workspace-store.ts:63

+

Defined in src/common/workspace-store.ts:63

Parameters:

@@ -1096,7 +1096,7 @@

toJSON#

toJSON(): WorkspaceModel

-

Defined in src/common/workspace-store.ts:67

+

Defined in src/common/workspace-store.ts:67

Returns: WorkspaceModel

diff --git a/latest/extensions/api/classes/_core_api_utils_.singleton/index.html b/latest/extensions/api/classes/_core_api_utils_.singleton/index.html index d7258e6c57..293ec7b35b 100644 --- a/latest/extensions/api/classes/_core_api_utils_.singleton/index.html +++ b/latest/extensions/api/classes/_core_api_utils_.singleton/index.html @@ -847,7 +847,7 @@

Methods#

Static getInstance#

getInstanceT›(...args: ConstructorParameters‹Constructor‹T››): T

-

Defined in src/common/utils/singleton.ts:15

+

Defined in src/common/utils/singleton.ts:15

Type parameters:

T

Parameters:

@@ -869,7 +869,7 @@

Static resetInstance#

resetInstance(): void

-

Defined in src/common/utils/singleton.ts:22

+

Defined in src/common/utils/singleton.ts:22

Returns: void

diff --git a/latest/extensions/api/classes/_renderer_api_components_.badge/index.html b/latest/extensions/api/classes/_renderer_api_components_.badge/index.html index 45789f9699..7c3cfaffe2 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.badge/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.badge/index.html @@ -1440,7 +1440,7 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/badge/badge.tsx:14

+

Defined in src/renderer/components/badge/badge.tsx:14

Returns: Element‹›


setState#

diff --git a/latest/extensions/api/classes/_renderer_api_components_.button/index.html b/latest/extensions/api/classes/_renderer_api_components_.button/index.html index 06d1b2dc21..6b5dec1880 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.button/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.button/index.html @@ -1217,7 +1217,7 @@ lifecycle events from running.


render#

render(): Element‹›

-

Defined in src/renderer/components/button/button.tsx:26

+

Defined in src/renderer/components/button/button.tsx:26

Returns: Element‹›


Optional shouldComponentUpdate#

diff --git a/latest/extensions/api/classes/_renderer_api_components_.checkbox/index.html b/latest/extensions/api/classes/_renderer_api_components_.checkbox/index.html index 640b87c496..15ba8fe7ce 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.checkbox/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.checkbox/index.html @@ -1234,12 +1234,12 @@ lifecycle events from running.


getValue#

getValue(): boolean

-

Defined in src/renderer/components/checkbox/checkbox.tsx:25

+

Defined in src/renderer/components/checkbox/checkbox.tsx:25

Returns: boolean


onChange#

onChange(evt: ChangeEvent‹HTMLInputElement›): void

-

Defined in src/renderer/components/checkbox/checkbox.tsx:19

+

Defined in src/renderer/components/checkbox/checkbox.tsx:19

Parameters:

@@ -1259,7 +1259,7 @@ lifecycle events from running.


render#

render(): Element‹›

-

Defined in src/renderer/components/checkbox/checkbox.tsx:30

+

Defined in src/renderer/components/checkbox/checkbox.tsx:30

Returns: Element‹›


Optional shouldComponentUpdate#

diff --git a/latest/extensions/api/classes/_renderer_api_components_.confirmdialog/index.html b/latest/extensions/api/classes/_renderer_api_components_.confirmdialog/index.html index d61b22dfb2..c4b1dcb413 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.confirmdialog/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.confirmdialog/index.html @@ -1279,7 +1279,7 @@ Should be used with type annotation or static contextType.


isSaving#

isSaving: boolean = false

-

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:30

+

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:30


props#

props: Readonly‹ConfirmDialogProps› & Readonly‹object›

@@ -1323,15 +1323,15 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs


Static isOpen#

isOpen: boolean = false

-

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:27

+

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:27


Static params#

params: ConfirmDialogParams

-

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:28

+

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:28

Accessors#

params#

get params(): ConfirmDialogParams

-

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:48

+

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:48

Returns: ConfirmDialogParams

Methods#

Optional UNSAFE_componentWillMount#

@@ -1422,7 +1422,7 @@ prevents this from being invoked.


close#

close(): void

-

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:66

+

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:66

Returns: void


Optional componentDidCatch#

@@ -1622,18 +1622,18 @@ lifecycle events from running.


ok#

ok(): Promise‹void›

-

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:52

+

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:52

Returns: Promise‹void›


onClose#

onClose(): void

-

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:62

+

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:62

Returns: void


render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:70

+

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:70

Returns: Element‹›


setState#

@@ -1685,12 +1685,12 @@ and componentDidUpdate will not be called.


Static close#

close(): void

-

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:37

+

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:37

Returns: void


Static open#

open(params: ConfirmDialogParams): void

-

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:32

+

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:32

Parameters:

@@ -1710,19 +1710,19 @@ and componentDidUpdate will not be called.

Object literals#

defaultParams#

defaultParams: object#

-

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:41

+

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:41

icon#

icon: Element‹› =

-

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:45

+

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:45

labelCancel#

labelCancel: Element‹› = Cancel

-

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:44

+

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:44

labelOk#

labelOk: Element‹› = Ok

-

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:43

+

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:43

ok#

ok: any = noop

-

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:42

+

Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:42

diff --git a/latest/extensions/api/classes/_renderer_api_components_.cubespinner/index.html b/latest/extensions/api/classes/_renderer_api_components_.cubespinner/index.html index 1f7a26aac7..698571c3ca 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.cubespinner/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.cubespinner/index.html @@ -1440,7 +1440,7 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/spinner/cube-spinner.tsx:11

+

Defined in src/renderer/components/spinner/cube-spinner.tsx:11

Returns: Element‹›


setState#

diff --git a/latest/extensions/api/classes/_renderer_api_components_.dialog/index.html b/latest/extensions/api/classes/_renderer_api_components_.dialog/index.html index a3321275b8..cf12d4f99a 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.dialog/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.dialog/index.html @@ -1187,16 +1187,16 @@

Properties#

closeOnNavigate#

closeOnNavigate: IReactionDisposer = reaction(() => navigation.getPath(), () => this.close())

-

Defined in src/renderer/components/dialog/dialog.tsx:45

+

Defined in src/renderer/components/dialog/dialog.tsx:45

Accessors#

elem#

get elem(): HTMLElement

-

Defined in src/renderer/components/dialog/dialog.tsx:51

+

Defined in src/renderer/components/dialog/dialog.tsx:51

Returns: HTMLElement


isOpen#

get isOpen(): boolean

-

Defined in src/renderer/components/dialog/dialog.tsx:55

+

Defined in src/renderer/components/dialog/dialog.tsx:55

Returns: boolean

Methods#

Optional UNSAFE_componentWillMount#

@@ -1287,7 +1287,7 @@ prevents this from being invoked.


close#

close(): void

-

Defined in src/renderer/components/dialog/dialog.tsx:85

+

Defined in src/renderer/components/dialog/dialog.tsx:85

Returns: void


Optional componentDidCatch#

@@ -1320,13 +1320,13 @@ the entire component tree to unmount.

componentDidMount#

componentDidMount(): void

Overrides WizardLayout.componentDidMount

-

Defined in src/renderer/components/dialog/dialog.tsx:59

+

Defined in src/renderer/components/dialog/dialog.tsx:59

Returns: void


componentDidUpdate#

componentDidUpdate(prevProps: DialogProps): void

Overrides PageLayout.componentDidUpdate

-

Defined in src/renderer/components/dialog/dialog.tsx:63

+

Defined in src/renderer/components/dialog/dialog.tsx:63

Parameters:

@@ -1394,7 +1394,7 @@ prevents this from being invoked.

componentWillUnmount#

componentWillUnmount(): void

Overrides WizardLayout.componentWillUnmount

-

Defined in src/renderer/components/dialog/dialog.tsx:70

+

Defined in src/renderer/components/dialog/dialog.tsx:70

Returns: void


Optional componentWillUpdate#

@@ -1465,7 +1465,7 @@ lifecycle events from running.


onClickOutside#

onClickOutside(evt: MouseEvent): void

-

Defined in src/renderer/components/dialog/dialog.tsx:116

+

Defined in src/renderer/components/dialog/dialog.tsx:116

Parameters:

@@ -1485,12 +1485,12 @@ lifecycle events from running.


onClose#

onClose(): void

-

Defined in src/renderer/components/dialog/dialog.tsx:100

+

Defined in src/renderer/components/dialog/dialog.tsx:100

Returns: void


onEscapeKey#

onEscapeKey(evt: KeyboardEvent): void

-

Defined in src/renderer/components/dialog/dialog.tsx:108

+

Defined in src/renderer/components/dialog/dialog.tsx:108

Parameters:

@@ -1510,17 +1510,17 @@ lifecycle events from running.


onOpen#

onOpen(): void

-

Defined in src/renderer/components/dialog/dialog.tsx:91

+

Defined in src/renderer/components/dialog/dialog.tsx:91

Returns: void


open#

open(): void

-

Defined in src/renderer/components/dialog/dialog.tsx:79

+

Defined in src/renderer/components/dialog/dialog.tsx:79

Returns: void


render#

render(): ReactPortal‹›

-

Defined in src/renderer/components/dialog/dialog.tsx:124

+

Defined in src/renderer/components/dialog/dialog.tsx:124

Returns: ReactPortal‹›


Optional shouldComponentUpdate#

@@ -1560,7 +1560,7 @@ and componentDidUpdate will not be called.


toggle#

toggle(isOpen: boolean): void

-

Defined in src/renderer/components/dialog/dialog.tsx:74

+

Defined in src/renderer/components/dialog/dialog.tsx:74

Parameters:

@@ -1580,38 +1580,38 @@ and componentDidUpdate will not be called.

Object literals#

state#

state: object#

-

Defined in src/renderer/components/dialog/dialog.tsx:47

+

Defined in src/renderer/components/dialog/dialog.tsx:47

isOpen#

isOpen: boolean = this.props.isOpen

-

Defined in src/renderer/components/dialog/dialog.tsx:48

+

Defined in src/renderer/components/dialog/dialog.tsx:48


Static defaultProps#

defaultProps: object#

-

Defined in src/renderer/components/dialog/dialog.tsx:33

+

Defined in src/renderer/components/dialog/dialog.tsx:33

animated#

animated: true = true

-

Defined in src/renderer/components/dialog/dialog.tsx:40

+

Defined in src/renderer/components/dialog/dialog.tsx:40

close#

close: any = noop

-

Defined in src/renderer/components/dialog/dialog.tsx:36

+

Defined in src/renderer/components/dialog/dialog.tsx:36

isOpen#

isOpen: false = false

-

Defined in src/renderer/components/dialog/dialog.tsx:34

+

Defined in src/renderer/components/dialog/dialog.tsx:34

modal: true = true

-

Defined in src/renderer/components/dialog/dialog.tsx:39

+

Defined in src/renderer/components/dialog/dialog.tsx:39

onClose#

onClose: any = noop

-

Defined in src/renderer/components/dialog/dialog.tsx:38

+

Defined in src/renderer/components/dialog/dialog.tsx:38

onOpen#

onOpen: any = noop

-

Defined in src/renderer/components/dialog/dialog.tsx:37

+

Defined in src/renderer/components/dialog/dialog.tsx:37

open#

open: any = noop

-

Defined in src/renderer/components/dialog/dialog.tsx:35

+

Defined in src/renderer/components/dialog/dialog.tsx:35

pinned#

pinned: false = false

-

Defined in src/renderer/components/dialog/dialog.tsx:41

+

Defined in src/renderer/components/dialog/dialog.tsx:41

diff --git a/latest/extensions/api/classes/_renderer_api_components_.drawer/index.html b/latest/extensions/api/classes/_renderer_api_components_.drawer/index.html index b78d0d02b9..71fef98f1e 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.drawer/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.drawer/index.html @@ -1214,7 +1214,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs


Static defaultProps#

defaultProps: object = defaultProps as object

-

Defined in src/renderer/components/drawer/drawer.tsx:31

+

Defined in src/renderer/components/drawer/drawer.tsx:31

Methods#

Optional UNSAFE_componentWillMount#

UNSAFE_componentWillMount(): void

@@ -1304,7 +1304,7 @@ prevents this from being invoked.


close#

close(): void

-

Defined in src/renderer/components/drawer/drawer.tsx:96

+

Defined in src/renderer/components/drawer/drawer.tsx:96

Returns: void


Optional componentDidCatch#

@@ -1337,7 +1337,7 @@ the entire component tree to unmount.

componentDidMount#

componentDidMount(): void

Overrides WizardLayout.componentDidMount

-

Defined in src/renderer/components/drawer/drawer.tsx:42

+

Defined in src/renderer/components/drawer/drawer.tsx:42

Returns: void


Optional componentDidUpdate#

@@ -1421,7 +1421,7 @@ prevents this from being invoked.

componentWillUnmount#

componentWillUnmount(): void

Overrides WizardLayout.componentWillUnmount

-

Defined in src/renderer/components/drawer/drawer.tsx:49

+

Defined in src/renderer/components/drawer/drawer.tsx:49

Returns: void


Optional componentWillUpdate#

@@ -1501,7 +1501,7 @@ lifecycle events from running.


onClickOutside#

onClickOutside(evt: MouseEvent): void

-

Defined in src/renderer/components/drawer/drawer.tsx:77

+

Defined in src/renderer/components/drawer/drawer.tsx:77

Parameters:

@@ -1521,7 +1521,7 @@ lifecycle events from running.


onEscapeKey#

onEscapeKey(evt: KeyboardEvent): void

-

Defined in src/renderer/components/drawer/drawer.tsx:68

+

Defined in src/renderer/components/drawer/drawer.tsx:68

Parameters:

@@ -1541,7 +1541,7 @@ lifecycle events from running.


onMouseDown#

onMouseDown(evt: MouseEvent): void

-

Defined in src/renderer/components/drawer/drawer.tsx:90

+

Defined in src/renderer/components/drawer/drawer.tsx:90

Parameters:

@@ -1562,17 +1562,17 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/drawer/drawer.tsx:101

+

Defined in src/renderer/components/drawer/drawer.tsx:101

Returns: Element‹›


restoreScrollPos#

restoreScrollPos(): void

-

Defined in src/renderer/components/drawer/drawer.tsx:62

+

Defined in src/renderer/components/drawer/drawer.tsx:62

Returns: void


saveScrollPos#

saveScrollPos(): void

-

Defined in src/renderer/components/drawer/drawer.tsx:56

+

Defined in src/renderer/components/drawer/drawer.tsx:56

Returns: void


setState#

diff --git a/latest/extensions/api/classes/_renderer_api_components_.draweritem/index.html b/latest/extensions/api/classes/_renderer_api_components_.draweritem/index.html index 9b42a7ddc8..17b87ae378 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.draweritem/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.draweritem/index.html @@ -1440,7 +1440,7 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/drawer/drawer-item.tsx:15

+

Defined in src/renderer/components/drawer/drawer-item.tsx:15

Returns: Element‹›


setState#

diff --git a/latest/extensions/api/classes/_renderer_api_components_.drawerparamtoggler/index.html b/latest/extensions/api/classes/_renderer_api_components_.drawerparamtoggler/index.html index b843095090..6250fe912d 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.drawerparamtoggler/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.drawerparamtoggler/index.html @@ -1141,7 +1141,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs

state#

state: State

Overrides PageLayout.state

-

Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:16

+

Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:16


Static Optional contextType#

contextType? : Context‹any›

@@ -1446,7 +1446,7 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:22

+

Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:22

Returns: Element‹›


setState#

@@ -1498,7 +1498,7 @@ and componentDidUpdate will not be called.


toggle#

toggle(): void

-

Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:18

+

Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:18

Returns: void

diff --git a/latest/extensions/api/classes/_renderer_api_components_.drawertitle/index.html b/latest/extensions/api/classes/_renderer_api_components_.drawertitle/index.html index 766418f674..f62378d345 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.drawertitle/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.drawertitle/index.html @@ -1440,7 +1440,7 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/drawer/drawer-title.tsx:11

+

Defined in src/renderer/components/drawer/drawer-title.tsx:11

Returns: Element‹›


setState#

diff --git a/latest/extensions/api/classes/_renderer_api_components_.icon/index.html b/latest/extensions/api/classes/_renderer_api_components_.icon/index.html index df1e4fdc12..d297f2d9ed 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.icon/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.icon/index.html @@ -1038,7 +1038,7 @@

Accessors#

isInteractive#

get isInteractive(): boolean

-

Defined in src/renderer/components/icon/icon.tsx:33

+

Defined in src/renderer/components/icon/icon.tsx:33

Returns: boolean

Methods#

Optional UNSAFE_componentWillMount#

@@ -1315,7 +1315,7 @@ lifecycle events from running.


onClick#

onClick(evt: MouseEvent): void

-

Defined in src/renderer/components/icon/icon.tsx:39

+

Defined in src/renderer/components/icon/icon.tsx:39

Parameters:

@@ -1335,7 +1335,7 @@ lifecycle events from running.


onKeyDown#

onKeyDown(evt: KeyboardEvent‹any›): void

-

Defined in src/renderer/components/icon/icon.tsx:49

+

Defined in src/renderer/components/icon/icon.tsx:49

Parameters:

@@ -1355,7 +1355,7 @@ lifecycle events from running.


render#

render(): Element‹›

-

Defined in src/renderer/components/icon/icon.tsx:63

+

Defined in src/renderer/components/icon/icon.tsx:63

Returns: Element‹›


Optional shouldComponentUpdate#

@@ -1395,10 +1395,10 @@ and componentDidUpdate will not be called.

Object literals#

Static defaultProps#

defaultProps: object#

-

Defined in src/renderer/components/icon/icon.tsx:29

+

Defined in src/renderer/components/icon/icon.tsx:29

focusable#

focusable: true = true

-

Defined in src/renderer/components/icon/icon.tsx:30

+

Defined in src/renderer/components/icon/icon.tsx:30

diff --git a/latest/extensions/api/classes/_renderer_api_components_.input/index.html b/latest/extensions/api/classes/_renderer_api_components_.input/index.html index 9775b72613..c28c619efd 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.input/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.input/index.html @@ -1334,7 +1334,7 @@ Should be used with type annotation or static contextType.


input#

input: InputElement

-

Defined in src/renderer/components/input/input.tsx:55

+

Defined in src/renderer/components/input/input.tsx:55


props#

props: Readonly‹InputProps› & Readonly‹object›

@@ -1354,7 +1354,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs


validators#

validators: InputValidator[] = []

-

Defined in src/renderer/components/input/input.tsx:56

+

Defined in src/renderer/components/input/input.tsx:56


Static Optional contextType#

contextType? : Context‹any›

@@ -1377,16 +1377,16 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs


Static defaultProps#

defaultProps: object = defaultProps as object

-

Defined in src/renderer/components/input/input.tsx:53

+

Defined in src/renderer/components/input/input.tsx:53

Accessors#

isUncontrolled#

get isUncontrolled(): boolean

-

Defined in src/renderer/components/input/input.tsx:238

+

Defined in src/renderer/components/input/input.tsx:238

Returns: boolean


showMaxLenIndicator#

get showMaxLenIndicator(): boolean

-

Defined in src/renderer/components/input/input.tsx:233

+

Defined in src/renderer/components/input/input.tsx:233

Returns: boolean

Methods#

Optional UNSAFE_componentWillMount#

@@ -1477,7 +1477,7 @@ prevents this from being invoked.


bindRef#

bindRef(elem: InputElement): void

-

Defined in src/renderer/components/input/input.tsx:262

+

Defined in src/renderer/components/input/input.tsx:262

Parameters:

@@ -1497,7 +1497,7 @@ prevents this from being invoked.


blur#

blur(): void

-

Defined in src/renderer/components/input/input.tsx:84

+

Defined in src/renderer/components/input/input.tsx:84

Returns: void


Optional componentDidCatch#

@@ -1530,13 +1530,13 @@ the entire component tree to unmount.

componentDidMount#

componentDidMount(): void

Overrides WizardLayout.componentDidMount

-

Defined in src/renderer/components/input/input.tsx:242

+

Defined in src/renderer/components/input/input.tsx:242

Returns: void


componentDidUpdate#

componentDidUpdate(prevProps: InputProps): void

Overrides PageLayout.componentDidUpdate

-

Defined in src/renderer/components/input/input.tsx:247

+

Defined in src/renderer/components/input/input.tsx:247

Parameters:

@@ -1647,7 +1647,7 @@ prevents this from being invoked.


focus#

focus(): void

-

Defined in src/renderer/components/input/input.tsx:80

+

Defined in src/renderer/components/input/input.tsx:80

Returns: void


forceUpdate#

@@ -1691,12 +1691,12 @@ lifecycle events from running.


getValue#

getValue(): string

-

Defined in src/renderer/components/input/input.tsx:73

+

Defined in src/renderer/components/input/input.tsx:73

Returns: string


onBlur#

onBlur(evt: FocusEvent‹InputElement›): void

-

Defined in src/renderer/components/input/input.tsx:190

+

Defined in src/renderer/components/input/input.tsx:190

Parameters:

@@ -1716,7 +1716,7 @@ lifecycle events from running.


onChange#

onChange(evt: ChangeEvent‹any›): void

-

Defined in src/renderer/components/input/input.tsx:198

+

Defined in src/renderer/components/input/input.tsx:198

Parameters:

@@ -1736,7 +1736,7 @@ lifecycle events from running.


onFocus#

onFocus(evt: FocusEvent‹InputElement›): void

-

Defined in src/renderer/components/input/input.tsx:182

+

Defined in src/renderer/components/input/input.tsx:182

Parameters:

@@ -1756,7 +1756,7 @@ lifecycle events from running.


onKeyDown#

onKeyDown(evt: KeyboardEvent‹any›): void

-

Defined in src/renderer/components/input/input.tsx:217

+

Defined in src/renderer/components/input/input.tsx:217

Parameters:

@@ -1777,17 +1777,17 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/input/input.tsx:266

+

Defined in src/renderer/components/input/input.tsx:266

Returns: Element‹›


select#

select(): void

-

Defined in src/renderer/components/input/input.tsx:88

+

Defined in src/renderer/components/input/input.tsx:88

Returns: void


setDirty#

setDirty(dirty: boolean): void

-

Defined in src/renderer/components/input/input.tsx:176

+

Defined in src/renderer/components/input/input.tsx:176

Parameters:

@@ -1821,7 +1821,7 @@ lifecycle events from running.


setValidation#

setValidation(errors: React.ReactNode[]): void

-

Defined in src/renderer/components/input/input.tsx:148

+

Defined in src/renderer/components/input/input.tsx:148

Parameters:

@@ -1841,7 +1841,7 @@ lifecycle events from running.


setValue#

setValue(value: string): void

-

Defined in src/renderer/components/input/input.tsx:64

+

Defined in src/renderer/components/input/input.tsx:64

Parameters:

@@ -1896,7 +1896,7 @@ and componentDidUpdate will not be called.


validate#

validate(value: string): Promise‹void›

-

Defined in src/renderer/components/input/input.tsx:106

+

Defined in src/renderer/components/input/input.tsx:106

Parameters:

@@ -1919,16 +1919,16 @@ and componentDidUpdate will not be called.

state#

state: object#

Overrides PageLayout.state

-

Defined in src/renderer/components/input/input.tsx:58

+

Defined in src/renderer/components/input/input.tsx:58

dirty#

dirty: boolean = !!this.props.dirty

-

Defined in src/renderer/components/input/input.tsx:59

+

Defined in src/renderer/components/input/input.tsx:59

errors#

errors: undefined[] = []

-

Defined in src/renderer/components/input/input.tsx:61

+

Defined in src/renderer/components/input/input.tsx:61

valid#

valid: true = true

-

Defined in src/renderer/components/input/input.tsx:60

+

Defined in src/renderer/components/input/input.tsx:60

diff --git a/latest/extensions/api/classes/_renderer_api_components_.kubeeventdetails/index.html b/latest/extensions/api/classes/_renderer_api_components_.kubeeventdetails/index.html index f58c8ef408..c5f55628b6 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.kubeeventdetails/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.kubeeventdetails/index.html @@ -1272,7 +1272,7 @@ the entire component tree to unmount.

componentDidMount#

componentDidMount(): Promise‹void›

Overrides WizardLayout.componentDidMount

-

Defined in src/renderer/components/+events/kube-event-details.tsx:17

+

Defined in src/renderer/components/+events/kube-event-details.tsx:17

Returns: Promise‹void›


Optional componentDidUpdate#

@@ -1439,7 +1439,7 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/+events/kube-event-details.tsx:21

+

Defined in src/renderer/components/+events/kube-event-details.tsx:21

Returns: Element‹›


setState#

diff --git a/latest/extensions/api/classes/_renderer_api_components_.kubeobjectdetails/index.html b/latest/extensions/api/classes/_renderer_api_components_.kubeobjectdetails/index.html index 60d4f6f0d1..5148f577a2 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.kubeobjectdetails/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.kubeobjectdetails/index.html @@ -1191,7 +1191,7 @@ Should be used with type annotation or static contextType.


isLoading#

isLoading: boolean = false

-

Defined in src/renderer/components/kube-object/kube-object-details.tsx:24

+

Defined in src/renderer/components/kube-object/kube-object-details.tsx:24


loader#

loader: IReactionDisposer = reaction(() => [ @@ -1215,11 +1215,11 @@ Should be used with type annotation or static contextType.

} } })

-

Defined in src/renderer/components/kube-object/kube-object-details.tsx:43

+

Defined in src/renderer/components/kube-object/kube-object-details.tsx:43


loadingError#

loadingError: React.ReactNode

-

Defined in src/renderer/components/kube-object/kube-object-details.tsx:25

+

Defined in src/renderer/components/kube-object/kube-object-details.tsx:25


props#

props: Readonly‹P› & Readonly‹object›

@@ -1263,17 +1263,17 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs

Accessors#

isCrdInstance#

get isCrdInstance(): boolean

-

Defined in src/renderer/components/kube-object/kube-object-details.tsx:38

+

Defined in src/renderer/components/kube-object/kube-object-details.tsx:38

Returns: boolean


object#

get object(): any

-

Defined in src/renderer/components/kube-object/kube-object-details.tsx:31

+

Defined in src/renderer/components/kube-object/kube-object-details.tsx:31

Returns: any


path#

get path(): string

-

Defined in src/renderer/components/kube-object/kube-object-details.tsx:27

+

Defined in src/renderer/components/kube-object/kube-object-details.tsx:27

Returns: string

Methods#

Optional UNSAFE_componentWillMount#

@@ -1560,7 +1560,7 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/kube-object/kube-object-details.tsx:65

+

Defined in src/renderer/components/kube-object/kube-object-details.tsx:65

Returns: Element‹›


setState#

diff --git a/latest/extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/index.html b/latest/extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/index.html index 0a4c7f11f3..7dab76fb5a 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/index.html @@ -1197,7 +1197,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs

Accessors#

selectedItem#

get selectedItem(): any

-

Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:17

+

Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:17

Returns: any

Methods#

Optional UNSAFE_componentWillMount#

@@ -1483,7 +1483,7 @@ lifecycle events from running.


onDetails#

onDetails(item: KubeObject): void

-

Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:21

+

Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:21

Parameters:

@@ -1504,7 +1504,7 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:30

+

Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:30

Returns: Element‹›


setState#

diff --git a/latest/extensions/api/classes/_renderer_api_components_.kubeobjectmenu/index.html b/latest/extensions/api/classes/_renderer_api_components_.kubeobjectmenu/index.html index b5c30b2f25..4954e69ead 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.kubeobjectmenu/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.kubeobjectmenu/index.html @@ -1229,17 +1229,17 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs

Accessors#

isEditable#

get isEditable(): boolean

-

Defined in src/renderer/components/kube-object/kube-object-menu.tsx:24

+

Defined in src/renderer/components/kube-object/kube-object-menu.tsx:24

Returns: boolean


isRemovable#

get isRemovable(): boolean

-

Defined in src/renderer/components/kube-object/kube-object-menu.tsx:29

+

Defined in src/renderer/components/kube-object/kube-object-menu.tsx:29

Returns: boolean


store#

get store(): KubeObjectStore‹any›

-

Defined in src/renderer/components/kube-object/kube-object-menu.tsx:18

+

Defined in src/renderer/components/kube-object/kube-object-menu.tsx:18

Returns: KubeObjectStore‹any›

Methods#

Optional UNSAFE_componentWillMount#

@@ -1525,18 +1525,18 @@ lifecycle events from running.


remove#

remove(): Promise‹void›

-

Defined in src/renderer/components/kube-object/kube-object-menu.tsx:41

+

Defined in src/renderer/components/kube-object/kube-object-menu.tsx:41

Returns: Promise‹void›


render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/kube-object/kube-object-menu.tsx:58

+

Defined in src/renderer/components/kube-object/kube-object-menu.tsx:58

Returns: Element‹›


renderRemoveMessage#

renderRemoveMessage(): Element‹›

-

Defined in src/renderer/components/kube-object/kube-object-menu.tsx:49

+

Defined in src/renderer/components/kube-object/kube-object-menu.tsx:49

Returns: Element‹›


setState#

@@ -1588,7 +1588,7 @@ and componentDidUpdate will not be called.


update#

update(): Promise‹void›

-

Defined in src/renderer/components/kube-object/kube-object-menu.tsx:35

+

Defined in src/renderer/components/kube-object/kube-object-menu.tsx:35

Returns: Promise‹void›

diff --git a/latest/extensions/api/classes/_renderer_api_components_.kubeobjectmeta/index.html b/latest/extensions/api/classes/_renderer_api_components_.kubeobjectmeta/index.html index c8d77faba3..bd815a9db8 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.kubeobjectmeta/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.kubeobjectmeta/index.html @@ -1176,7 +1176,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs

defaultHiddenFields: IKubeMetaField[] = [ "uid", "resourceVersion", "selfLink" ]

-

Defined in src/renderer/components/kube-object/kube-object-meta.tsx:16

+

Defined in src/renderer/components/kube-object/kube-object-meta.tsx:16

Methods#

Optional UNSAFE_componentWillMount#

UNSAFE_componentWillMount(): void

@@ -1461,7 +1461,7 @@ lifecycle events from running.


isHidden#

isHidden(field: IKubeMetaField): boolean

-

Defined in src/renderer/components/kube-object/kube-object-meta.tsx:20

+

Defined in src/renderer/components/kube-object/kube-object-meta.tsx:20

Parameters:

@@ -1482,7 +1482,7 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/kube-object/kube-object-meta.tsx:25

+

Defined in src/renderer/components/kube-object/kube-object-meta.tsx:25

Returns: Element‹›


setState#

diff --git a/latest/extensions/api/classes/_renderer_api_components_.lineprogress/index.html b/latest/extensions/api/classes/_renderer_api_components_.lineprogress/index.html index 8e3d410959..6ab651da5b 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.lineprogress/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.lineprogress/index.html @@ -1284,7 +1284,7 @@ lifecycle events from running.


render#

render(): Element‹›

-

Defined in src/renderer/components/line-progress/line-progress.tsx:23

+

Defined in src/renderer/components/line-progress/line-progress.tsx:23

Returns: Element‹›


Optional shouldComponentUpdate#

@@ -1324,19 +1324,19 @@ and componentDidUpdate will not be called.

Object literals#

Static defaultProps#

defaultProps: object#

-

Defined in src/renderer/components/line-progress/line-progress.tsx:16

+

Defined in src/renderer/components/line-progress/line-progress.tsx:16

max#

max: number = 100

-

Defined in src/renderer/components/line-progress/line-progress.tsx:19

+

Defined in src/renderer/components/line-progress/line-progress.tsx:19

min#

min: number = 0

-

Defined in src/renderer/components/line-progress/line-progress.tsx:18

+

Defined in src/renderer/components/line-progress/line-progress.tsx:18

precise#

precise: number = 2

-

Defined in src/renderer/components/line-progress/line-progress.tsx:20

+

Defined in src/renderer/components/line-progress/line-progress.tsx:20

value#

value: number = 0

-

Defined in src/renderer/components/line-progress/line-progress.tsx:17

+

Defined in src/renderer/components/line-progress/line-progress.tsx:17

diff --git a/latest/extensions/api/classes/_renderer_api_components_.menu/index.html b/latest/extensions/api/classes/_renderer_api_components_.menu/index.html index 2c8aec0933..12b69315d0 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.menu/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.menu/index.html @@ -1283,11 +1283,11 @@ Should be used with type annotation or static contextType.


elem#

elem: HTMLUListElement

-

Defined in src/renderer/components/menu/menu.tsx:54

+

Defined in src/renderer/components/menu/menu.tsx:54


Protected items#

items: object

-

Defined in src/renderer/components/menu/menu.tsx:55

+

Defined in src/renderer/components/menu/menu.tsx:55

Type declaration:

@@ -1504,7 +1504,7 @@ prevents this from being invoked.


Protected bindRef#

bindRef(elem: HTMLUListElement): void

-

Defined in src/renderer/components/menu/menu.tsx:216

+

Defined in src/renderer/components/menu/menu.tsx:216

Parameters:

@@ -1524,7 +1524,7 @@ prevents this from being invoked.


close#

close(): void

-

Defined in src/renderer/components/menu/menu.tsx:157

+

Defined in src/renderer/components/menu/menu.tsx:157

Returns: void


Optional componentDidCatch#

@@ -1557,7 +1557,7 @@ the entire component tree to unmount.

componentDidMount#

componentDidMount(): void

Overrides WizardLayout.componentDidMount

-

Defined in src/renderer/components/menu/menu.tsx:63

+

Defined in src/renderer/components/menu/menu.tsx:63

Returns: void


Optional componentDidUpdate#

@@ -1641,7 +1641,7 @@ prevents this from being invoked.

componentWillUnmount#

componentWillUnmount(): void

Overrides WizardLayout.componentWillUnmount

-

Defined in src/renderer/components/menu/menu.tsx:82

+

Defined in src/renderer/components/menu/menu.tsx:82

Returns: void


Optional componentWillUpdate#

@@ -1682,7 +1682,7 @@ prevents this from being invoked.


Protected focusNextItem#

focusNextItem(reverse: boolean): void

-

Defined in src/renderer/components/menu/menu.tsx:101

+

Defined in src/renderer/components/menu/menu.tsx:101

Parameters:

@@ -1743,7 +1743,7 @@ lifecycle events from running.


onClickOutside#

onClickOutside(evt: MouseEvent): void

-

Defined in src/renderer/components/menu/menu.tsx:205

+

Defined in src/renderer/components/menu/menu.tsx:205

Parameters:

@@ -1763,7 +1763,7 @@ lifecycle events from running.


onKeyDown#

onKeyDown(evt: KeyboardEvent): void

-

Defined in src/renderer/components/menu/menu.tsx:166

+

Defined in src/renderer/components/menu/menu.tsx:166

Parameters:

@@ -1783,7 +1783,7 @@ lifecycle events from running.


onScrollOutside#

onScrollOutside(evt: UIEvent): void

-

Defined in src/renderer/components/menu/menu.tsx:196

+

Defined in src/renderer/components/menu/menu.tsx:196

Parameters:

@@ -1803,7 +1803,7 @@ lifecycle events from running.


onWindowResize#

onWindowResize(evt: UIEvent): void

-

Defined in src/renderer/components/menu/menu.tsx:191

+

Defined in src/renderer/components/menu/menu.tsx:191

Parameters:

@@ -1823,13 +1823,13 @@ lifecycle events from running.


open#

open(): void

-

Defined in src/renderer/components/menu/menu.tsx:150

+

Defined in src/renderer/components/menu/menu.tsx:150

Returns: void


render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/menu/menu.tsx:224

+

Defined in src/renderer/components/menu/menu.tsx:224

Returns: Element‹›


setState#

@@ -1881,7 +1881,7 @@ and componentDidUpdate will not be called.


toggle#

toggle(): void

-

Defined in src/renderer/components/menu/menu.tsx:162

+

Defined in src/renderer/components/menu/menu.tsx:162

Returns: void

diff --git a/latest/extensions/api/classes/_renderer_api_components_.menuactions/index.html b/latest/extensions/api/classes/_renderer_api_components_.menuactions/index.html index dc3aaec585..4d9495956a 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.menuactions/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.menuactions/index.html @@ -1203,11 +1203,11 @@ Should be used with type annotation or static contextType.


id#

id: string = uniqueId("menu_actions_")

-

Defined in src/renderer/components/menu/menu-actions.tsx:32

+

Defined in src/renderer/components/menu/menu-actions.tsx:32


isOpen#

isOpen: boolean = !!this.props.toolbar

-

Defined in src/renderer/components/menu/menu-actions.tsx:34

+

Defined in src/renderer/components/menu/menu-actions.tsx:34


props#

props: Readonly‹MenuActionsProps› & Readonly‹object›

@@ -1532,18 +1532,18 @@ lifecycle events from running.


remove#

remove(): void

-

Defined in src/renderer/components/menu/menu-actions.tsx:42

+

Defined in src/renderer/components/menu/menu-actions.tsx:42

Returns: void


render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/menu/menu-actions.tsx:78

+

Defined in src/renderer/components/menu/menu-actions.tsx:78

Returns: Element‹›


renderTriggerIcon#

renderTriggerIcon(): Element‹›

-

Defined in src/renderer/components/menu/menu-actions.tsx:55

+

Defined in src/renderer/components/menu/menu-actions.tsx:55

Returns: Element‹›


setState#

@@ -1595,15 +1595,15 @@ and componentDidUpdate will not be called.


toggle#

toggle(): void

-

Defined in src/renderer/components/menu/menu-actions.tsx:36

+

Defined in src/renderer/components/menu/menu-actions.tsx:36

Returns: void

Object literals#

Static defaultProps#

defaultProps: object#

-

Defined in src/renderer/components/menu/menu-actions.tsx:26

+

Defined in src/renderer/components/menu/menu-actions.tsx:26

removeConfirmationMessage#

removeConfirmationMessage:

-

Defined in src/renderer/components/menu/menu-actions.tsx:27

+

Defined in src/renderer/components/menu/menu-actions.tsx:27

diff --git a/latest/extensions/api/classes/_renderer_api_components_.menuitem/index.html b/latest/extensions/api/classes/_renderer_api_components_.menuitem/index.html index 794639258a..2b55afef84 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.menuitem/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.menuitem/index.html @@ -1175,11 +1175,11 @@

context#

context: MenuContextValue

Overrides PageLayout.context

-

Defined in src/renderer/components/menu/menu.tsx:289

+

Defined in src/renderer/components/menu/menu.tsx:289


elem#

elem: HTMLElement

-

Defined in src/renderer/components/menu/menu.tsx:290

+

Defined in src/renderer/components/menu/menu.tsx:290


props#

props: Readonly‹MenuItemProps› & Readonly‹object›

@@ -1205,20 +1205,20 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs

Static contextType#

contextType: Context‹Menu‹›› = MenuContext

Overrides PageLayout.contextType

-

Defined in src/renderer/components/menu/menu.tsx:287

+

Defined in src/renderer/components/menu/menu.tsx:287


Static defaultProps#

defaultProps: object = defaultPropsMenuItem as object

-

Defined in src/renderer/components/menu/menu.tsx:286

+

Defined in src/renderer/components/menu/menu.tsx:286

Accessors#

isFocusable#

get isFocusable(): boolean

-

Defined in src/renderer/components/menu/menu.tsx:292

+

Defined in src/renderer/components/menu/menu.tsx:292

Returns: boolean


get isLink(): boolean

-

Defined in src/renderer/components/menu/menu.tsx:297

+

Defined in src/renderer/components/menu/menu.tsx:297

Returns: boolean

Methods#

Optional UNSAFE_componentWillMount#

@@ -1309,7 +1309,7 @@ prevents this from being invoked.


Protected bindRef#

bindRef(elem: HTMLElement): void

-

Defined in src/renderer/components/menu/menu.tsx:311

+

Defined in src/renderer/components/menu/menu.tsx:311

Parameters:

@@ -1524,7 +1524,7 @@ lifecycle events from running.


onClick#

onClick(evt: MouseEvent): void

-

Defined in src/renderer/components/menu/menu.tsx:301

+

Defined in src/renderer/components/menu/menu.tsx:301

Parameters:

@@ -1545,7 +1545,7 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/menu/menu.tsx:315

+

Defined in src/renderer/components/menu/menu.tsx:315

Returns: Element‹›


setState#

diff --git a/latest/extensions/api/classes/_renderer_api_components_.notifications/index.html b/latest/extensions/api/classes/_renderer_api_components_.notifications/index.html index 78d524b731..a79365290c 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.notifications/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.notifications/index.html @@ -1168,7 +1168,7 @@ Should be used with type annotation or static contextType.


elem#

elem: HTMLElement

-

Defined in src/renderer/components/notifications/notifications.tsx:14

+

Defined in src/renderer/components/notifications/notifications.tsx:14


props#

props: Readonly‹P› & Readonly‹object›

@@ -1326,7 +1326,7 @@ the entire component tree to unmount.

componentDidMount#

componentDidMount(): void

Overrides WizardLayout.componentDidMount

-

Defined in src/renderer/components/notifications/notifications.tsx:41

+

Defined in src/renderer/components/notifications/notifications.tsx:41

Returns: void


Optional componentDidUpdate#

@@ -1462,7 +1462,7 @@ prevents this from being invoked.


getMessage#

getMessage(notification: Notification): (string | number | object | ReactElement‹any, string | function | object› | ReactNodeArray‹› | ReactPortal‹›)[]

-

Defined in src/renderer/components/notifications/notifications.tsx:59

+

Defined in src/renderer/components/notifications/notifications.tsx:59

Parameters:

@@ -1513,12 +1513,12 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/notifications/notifications.tsx:67

+

Defined in src/renderer/components/notifications/notifications.tsx:67

Returns: Element‹›


scrollToLastNotification#

scrollToLastNotification(): void

-

Defined in src/renderer/components/notifications/notifications.tsx:49

+

Defined in src/renderer/components/notifications/notifications.tsx:49

Returns: void


setState#

@@ -1570,7 +1570,7 @@ and componentDidUpdate will not be called.


Static error#

error(message: NotificationMessage): void

-

Defined in src/renderer/components/notifications/notifications.tsx:24

+

Defined in src/renderer/components/notifications/notifications.tsx:24

Parameters:

@@ -1590,7 +1590,7 @@ and componentDidUpdate will not be called.


Static info#

info(message: NotificationMessage, customOpts: Partial‹Notification›): void

-

Defined in src/renderer/components/notifications/notifications.tsx:32

+

Defined in src/renderer/components/notifications/notifications.tsx:32

Parameters:

@@ -1617,7 +1617,7 @@ and componentDidUpdate will not be called.


Static ok#

ok(message: NotificationMessage): void

-

Defined in src/renderer/components/notifications/notifications.tsx:16

+

Defined in src/renderer/components/notifications/notifications.tsx:16

Parameters:

diff --git a/latest/extensions/api/classes/_renderer_api_components_.notificationsstore/index.html b/latest/extensions/api/classes/_renderer_api_components_.notificationsstore/index.html index 0a7534aa0e..448d0ba474 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.notificationsstore/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.notificationsstore/index.html @@ -902,15 +902,15 @@

Properties#

Protected autoHideTimers#

autoHideTimers: Map‹string | number, number› = new Map()

-

Defined in src/renderer/components/notifications/notifications.store.ts:28

+

Defined in src/renderer/components/notifications/notifications.store.ts:28


notifications#

notifications: IObservableArray‹Notification = observable([], { deep: false })

-

Defined in src/renderer/components/notifications/notifications.store.ts:26

+

Defined in src/renderer/components/notifications/notifications.store.ts:26

Methods#

add#

add(notification: Notification): void

-

Defined in src/renderer/components/notifications/notifications.store.ts:48

+

Defined in src/renderer/components/notifications/notifications.store.ts:48

Parameters:

@@ -930,7 +930,7 @@

addAutoHideTimer#

addAutoHideTimer(notification: Notification): void

-

Defined in src/renderer/components/notifications/notifications.store.ts:30

+

Defined in src/renderer/components/notifications/notifications.store.ts:30

Parameters:

@@ -950,7 +950,7 @@

remove#

remove(itemOrId: NotificationId | Notification): boolean

-

Defined in src/renderer/components/notifications/notifications.store.ts:59

+

Defined in src/renderer/components/notifications/notifications.store.ts:59

Parameters:

@@ -970,7 +970,7 @@

removeAutoHideTimer#

removeAutoHideTimer(notification: Notification): void

-

Defined in src/renderer/components/notifications/notifications.store.ts:39

+

Defined in src/renderer/components/notifications/notifications.store.ts:39

Parameters:

diff --git a/latest/extensions/api/classes/_renderer_api_components_.pagelayout/index.html b/latest/extensions/api/classes/_renderer_api_components_.pagelayout/index.html index cba7b3daeb..90051fa266 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.pagelayout/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.pagelayout/index.html @@ -1182,7 +1182,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs


Static defaultProps#

defaultProps: object = defaultProps as object

-

Defined in src/renderer/components/layout/page-layout.tsx:27

+

Defined in src/renderer/components/layout/page-layout.tsx:27

Methods#

Optional UNSAFE_componentWillMount#

UNSAFE_componentWillMount(): void

@@ -1272,7 +1272,7 @@ prevents this from being invoked.


back#

back(evt?: MouseEvent | KeyboardEvent): void

-

Defined in src/renderer/components/layout/page-layout.tsx:30

+

Defined in src/renderer/components/layout/page-layout.tsx:30

Parameters:

@@ -1320,7 +1320,7 @@ the entire component tree to unmount.

componentDidMount#

componentDidMount(): Promise‹void›

Overrides WizardLayout.componentDidMount

-

Defined in src/renderer/components/layout/page-layout.tsx:38

+

Defined in src/renderer/components/layout/page-layout.tsx:38

Returns: Promise‹void›


Optional componentDidUpdate#

@@ -1404,7 +1404,7 @@ prevents this from being invoked.

componentWillUnmount#

componentWillUnmount(): void

Overrides WizardLayout.componentWillUnmount

-

Defined in src/renderer/components/layout/page-layout.tsx:42

+

Defined in src/renderer/components/layout/page-layout.tsx:42

Returns: void


Optional componentWillUpdate#

@@ -1484,7 +1484,7 @@ lifecycle events from running.


onEscapeKey#

onEscapeKey(evt: KeyboardEvent): void

-

Defined in src/renderer/components/layout/page-layout.tsx:46

+

Defined in src/renderer/components/layout/page-layout.tsx:46

Parameters:

@@ -1505,7 +1505,7 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/layout/page-layout.tsx:56

+

Defined in src/renderer/components/layout/page-layout.tsx:56

Returns: Element‹›


setState#

diff --git a/latest/extensions/api/classes/_renderer_api_components_.radio/index.html b/latest/extensions/api/classes/_renderer_api_components_.radio/index.html index dfe002a96d..606aba875b 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.radio/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.radio/index.html @@ -1455,12 +1455,12 @@ lifecycle events from running.


onChange#

onChange(): void

-

Defined in src/renderer/components/radio/radio.tsx:50

+

Defined in src/renderer/components/radio/radio.tsx:50

Returns: void


onKeyDown#

onKeyDown(e: KeyboardEvent‹any›): void

-

Defined in src/renderer/components/radio/radio.tsx:57

+

Defined in src/renderer/components/radio/radio.tsx:57

Parameters:

@@ -1481,7 +1481,7 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/radio/radio.tsx:66

+

Defined in src/renderer/components/radio/radio.tsx:66

Returns: Element‹›


setState#

diff --git a/latest/extensions/api/classes/_renderer_api_components_.radiogroup/index.html b/latest/extensions/api/classes/_renderer_api_components_.radiogroup/index.html index d9beab4bfa..407bdc4cbe 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.radiogroup/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.radiogroup/index.html @@ -1438,7 +1438,7 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/radio/radio.tsx:17

+

Defined in src/renderer/components/radio/radio.tsx:17

Returns: Element‹›


setState#

diff --git a/latest/extensions/api/classes/_renderer_api_components_.select/index.html b/latest/extensions/api/classes/_renderer_api_components_.select/index.html index 36a2e2e739..5678f68939 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.select/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.select/index.html @@ -1288,17 +1288,17 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs

Accessors#

options#

get options(): SelectOption[]

-

Defined in src/renderer/components/select/select.tsx:68

+

Defined in src/renderer/components/select/select.tsx:68

Returns: SelectOption[]


selectedOption#

get selectedOption(): SelectOption‹any› | SelectOption‹any›[]

-

Defined in src/renderer/components/select/select.tsx:57

+

Defined in src/renderer/components/select/select.tsx:57

Returns: SelectOption‹any› | SelectOption‹any›[]


theme#

get theme(): "dark" | "light" | "outlined"

-

Defined in src/renderer/components/select/select.tsx:42

+

Defined in src/renderer/components/select/select.tsx:42

Returns: "dark" | "light" | "outlined"

Methods#

Optional UNSAFE_componentWillMount#

@@ -1584,7 +1584,7 @@ lifecycle events from running.


Protected isValidOption#

isValidOption(opt: SelectOption | any): boolean

-

Defined in src/renderer/components/select/select.tsx:53

+

Defined in src/renderer/components/select/select.tsx:53

Parameters:

@@ -1604,7 +1604,7 @@ lifecycle events from running.


onChange#

onChange(value: SelectOption, meta: ActionMeta‹any›): void

-

Defined in src/renderer/components/select/select.tsx:79

+

Defined in src/renderer/components/select/select.tsx:79

Parameters:

@@ -1628,7 +1628,7 @@ lifecycle events from running.


onKeyDown#

onKeyDown(evt: KeyboardEvent‹HTMLElement›): void

-

Defined in src/renderer/components/select/select.tsx:86

+

Defined in src/renderer/components/select/select.tsx:86

Parameters:

@@ -1649,7 +1649,7 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/select/select.tsx:94

+

Defined in src/renderer/components/select/select.tsx:94

Returns: Element‹›


setState#

@@ -1701,16 +1701,16 @@ and componentDidUpdate will not be called.

Object literals#

Static defaultProps#

defaultProps: object#

-

Defined in src/renderer/components/select/select.tsx:36

+

Defined in src/renderer/components/select/select.tsx:36

autoConvertOptions#

autoConvertOptions: true = true

-

Defined in src/renderer/components/select/select.tsx:37

+

Defined in src/renderer/components/select/select.tsx:37

menuPlacement: "auto" = "auto"

-

Defined in src/renderer/components/select/select.tsx:39

+

Defined in src/renderer/components/select/select.tsx:39

menuPortalTarget: HTMLElement = document.body

-

Defined in src/renderer/components/select/select.tsx:38

+

Defined in src/renderer/components/select/select.tsx:38

diff --git a/latest/extensions/api/classes/_renderer_api_components_.slider/index.html b/latest/extensions/api/classes/_renderer_api_components_.slider/index.html index 0c8351609c..dfe21db92e 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.slider/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.slider/index.html @@ -1166,7 +1166,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs


Static defaultProps#

defaultProps: object = defaultProps as object

-

Defined in src/renderer/components/slider/slider.tsx:21

+

Defined in src/renderer/components/slider/slider.tsx:21

Methods#

Optional UNSAFE_componentWillMount#

UNSAFE_componentWillMount(): void

@@ -1452,7 +1452,7 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/slider/slider.tsx:30

+

Defined in src/renderer/components/slider/slider.tsx:30

Returns: Element‹›


setState#

diff --git a/latest/extensions/api/classes/_renderer_api_components_.spinner/index.html b/latest/extensions/api/classes/_renderer_api_components_.spinner/index.html index 43bf7eb34a..0335ee2b7f 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.spinner/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.spinner/index.html @@ -1490,7 +1490,7 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/spinner/spinner.tsx:18

+

Defined in src/renderer/components/spinner/spinner.tsx:18

Returns: Element‹›


setState#

@@ -1542,13 +1542,13 @@ and componentDidUpdate will not be called.

Object literals#

Static defaultProps#

defaultProps: object#

-

Defined in src/renderer/components/spinner/spinner.tsx:13

+

Defined in src/renderer/components/spinner/spinner.tsx:13

center#

center: boolean = false

-

Defined in src/renderer/components/spinner/spinner.tsx:15

+

Defined in src/renderer/components/spinner/spinner.tsx:15

singleColor#

singleColor: boolean = true

-

Defined in src/renderer/components/spinner/spinner.tsx:14

+

Defined in src/renderer/components/spinner/spinner.tsx:14

diff --git a/latest/extensions/api/classes/_renderer_api_components_.statusbrick/index.html b/latest/extensions/api/classes/_renderer_api_components_.statusbrick/index.html index d4ed0a85b1..3f0d52c1ca 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.statusbrick/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.statusbrick/index.html @@ -1440,7 +1440,7 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/status-brick/status-brick.tsx:12

+

Defined in src/renderer/components/status-brick/status-brick.tsx:12

Returns: Element‹›


setState#

diff --git a/latest/extensions/api/classes/_renderer_api_components_.stepper/index.html b/latest/extensions/api/classes/_renderer_api_components_.stepper/index.html index a4c3df4d14..0b124e7544 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.stepper/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.stepper/index.html @@ -1438,7 +1438,7 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/stepper/stepper.tsx:15

+

Defined in src/renderer/components/stepper/stepper.tsx:15

Returns: Element‹›


setState#

diff --git a/latest/extensions/api/classes/_renderer_api_components_.tab/index.html b/latest/extensions/api/classes/_renderer_api_components_.tab/index.html index efdd19e6f8..7e747744b6 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.tab/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.tab/index.html @@ -1072,19 +1072,19 @@

Properties#

context#

context: TabsContextValue

-

Defined in src/renderer/components/tabs/tabs.tsx:63

+

Defined in src/renderer/components/tabs/tabs.tsx:63


elem#

elem: HTMLElement

-

Defined in src/renderer/components/tabs/tabs.tsx:64

+

Defined in src/renderer/components/tabs/tabs.tsx:64


Static contextType#

contextType: Context‹TabsContextValue‹any›› = TabsContext

-

Defined in src/renderer/components/tabs/tabs.tsx:62

+

Defined in src/renderer/components/tabs/tabs.tsx:62

Accessors#

isActive#

get isActive(): boolean

-

Defined in src/renderer/components/tabs/tabs.tsx:66

+

Defined in src/renderer/components/tabs/tabs.tsx:66

Returns: boolean

Methods#

Optional UNSAFE_componentWillMount#

@@ -1175,7 +1175,7 @@ prevents this from being invoked.


Protected bindRef#

bindRef(elem: HTMLElement): void

-

Defined in src/renderer/components/tabs/tabs.tsx:114

+

Defined in src/renderer/components/tabs/tabs.tsx:114

Parameters:

@@ -1223,7 +1223,7 @@ the entire component tree to unmount.

componentDidMount#

componentDidMount(): void

Overrides WizardLayout.componentDidMount

-

Defined in src/renderer/components/tabs/tabs.tsx:107

+

Defined in src/renderer/components/tabs/tabs.tsx:107

Returns: void


Optional componentDidUpdate#

@@ -1350,7 +1350,7 @@ prevents this from being invoked.


focus#

focus(): void

-

Defined in src/renderer/components/tabs/tabs.tsx:71

+

Defined in src/renderer/components/tabs/tabs.tsx:71

Returns: void


Optional getSnapshotBeforeUpdate#

@@ -1385,7 +1385,7 @@ lifecycle events from running.


onClick#

onClick(evt: MouseEvent‹HTMLElement›): void

-

Defined in src/renderer/components/tabs/tabs.tsx:83

+

Defined in src/renderer/components/tabs/tabs.tsx:83

Parameters:

@@ -1405,7 +1405,7 @@ lifecycle events from running.


onFocus#

onFocus(evt: FocusEvent‹HTMLElement›): void

-

Defined in src/renderer/components/tabs/tabs.tsx:92

+

Defined in src/renderer/components/tabs/tabs.tsx:92

Parameters:

@@ -1425,7 +1425,7 @@ lifecycle events from running.


onKeyDown#

onKeyDown(evt: KeyboardEvent‹HTMLElement›): void

-

Defined in src/renderer/components/tabs/tabs.tsx:99

+

Defined in src/renderer/components/tabs/tabs.tsx:99

Parameters:

@@ -1445,12 +1445,12 @@ lifecycle events from running.


render#

render(): Element‹›

-

Defined in src/renderer/components/tabs/tabs.tsx:118

+

Defined in src/renderer/components/tabs/tabs.tsx:118

Returns: Element‹›


scrollIntoView#

scrollIntoView(): void

-

Defined in src/renderer/components/tabs/tabs.tsx:75

+

Defined in src/renderer/components/tabs/tabs.tsx:75

Returns: void


Optional shouldComponentUpdate#

diff --git a/latest/extensions/api/classes/_renderer_api_components_.table/index.html b/latest/extensions/api/classes/_renderer_api_components_.table/index.html index 62172b7365..2781eddb86 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.table/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.table/index.html @@ -1286,7 +1286,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs


sortParamsLocal#

sortParamsLocal: object = this.props.sortByDefault

-

Defined in src/renderer/components/table/table.tsx:56

+

Defined in src/renderer/components/table/table.tsx:56

Type declaration:


state#

@@ -1315,7 +1315,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs

Accessors#

sortParams#

get sortParams(): Partial‹TableSortParams

-

Defined in src/renderer/components/table/table.tsx:58

+

Defined in src/renderer/components/table/table.tsx:58

Returns: Partial‹TableSortParams

Methods#

Optional UNSAFE_componentWillMount#

@@ -1601,7 +1601,7 @@ lifecycle events from running.


getSorted#

getSorted(items: any[]): any[]

-

Defined in src/renderer/components/table/table.tsx:97

+

Defined in src/renderer/components/table/table.tsx:97

Parameters:

@@ -1621,7 +1621,7 @@ lifecycle events from running.


Protected onSort#

onSort(params: TableSortParams): void

-

Defined in src/renderer/components/table/table.tsx:108

+

Defined in src/renderer/components/table/table.tsx:108

Parameters:

@@ -1642,17 +1642,17 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/table/table.tsx:171

+

Defined in src/renderer/components/table/table.tsx:171

Returns: Element‹›


renderHead#

renderHead(): ReactElement‹TableHeadProps‹›, string | function | object›

-

Defined in src/renderer/components/table/table.tsx:67

+

Defined in src/renderer/components/table/table.tsx:67

Returns: ReactElement‹TableHeadProps‹›, string | function | object›


renderRows#

renderRows(): object

-

Defined in src/renderer/components/table/table.tsx:133

+

Defined in src/renderer/components/table/table.tsx:133

Returns: object


setState#

@@ -1704,7 +1704,7 @@ and componentDidUpdate will not be called.


sort#

sort(colName: TableSortBy): void

-

Defined in src/renderer/components/table/table.tsx:122

+

Defined in src/renderer/components/table/table.tsx:122

Parameters:

@@ -1724,22 +1724,22 @@ and componentDidUpdate will not be called.

Object literals#

Static defaultProps#

defaultProps: object#

-

Defined in src/renderer/components/table/table.tsx:48

+

Defined in src/renderer/components/table/table.tsx:48

autoSize#

autoSize: true = true

-

Defined in src/renderer/components/table/table.tsx:50

+

Defined in src/renderer/components/table/table.tsx:50

rowLineHeight#

rowLineHeight: string = "17px"

-

Defined in src/renderer/components/table/table.tsx:52

+

Defined in src/renderer/components/table/table.tsx:52

rowPadding#

rowPadding: string = "8px"

-

Defined in src/renderer/components/table/table.tsx:51

+

Defined in src/renderer/components/table/table.tsx:51

scrollable#

scrollable: true = true

-

Defined in src/renderer/components/table/table.tsx:49

+

Defined in src/renderer/components/table/table.tsx:49

sortSyncWithUrl#

sortSyncWithUrl: true = true

-

Defined in src/renderer/components/table/table.tsx:53

+

Defined in src/renderer/components/table/table.tsx:53

diff --git a/latest/extensions/api/classes/_renderer_api_components_.tablecell/index.html b/latest/extensions/api/classes/_renderer_api_components_.tablecell/index.html index 42923ce21d..d69b1c1960 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.tablecell/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.tablecell/index.html @@ -1213,7 +1213,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs

Accessors#

isSortable#

get isSortable(): boolean

-

Defined in src/renderer/components/table/table-cell.tsx:34

+

Defined in src/renderer/components/table/table-cell.tsx:34

Returns: boolean

Methods#

Optional UNSAFE_componentWillMount#

@@ -1499,7 +1499,7 @@ lifecycle events from running.


onClick#

onClick(evt: MouseEvent‹HTMLDivElement›): void

-

Defined in src/renderer/components/table/table-cell.tsx:25

+

Defined in src/renderer/components/table/table-cell.tsx:25

Parameters:

@@ -1520,17 +1520,17 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/table/table-cell.tsx:60

+

Defined in src/renderer/components/table/table-cell.tsx:60

Returns: Element‹›


renderCheckbox#

renderCheckbox(): Element‹›

-

Defined in src/renderer/components/table/table-cell.tsx:52

+

Defined in src/renderer/components/table/table-cell.tsx:52

Returns: Element‹›


renderSortIcon#

renderSortIcon(): Element‹›

-

Defined in src/renderer/components/table/table-cell.tsx:39

+

Defined in src/renderer/components/table/table-cell.tsx:39

Returns: Element‹›


setState#

diff --git a/latest/extensions/api/classes/_renderer_api_components_.tablehead/index.html b/latest/extensions/api/classes/_renderer_api_components_.tablehead/index.html index 67e184ab8b..75e9dc4d25 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.tablehead/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.tablehead/index.html @@ -1485,7 +1485,7 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/table/table-head.tsx:20

+

Defined in src/renderer/components/table/table-head.tsx:20

Returns: Element‹›


setState#

@@ -1537,10 +1537,10 @@ and componentDidUpdate will not be called.

Object literals#

Static defaultProps#

defaultProps: object#

-

Defined in src/renderer/components/table/table-head.tsx:16

+

Defined in src/renderer/components/table/table-head.tsx:16

sticky#

sticky: true = true

-

Defined in src/renderer/components/table/table-head.tsx:17

+

Defined in src/renderer/components/table/table-head.tsx:17

diff --git a/latest/extensions/api/classes/_renderer_api_components_.tablerow/index.html b/latest/extensions/api/classes/_renderer_api_components_.tablerow/index.html index aac1c06af3..f3fdb3046d 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.tablerow/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.tablerow/index.html @@ -1440,7 +1440,7 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/table/table-row.tsx:20

+

Defined in src/renderer/components/table/table-row.tsx:20

Returns: Element‹›


setState#

diff --git a/latest/extensions/api/classes/_renderer_api_components_.tabs/index.html b/latest/extensions/api/classes/_renderer_api_components_.tabs/index.html index d42f2e45e5..480029a800 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.tabs/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.tabs/index.html @@ -985,7 +985,7 @@

Properties#

elem#

elem: HTMLElement

-

Defined in src/renderer/components/tabs/tabs.tsx:25

+

Defined in src/renderer/components/tabs/tabs.tsx:25

Methods#

Optional UNSAFE_componentWillMount#

UNSAFE_componentWillMount(): void

@@ -1075,7 +1075,7 @@ prevents this from being invoked.


Protected bindRef#

bindRef(elem: HTMLElement): void

-

Defined in src/renderer/components/tabs/tabs.tsx:28

+

Defined in src/renderer/components/tabs/tabs.tsx:28

Parameters:

@@ -1281,7 +1281,7 @@ lifecycle events from running.


render#

render(): Element‹›

-

Defined in src/renderer/components/tabs/tabs.tsx:32

+

Defined in src/renderer/components/tabs/tabs.tsx:32

Returns: Element‹›


Optional shouldComponentUpdate#

diff --git a/latest/extensions/api/classes/_renderer_api_components_.tooltip/index.html b/latest/extensions/api/classes/_renderer_api_components_.tooltip/index.html index 1a9eb25948..28f8703410 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.tooltip/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.tooltip/index.html @@ -1222,7 +1222,7 @@

Properties#

activePosition#

activePosition: TooltipPosition

-

Defined in src/renderer/components/tooltip/tooltip.tsx:51

+

Defined in src/renderer/components/tooltip/tooltip.tsx:51


context#

context: any

@@ -1241,11 +1241,11 @@ Should be used with type annotation or static contextType.


elem#

elem: HTMLElement

-

Defined in src/renderer/components/tooltip/tooltip.tsx:50

+

Defined in src/renderer/components/tooltip/tooltip.tsx:50


isVisible#

isVisible: boolean = !!this.props.visible

-

Defined in src/renderer/components/tooltip/tooltip.tsx:52

+

Defined in src/renderer/components/tooltip/tooltip.tsx:52


props#

props: Readonly‹TooltipProps› & Readonly‹object›

@@ -1289,16 +1289,16 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs


Static defaultProps#

defaultProps: object = defaultProps as object

-

Defined in src/renderer/components/tooltip/tooltip.tsx:48

+

Defined in src/renderer/components/tooltip/tooltip.tsx:48

Accessors#

hoverTarget#

get hoverTarget(): HTMLElement

-

Defined in src/renderer/components/tooltip/tooltip.tsx:58

+

Defined in src/renderer/components/tooltip/tooltip.tsx:58

Returns: HTMLElement


targetElem#

get targetElem(): HTMLElement

-

Defined in src/renderer/components/tooltip/tooltip.tsx:54

+

Defined in src/renderer/components/tooltip/tooltip.tsx:54

Returns: HTMLElement

Methods#

Optional UNSAFE_componentWillMount#

@@ -1389,7 +1389,7 @@ prevents this from being invoked.


bindRef#

bindRef(elem: HTMLElement): void

-

Defined in src/renderer/components/tooltip/tooltip.tsx:191

+

Defined in src/renderer/components/tooltip/tooltip.tsx:191

Parameters:

@@ -1437,7 +1437,7 @@ the entire component tree to unmount.

componentDidMount#

componentDidMount(): void

Overrides WizardLayout.componentDidMount

-

Defined in src/renderer/components/tooltip/tooltip.tsx:66

+

Defined in src/renderer/components/tooltip/tooltip.tsx:66

Returns: void


Optional componentDidUpdate#

@@ -1521,7 +1521,7 @@ prevents this from being invoked.

componentWillUnmount#

componentWillUnmount(): void

Overrides WizardLayout.componentWillUnmount

-

Defined in src/renderer/components/tooltip/tooltip.tsx:71

+

Defined in src/renderer/components/tooltip/tooltip.tsx:71

Returns: void


Optional componentWillUpdate#

@@ -1571,7 +1571,7 @@ prevents this from being invoked.


Protected getPosition#

getPosition(position: TooltipPosition, tooltipBounds: DOMRect, targetBounds: DOMRect): object

-

Defined in src/renderer/components/tooltip/tooltip.tsx:140

+

Defined in src/renderer/components/tooltip/tooltip.tsx:140

Parameters:

@@ -1643,7 +1643,7 @@ lifecycle events from running.


Protected onEnterTarget#

onEnterTarget(evt: MouseEvent): void

-

Defined in src/renderer/components/tooltip/tooltip.tsx:77

+

Defined in src/renderer/components/tooltip/tooltip.tsx:77

Parameters:

@@ -1663,7 +1663,7 @@ lifecycle events from running.


Protected onLeaveTarget#

onLeaveTarget(evt: MouseEvent): void

-

Defined in src/renderer/components/tooltip/tooltip.tsx:83

+

Defined in src/renderer/components/tooltip/tooltip.tsx:83

Parameters:

@@ -1683,18 +1683,18 @@ lifecycle events from running.


refreshPosition#

refreshPosition(): void

-

Defined in src/renderer/components/tooltip/tooltip.tsx:88

+

Defined in src/renderer/components/tooltip/tooltip.tsx:88

Returns: void


render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/tooltip/tooltip.tsx:195

+

Defined in src/renderer/components/tooltip/tooltip.tsx:195

Returns: Element‹›


Protected setPosition#

setPosition(pos: object): void

-

Defined in src/renderer/components/tooltip/tooltip.tsx:134

+

Defined in src/renderer/components/tooltip/tooltip.tsx:134

Parameters:

pos: object

diff --git a/latest/extensions/api/classes/_renderer_api_components_.wizardlayout/index.html b/latest/extensions/api/classes/_renderer_api_components_.wizardlayout/index.html index b2967655a4..aa3386b24f 100644 --- a/latest/extensions/api/classes/_renderer_api_components_.wizardlayout/index.html +++ b/latest/extensions/api/classes/_renderer_api_components_.wizardlayout/index.html @@ -1440,7 +1440,7 @@ lifecycle events from running.

render#

render(): Element‹›

Overrides void

-

Defined in src/renderer/components/layout/wizard-layout.tsx:19

+

Defined in src/renderer/components/layout/wizard-layout.tsx:19

Returns: Element‹›


setState#

diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.clusterrole/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.clusterrole/index.html index 8566a2ae6b..e71c5a089a 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.clusterrole/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.clusterrole/index.html @@ -1143,7 +1143,7 @@

constructor#

+ new ClusterRole(data: KubeJsonApiData): ClusterRole

Inherited from KubeObject.constructor

-

Defined in src/renderer/api/kube-object.ts:69

+

Defined in src/renderer/api/kube-object.ts:69

Parameters:

@@ -1164,53 +1164,53 @@

apiVersion#

apiVersion: string

Inherited from KubeObject.apiVersion

-

Defined in src/renderer/api/kube-object.ts:75

+

Defined in src/renderer/api/kube-object.ts:75


kind#

kind: string

Inherited from KubeObject.kind

-

Defined in src/renderer/api/kube-object.ts:76

+

Defined in src/renderer/api/kube-object.ts:76


metadata#

metadata: IKubeObjectMetadata

Inherited from KubeObject.metadata

-

Defined in src/renderer/api/kube-object.ts:77

+

Defined in src/renderer/api/kube-object.ts:77


rules#

rules: object[]

Inherited from Role.rules

-

Defined in src/renderer/api/endpoints/role.api.ts:9

+

Defined in src/renderer/api/endpoints/role.api.ts:9


Optional status#

status? : any

Inherited from KubeObject.status

-

Defined in src/renderer/api/kube-object.ts:78

+

Defined in src/renderer/api/kube-object.ts:78


Static apiBase#

apiBase: string = "/apis/rbac.authorization.k8s.io/v1/clusterroles"

Overrides Role.apiBase

-

Defined in src/renderer/api/endpoints/cluster-role.api.ts:9

+

Defined in src/renderer/api/endpoints/cluster-role.api.ts:9


Static kind#

kind: string = "ClusterRole"

Overrides Role.kind

-

Defined in src/renderer/api/endpoints/cluster-role.api.ts:7

+

Defined in src/renderer/api/endpoints/cluster-role.api.ts:7


Static namespaced#

namespaced: boolean = false

Overrides Role.namespaced

-

Defined in src/renderer/api/endpoints/cluster-role.api.ts:8

+

Defined in src/renderer/api/endpoints/cluster-role.api.ts:8

Accessors#

get selfLink(): string

Inherited from KubeObject.selfLink

-

Defined in src/renderer/api/kube-object.ts:80

+

Defined in src/renderer/api/kube-object.ts:80

Returns: string

Methods#

delete#

delete(params?: JsonApiParams): CancelablePromise‹KubeJsonApiData›

Inherited from KubeObject.delete

-

Defined in src/renderer/api/kube-object.ts:160

+

Defined in src/renderer/api/kube-object.ts:160

Parameters:

@@ -1231,7 +1231,7 @@

getAge#

getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

Inherited from KubeObject.getAge

-

Defined in src/renderer/api/kube-object.ts:102

+

Defined in src/renderer/api/kube-object.ts:102

Parameters:

@@ -1264,7 +1264,7 @@

getAnnotations#

getAnnotations(filter: boolean): string[]

Inherited from KubeObject.getAnnotations

-

Defined in src/renderer/api/kube-object.ts:121

+

Defined in src/renderer/api/kube-object.ts:121

Parameters:

@@ -1287,67 +1287,67 @@

getFinalizers#

getFinalizers(): string[]

Inherited from KubeObject.getFinalizers

-

Defined in src/renderer/api/kube-object.ts:113

+

Defined in src/renderer/api/kube-object.ts:113

Returns: string[]


getId#

getId(): string

Inherited from KubeObject.getId

-

Defined in src/renderer/api/kube-object.ts:84

+

Defined in src/renderer/api/kube-object.ts:84

Returns: string


getLabels#

getLabels(): string[]

Inherited from KubeObject.getLabels

-

Defined in src/renderer/api/kube-object.ts:117

+

Defined in src/renderer/api/kube-object.ts:117

Returns: string[]


getName#

getName(): string

Inherited from KubeObject.getName

-

Defined in src/renderer/api/kube-object.ts:92

+

Defined in src/renderer/api/kube-object.ts:92

Returns: string


getNs#

getNs(): string

Inherited from KubeObject.getNs

-

Defined in src/renderer/api/kube-object.ts:96

+

Defined in src/renderer/api/kube-object.ts:96

Returns: string


getOwnerRefs#

getOwnerRefs(): object[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: object[]


getResourceVersion#

getResourceVersion(): string

Inherited from KubeObject.getResourceVersion

-

Defined in src/renderer/api/kube-object.ts:88

+

Defined in src/renderer/api/kube-object.ts:88

Returns: string


getRules#

getRules(): object[]

Inherited from Role.getRules

-

Defined in src/renderer/api/endpoints/role.api.ts:16

+

Defined in src/renderer/api/endpoints/role.api.ts:16

Returns: object[]


getSearchFields#

getSearchFields(): string[]

Inherited from KubeObject.getSearchFields

-

Defined in src/renderer/api/kube-object.ts:137

+

Defined in src/renderer/api/kube-object.ts:137

Returns: string[]


toPlainObject#

toPlainObject(): object

Inherited from KubeObject.toPlainObject

-

Defined in src/renderer/api/kube-object.ts:148

+

Defined in src/renderer/api/kube-object.ts:148

Returns: object


update#

updateT›(data: Partial‹T›): Promise‹T›

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

T: KubeObject

Parameters:

@@ -1370,7 +1370,7 @@

Static create#

create(data: any): KubeObject‹›

Inherited from KubeObject.create

-

Defined in src/renderer/api/kube-object.ts:50

+

Defined in src/renderer/api/kube-object.ts:50

Parameters:

@@ -1391,7 +1391,7 @@

Static isJsonApiData#

isJsonApiData(object: any): object is KubeJsonApiData

Inherited from KubeObject.isJsonApiData

-

Defined in src/renderer/api/kube-object.ts:58

+

Defined in src/renderer/api/kube-object.ts:58

Parameters:

@@ -1412,7 +1412,7 @@

Static isJsonApiDataList#

isJsonApiDataList(object: any): object is KubeJsonApiDataList

Inherited from KubeObject.isJsonApiDataList

-

Defined in src/renderer/api/kube-object.ts:62

+

Defined in src/renderer/api/kube-object.ts:62

Parameters:

@@ -1433,7 +1433,7 @@

Static isNonSystem#

isNonSystem(item: KubeJsonApiData | KubeObject): boolean

Inherited from KubeObject.isNonSystem

-

Defined in src/renderer/api/kube-object.ts:54

+

Defined in src/renderer/api/kube-object.ts:54

Parameters:

@@ -1454,7 +1454,7 @@

Static stringifyLabels#

stringifyLabels(labels: object): string[]

Inherited from KubeObject.stringifyLabels

-

Defined in src/renderer/api/kube-object.ts:66

+

Defined in src/renderer/api/kube-object.ts:66

Parameters:

diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/index.html index b2d79f73dc..e5c371f5b4 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/index.html @@ -1159,7 +1159,7 @@

constructor#

+ new ClusterRoleBinding(data: KubeJsonApiData): ClusterRoleBinding

Inherited from KubeObject.constructor

-

Defined in src/renderer/api/kube-object.ts:69

+

Defined in src/renderer/api/kube-object.ts:69

Parameters:

@@ -1180,22 +1180,22 @@

apiVersion#

apiVersion: string

Inherited from KubeObject.apiVersion

-

Defined in src/renderer/api/kube-object.ts:75

+

Defined in src/renderer/api/kube-object.ts:75


kind#

kind: string

Inherited from KubeObject.kind

-

Defined in src/renderer/api/kube-object.ts:76

+

Defined in src/renderer/api/kube-object.ts:76


metadata#

metadata: IKubeObjectMetadata

Inherited from KubeObject.metadata

-

Defined in src/renderer/api/kube-object.ts:77

+

Defined in src/renderer/api/kube-object.ts:77


roleRef#

roleRef: object

Inherited from RoleBinding.roleRef

-

Defined in src/renderer/api/endpoints/role-binding.api.ts:19

+

Defined in src/renderer/api/endpoints/role-binding.api.ts:19

Type declaration:

@@ -1264,7 +1264,7 @@

getAge#

getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

Inherited from KubeObject.getAge

-

Defined in src/renderer/api/kube-object.ts:102

+

Defined in src/renderer/api/kube-object.ts:102

Parameters:

@@ -1297,7 +1297,7 @@

getAnnotations#

getAnnotations(filter: boolean): string[]

Inherited from KubeObject.getAnnotations

-

Defined in src/renderer/api/kube-object.ts:121

+

Defined in src/renderer/api/kube-object.ts:121

Parameters:

@@ -1320,73 +1320,73 @@

getFinalizers#

getFinalizers(): string[]

Inherited from KubeObject.getFinalizers

-

Defined in src/renderer/api/kube-object.ts:113

+

Defined in src/renderer/api/kube-object.ts:113

Returns: string[]


getId#

getId(): string

Inherited from KubeObject.getId

-

Defined in src/renderer/api/kube-object.ts:84

+

Defined in src/renderer/api/kube-object.ts:84

Returns: string


getLabels#

getLabels(): string[]

Inherited from KubeObject.getLabels

-

Defined in src/renderer/api/kube-object.ts:117

+

Defined in src/renderer/api/kube-object.ts:117

Returns: string[]


getName#

getName(): string

Inherited from KubeObject.getName

-

Defined in src/renderer/api/kube-object.ts:92

+

Defined in src/renderer/api/kube-object.ts:92

Returns: string


getNs#

getNs(): string

Inherited from KubeObject.getNs

-

Defined in src/renderer/api/kube-object.ts:96

+

Defined in src/renderer/api/kube-object.ts:96

Returns: string


getOwnerRefs#

getOwnerRefs(): object[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: object[]


getResourceVersion#

getResourceVersion(): string

Inherited from KubeObject.getResourceVersion

-

Defined in src/renderer/api/kube-object.ts:88

+

Defined in src/renderer/api/kube-object.ts:88

Returns: string


getSearchFields#

getSearchFields(): string[]

Inherited from KubeObject.getSearchFields

-

Defined in src/renderer/api/kube-object.ts:137

+

Defined in src/renderer/api/kube-object.ts:137

Returns: string[]


getSubjectNames#

getSubjectNames(): string

Inherited from RoleBinding.getSubjectNames

-

Defined in src/renderer/api/endpoints/role-binding.api.ts:29

+

Defined in src/renderer/api/endpoints/role-binding.api.ts:29

Returns: string


getSubjects#

getSubjects(): IRoleBindingSubject[]

Inherited from RoleBinding.getSubjects

-

Defined in src/renderer/api/endpoints/role-binding.api.ts:25

+

Defined in src/renderer/api/endpoints/role-binding.api.ts:25

Returns: IRoleBindingSubject[]


toPlainObject#

toPlainObject(): object

Inherited from KubeObject.toPlainObject

-

Defined in src/renderer/api/kube-object.ts:148

+

Defined in src/renderer/api/kube-object.ts:148

Returns: object


update#

updateT›(data: Partial‹T›): Promise‹T›

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

T: KubeObject

Parameters:

@@ -1409,7 +1409,7 @@

Static create#

create(data: any): KubeObject‹›

Inherited from KubeObject.create

-

Defined in src/renderer/api/kube-object.ts:50

+

Defined in src/renderer/api/kube-object.ts:50

Parameters:

@@ -1430,7 +1430,7 @@

Static isJsonApiData#

isJsonApiData(object: any): object is KubeJsonApiData

Inherited from KubeObject.isJsonApiData

-

Defined in src/renderer/api/kube-object.ts:58

+

Defined in src/renderer/api/kube-object.ts:58

Parameters:

@@ -1451,7 +1451,7 @@

Static isJsonApiDataList#

isJsonApiDataList(object: any): object is KubeJsonApiDataList

Inherited from KubeObject.isJsonApiDataList

-

Defined in src/renderer/api/kube-object.ts:62

+

Defined in src/renderer/api/kube-object.ts:62

Parameters:

@@ -1472,7 +1472,7 @@

Static isNonSystem#

isNonSystem(item: KubeJsonApiData | KubeObject): boolean

Inherited from KubeObject.isNonSystem

-

Defined in src/renderer/api/kube-object.ts:54

+

Defined in src/renderer/api/kube-object.ts:54

Parameters:

@@ -1493,7 +1493,7 @@

Static stringifyLabels#

stringifyLabels(labels: object): string[]

Inherited from KubeObject.stringifyLabels

-

Defined in src/renderer/api/kube-object.ts:66

+

Defined in src/renderer/api/kube-object.ts:66

Parameters:

diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.configmap/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.configmap/index.html index c7ee826f27..199cc5a291 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.configmap/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.configmap/index.html @@ -1145,7 +1145,7 @@

constructor#

+ new ConfigMap(data: KubeJsonApiData): ConfigMap

Overrides KubeObject.constructor

-

Defined in src/renderer/api/endpoints/configmap.api.ts:10

+

Defined in src/renderer/api/endpoints/configmap.api.ts:10

Parameters:

@@ -1166,11 +1166,11 @@

apiVersion#

apiVersion: string

Inherited from KubeObject.apiVersion

-

Defined in src/renderer/api/kube-object.ts:75

+

Defined in src/renderer/api/kube-object.ts:75


data#

data: object

-

Defined in src/renderer/api/endpoints/configmap.api.ts:17

+

Defined in src/renderer/api/endpoints/configmap.api.ts:17

Type declaration:

@@ -1235,7 +1235,7 @@

getAge#

getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

Inherited from KubeObject.getAge

-

Defined in src/renderer/api/kube-object.ts:102

+

Defined in src/renderer/api/kube-object.ts:102

Parameters:

@@ -1268,7 +1268,7 @@

getAnnotations#

getAnnotations(filter: boolean): string[]

Inherited from KubeObject.getAnnotations

-

Defined in src/renderer/api/kube-object.ts:121

+

Defined in src/renderer/api/kube-object.ts:121

Parameters:

@@ -1291,66 +1291,66 @@

getFinalizers#

getFinalizers(): string[]

Inherited from KubeObject.getFinalizers

-

Defined in src/renderer/api/kube-object.ts:113

+

Defined in src/renderer/api/kube-object.ts:113

Returns: string[]


getId#

getId(): string

Inherited from KubeObject.getId

-

Defined in src/renderer/api/kube-object.ts:84

+

Defined in src/renderer/api/kube-object.ts:84

Returns: string


getKeys#

getKeys(): string[]

-

Defined in src/renderer/api/endpoints/configmap.api.ts:21

+

Defined in src/renderer/api/endpoints/configmap.api.ts:21

Returns: string[]


getLabels#

getLabels(): string[]

Inherited from KubeObject.getLabels

-

Defined in src/renderer/api/kube-object.ts:117

+

Defined in src/renderer/api/kube-object.ts:117

Returns: string[]


getName#

getName(): string

Inherited from KubeObject.getName

-

Defined in src/renderer/api/kube-object.ts:92

+

Defined in src/renderer/api/kube-object.ts:92

Returns: string


getNs#

getNs(): string

Inherited from KubeObject.getNs

-

Defined in src/renderer/api/kube-object.ts:96

+

Defined in src/renderer/api/kube-object.ts:96

Returns: string


getOwnerRefs#

getOwnerRefs(): object[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: object[]


getResourceVersion#

getResourceVersion(): string

Inherited from KubeObject.getResourceVersion

-

Defined in src/renderer/api/kube-object.ts:88

+

Defined in src/renderer/api/kube-object.ts:88

Returns: string


getSearchFields#

getSearchFields(): string[]

Inherited from KubeObject.getSearchFields

-

Defined in src/renderer/api/kube-object.ts:137

+

Defined in src/renderer/api/kube-object.ts:137

Returns: string[]


toPlainObject#

toPlainObject(): object

Inherited from KubeObject.toPlainObject

-

Defined in src/renderer/api/kube-object.ts:148

+

Defined in src/renderer/api/kube-object.ts:148

Returns: object


update#

updateT›(data: Partial‹T›): Promise‹T›

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

T: KubeObject

Parameters:

@@ -1373,7 +1373,7 @@

Static create#

create(data: any): KubeObject‹›

Inherited from KubeObject.create

-

Defined in src/renderer/api/kube-object.ts:50

+

Defined in src/renderer/api/kube-object.ts:50

Parameters:

@@ -1394,7 +1394,7 @@

Static isJsonApiData#

isJsonApiData(object: any): object is KubeJsonApiData

Inherited from KubeObject.isJsonApiData

-

Defined in src/renderer/api/kube-object.ts:58

+

Defined in src/renderer/api/kube-object.ts:58

Parameters:

@@ -1415,7 +1415,7 @@

Static isJsonApiDataList#

isJsonApiDataList(object: any): object is KubeJsonApiDataList

Inherited from KubeObject.isJsonApiDataList

-

Defined in src/renderer/api/kube-object.ts:62

+

Defined in src/renderer/api/kube-object.ts:62

Parameters:

@@ -1436,7 +1436,7 @@

Static isNonSystem#

isNonSystem(item: KubeJsonApiData | KubeObject): boolean

Inherited from KubeObject.isNonSystem

-

Defined in src/renderer/api/kube-object.ts:54

+

Defined in src/renderer/api/kube-object.ts:54

Parameters:

@@ -1457,7 +1457,7 @@

Static stringifyLabels#

stringifyLabels(labels: object): string[]

Inherited from KubeObject.stringifyLabels

-

Defined in src/renderer/api/kube-object.ts:66

+

Defined in src/renderer/api/kube-object.ts:66

Parameters:

diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.cronjob/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.cronjob/index.html index aea496f01b..01eaeb859d 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.cronjob/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.cronjob/index.html @@ -1169,7 +1169,7 @@

constructor#

+ new CronJob(data: KubeJsonApiData): CronJob

Inherited from KubeObject.constructor

-

Defined in src/renderer/api/kube-object.ts:69

+

Defined in src/renderer/api/kube-object.ts:69

Parameters:

@@ -1190,17 +1190,17 @@

apiVersion#

apiVersion: string

Overrides KubeObject.apiVersion

-

Defined in src/renderer/api/endpoints/cron-job.api.ts:15

+

Defined in src/renderer/api/endpoints/cron-job.api.ts:15


kind#

kind: string

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/cron-job.api.ts:14

+

Defined in src/renderer/api/endpoints/cron-job.api.ts:14


metadata#

metadata: object

Overrides KubeObject.metadata

-

Defined in src/renderer/api/endpoints/cron-job.api.ts:16

+

Defined in src/renderer/api/endpoints/cron-job.api.ts:16

Type declaration:

@@ -1358,7 +1358,7 @@

getAge#

getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

Inherited from KubeObject.getAge

-

Defined in src/renderer/api/kube-object.ts:102

+

Defined in src/renderer/api/kube-object.ts:102

Parameters:

@@ -1391,7 +1391,7 @@

getAnnotations#

getAnnotations(filter: boolean): string[]

Inherited from KubeObject.getAnnotations

-

Defined in src/renderer/api/kube-object.ts:121

+

Defined in src/renderer/api/kube-object.ts:121

Parameters:

@@ -1414,81 +1414,81 @@

getFinalizers#

getFinalizers(): string[]

Inherited from KubeObject.getFinalizers

-

Defined in src/renderer/api/kube-object.ts:113

+

Defined in src/renderer/api/kube-object.ts:113

Returns: string[]


getId#

getId(): string

Inherited from KubeObject.getId

-

Defined in src/renderer/api/kube-object.ts:84

+

Defined in src/renderer/api/kube-object.ts:84

Returns: string


getLabels#

getLabels(): string[]

Inherited from KubeObject.getLabels

-

Defined in src/renderer/api/kube-object.ts:117

+

Defined in src/renderer/api/kube-object.ts:117

Returns: string[]


getLastScheduleTime#

getLastScheduleTime(): string

-

Defined in src/renderer/api/endpoints/cron-job.api.ts:71

+

Defined in src/renderer/api/endpoints/cron-job.api.ts:71

Returns: string


getName#

getName(): string

Inherited from KubeObject.getName

-

Defined in src/renderer/api/kube-object.ts:92

+

Defined in src/renderer/api/kube-object.ts:92

Returns: string


getNs#

getNs(): string

Inherited from KubeObject.getNs

-

Defined in src/renderer/api/kube-object.ts:96

+

Defined in src/renderer/api/kube-object.ts:96

Returns: string


getOwnerRefs#

getOwnerRefs(): object[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: object[]


getResourceVersion#

getResourceVersion(): string

Inherited from KubeObject.getResourceVersion

-

Defined in src/renderer/api/kube-object.ts:88

+

Defined in src/renderer/api/kube-object.ts:88

Returns: string


getSchedule#

getSchedule(): string

-

Defined in src/renderer/api/endpoints/cron-job.api.ts:77

+

Defined in src/renderer/api/endpoints/cron-job.api.ts:77

Returns: string


getSearchFields#

getSearchFields(): string[]

Inherited from KubeObject.getSearchFields

-

Defined in src/renderer/api/kube-object.ts:137

+

Defined in src/renderer/api/kube-object.ts:137

Returns: string[]


getSuspendFlag#

getSuspendFlag(): string

-

Defined in src/renderer/api/endpoints/cron-job.api.ts:67

+

Defined in src/renderer/api/endpoints/cron-job.api.ts:67

Returns: string


isNeverRun#

isNeverRun(): boolean

-

Defined in src/renderer/api/endpoints/cron-job.api.ts:81

+

Defined in src/renderer/api/endpoints/cron-job.api.ts:81

Returns: boolean


toPlainObject#

toPlainObject(): object

Inherited from KubeObject.toPlainObject

-

Defined in src/renderer/api/kube-object.ts:148

+

Defined in src/renderer/api/kube-object.ts:148

Returns: object


update#

updateT›(data: Partial‹T›): Promise‹T›

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

T: KubeObject

Parameters:

@@ -1511,7 +1511,7 @@

Static create#

create(data: any): KubeObject‹›

Inherited from KubeObject.create

-

Defined in src/renderer/api/kube-object.ts:50

+

Defined in src/renderer/api/kube-object.ts:50

Parameters:

@@ -1532,7 +1532,7 @@

Static isJsonApiData#

isJsonApiData(object: any): object is KubeJsonApiData

Inherited from KubeObject.isJsonApiData

-

Defined in src/renderer/api/kube-object.ts:58

+

Defined in src/renderer/api/kube-object.ts:58

Parameters:

@@ -1553,7 +1553,7 @@

Static isJsonApiDataList#

isJsonApiDataList(object: any): object is KubeJsonApiDataList

Inherited from KubeObject.isJsonApiDataList

-

Defined in src/renderer/api/kube-object.ts:62

+

Defined in src/renderer/api/kube-object.ts:62

Parameters:

@@ -1574,7 +1574,7 @@

Static isNonSystem#

isNonSystem(item: KubeJsonApiData | KubeObject): boolean

Inherited from KubeObject.isNonSystem

-

Defined in src/renderer/api/kube-object.ts:54

+

Defined in src/renderer/api/kube-object.ts:54

Parameters:

@@ -1595,7 +1595,7 @@

Static stringifyLabels#

stringifyLabels(labels: object): string[]

Inherited from KubeObject.stringifyLabels

-

Defined in src/renderer/api/kube-object.ts:66

+

Defined in src/renderer/api/kube-object.ts:66

Parameters:

diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/index.html index b3b1122c6f..eb461a6d17 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/index.html @@ -1257,7 +1257,7 @@

constructor#

+ new CustomResourceDefinition(data: KubeJsonApiData): CustomResourceDefinition

Inherited from KubeObject.constructor

-

Defined in src/renderer/api/kube-object.ts:69

+

Defined in src/renderer/api/kube-object.ts:69

Parameters:

@@ -1278,21 +1278,21 @@

apiVersion#

apiVersion: string

Inherited from KubeObject.apiVersion

-

Defined in src/renderer/api/kube-object.ts:75

+

Defined in src/renderer/api/kube-object.ts:75


kind#

kind: string

Inherited from KubeObject.kind

-

Defined in src/renderer/api/kube-object.ts:76

+

Defined in src/renderer/api/kube-object.ts:76


metadata#

metadata: IKubeObjectMetadata

Inherited from KubeObject.metadata

-

Defined in src/renderer/api/kube-object.ts:77

+

Defined in src/renderer/api/kube-object.ts:77


spec#

spec: object

-

Defined in src/renderer/api/endpoints/crd.api.ts:25

+

Defined in src/renderer/api/endpoints/crd.api.ts:25

Type declaration:

@@ -1415,7 +1415,7 @@

getAge#

getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

Inherited from KubeObject.getAge

-

Defined in src/renderer/api/kube-object.ts:102

+

Defined in src/renderer/api/kube-object.ts:102

Parameters:

@@ -1448,7 +1448,7 @@

getAnnotations#

getAnnotations(filter: boolean): string[]

Inherited from KubeObject.getAnnotations

-

Defined in src/renderer/api/kube-object.ts:121

+

Defined in src/renderer/api/kube-object.ts:121

Parameters:

@@ -1470,46 +1470,46 @@

getConditions#

getConditions(): object[]

-

Defined in src/renderer/api/endpoints/crd.api.ts:136

+

Defined in src/renderer/api/endpoints/crd.api.ts:136

Returns: object[]


getConversion#

getConversion(): string

-

Defined in src/renderer/api/endpoints/crd.api.ts:119

+

Defined in src/renderer/api/endpoints/crd.api.ts:119

Returns: string


getFinalizers#

getFinalizers(): string[]

Inherited from KubeObject.getFinalizers

-

Defined in src/renderer/api/kube-object.ts:113

+

Defined in src/renderer/api/kube-object.ts:113

Returns: string[]


getGroup#

getGroup(): string

-

Defined in src/renderer/api/endpoints/crd.api.ts:94

+

Defined in src/renderer/api/endpoints/crd.api.ts:94

Returns: string


getId#

getId(): string

Inherited from KubeObject.getId

-

Defined in src/renderer/api/kube-object.ts:84

+

Defined in src/renderer/api/kube-object.ts:84

Returns: string


getLabels#

getLabels(): string[]

Inherited from KubeObject.getLabels

-

Defined in src/renderer/api/kube-object.ts:117

+

Defined in src/renderer/api/kube-object.ts:117

Returns: string[]


getName#

getName(): string

Inherited from KubeObject.getName

-

Defined in src/renderer/api/kube-object.ts:92

+

Defined in src/renderer/api/kube-object.ts:92

Returns: string


getNames#

getNames(): object

-

Defined in src/renderer/api/endpoints/crd.api.ts:115

+

Defined in src/renderer/api/endpoints/crd.api.ts:115

Returns: object

@@ -1567,71 +1567,71 @@

getResourceApiBase#

getResourceApiBase(): string

-

Defined in src/renderer/api/endpoints/crd.api.ts:76

+

Defined in src/renderer/api/endpoints/crd.api.ts:76

Returns: string


getResourceKind#

getResourceKind(): string

-

Defined in src/renderer/api/endpoints/crd.api.ts:85

+

Defined in src/renderer/api/endpoints/crd.api.ts:85

Returns: string


getResourceTitle#

getResourceTitle(): string

-

Defined in src/renderer/api/endpoints/crd.api.ts:89

+

Defined in src/renderer/api/endpoints/crd.api.ts:89

Returns: string


getResourceUrl#

getResourceUrl(): string

-

Defined in src/renderer/api/endpoints/crd.api.ts:67

+

Defined in src/renderer/api/endpoints/crd.api.ts:67

Returns: string


getResourceVersion#

getResourceVersion(): string

Inherited from KubeObject.getResourceVersion

-

Defined in src/renderer/api/kube-object.ts:88

+

Defined in src/renderer/api/kube-object.ts:88

Returns: string


getScope#

getScope(): string

-

Defined in src/renderer/api/endpoints/crd.api.ts:98

+

Defined in src/renderer/api/endpoints/crd.api.ts:98

Returns: string


getSearchFields#

getSearchFields(): string[]

Inherited from KubeObject.getSearchFields

-

Defined in src/renderer/api/kube-object.ts:137

+

Defined in src/renderer/api/kube-object.ts:137

Returns: string[]


getStoredVersions#

getStoredVersions(): string

-

Defined in src/renderer/api/endpoints/crd.api.ts:111

+

Defined in src/renderer/api/endpoints/crd.api.ts:111

Returns: string


getValidation#

getValidation(): string

-

Defined in src/renderer/api/endpoints/crd.api.ts:132

+

Defined in src/renderer/api/endpoints/crd.api.ts:132

Returns: string


getVersion#

getVersion(): string

-

Defined in src/renderer/api/endpoints/crd.api.ts:102

+

Defined in src/renderer/api/endpoints/crd.api.ts:102

Returns: string


isNamespaced#

isNamespaced(): boolean

-

Defined in src/renderer/api/endpoints/crd.api.ts:107

+

Defined in src/renderer/api/endpoints/crd.api.ts:107

Returns: boolean


toPlainObject#

toPlainObject(): object

Inherited from KubeObject.toPlainObject

-

Defined in src/renderer/api/kube-object.ts:148

+

Defined in src/renderer/api/kube-object.ts:148

Returns: object


update#

updateT›(data: Partial‹T›): Promise‹T›

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

T: KubeObject

Parameters:

@@ -1654,7 +1654,7 @@

Static create#

create(data: any): KubeObject‹›

Inherited from KubeObject.create

-

Defined in src/renderer/api/kube-object.ts:50

+

Defined in src/renderer/api/kube-object.ts:50

Parameters:

@@ -1675,7 +1675,7 @@

Static isJsonApiData#

isJsonApiData(object: any): object is KubeJsonApiData

Inherited from KubeObject.isJsonApiData

-

Defined in src/renderer/api/kube-object.ts:58

+

Defined in src/renderer/api/kube-object.ts:58

Parameters:

@@ -1696,7 +1696,7 @@

Static isJsonApiDataList#

isJsonApiDataList(object: any): object is KubeJsonApiDataList

Inherited from KubeObject.isJsonApiDataList

-

Defined in src/renderer/api/kube-object.ts:62

+

Defined in src/renderer/api/kube-object.ts:62

Parameters:

@@ -1717,7 +1717,7 @@

Static isNonSystem#

isNonSystem(item: KubeJsonApiData | KubeObject): boolean

Inherited from KubeObject.isNonSystem

-

Defined in src/renderer/api/kube-object.ts:54

+

Defined in src/renderer/api/kube-object.ts:54

Parameters:

@@ -1738,7 +1738,7 @@

Static stringifyLabels#

stringifyLabels(labels: object): string[]

Inherited from KubeObject.stringifyLabels

-

Defined in src/renderer/api/kube-object.ts:66

+

Defined in src/renderer/api/kube-object.ts:66

Parameters:

diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.daemonset/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.daemonset/index.html index 61d8e0e5ea..7632ed70f7 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.daemonset/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.daemonset/index.html @@ -1193,7 +1193,7 @@

constructor#

+ new DaemonSet(data: KubeJsonApiData): DaemonSet

Inherited from KubeObject.constructor

-

Defined in src/renderer/api/kube-object.ts:69

+

Defined in src/renderer/api/kube-object.ts:69

Parameters:

@@ -1214,22 +1214,22 @@

apiVersion#

apiVersion: string

Inherited from KubeObject.apiVersion

-

Defined in src/renderer/api/kube-object.ts:75

+

Defined in src/renderer/api/kube-object.ts:75


kind#

kind: string

Inherited from KubeObject.kind

-

Defined in src/renderer/api/kube-object.ts:76

+

Defined in src/renderer/api/kube-object.ts:76


metadata#

metadata: IKubeObjectMetadata

Inherited from KubeObject.metadata

-

Defined in src/renderer/api/kube-object.ts:77

+

Defined in src/renderer/api/kube-object.ts:77


spec#

spec: object

Overrides void

-

Defined in src/renderer/api/endpoints/daemon-set.api.ts:13

+

Defined in src/renderer/api/endpoints/daemon-set.api.ts:13

Type declaration:

@@ -1386,19 +1386,19 @@

getAffinity#

getAffinity(): IAffinity

Inherited from Deployment.getAffinity

-

Defined in src/renderer/api/workload-kube-object.ts:71

+

Defined in src/renderer/api/workload-kube-object.ts:71

Returns: IAffinity


getAffinityNumber#

getAffinityNumber(): number

Inherited from Pod.getAffinityNumber

-

Defined in src/renderer/api/workload-kube-object.ts:75

+

Defined in src/renderer/api/workload-kube-object.ts:75

Returns: number


getAge#

getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

Inherited from KubeObject.getAge

-

Defined in src/renderer/api/kube-object.ts:102

+

Defined in src/renderer/api/kube-object.ts:102

Parameters:

@@ -1431,7 +1431,7 @@

getAnnotations#

getAnnotations(filter: boolean): string[]

Inherited from KubeObject.getAnnotations

-

Defined in src/renderer/api/kube-object.ts:121

+

Defined in src/renderer/api/kube-object.ts:121

Parameters:

@@ -1454,90 +1454,90 @@

getFinalizers#

getFinalizers(): string[]

Inherited from KubeObject.getFinalizers

-

Defined in src/renderer/api/kube-object.ts:113

+

Defined in src/renderer/api/kube-object.ts:113

Returns: string[]


getId#

getId(): string

Inherited from KubeObject.getId

-

Defined in src/renderer/api/kube-object.ts:84

+

Defined in src/renderer/api/kube-object.ts:84

Returns: string


getImages#

getImages(): string[]

-

Defined in src/renderer/api/endpoints/daemon-set.api.ts:66

+

Defined in src/renderer/api/endpoints/daemon-set.api.ts:66

Returns: string[]


getLabels#

getLabels(): string[]

Inherited from KubeObject.getLabels

-

Defined in src/renderer/api/kube-object.ts:117

+

Defined in src/renderer/api/kube-object.ts:117

Returns: string[]


getName#

getName(): string

Inherited from KubeObject.getName

-

Defined in src/renderer/api/kube-object.ts:92

+

Defined in src/renderer/api/kube-object.ts:92

Returns: string


getNodeSelectors#

getNodeSelectors(): string[]

Inherited from Deployment.getNodeSelectors

-

Defined in src/renderer/api/workload-kube-object.ts:57

+

Defined in src/renderer/api/workload-kube-object.ts:57

Returns: string[]


getNs#

getNs(): string

Inherited from KubeObject.getNs

-

Defined in src/renderer/api/kube-object.ts:96

+

Defined in src/renderer/api/kube-object.ts:96

Returns: string


getOwnerRefs#

getOwnerRefs(): object[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: object[]


getResourceVersion#

getResourceVersion(): string

Inherited from KubeObject.getResourceVersion

-

Defined in src/renderer/api/kube-object.ts:88

+

Defined in src/renderer/api/kube-object.ts:88

Returns: string


getSearchFields#

getSearchFields(): string[]

Inherited from KubeObject.getSearchFields

-

Defined in src/renderer/api/kube-object.ts:137

+

Defined in src/renderer/api/kube-object.ts:137

Returns: string[]


getSelectors#

getSelectors(): string[]

Inherited from Pod.getSelectors

-

Defined in src/renderer/api/workload-kube-object.ts:52

+

Defined in src/renderer/api/workload-kube-object.ts:52

Returns: string[]


getTemplateLabels#

getTemplateLabels(): string[]

Inherited from Pod.getTemplateLabels

-

Defined in src/renderer/api/workload-kube-object.ts:62

+

Defined in src/renderer/api/workload-kube-object.ts:62

Returns: string[]


getTolerations#

getTolerations(): IToleration[]

Inherited from Deployment.getTolerations

-

Defined in src/renderer/api/workload-kube-object.ts:67

+

Defined in src/renderer/api/workload-kube-object.ts:67

Returns: IToleration[]


toPlainObject#

toPlainObject(): object

Inherited from KubeObject.toPlainObject

-

Defined in src/renderer/api/kube-object.ts:148

+

Defined in src/renderer/api/kube-object.ts:148

Returns: object


update#

updateT›(data: Partial‹T›): Promise‹T›

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

T: KubeObject

Parameters:

@@ -1560,7 +1560,7 @@

Static create#

create(data: any): KubeObject‹›

Inherited from KubeObject.create

-

Defined in src/renderer/api/kube-object.ts:50

+

Defined in src/renderer/api/kube-object.ts:50

Parameters:

@@ -1581,7 +1581,7 @@

Static isJsonApiData#

isJsonApiData(object: any): object is KubeJsonApiData

Inherited from KubeObject.isJsonApiData

-

Defined in src/renderer/api/kube-object.ts:58

+

Defined in src/renderer/api/kube-object.ts:58

Parameters:

@@ -1602,7 +1602,7 @@

Static isJsonApiDataList#

isJsonApiDataList(object: any): object is KubeJsonApiDataList

Inherited from KubeObject.isJsonApiDataList

-

Defined in src/renderer/api/kube-object.ts:62

+

Defined in src/renderer/api/kube-object.ts:62

Parameters:

@@ -1623,7 +1623,7 @@

Static isNonSystem#

isNonSystem(item: KubeJsonApiData | KubeObject): boolean

Inherited from KubeObject.isNonSystem

-

Defined in src/renderer/api/kube-object.ts:54

+

Defined in src/renderer/api/kube-object.ts:54

Parameters:

@@ -1644,7 +1644,7 @@

Static stringifyLabels#

stringifyLabels(labels: object): string[]

Inherited from KubeObject.stringifyLabels

-

Defined in src/renderer/api/kube-object.ts:66

+

Defined in src/renderer/api/kube-object.ts:66

Parameters:

diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.deployment/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.deployment/index.html index c0debd99e4..190352c03e 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.deployment/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.deployment/index.html @@ -1209,7 +1209,7 @@

constructor#

+ new Deployment(data: KubeJsonApiData): Deployment

Inherited from KubeObject.constructor

-

Defined in src/renderer/api/kube-object.ts:69

+

Defined in src/renderer/api/kube-object.ts:69

Parameters:

@@ -1230,22 +1230,22 @@

apiVersion#

apiVersion: string

Inherited from KubeObject.apiVersion

-

Defined in src/renderer/api/kube-object.ts:75

+

Defined in src/renderer/api/kube-object.ts:75


kind#

kind: string

Inherited from KubeObject.kind

-

Defined in src/renderer/api/kube-object.ts:76

+

Defined in src/renderer/api/kube-object.ts:76


metadata#

metadata: IKubeObjectMetadata

Inherited from KubeObject.metadata

-

Defined in src/renderer/api/kube-object.ts:77

+

Defined in src/renderer/api/kube-object.ts:77


spec#

spec: object

Overrides void

-

Defined in src/renderer/api/endpoints/deployment.api.ts:55

+

Defined in src/renderer/api/endpoints/deployment.api.ts:55

Type declaration:

@@ -1407,19 +1407,19 @@

getAffinity#

getAffinity(): IAffinity

Inherited from Deployment.getAffinity

-

Defined in src/renderer/api/workload-kube-object.ts:71

+

Defined in src/renderer/api/workload-kube-object.ts:71

Returns: IAffinity


getAffinityNumber#

getAffinityNumber(): number

Inherited from Pod.getAffinityNumber

-

Defined in src/renderer/api/workload-kube-object.ts:75

+

Defined in src/renderer/api/workload-kube-object.ts:75

Returns: number


getAge#

getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

Inherited from KubeObject.getAge

-

Defined in src/renderer/api/kube-object.ts:102

+

Defined in src/renderer/api/kube-object.ts:102

Parameters:

@@ -1452,7 +1452,7 @@

getAnnotations#

getAnnotations(filter: boolean): string[]

Inherited from KubeObject.getAnnotations

-

Defined in src/renderer/api/kube-object.ts:121

+

Defined in src/renderer/api/kube-object.ts:121

Parameters:

@@ -1474,7 +1474,7 @@

getConditions#

getConditions(activeOnly: boolean): object[]

-

Defined in src/renderer/api/endpoints/deployment.api.ts:172

+

Defined in src/renderer/api/endpoints/deployment.api.ts:172

Parameters:

@@ -1496,7 +1496,7 @@

getConditionsText#

getConditionsText(activeOnly: boolean): string

-

Defined in src/renderer/api/endpoints/deployment.api.ts:181

+

Defined in src/renderer/api/endpoints/deployment.api.ts:181

Parameters:

@@ -1519,90 +1519,90 @@

getFinalizers#

getFinalizers(): string[]

Inherited from KubeObject.getFinalizers

-

Defined in src/renderer/api/kube-object.ts:113

+

Defined in src/renderer/api/kube-object.ts:113

Returns: string[]


getId#

getId(): string

Inherited from KubeObject.getId

-

Defined in src/renderer/api/kube-object.ts:84

+

Defined in src/renderer/api/kube-object.ts:84

Returns: string


getLabels#

getLabels(): string[]

Inherited from KubeObject.getLabels

-

Defined in src/renderer/api/kube-object.ts:117

+

Defined in src/renderer/api/kube-object.ts:117

Returns: string[]


getName#

getName(): string

Inherited from KubeObject.getName

-

Defined in src/renderer/api/kube-object.ts:92

+

Defined in src/renderer/api/kube-object.ts:92

Returns: string


getNodeSelectors#

getNodeSelectors(): string[]

Inherited from Deployment.getNodeSelectors

-

Defined in src/renderer/api/workload-kube-object.ts:57

+

Defined in src/renderer/api/workload-kube-object.ts:57

Returns: string[]


getNs#

getNs(): string

Inherited from KubeObject.getNs

-

Defined in src/renderer/api/kube-object.ts:96

+

Defined in src/renderer/api/kube-object.ts:96

Returns: string


getOwnerRefs#

getOwnerRefs(): object[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: object[]


getReplicas#

getReplicas(): number

-

Defined in src/renderer/api/endpoints/deployment.api.ts:185

+

Defined in src/renderer/api/endpoints/deployment.api.ts:185

Returns: number


getResourceVersion#

getResourceVersion(): string

Inherited from KubeObject.getResourceVersion

-

Defined in src/renderer/api/kube-object.ts:88

+

Defined in src/renderer/api/kube-object.ts:88

Returns: string


getSearchFields#

getSearchFields(): string[]

Inherited from KubeObject.getSearchFields

-

Defined in src/renderer/api/kube-object.ts:137

+

Defined in src/renderer/api/kube-object.ts:137

Returns: string[]


getSelectors#

getSelectors(): string[]

Inherited from Pod.getSelectors

-

Defined in src/renderer/api/workload-kube-object.ts:52

+

Defined in src/renderer/api/workload-kube-object.ts:52

Returns: string[]


getTemplateLabels#

getTemplateLabels(): string[]

Inherited from Pod.getTemplateLabels

-

Defined in src/renderer/api/workload-kube-object.ts:62

+

Defined in src/renderer/api/workload-kube-object.ts:62

Returns: string[]


getTolerations#

getTolerations(): IToleration[]

Inherited from Deployment.getTolerations

-

Defined in src/renderer/api/workload-kube-object.ts:67

+

Defined in src/renderer/api/workload-kube-object.ts:67

Returns: IToleration[]


toPlainObject#

toPlainObject(): object

Inherited from KubeObject.toPlainObject

-

Defined in src/renderer/api/kube-object.ts:148

+

Defined in src/renderer/api/kube-object.ts:148

Returns: object


update#

updateT›(data: Partial‹T›): Promise‹T›

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

T: KubeObject

Parameters:

@@ -1625,7 +1625,7 @@

Static create#

create(data: any): KubeObject‹›

Inherited from KubeObject.create

-

Defined in src/renderer/api/kube-object.ts:50

+

Defined in src/renderer/api/kube-object.ts:50

Parameters:

@@ -1646,7 +1646,7 @@

Static isJsonApiData#

isJsonApiData(object: any): object is KubeJsonApiData

Inherited from KubeObject.isJsonApiData

-

Defined in src/renderer/api/kube-object.ts:58

+

Defined in src/renderer/api/kube-object.ts:58

Parameters:

@@ -1667,7 +1667,7 @@

Static isJsonApiDataList#

isJsonApiDataList(object: any): object is KubeJsonApiDataList

Inherited from KubeObject.isJsonApiDataList

-

Defined in src/renderer/api/kube-object.ts:62

+

Defined in src/renderer/api/kube-object.ts:62

Parameters:

@@ -1688,7 +1688,7 @@

Static isNonSystem#

isNonSystem(item: KubeJsonApiData | KubeObject): boolean

Inherited from KubeObject.isNonSystem

-

Defined in src/renderer/api/kube-object.ts:54

+

Defined in src/renderer/api/kube-object.ts:54

Parameters:

@@ -1709,7 +1709,7 @@

Static stringifyLabels#

stringifyLabels(labels: object): string[]

Inherited from KubeObject.stringifyLabels

-

Defined in src/renderer/api/kube-object.ts:66

+

Defined in src/renderer/api/kube-object.ts:66

Parameters:

diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/index.html index abb4ad9303..6e4cfe9ff1 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/index.html @@ -999,6 +999,13 @@ list + + +
  • + + Protected normalizeQuery + +
  • @@ -1114,6 +1121,7 @@
  • getUrl
  • getWatchUrl
  • list
  • +
  • normalizeQuery
  • parseResponse
  • refreshResourceVersion
  • restart
  • @@ -1127,7 +1135,7 @@

    constructor#

    + new DeploymentApi(options: IKubeApiOptions‹Deployment›): DeploymentApi

    Inherited from KubeApi.constructor

    -

    Defined in src/renderer/api/kube-api.ts:67

    +

    Defined in src/renderer/api/kube-api.ts:69

    Parameters:

    @@ -1148,72 +1156,72 @@

    apiBase#

    apiBase: string

    Inherited from KubeApi.apiBase

    -

    Defined in src/renderer/api/kube-api.ts:57

    +

    Defined in src/renderer/api/kube-api.ts:59


    apiGroup#

    apiGroup: string

    Inherited from KubeApi.apiGroup

    -

    Defined in src/renderer/api/kube-api.ts:59

    +

    Defined in src/renderer/api/kube-api.ts:61


    apiPrefix#

    apiPrefix: string

    Inherited from KubeApi.apiPrefix

    -

    Defined in src/renderer/api/kube-api.ts:58

    +

    Defined in src/renderer/api/kube-api.ts:60


    apiResource#

    apiResource: string

    Inherited from KubeApi.apiResource

    -

    Defined in src/renderer/api/kube-api.ts:62

    +

    Defined in src/renderer/api/kube-api.ts:64


    apiVersion#

    apiVersion: string

    Inherited from KubeApi.apiVersion

    -

    Defined in src/renderer/api/kube-api.ts:60

    +

    Defined in src/renderer/api/kube-api.ts:62


    apiVersionWithGroup#

    apiVersionWithGroup: string

    Inherited from KubeApi.apiVersionWithGroup

    -

    Defined in src/renderer/api/kube-api.ts:61

    +

    Defined in src/renderer/api/kube-api.ts:63


    isNamespaced#

    isNamespaced: boolean

    Inherited from KubeApi.isNamespaced

    -

    Defined in src/renderer/api/kube-api.ts:63

    +

    Defined in src/renderer/api/kube-api.ts:65


    kind#

    kind: string

    Inherited from KubeApi.kind

    -

    Defined in src/renderer/api/kube-api.ts:56

    +

    Defined in src/renderer/api/kube-api.ts:58


    objectConstructor#

    objectConstructor: IKubeObjectConstructor‹Deployment

    Inherited from KubeApi.objectConstructor

    -

    Defined in src/renderer/api/kube-api.ts:65

    +

    Defined in src/renderer/api/kube-api.ts:67


    Protected options#

    options: IKubeApiOptions‹Deployment

    Inherited from KubeApi.options

    -

    Defined in src/renderer/api/kube-api.ts:69

    +

    Defined in src/renderer/api/kube-api.ts:71


    Protected request#

    request: KubeJsonApi

    Inherited from KubeApi.request

    -

    Defined in src/renderer/api/kube-api.ts:66

    +

    Defined in src/renderer/api/kube-api.ts:68


    Protected resourceVersions#

    resourceVersions: Map‹string, string› = new Map()

    Inherited from KubeApi.resourceVersions

    -

    Defined in src/renderer/api/kube-api.ts:67

    +

    Defined in src/renderer/api/kube-api.ts:69


    Static parseApi#

    parseApi: parseKubeApi = parseKubeApi

    Inherited from KubeApi.parseApi

    -

    Defined in src/renderer/api/kube-api.ts:49

    +

    Defined in src/renderer/api/kube-api.ts:51

    Methods#

    create#

    create(__namedParameters: object, data?: Partial‹Deployment›): Promise‹Deployment

    Inherited from KubeApi.create

    -

    Defined in src/renderer/api/kube-api.ts:158

    +

    Defined in src/renderer/api/kube-api.ts:170

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1243,7 +1251,7 @@

    delete#

    delete(__namedParameters: object): Promise‹KubeJsonApiData›

    Inherited from KubeApi.delete

    -

    Defined in src/renderer/api/kube-api.ts:182

    +

    Defined in src/renderer/api/kube-api.ts:194

    Parameters:

    __namedParameters: object

    @@ -1272,7 +1280,7 @@

    get#

    get(__namedParameters: object, query?: IKubeApiQueryParams): Promise‹Deployment

    Inherited from KubeApi.get

    -

    Defined in src/renderer/api/kube-api.ts:152

    +

    Defined in src/renderer/api/kube-api.ts:164

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1301,7 +1309,7 @@

    getReplicas#

    getReplicas(params: object): Promise‹number›

    -

    Defined in src/renderer/api/endpoints/deployment.api.ts:12

    +

    Defined in src/renderer/api/endpoints/deployment.api.ts:12

    Parameters:

    params: object

    @@ -1327,7 +1335,7 @@

    getResourceVersion#

    getResourceVersion(namespace: string): string

    Inherited from KubeApi.getResourceVersion

    -

    Defined in src/renderer/api/kube-api.ts:100

    +

    Defined in src/renderer/api/kube-api.ts:102

    Parameters:

    @@ -1349,7 +1357,7 @@

    Protected getScaleApiUrl#

    getScaleApiUrl(params: object): string

    -

    Defined in src/renderer/api/endpoints/deployment.api.ts:8

    +

    Defined in src/renderer/api/endpoints/deployment.api.ts:8

    Parameters:

    params: object

    @@ -1375,7 +1383,7 @@

    getUrl#

    getUrl(__namedParameters: object, query?: Partial‹IKubeApiQueryParams›): string

    Inherited from KubeApi.getUrl

    -

    Defined in src/renderer/api/kube-api.ts:108

    +

    Defined in src/renderer/api/kube-api.ts:110

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1405,7 +1413,7 @@

    getWatchUrl#

    getWatchUrl(namespace: string, query: IKubeApiQueryParams): string

    Inherited from KubeApi.getWatchUrl

    -

    Defined in src/renderer/api/kube-api.ts:187

    +

    Defined in src/renderer/api/kube-api.ts:199

    Parameters:

    @@ -1433,7 +1441,7 @@

    list#

    list(__namedParameters: object, query?: IKubeApiQueryParams): Promise‹Deployment[]›

    Inherited from KubeApi.list

    -

    Defined in src/renderer/api/kube-api.ts:146

    +

    Defined in src/renderer/api/kube-api.ts:158

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1455,10 +1463,33 @@

    Optional query: IKubeApiQueryParams

    Returns: Promise‹Deployment[]›


    +

    Protected normalizeQuery#

    +

    normalizeQuery(query: Partial‹IKubeApiQueryParams›): object

    +

    Inherited from KubeApi.normalizeQuery

    +

    Defined in src/renderer/api/kube-api.ts:122

    +

    Parameters:

    +
    + + + + + + + + + + + + + + +
    NameTypeDefault
    queryPartial‹IKubeApiQueryParams›{}
    +

    Returns: object

    +

    Protected parseResponse#

    parseResponse(data: KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace?: string): any

    Inherited from KubeApi.parseResponse

    -

    Defined in src/renderer/api/kube-api.ts:120

    +

    Defined in src/renderer/api/kube-api.ts:132

    Parameters:

    @@ -1483,7 +1514,7 @@

    refreshResourceVersion#

    refreshResourceVersion(params?: object): Promise‹T[]›

    Inherited from KubeApi.refreshResourceVersion

    -

    Defined in src/renderer/api/kube-api.ts:104

    +

    Defined in src/renderer/api/kube-api.ts:106

    Parameters:

    Optional params: object

    @@ -1504,7 +1535,7 @@

    restart#

    restart(params: object): CancelablePromise‹KubeJsonApiData›

    -

    Defined in src/renderer/api/endpoints/deployment.api.ts:29

    +

    Defined in src/renderer/api/endpoints/deployment.api.ts:29

    Parameters:

    params: object

    @@ -1529,7 +1560,7 @@

    scale#

    scale(params: object, replicas: number): CancelablePromise‹KubeJsonApiData›

    -

    Defined in src/renderer/api/endpoints/deployment.api.ts:18

    +

    Defined in src/renderer/api/endpoints/deployment.api.ts:18

    Parameters:

    params: object

    @@ -1556,7 +1587,7 @@

    setResourceVersion#

    setResourceVersion(namespace: string, newVersion: string): void

    Inherited from KubeApi.setResourceVersion

    -

    Defined in src/renderer/api/kube-api.ts:96

    +

    Defined in src/renderer/api/kube-api.ts:98

    Parameters:

    @@ -1584,7 +1615,7 @@

    update#

    update(__namedParameters: object, data?: Partial‹Deployment›): Promise‹Deployment

    Inherited from KubeApi.update

    -

    Defined in src/renderer/api/kube-api.ts:175

    +

    Defined in src/renderer/api/kube-api.ts:187

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1614,14 +1645,14 @@

    watch#

    watch(): function

    Inherited from KubeApi.watch

    -

    Defined in src/renderer/api/kube-api.ts:195

    +

    Defined in src/renderer/api/kube-api.ts:207

    Returns: function

    ▸ (): void


    Static watchAll#

    watchAll(...apis: KubeApi[]): (Anonymous function)

    Inherited from KubeApi.watchAll

    -

    Defined in src/renderer/api/kube-api.ts:51

    +

    Defined in src/renderer/api/kube-api.ts:53

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.endpoint/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.endpoint/index.html index d3e3e53fcc..6c5385a86e 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.endpoint/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.endpoint/index.html @@ -1153,7 +1153,7 @@

    constructor#

    + new Endpoint(data: KubeJsonApiData): Endpoint

    Inherited from KubeObject.constructor

    -

    Defined in src/renderer/api/kube-object.ts:69

    +

    Defined in src/renderer/api/kube-object.ts:69

    Parameters:

    @@ -1174,51 +1174,51 @@

    apiVersion#

    apiVersion: string

    Inherited from KubeObject.apiVersion

    -

    Defined in src/renderer/api/kube-object.ts:75

    +

    Defined in src/renderer/api/kube-object.ts:75


    kind#

    kind: string

    Inherited from KubeObject.kind

    -

    Defined in src/renderer/api/kube-object.ts:76

    +

    Defined in src/renderer/api/kube-object.ts:76


    metadata#

    metadata: IKubeObjectMetadata

    Inherited from KubeObject.metadata

    -

    Defined in src/renderer/api/kube-object.ts:77

    +

    Defined in src/renderer/api/kube-object.ts:77


    Optional status#

    status? : any

    Inherited from KubeObject.status

    -

    Defined in src/renderer/api/kube-object.ts:78

    +

    Defined in src/renderer/api/kube-object.ts:78


    subsets#

    subsets: IEndpointSubset[]

    -

    Defined in src/renderer/api/endpoints/endpoint.api.ts:105

    +

    Defined in src/renderer/api/endpoints/endpoint.api.ts:105


    Static apiBase#

    apiBase: string = "/api/v1/endpoints"

    -

    Defined in src/renderer/api/endpoints/endpoint.api.ts:103

    +

    Defined in src/renderer/api/endpoints/endpoint.api.ts:103


    Static kind#

    kind: string = "Endpoints"

    Overrides KubeObject.kind

    -

    Defined in src/renderer/api/endpoints/endpoint.api.ts:101

    +

    Defined in src/renderer/api/endpoints/endpoint.api.ts:101


    Static namespaced#

    namespaced: boolean = true

    Overrides KubeObject.namespaced

    -

    Defined in src/renderer/api/endpoints/endpoint.api.ts:102

    +

    Defined in src/renderer/api/endpoints/endpoint.api.ts:102

    Accessors#

    get selfLink(): string

    Inherited from KubeObject.selfLink

    -

    Defined in src/renderer/api/kube-object.ts:80

    +

    Defined in src/renderer/api/kube-object.ts:80

    Returns: string

    Methods#

    delete#

    delete(params?: JsonApiParams): CancelablePromise‹KubeJsonApiData›

    Inherited from KubeObject.delete

    -

    Defined in src/renderer/api/kube-object.ts:160

    +

    Defined in src/renderer/api/kube-object.ts:160

    Parameters:

    @@ -1239,7 +1239,7 @@

    getAge#

    getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

    Inherited from KubeObject.getAge

    -

    Defined in src/renderer/api/kube-object.ts:102

    +

    Defined in src/renderer/api/kube-object.ts:102

    Parameters:

    @@ -1272,7 +1272,7 @@

    getAnnotations#

    getAnnotations(filter: boolean): string[]

    Inherited from KubeObject.getAnnotations

    -

    Defined in src/renderer/api/kube-object.ts:121

    +

    Defined in src/renderer/api/kube-object.ts:121

    Parameters:

    @@ -1294,72 +1294,72 @@

    getEndpointSubsets#

    getEndpointSubsets(): EndpointSubset[]

    -

    Defined in src/renderer/api/endpoints/endpoint.api.ts:107

    +

    Defined in src/renderer/api/endpoints/endpoint.api.ts:107

    Returns: EndpointSubset[]


    getFinalizers#

    getFinalizers(): string[]

    Inherited from KubeObject.getFinalizers

    -

    Defined in src/renderer/api/kube-object.ts:113

    +

    Defined in src/renderer/api/kube-object.ts:113

    Returns: string[]


    getId#

    getId(): string

    Inherited from KubeObject.getId

    -

    Defined in src/renderer/api/kube-object.ts:84

    +

    Defined in src/renderer/api/kube-object.ts:84

    Returns: string


    getLabels#

    getLabels(): string[]

    Inherited from KubeObject.getLabels

    -

    Defined in src/renderer/api/kube-object.ts:117

    +

    Defined in src/renderer/api/kube-object.ts:117

    Returns: string[]


    getName#

    getName(): string

    Inherited from KubeObject.getName

    -

    Defined in src/renderer/api/kube-object.ts:92

    +

    Defined in src/renderer/api/kube-object.ts:92

    Returns: string


    getNs#

    getNs(): string

    Inherited from KubeObject.getNs

    -

    Defined in src/renderer/api/kube-object.ts:96

    +

    Defined in src/renderer/api/kube-object.ts:96

    Returns: string


    getOwnerRefs#

    getOwnerRefs(): object[]

    Inherited from KubeObject.getOwnerRefs

    -

    Defined in src/renderer/api/kube-object.ts:129

    +

    Defined in src/renderer/api/kube-object.ts:129

    Returns: object[]


    getResourceVersion#

    getResourceVersion(): string

    Inherited from KubeObject.getResourceVersion

    -

    Defined in src/renderer/api/kube-object.ts:88

    +

    Defined in src/renderer/api/kube-object.ts:88

    Returns: string


    getSearchFields#

    getSearchFields(): string[]

    Inherited from KubeObject.getSearchFields

    -

    Defined in src/renderer/api/kube-object.ts:137

    +

    Defined in src/renderer/api/kube-object.ts:137

    Returns: string[]


    toPlainObject#

    toPlainObject(): object

    Inherited from KubeObject.toPlainObject

    -

    Defined in src/renderer/api/kube-object.ts:148

    +

    Defined in src/renderer/api/kube-object.ts:148

    Returns: object


    toString#

    toString(): string

    -

    Defined in src/renderer/api/endpoints/endpoint.api.ts:112

    +

    Defined in src/renderer/api/endpoints/endpoint.api.ts:112

    Returns: string


    update#

    updateT›(data: Partial‹T›): Promise‹T›

    Inherited from KubeObject.update

    -

    Defined in src/renderer/api/kube-object.ts:153

    +

    Defined in src/renderer/api/kube-object.ts:153

    Type parameters:

    T: KubeObject

    Parameters:

    @@ -1382,7 +1382,7 @@

    Static create#

    create(data: any): KubeObject‹›

    Inherited from KubeObject.create

    -

    Defined in src/renderer/api/kube-object.ts:50

    +

    Defined in src/renderer/api/kube-object.ts:50

    Parameters:

    @@ -1403,7 +1403,7 @@

    Static isJsonApiData#

    isJsonApiData(object: any): object is KubeJsonApiData

    Inherited from KubeObject.isJsonApiData

    -

    Defined in src/renderer/api/kube-object.ts:58

    +

    Defined in src/renderer/api/kube-object.ts:58

    Parameters:

    @@ -1424,7 +1424,7 @@

    Static isJsonApiDataList#

    isJsonApiDataList(object: any): object is KubeJsonApiDataList

    Inherited from KubeObject.isJsonApiDataList

    -

    Defined in src/renderer/api/kube-object.ts:62

    +

    Defined in src/renderer/api/kube-object.ts:62

    Parameters:

    @@ -1445,7 +1445,7 @@

    Static isNonSystem#

    isNonSystem(item: KubeJsonApiData | KubeObject): boolean

    Inherited from KubeObject.isNonSystem

    -

    Defined in src/renderer/api/kube-object.ts:54

    +

    Defined in src/renderer/api/kube-object.ts:54

    Parameters:

    @@ -1466,7 +1466,7 @@

    Static stringifyLabels#

    stringifyLabels(labels: object): string[]

    Inherited from KubeObject.stringifyLabels

    -

    Defined in src/renderer/api/kube-object.ts:66

    +

    Defined in src/renderer/api/kube-object.ts:66

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.eventstore/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.eventstore/index.html index 73f4ccf7f7..3781bfbd90 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.eventstore/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.eventstore/index.html @@ -1252,66 +1252,66 @@

    constructor#

    + new EventStore(): EventStore

    Inherited from KubeObjectStore.constructor

    -

    Defined in src/renderer/kube-object.store.ts:14

    +

    Defined in src/renderer/kube-object.store.ts:14

    Returns: EventStore

    Properties#

    api#

    api: KubeApiKubeEvent‹›› = eventApi

    Overrides KubeObjectStore.api

    -

    Defined in src/renderer/components/+events/event.store.ts:13

    +

    Defined in src/renderer/components/+events/event.store.ts:13


    Protected eventsBuffer#

    eventsBuffer: IObservableArray‹IKubeWatchEvent‹KubeJsonApiData›› = observable>([], { deep: false })

    Inherited from KubeObjectStore.eventsBuffer

    -

    Defined in src/renderer/kube-object.store.ts:145

    +

    Defined in src/renderer/kube-object.store.ts:145


    isLoaded#

    isLoaded: boolean = false

    Inherited from KubeObjectStore.isLoaded

    -

    Defined in src/renderer/item.store.ts:17

    +

    Defined in src/renderer/item.store.ts:17


    isLoading#

    isLoading: boolean = false

    Inherited from KubeObjectStore.isLoading

    -

    Defined in src/renderer/item.store.ts:16

    +

    Defined in src/renderer/item.store.ts:16


    items#

    items: IObservableArray‹T› = observable.array([], { deep: false })

    Inherited from KubeObjectStore.items

    -

    Defined in src/renderer/item.store.ts:18

    +

    Defined in src/renderer/item.store.ts:18


    limit#

    limit: number = 1000

    Overrides KubeObjectStore.limit

    -

    Defined in src/renderer/components/+events/event.store.ts:14

    +

    Defined in src/renderer/components/+events/event.store.ts:14


    selectedItemsIds#

    selectedItemsIds: ObservableMap‹string, boolean› = observable.map()

    Inherited from KubeObjectStore.selectedItemsIds

    -

    Defined in src/renderer/item.store.ts:19

    +

    Defined in src/renderer/item.store.ts:19

    Accessors#

    selectedItems#

    get selectedItems(): KubeEvent[]

    Inherited from KubeObjectStore.selectedItems

    -

    Defined in src/renderer/item.store.ts:21

    +

    Defined in src/renderer/item.store.ts:21

    Returns: KubeEvent[]

    Methods#

    [Symbol.iterator]#

    [Symbol.iterator](): Generator‹T, void, undefined›

    Inherited from KubeObjectStore.[Symbol.iterator]

    -

    Defined in src/renderer/item.store.ts:162

    +

    Defined in src/renderer/item.store.ts:162

    Returns: Generator‹T, void, undefined›


    Protected bindWatchEventsUpdater#

    bindWatchEventsUpdater(): IReactionDisposer

    Overrides KubeObjectStore.bindWatchEventsUpdater

    -

    Defined in src/renderer/components/+events/event.store.ts:16

    +

    Defined in src/renderer/components/+events/event.store.ts:16

    Returns: IReactionDisposer


    create#

    create(params: object, data?: Partial‹KubeEvent›): Promise‹KubeEvent

    Inherited from KubeObjectStore.create

    -

    Defined in src/renderer/kube-object.store.ts:120

    +

    Defined in src/renderer/kube-object.store.ts:120

    Parameters:

    params: object

    @@ -1339,7 +1339,7 @@

    createItem(params: object, data?: Partial‹KubeEvent›): Promise‹KubeEvent

    Inherited from KubeObjectStore.createItem

    Overrides void

    -

    Defined in src/renderer/kube-object.store.ts:116

    +

    Defined in src/renderer/kube-object.store.ts:116

    Parameters:

    params: object

    @@ -1366,7 +1366,7 @@

    Protected defaultSorting#

    defaultSorting(item: KubeEvent): string

    Inherited from KubeObjectStore.defaultSorting

    -

    Defined in src/renderer/item.store.ts:14

    +

    Defined in src/renderer/item.store.ts:14

    Parameters:

    @@ -1387,7 +1387,7 @@

    Protected filterItemsOnLoad#

    filterItemsOnLoad(items: KubeEvent[]): T[]

    Inherited from KubeObjectStore.filterItemsOnLoad

    -

    Defined in src/renderer/kube-object.store.ts:72

    +

    Defined in src/renderer/kube-object.store.ts:72

    Parameters:

    @@ -1408,7 +1408,7 @@

    getAllByNs#

    getAllByNs(namespace: string | string[], strict: boolean): KubeEvent[]

    Inherited from KubeObjectStore.getAllByNs

    -

    Defined in src/renderer/kube-object.store.ts:24

    +

    Defined in src/renderer/kube-object.store.ts:24

    Parameters:

    @@ -1436,7 +1436,7 @@

    getByLabel#

    getByLabel(labels: string[] | object): KubeEvent[]

    Inherited from KubeObjectStore.getByLabel

    -

    Defined in src/renderer/kube-object.store.ts:45

    +

    Defined in src/renderer/kube-object.store.ts:45

    Parameters:

    @@ -1458,7 +1458,7 @@

    getByName(name: string, namespace?: string): KubeEvent

    Inherited from KubeObjectStore.getByName

    Overrides void

    -

    Defined in src/renderer/kube-object.store.ts:33

    +

    Defined in src/renderer/kube-object.store.ts:33

    Parameters:

    @@ -1483,7 +1483,7 @@

    getByPath#

    getByPath(path: string): KubeEvent

    Inherited from KubeObjectStore.getByPath

    -

    Defined in src/renderer/kube-object.store.ts:41

    +

    Defined in src/renderer/kube-object.store.ts:41

    Parameters:

    @@ -1503,7 +1503,7 @@

    getEventsByObject#

    getEventsByObject(obj: KubeObject): KubeEvent[]

    -

    Defined in src/renderer/components/+events/event.store.ts:26

    +

    Defined in src/renderer/components/+events/event.store.ts:26

    Parameters:

    @@ -1524,7 +1524,7 @@

    Optional getStatuses#

    getStatuses(items: KubeEvent[]): Record‹string, number›

    Inherited from KubeObjectStore.getStatuses

    -

    Defined in src/renderer/kube-object.store.ts:22

    +

    Defined in src/renderer/kube-object.store.ts:22

    Parameters:

    @@ -1544,13 +1544,13 @@

    getWarnings#

    getWarnings(): KubeEvent‹›[]

    -

    Defined in src/renderer/components/+events/event.store.ts:35

    +

    Defined in src/renderer/components/+events/event.store.ts:35

    Returns: KubeEvent‹›[]


    isSelected#

    isSelected(item: KubeEvent): boolean

    Inherited from KubeObjectStore.isSelected

    -

    Defined in src/renderer/item.store.ts:102

    +

    Defined in src/renderer/item.store.ts:102

    Parameters:

    @@ -1571,7 +1571,7 @@

    isSelectedAll#

    isSelectedAll(visibleItems: KubeEvent[]): boolean

    Inherited from KubeObjectStore.isSelectedAll

    -

    Defined in src/renderer/item.store.ts:137

    +

    Defined in src/renderer/item.store.ts:137

    Parameters:

    @@ -1594,7 +1594,7 @@

    load#

    load(params: object): Promise‹KubeEvent

    Inherited from KubeObjectStore.load

    -

    Defined in src/renderer/kube-object.store.ts:99

    +

    Defined in src/renderer/kube-object.store.ts:99

    Parameters:

    params: object

    @@ -1621,13 +1621,13 @@

    loadAll(): Promise‹void›

    Inherited from KubeObjectStore.loadAll

    Overrides void

    -

    Defined in src/renderer/kube-object.store.ts:77

    +

    Defined in src/renderer/kube-object.store.ts:77

    Returns: Promise‹void›


    loadFromPath#

    loadFromPath(resourcePath: string): Promise‹T›

    Inherited from KubeObjectStore.loadFromPath

    -

    Defined in src/renderer/kube-object.store.ts:111

    +

    Defined in src/renderer/kube-object.store.ts:111

    Parameters:

    @@ -1649,7 +1649,7 @@

    loadItem(params: object): Promise‹KubeEvent

    Inherited from KubeObjectStore.loadItem

    Overrides void

    -

    Defined in src/renderer/kube-object.store.ts:94

    +

    Defined in src/renderer/kube-object.store.ts:94

    Parameters:

    params: object

    @@ -1676,7 +1676,7 @@

    loadItems(allowedNamespaces?: string[]): Promise‹KubeEvent[]›

    Inherited from KubeObjectStore.loadItems

    Overrides void

    -

    Defined in src/renderer/kube-object.store.ts:60

    +

    Defined in src/renderer/kube-object.store.ts:60

    Parameters:

    @@ -1697,7 +1697,7 @@

    Protected onWatchApiEvent#

    onWatchApiEvent(evt: IKubeWatchEvent): void

    Inherited from KubeObjectStore.onWatchApiEvent

    -

    Defined in src/renderer/kube-object.store.ts:157

    +

    Defined in src/renderer/kube-object.store.ts:157

    Parameters:

    @@ -1718,7 +1718,7 @@

    remove#

    remove(item: KubeEvent): Promise‹void›

    Inherited from KubeObjectStore.remove

    -

    Defined in src/renderer/kube-object.store.ts:134

    +

    Defined in src/renderer/kube-object.store.ts:134

    Parameters:

    @@ -1739,7 +1739,7 @@

    Protected removeItem#

    removeItem(item: KubeEvent, request: function): Promise‹void›

    Inherited from KubeObjectStore.removeItem

    -

    Defined in src/renderer/item.store.ts:96

    +

    Defined in src/renderer/item.store.ts:96

    Parameters:

    item: KubeEvent

    request: function

    @@ -1750,25 +1750,25 @@

    removeSelectedItems(): Promise‹void[]›

    Inherited from KubeObjectStore.removeSelectedItems

    Overrides void

    -

    Defined in src/renderer/kube-object.store.ts:140

    +

    Defined in src/renderer/kube-object.store.ts:140

    Returns: Promise‹void[]›


    reset#

    reset(): void

    Inherited from KubeObjectStore.reset

    -

    Defined in src/renderer/item.store.ts:148

    +

    Defined in src/renderer/item.store.ts:148

    Returns: void


    resetSelection#

    resetSelection(): void

    Inherited from KubeObjectStore.resetSelection

    -

    Defined in src/renderer/item.store.ts:143

    +

    Defined in src/renderer/item.store.ts:143

    Returns: void


    select#

    select(item: KubeEvent): void

    Inherited from KubeObjectStore.select

    -

    Defined in src/renderer/item.store.ts:107

    +

    Defined in src/renderer/item.store.ts:107

    Parameters:

    @@ -1789,7 +1789,7 @@

    Protected sortItems#

    sortItems(items: KubeEvent[]): KubeEvent‹›[]

    Overrides KubeObjectStore.sortItems

    -

    Defined in src/renderer/components/+events/event.store.ts:20

    +

    Defined in src/renderer/components/+events/event.store.ts:20

    Parameters:

    @@ -1811,7 +1811,7 @@

    subscribe(apis: KubeApi‹T›[]): (Anonymous function)

    Inherited from KubeObjectStore.subscribe

    Overrides void

    -

    Defined in src/renderer/kube-object.store.ts:153

    +

    Defined in src/renderer/kube-object.store.ts:153

    Parameters:

    @@ -1834,7 +1834,7 @@

    toggleSelection#

    toggleSelection(item: KubeEvent): void

    Inherited from KubeObjectStore.toggleSelection

    -

    Defined in src/renderer/item.store.ts:117

    +

    Defined in src/renderer/item.store.ts:117

    Parameters:

    @@ -1855,7 +1855,7 @@

    toggleSelectionAll#

    toggleSelectionAll(visibleItems: KubeEvent[]): void

    Inherited from KubeObjectStore.toggleSelectionAll

    -

    Defined in src/renderer/item.store.ts:127

    +

    Defined in src/renderer/item.store.ts:127

    Parameters:

    @@ -1878,7 +1878,7 @@

    unselect#

    unselect(item: KubeEvent): void

    Inherited from KubeObjectStore.unselect

    -

    Defined in src/renderer/item.store.ts:112

    +

    Defined in src/renderer/item.store.ts:112

    Parameters:

    @@ -1899,7 +1899,7 @@

    update#

    update(item: KubeEvent, data: Partial‹KubeEvent›): Promise‹KubeEvent

    Inherited from KubeObjectStore.update

    -

    Defined in src/renderer/kube-object.store.ts:127

    +

    Defined in src/renderer/kube-object.store.ts:127

    Parameters:

    @@ -1924,13 +1924,13 @@

    Protected updateFromEventsBuffer#

    updateFromEventsBuffer(): void

    Inherited from KubeObjectStore.updateFromEventsBuffer

    -

    Defined in src/renderer/kube-object.store.ts:163

    +

    Defined in src/renderer/kube-object.store.ts:163

    Returns: void


    Protected updateItem#

    updateItem(item: KubeEvent, request: function): Promise‹T›

    Inherited from KubeObjectStore.updateItem

    -

    Defined in src/renderer/item.store.ts:88

    +

    Defined in src/renderer/item.store.ts:88

    Parameters:

    item: KubeEvent

    request: function

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/index.html index b34d5306ea..e193749bd6 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/index.html @@ -1201,7 +1201,7 @@

    constructor#

    + new HorizontalPodAutoscaler(data: KubeJsonApiData): HorizontalPodAutoscaler

    Inherited from KubeObject.constructor

    -

    Defined in src/renderer/api/kube-object.ts:69

    +

    Defined in src/renderer/api/kube-object.ts:69

    Parameters:

    @@ -1222,21 +1222,21 @@

    apiVersion#

    apiVersion: string

    Inherited from KubeObject.apiVersion

    -

    Defined in src/renderer/api/kube-object.ts:75

    +

    Defined in src/renderer/api/kube-object.ts:75


    kind#

    kind: string

    Inherited from KubeObject.kind

    -

    Defined in src/renderer/api/kube-object.ts:76

    +

    Defined in src/renderer/api/kube-object.ts:76


    metadata#

    metadata: IKubeObjectMetadata

    Inherited from KubeObject.metadata

    -

    Defined in src/renderer/api/kube-object.ts:77

    +

    Defined in src/renderer/api/kube-object.ts:77


    spec#

    spec: object

    -

    Defined in src/renderer/api/endpoints/hpa.api.ts:46

    +

    Defined in src/renderer/api/endpoints/hpa.api.ts:46

    Type declaration:

    @@ -1326,7 +1326,7 @@

    getAge#

    getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

    Inherited from KubeObject.getAge

    -

    Defined in src/renderer/api/kube-object.ts:102

    +

    Defined in src/renderer/api/kube-object.ts:102

    Parameters:

    @@ -1359,7 +1359,7 @@

    getAnnotations#

    getAnnotations(filter: boolean): string[]

    Inherited from KubeObject.getAnnotations

    -

    Defined in src/renderer/api/kube-object.ts:121

    +

    Defined in src/renderer/api/kube-object.ts:121

    Parameters:

    @@ -1381,40 +1381,40 @@

    getConditions#

    getConditions(): object[]

    -

    Defined in src/renderer/api/endpoints/hpa.api.ts:81

    +

    Defined in src/renderer/api/endpoints/hpa.api.ts:81

    Returns: object[]


    getCurrentMetrics#

    getCurrentMetrics(): IHpaMetric[]

    -

    Defined in src/renderer/api/endpoints/hpa.api.ts:97

    +

    Defined in src/renderer/api/endpoints/hpa.api.ts:97

    Returns: IHpaMetric[]


    getFinalizers#

    getFinalizers(): string[]

    Inherited from KubeObject.getFinalizers

    -

    Defined in src/renderer/api/kube-object.ts:113

    +

    Defined in src/renderer/api/kube-object.ts:113

    Returns: string[]


    getId#

    getId(): string

    Inherited from KubeObject.getId

    -

    Defined in src/renderer/api/kube-object.ts:84

    +

    Defined in src/renderer/api/kube-object.ts:84

    Returns: string


    getLabels#

    getLabels(): string[]

    Inherited from KubeObject.getLabels

    -

    Defined in src/renderer/api/kube-object.ts:117

    +

    Defined in src/renderer/api/kube-object.ts:117

    Returns: string[]


    getMaxPods#

    getMaxPods(): number

    -

    Defined in src/renderer/api/endpoints/hpa.api.ts:69

    +

    Defined in src/renderer/api/endpoints/hpa.api.ts:69

    Returns: number


    Protected getMetricName#

    getMetricName(metric: IHpaMetric): string

    -

    Defined in src/renderer/api/endpoints/hpa.api.ts:101

    +

    Defined in src/renderer/api/endpoints/hpa.api.ts:101

    Parameters:

    @@ -1434,7 +1434,7 @@

    getMetricValues#

    getMetricValues(metric: IHpaMetric): string

    -

    Defined in src/renderer/api/endpoints/hpa.api.ts:116

    +

    Defined in src/renderer/api/endpoints/hpa.api.ts:116

    Parameters:

    @@ -1454,59 +1454,59 @@

    getMetrics#

    getMetrics(): IHpaMetric[]

    -

    Defined in src/renderer/api/endpoints/hpa.api.ts:93

    +

    Defined in src/renderer/api/endpoints/hpa.api.ts:93

    Returns: IHpaMetric[]


    getMinPods#

    getMinPods(): number

    -

    Defined in src/renderer/api/endpoints/hpa.api.ts:73

    +

    Defined in src/renderer/api/endpoints/hpa.api.ts:73

    Returns: number


    getName#

    getName(): string

    Inherited from KubeObject.getName

    -

    Defined in src/renderer/api/kube-object.ts:92

    +

    Defined in src/renderer/api/kube-object.ts:92

    Returns: string


    getNs#

    getNs(): string

    Inherited from KubeObject.getNs

    -

    Defined in src/renderer/api/kube-object.ts:96

    +

    Defined in src/renderer/api/kube-object.ts:96

    Returns: string


    getOwnerRefs#

    getOwnerRefs(): object[]

    Inherited from KubeObject.getOwnerRefs

    -

    Defined in src/renderer/api/kube-object.ts:129

    +

    Defined in src/renderer/api/kube-object.ts:129

    Returns: object[]


    getReplicas#

    getReplicas(): number

    -

    Defined in src/renderer/api/endpoints/hpa.api.ts:77

    +

    Defined in src/renderer/api/endpoints/hpa.api.ts:77

    Returns: number


    getResourceVersion#

    getResourceVersion(): string

    Inherited from KubeObject.getResourceVersion

    -

    Defined in src/renderer/api/kube-object.ts:88

    +

    Defined in src/renderer/api/kube-object.ts:88

    Returns: string


    getSearchFields#

    getSearchFields(): string[]

    Inherited from KubeObject.getSearchFields

    -

    Defined in src/renderer/api/kube-object.ts:137

    +

    Defined in src/renderer/api/kube-object.ts:137

    Returns: string[]


    toPlainObject#

    toPlainObject(): object

    Inherited from KubeObject.toPlainObject

    -

    Defined in src/renderer/api/kube-object.ts:148

    +

    Defined in src/renderer/api/kube-object.ts:148

    Returns: object


    update#

    updateT›(data: Partial‹T›): Promise‹T›

    Inherited from KubeObject.update

    -

    Defined in src/renderer/api/kube-object.ts:153

    +

    Defined in src/renderer/api/kube-object.ts:153

    Type parameters:

    T: KubeObject

    Parameters:

    @@ -1529,7 +1529,7 @@

    Static create#

    create(data: any): KubeObject‹›

    Inherited from KubeObject.create

    -

    Defined in src/renderer/api/kube-object.ts:50

    +

    Defined in src/renderer/api/kube-object.ts:50

    Parameters:

    @@ -1550,7 +1550,7 @@

    Static isJsonApiData#

    isJsonApiData(object: any): object is KubeJsonApiData

    Inherited from KubeObject.isJsonApiData

    -

    Defined in src/renderer/api/kube-object.ts:58

    +

    Defined in src/renderer/api/kube-object.ts:58

    Parameters:

    @@ -1571,7 +1571,7 @@

    Static isJsonApiDataList#

    isJsonApiDataList(object: any): object is KubeJsonApiDataList

    Inherited from KubeObject.isJsonApiDataList

    -

    Defined in src/renderer/api/kube-object.ts:62

    +

    Defined in src/renderer/api/kube-object.ts:62

    Parameters:

    @@ -1592,7 +1592,7 @@

    Static isNonSystem#

    isNonSystem(item: KubeJsonApiData | KubeObject): boolean

    Inherited from KubeObject.isNonSystem

    -

    Defined in src/renderer/api/kube-object.ts:54

    +

    Defined in src/renderer/api/kube-object.ts:54

    Parameters:

    @@ -1613,7 +1613,7 @@

    Static stringifyLabels#

    stringifyLabels(labels: object): string[]

    Inherited from KubeObject.stringifyLabels

    -

    Defined in src/renderer/api/kube-object.ts:66

    +

    Defined in src/renderer/api/kube-object.ts:66

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.ingress/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.ingress/index.html index 6382afad61..6b74312ac6 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.ingress/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.ingress/index.html @@ -1169,7 +1169,7 @@

    constructor#

    + new Ingress(data: KubeJsonApiData): Ingress

    Inherited from KubeObject.constructor

    -

    Defined in src/renderer/api/kube-object.ts:69

    +

    Defined in src/renderer/api/kube-object.ts:69

    Parameters:

    @@ -1190,21 +1190,21 @@

    apiVersion#

    apiVersion: string

    Inherited from KubeObject.apiVersion

    -

    Defined in src/renderer/api/kube-object.ts:75

    +

    Defined in src/renderer/api/kube-object.ts:75


    kind#

    kind: string

    Inherited from KubeObject.kind

    -

    Defined in src/renderer/api/kube-object.ts:76

    +

    Defined in src/renderer/api/kube-object.ts:76


    metadata#

    metadata: IKubeObjectMetadata

    Inherited from KubeObject.metadata

    -

    Defined in src/renderer/api/kube-object.ts:77

    +

    Defined in src/renderer/api/kube-object.ts:77


    spec#

    spec: object

    -

    Defined in src/renderer/api/endpoints/ingress.api.ts:38

    +

    Defined in src/renderer/api/endpoints/ingress.api.ts:38

    Type declaration:

    @@ -1282,7 +1282,7 @@

    getAge#

    getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

    Inherited from KubeObject.getAge

    -

    Defined in src/renderer/api/kube-object.ts:102

    +

    Defined in src/renderer/api/kube-object.ts:102

    Parameters:

    @@ -1315,7 +1315,7 @@

    getAnnotations#

    getAnnotations(filter: boolean): string[]

    Inherited from KubeObject.getAnnotations

    -

    Defined in src/renderer/api/kube-object.ts:121

    +

    Defined in src/renderer/api/kube-object.ts:121

    Parameters:

    @@ -1338,81 +1338,81 @@

    getFinalizers#

    getFinalizers(): string[]

    Inherited from KubeObject.getFinalizers

    -

    Defined in src/renderer/api/kube-object.ts:113

    +

    Defined in src/renderer/api/kube-object.ts:113

    Returns: string[]


    getHosts#

    getHosts(): string[]

    -

    Defined in src/renderer/api/endpoints/ingress.api.ts:86

    +

    Defined in src/renderer/api/endpoints/ingress.api.ts:86

    Returns: string[]


    getId#

    getId(): string

    Inherited from KubeObject.getId

    -

    Defined in src/renderer/api/kube-object.ts:84

    +

    Defined in src/renderer/api/kube-object.ts:84

    Returns: string


    getLabels#

    getLabels(): string[]

    Inherited from KubeObject.getLabels

    -

    Defined in src/renderer/api/kube-object.ts:117

    +

    Defined in src/renderer/api/kube-object.ts:117

    Returns: string[]


    getLoadBalancers#

    getLoadBalancers(): string[]

    -

    Defined in src/renderer/api/endpoints/ingress.api.ts:113

    +

    Defined in src/renderer/api/endpoints/ingress.api.ts:113

    Returns: string[]


    getName#

    getName(): string

    Inherited from KubeObject.getName

    -

    Defined in src/renderer/api/kube-object.ts:92

    +

    Defined in src/renderer/api/kube-object.ts:92

    Returns: string


    getNs#

    getNs(): string

    Inherited from KubeObject.getNs

    -

    Defined in src/renderer/api/kube-object.ts:96

    +

    Defined in src/renderer/api/kube-object.ts:96

    Returns: string


    getOwnerRefs#

    getOwnerRefs(): object[]

    Inherited from KubeObject.getOwnerRefs

    -

    Defined in src/renderer/api/kube-object.ts:129

    +

    Defined in src/renderer/api/kube-object.ts:129

    Returns: object[]


    getPorts#

    getPorts(): string

    -

    Defined in src/renderer/api/endpoints/ingress.api.ts:92

    +

    Defined in src/renderer/api/endpoints/ingress.api.ts:92

    Returns: string


    getResourceVersion#

    getResourceVersion(): string

    Inherited from KubeObject.getResourceVersion

    -

    Defined in src/renderer/api/kube-object.ts:88

    +

    Defined in src/renderer/api/kube-object.ts:88

    Returns: string


    getRoutes#

    getRoutes(): string[]

    -

    Defined in src/renderer/api/endpoints/ingress.api.ts:65

    +

    Defined in src/renderer/api/endpoints/ingress.api.ts:65

    Returns: string[]


    getSearchFields#

    getSearchFields(): string[]

    Inherited from KubeObject.getSearchFields

    -

    Defined in src/renderer/api/kube-object.ts:137

    +

    Defined in src/renderer/api/kube-object.ts:137

    Returns: string[]


    toPlainObject#

    toPlainObject(): object

    Inherited from KubeObject.toPlainObject

    -

    Defined in src/renderer/api/kube-object.ts:148

    +

    Defined in src/renderer/api/kube-object.ts:148

    Returns: object


    update#

    updateT›(data: Partial‹T›): Promise‹T›

    Inherited from KubeObject.update

    -

    Defined in src/renderer/api/kube-object.ts:153

    +

    Defined in src/renderer/api/kube-object.ts:153

    Type parameters:

    T: KubeObject

    Parameters:

    @@ -1435,7 +1435,7 @@

    Static create#

    create(data: any): KubeObject‹›

    Inherited from KubeObject.create

    -

    Defined in src/renderer/api/kube-object.ts:50

    +

    Defined in src/renderer/api/kube-object.ts:50

    Parameters:

    @@ -1456,7 +1456,7 @@

    Static isJsonApiData#

    isJsonApiData(object: any): object is KubeJsonApiData

    Inherited from KubeObject.isJsonApiData

    -

    Defined in src/renderer/api/kube-object.ts:58

    +

    Defined in src/renderer/api/kube-object.ts:58

    Parameters:

    @@ -1477,7 +1477,7 @@

    Static isJsonApiDataList#

    isJsonApiDataList(object: any): object is KubeJsonApiDataList

    Inherited from KubeObject.isJsonApiDataList

    -

    Defined in src/renderer/api/kube-object.ts:62

    +

    Defined in src/renderer/api/kube-object.ts:62

    Parameters:

    @@ -1498,7 +1498,7 @@

    Static isNonSystem#

    isNonSystem(item: KubeJsonApiData | KubeObject): boolean

    Inherited from KubeObject.isNonSystem

    -

    Defined in src/renderer/api/kube-object.ts:54

    +

    Defined in src/renderer/api/kube-object.ts:54

    Parameters:

    @@ -1519,7 +1519,7 @@

    Static stringifyLabels#

    stringifyLabels(labels: object): string[]

    Inherited from KubeObject.stringifyLabels

    -

    Defined in src/renderer/api/kube-object.ts:66

    +

    Defined in src/renderer/api/kube-object.ts:66

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.ingressapi/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.ingressapi/index.html index 6eac50ee72..6a16d12e4a 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.ingressapi/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.ingressapi/index.html @@ -992,6 +992,13 @@ list + + +
  • + + Protected normalizeQuery + +
  • @@ -1092,6 +1099,7 @@
  • getUrl
  • getWatchUrl
  • list
  • +
  • normalizeQuery
  • parseResponse
  • refreshResourceVersion
  • setResourceVersion
  • @@ -1103,7 +1111,7 @@

    constructor#

    + new IngressApi(options: IKubeApiOptions‹Ingress›): IngressApi

    Inherited from KubeApi.constructor

    -

    Defined in src/renderer/api/kube-api.ts:67

    +

    Defined in src/renderer/api/kube-api.ts:69

    Parameters:

    @@ -1124,72 +1132,72 @@

    apiBase#

    apiBase: string

    Inherited from KubeApi.apiBase

    -

    Defined in src/renderer/api/kube-api.ts:57

    +

    Defined in src/renderer/api/kube-api.ts:59


    apiGroup#

    apiGroup: string

    Inherited from KubeApi.apiGroup

    -

    Defined in src/renderer/api/kube-api.ts:59

    +

    Defined in src/renderer/api/kube-api.ts:61


    apiPrefix#

    apiPrefix: string

    Inherited from KubeApi.apiPrefix

    -

    Defined in src/renderer/api/kube-api.ts:58

    +

    Defined in src/renderer/api/kube-api.ts:60


    apiResource#

    apiResource: string

    Inherited from KubeApi.apiResource

    -

    Defined in src/renderer/api/kube-api.ts:62

    +

    Defined in src/renderer/api/kube-api.ts:64


    apiVersion#

    apiVersion: string

    Inherited from KubeApi.apiVersion

    -

    Defined in src/renderer/api/kube-api.ts:60

    +

    Defined in src/renderer/api/kube-api.ts:62


    apiVersionWithGroup#

    apiVersionWithGroup: string

    Inherited from KubeApi.apiVersionWithGroup

    -

    Defined in src/renderer/api/kube-api.ts:61

    +

    Defined in src/renderer/api/kube-api.ts:63


    isNamespaced#

    isNamespaced: boolean

    Inherited from KubeApi.isNamespaced

    -

    Defined in src/renderer/api/kube-api.ts:63

    +

    Defined in src/renderer/api/kube-api.ts:65


    kind#

    kind: string

    Inherited from KubeApi.kind

    -

    Defined in src/renderer/api/kube-api.ts:56

    +

    Defined in src/renderer/api/kube-api.ts:58


    objectConstructor#

    objectConstructor: IKubeObjectConstructor‹Ingress

    Inherited from KubeApi.objectConstructor

    -

    Defined in src/renderer/api/kube-api.ts:65

    +

    Defined in src/renderer/api/kube-api.ts:67


    Protected options#

    options: IKubeApiOptions‹Ingress

    Inherited from KubeApi.options

    -

    Defined in src/renderer/api/kube-api.ts:69

    +

    Defined in src/renderer/api/kube-api.ts:71


    Protected request#

    request: KubeJsonApi

    Inherited from KubeApi.request

    -

    Defined in src/renderer/api/kube-api.ts:66

    +

    Defined in src/renderer/api/kube-api.ts:68


    Protected resourceVersions#

    resourceVersions: Map‹string, string› = new Map()

    Inherited from KubeApi.resourceVersions

    -

    Defined in src/renderer/api/kube-api.ts:67

    +

    Defined in src/renderer/api/kube-api.ts:69


    Static parseApi#

    parseApi: parseKubeApi = parseKubeApi

    Inherited from KubeApi.parseApi

    -

    Defined in src/renderer/api/kube-api.ts:49

    +

    Defined in src/renderer/api/kube-api.ts:51

    Methods#

    create#

    create(__namedParameters: object, data?: Partial‹Ingress›): Promise‹Ingress

    Inherited from KubeApi.create

    -

    Defined in src/renderer/api/kube-api.ts:158

    +

    Defined in src/renderer/api/kube-api.ts:170

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1219,7 +1227,7 @@

    delete#

    delete(__namedParameters: object): Promise‹KubeJsonApiData›

    Inherited from KubeApi.delete

    -

    Defined in src/renderer/api/kube-api.ts:182

    +

    Defined in src/renderer/api/kube-api.ts:194

    Parameters:

    __namedParameters: object

    @@ -1248,7 +1256,7 @@

    get#

    get(__namedParameters: object, query?: IKubeApiQueryParams): Promise‹Ingress

    Inherited from KubeApi.get

    -

    Defined in src/renderer/api/kube-api.ts:152

    +

    Defined in src/renderer/api/kube-api.ts:164

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1277,7 +1285,7 @@

    getMetrics#

    getMetrics(ingress: string, namespace: string): Promise‹IIngressMetrics›

    -

    Defined in src/renderer/api/endpoints/ingress.api.ts:7

    +

    Defined in src/renderer/api/endpoints/ingress.api.ts:7

    Parameters:

    @@ -1302,7 +1310,7 @@

    getResourceVersion#

    getResourceVersion(namespace: string): string

    Inherited from KubeApi.getResourceVersion

    -

    Defined in src/renderer/api/kube-api.ts:100

    +

    Defined in src/renderer/api/kube-api.ts:102

    Parameters:

    @@ -1325,7 +1333,7 @@

    getUrl#

    getUrl(__namedParameters: object, query?: Partial‹IKubeApiQueryParams›): string

    Inherited from KubeApi.getUrl

    -

    Defined in src/renderer/api/kube-api.ts:108

    +

    Defined in src/renderer/api/kube-api.ts:110

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1355,7 +1363,7 @@

    getWatchUrl#

    getWatchUrl(namespace: string, query: IKubeApiQueryParams): string

    Inherited from KubeApi.getWatchUrl

    -

    Defined in src/renderer/api/kube-api.ts:187

    +

    Defined in src/renderer/api/kube-api.ts:199

    Parameters:

    @@ -1383,7 +1391,7 @@

    list#

    list(__namedParameters: object, query?: IKubeApiQueryParams): Promise‹Ingress[]›

    Inherited from KubeApi.list

    -

    Defined in src/renderer/api/kube-api.ts:146

    +

    Defined in src/renderer/api/kube-api.ts:158

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1405,10 +1413,33 @@

    Optional query: IKubeApiQueryParams

    Returns: Promise‹Ingress[]›


    +

    Protected normalizeQuery#

    +

    normalizeQuery(query: Partial‹IKubeApiQueryParams›): object

    +

    Inherited from KubeApi.normalizeQuery

    +

    Defined in src/renderer/api/kube-api.ts:122

    +

    Parameters:

    +
    + + + + + + + + + + + + + + +
    NameTypeDefault
    queryPartial‹IKubeApiQueryParams›{}
    +

    Returns: object

    +

    Protected parseResponse#

    parseResponse(data: KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace?: string): any

    Inherited from KubeApi.parseResponse

    -

    Defined in src/renderer/api/kube-api.ts:120

    +

    Defined in src/renderer/api/kube-api.ts:132

    Parameters:

    @@ -1433,7 +1464,7 @@

    refreshResourceVersion#

    refreshResourceVersion(params?: object): Promise‹T[]›

    Inherited from KubeApi.refreshResourceVersion

    -

    Defined in src/renderer/api/kube-api.ts:104

    +

    Defined in src/renderer/api/kube-api.ts:106

    Parameters:

    Optional params: object

    @@ -1455,7 +1486,7 @@

    setResourceVersion#

    setResourceVersion(namespace: string, newVersion: string): void

    Inherited from KubeApi.setResourceVersion

    -

    Defined in src/renderer/api/kube-api.ts:96

    +

    Defined in src/renderer/api/kube-api.ts:98

    Parameters:

    @@ -1483,7 +1514,7 @@

    update#

    update(__namedParameters: object, data?: Partial‹Ingress›): Promise‹Ingress

    Inherited from KubeApi.update

    -

    Defined in src/renderer/api/kube-api.ts:175

    +

    Defined in src/renderer/api/kube-api.ts:187

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1513,14 +1544,14 @@

    watch#

    watch(): function

    Inherited from KubeApi.watch

    -

    Defined in src/renderer/api/kube-api.ts:195

    +

    Defined in src/renderer/api/kube-api.ts:207

    Returns: function

    ▸ (): void


    Static watchAll#

    watchAll(...apis: KubeApi[]): (Anonymous function)

    Inherited from KubeApi.watchAll

    -

    Defined in src/renderer/api/kube-api.ts:51

    +

    Defined in src/renderer/api/kube-api.ts:53

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.job/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.job/index.html index 011e91ecce..0e951f4432 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.job/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.job/index.html @@ -1225,7 +1225,7 @@

    constructor#

    + new Job(data: KubeJsonApiData): Job

    Inherited from KubeObject.constructor

    -

    Defined in src/renderer/api/kube-object.ts:69

    +

    Defined in src/renderer/api/kube-object.ts:69

    Parameters:

    @@ -1246,22 +1246,22 @@

    apiVersion#

    apiVersion: string

    Inherited from KubeObject.apiVersion

    -

    Defined in src/renderer/api/kube-object.ts:75

    +

    Defined in src/renderer/api/kube-object.ts:75


    kind#

    kind: string

    Inherited from KubeObject.kind

    -

    Defined in src/renderer/api/kube-object.ts:76

    +

    Defined in src/renderer/api/kube-object.ts:76


    metadata#

    metadata: IKubeObjectMetadata

    Inherited from KubeObject.metadata

    -

    Defined in src/renderer/api/kube-object.ts:77

    +

    Defined in src/renderer/api/kube-object.ts:77


    spec#

    spec: object

    Overrides void

    -

    Defined in src/renderer/api/endpoints/job.api.ts:14

    +

    Defined in src/renderer/api/endpoints/job.api.ts:14

    Type declaration:

    @@ -1445,7 +1445,7 @@

    getAnnotations#

    getAnnotations(filter: boolean): string[]

    Inherited from KubeObject.getAnnotations

    -

    Defined in src/renderer/api/kube-object.ts:121

    +

    Defined in src/renderer/api/kube-object.ts:121

    Parameters:

    @@ -1467,12 +1467,12 @@

    getCompletions#

    getCompletions(): number

    -

    Defined in src/renderer/api/endpoints/job.api.ts:77

    +

    Defined in src/renderer/api/endpoints/job.api.ts:77

    Returns: number


    getCondition#

    getCondition(): object

    -

    Defined in src/renderer/api/endpoints/job.api.ts:85

    +

    Defined in src/renderer/api/endpoints/job.api.ts:85

    Returns: object

    @@ -1632,7 +1632,7 @@

    Static isJsonApiData#

    isJsonApiData(object: any): object is KubeJsonApiData

    Inherited from KubeObject.isJsonApiData

    -

    Defined in src/renderer/api/kube-object.ts:58

    +

    Defined in src/renderer/api/kube-object.ts:58

    Parameters:

    @@ -1653,7 +1653,7 @@

    Static isJsonApiDataList#

    isJsonApiDataList(object: any): object is KubeJsonApiDataList

    Inherited from KubeObject.isJsonApiDataList

    -

    Defined in src/renderer/api/kube-object.ts:62

    +

    Defined in src/renderer/api/kube-object.ts:62

    Parameters:

    @@ -1674,7 +1674,7 @@

    Static isNonSystem#

    isNonSystem(item: KubeJsonApiData | KubeObject): boolean

    Inherited from KubeObject.isNonSystem

    -

    Defined in src/renderer/api/kube-object.ts:54

    +

    Defined in src/renderer/api/kube-object.ts:54

    Parameters:

    @@ -1695,7 +1695,7 @@

    Static stringifyLabels#

    stringifyLabels(labels: object): string[]

    Inherited from KubeObject.stringifyLabels

    -

    Defined in src/renderer/api/kube-object.ts:66

    +

    Defined in src/renderer/api/kube-object.ts:66

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.kubeapi/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.kubeapi/index.html index d14e8a6f1b..75f7469230 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.kubeapi/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.kubeapi/index.html @@ -992,6 +992,13 @@ list + + +
  • + + Protected normalizeQuery + +
  • @@ -1098,6 +1105,7 @@
  • getUrl
  • getWatchUrl
  • list
  • +
  • normalizeQuery
  • parseResponse
  • refreshResourceVersion
  • setResourceVersion
  • @@ -1108,7 +1116,7 @@

    Constructors#

    constructor#

    + new KubeApi(options: IKubeApiOptions‹T›): KubeApi

    -

    Defined in src/renderer/api/kube-api.ts:67

    +

    Defined in src/renderer/api/kube-api.ts:69

    Parameters:

    @@ -1128,59 +1136,59 @@

    Properties#

    apiBase#

    apiBase: string

    -

    Defined in src/renderer/api/kube-api.ts:57

    +

    Defined in src/renderer/api/kube-api.ts:59


    apiGroup#

    apiGroup: string

    -

    Defined in src/renderer/api/kube-api.ts:59

    +

    Defined in src/renderer/api/kube-api.ts:61


    apiPrefix#

    apiPrefix: string

    -

    Defined in src/renderer/api/kube-api.ts:58

    +

    Defined in src/renderer/api/kube-api.ts:60


    apiResource#

    apiResource: string

    -

    Defined in src/renderer/api/kube-api.ts:62

    +

    Defined in src/renderer/api/kube-api.ts:64


    apiVersion#

    apiVersion: string

    -

    Defined in src/renderer/api/kube-api.ts:60

    +

    Defined in src/renderer/api/kube-api.ts:62


    apiVersionWithGroup#

    apiVersionWithGroup: string

    -

    Defined in src/renderer/api/kube-api.ts:61

    +

    Defined in src/renderer/api/kube-api.ts:63


    isNamespaced#

    isNamespaced: boolean

    -

    Defined in src/renderer/api/kube-api.ts:63

    +

    Defined in src/renderer/api/kube-api.ts:65


    kind#

    kind: string

    -

    Defined in src/renderer/api/kube-api.ts:56

    +

    Defined in src/renderer/api/kube-api.ts:58


    objectConstructor#

    objectConstructor: IKubeObjectConstructor‹T›

    -

    Defined in src/renderer/api/kube-api.ts:65

    +

    Defined in src/renderer/api/kube-api.ts:67


    Protected options#

    options: IKubeApiOptions‹T›

    -

    Defined in src/renderer/api/kube-api.ts:69

    +

    Defined in src/renderer/api/kube-api.ts:71


    Protected request#

    request: KubeJsonApi

    -

    Defined in src/renderer/api/kube-api.ts:66

    +

    Defined in src/renderer/api/kube-api.ts:68


    Protected resourceVersions#

    resourceVersions: Map‹string, string› = new Map()

    -

    Defined in src/renderer/api/kube-api.ts:67

    +

    Defined in src/renderer/api/kube-api.ts:69


    Static parseApi#

    parseApi: parseKubeApi = parseKubeApi

    -

    Defined in src/renderer/api/kube-api.ts:49

    +

    Defined in src/renderer/api/kube-api.ts:51

    Methods#

    create#

    create(__namedParameters: object, data?: Partial‹T›): Promise‹T›

    -

    Defined in src/renderer/api/kube-api.ts:158

    +

    Defined in src/renderer/api/kube-api.ts:170

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1209,7 +1217,7 @@

    delete#

    delete(__namedParameters: object): Promise‹KubeJsonApiData›

    -

    Defined in src/renderer/api/kube-api.ts:182

    +

    Defined in src/renderer/api/kube-api.ts:194

    Parameters:

    __namedParameters: object

    @@ -1237,7 +1245,7 @@

    get#

    get(__namedParameters: object, query?: IKubeApiQueryParams): Promise‹T›

    -

    Defined in src/renderer/api/kube-api.ts:152

    +

    Defined in src/renderer/api/kube-api.ts:164

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1266,7 +1274,7 @@

    getResourceVersion#

    getResourceVersion(namespace: string): string

    -

    Defined in src/renderer/api/kube-api.ts:100

    +

    Defined in src/renderer/api/kube-api.ts:102

    Parameters:

    @@ -1288,7 +1296,7 @@

    getUrl#

    getUrl(__namedParameters: object, query?: Partial‹IKubeApiQueryParams›): string

    -

    Defined in src/renderer/api/kube-api.ts:108

    +

    Defined in src/renderer/api/kube-api.ts:110

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1317,7 +1325,7 @@

    getWatchUrl#

    getWatchUrl(namespace: string, query: IKubeApiQueryParams): string

    -

    Defined in src/renderer/api/kube-api.ts:187

    +

    Defined in src/renderer/api/kube-api.ts:199

    Parameters:

    @@ -1344,7 +1352,7 @@

    list#

    list(__namedParameters: object, query?: IKubeApiQueryParams): Promise‹T[]›

    -

    Defined in src/renderer/api/kube-api.ts:146

    +

    Defined in src/renderer/api/kube-api.ts:158

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1366,9 +1374,31 @@

    Optional query: IKubeApiQueryParams

    Returns: Promise‹T[]›


    +

    Protected normalizeQuery#

    +

    normalizeQuery(query: Partial‹IKubeApiQueryParams›): object

    +

    Defined in src/renderer/api/kube-api.ts:122

    +

    Parameters:

    +
    + + + + + + + + + + + + + + +
    NameTypeDefault
    queryPartial‹IKubeApiQueryParams›{}
    +

    Returns: object

    +

    Protected parseResponse#

    parseResponse(data: KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace?: string): any

    -

    Defined in src/renderer/api/kube-api.ts:120

    +

    Defined in src/renderer/api/kube-api.ts:132

    Parameters:

    @@ -1392,7 +1422,7 @@

    refreshResourceVersion#

    refreshResourceVersion(params?: object): Promise‹T[]›

    -

    Defined in src/renderer/api/kube-api.ts:104

    +

    Defined in src/renderer/api/kube-api.ts:106

    Parameters:

    Optional params: object

    @@ -1413,7 +1443,7 @@

    setResourceVersion#

    setResourceVersion(namespace: string, newVersion: string): void

    -

    Defined in src/renderer/api/kube-api.ts:96

    +

    Defined in src/renderer/api/kube-api.ts:98

    Parameters:

    @@ -1440,7 +1470,7 @@

    update#

    update(__namedParameters: object, data?: Partial‹T›): Promise‹T›

    -

    Defined in src/renderer/api/kube-api.ts:175

    +

    Defined in src/renderer/api/kube-api.ts:187

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1469,13 +1499,13 @@

    watch#

    watch(): function

    -

    Defined in src/renderer/api/kube-api.ts:195

    +

    Defined in src/renderer/api/kube-api.ts:207

    Returns: function

    ▸ (): void


    Static watchAll#

    watchAll(...apis: KubeApi[]): (Anonymous function)

    -

    Defined in src/renderer/api/kube-api.ts:51

    +

    Defined in src/renderer/api/kube-api.ts:53

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.kubeevent/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.kubeevent/index.html index 391ad177c2..227592c326 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.kubeevent/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.kubeevent/index.html @@ -1249,7 +1249,7 @@

    constructor#

    + new KubeEvent(data: KubeJsonApiData): KubeEvent

    Inherited from KubeObject.constructor

    -

    Defined in src/renderer/api/kube-object.ts:69

    +

    Defined in src/renderer/api/kube-object.ts:69

    Parameters:

    @@ -1270,23 +1270,23 @@

    apiVersion#

    apiVersion: string

    Inherited from KubeObject.apiVersion

    -

    Defined in src/renderer/api/kube-object.ts:75

    +

    Defined in src/renderer/api/kube-object.ts:75


    count#

    count: number

    -

    Defined in src/renderer/api/endpoints/events.api.ts:30

    +

    Defined in src/renderer/api/endpoints/events.api.ts:30


    eventTime#

    eventTime: null

    -

    Defined in src/renderer/api/endpoints/events.api.ts:32

    +

    Defined in src/renderer/api/endpoints/events.api.ts:32


    firstTimestamp#

    firstTimestamp: string

    -

    Defined in src/renderer/api/endpoints/events.api.ts:28

    +

    Defined in src/renderer/api/endpoints/events.api.ts:28


    involvedObject#

    involvedObject: object

    -

    Defined in src/renderer/api/endpoints/events.api.ts:13

    +

    Defined in src/renderer/api/endpoints/events.api.ts:13

    Type declaration:

    @@ -1408,7 +1408,7 @@

    getAge#

    getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

    Inherited from KubeObject.getAge

    -

    Defined in src/renderer/api/kube-object.ts:102

    +

    Defined in src/renderer/api/kube-object.ts:102

    Parameters:

    @@ -1441,7 +1441,7 @@

    getAnnotations#

    getAnnotations(filter: boolean): string[]

    Inherited from KubeObject.getAnnotations

    -

    Defined in src/renderer/api/kube-object.ts:121

    +

    Defined in src/renderer/api/kube-object.ts:121

    Parameters:

    @@ -1464,81 +1464,81 @@

    getFinalizers#

    getFinalizers(): string[]

    Inherited from KubeObject.getFinalizers

    -

    Defined in src/renderer/api/kube-object.ts:113

    +

    Defined in src/renderer/api/kube-object.ts:113

    Returns: string[]


    getFirstSeenTime#

    getFirstSeenTime(): string

    -

    Defined in src/renderer/api/endpoints/events.api.ts:45

    +

    Defined in src/renderer/api/endpoints/events.api.ts:45

    Returns: string


    getId#

    getId(): string

    Inherited from KubeObject.getId

    -

    Defined in src/renderer/api/kube-object.ts:84

    +

    Defined in src/renderer/api/kube-object.ts:84

    Returns: string


    getLabels#

    getLabels(): string[]

    Inherited from KubeObject.getLabels

    -

    Defined in src/renderer/api/kube-object.ts:117

    +

    Defined in src/renderer/api/kube-object.ts:117

    Returns: string[]


    getLastSeenTime#

    getLastSeenTime(): string

    -

    Defined in src/renderer/api/endpoints/events.api.ts:50

    +

    Defined in src/renderer/api/endpoints/events.api.ts:50

    Returns: string


    getName#

    getName(): string

    Inherited from KubeObject.getName

    -

    Defined in src/renderer/api/kube-object.ts:92

    +

    Defined in src/renderer/api/kube-object.ts:92

    Returns: string


    getNs#

    getNs(): string

    Inherited from KubeObject.getNs

    -

    Defined in src/renderer/api/kube-object.ts:96

    +

    Defined in src/renderer/api/kube-object.ts:96

    Returns: string


    getOwnerRefs#

    getOwnerRefs(): object[]

    Inherited from KubeObject.getOwnerRefs

    -

    Defined in src/renderer/api/kube-object.ts:129

    +

    Defined in src/renderer/api/kube-object.ts:129

    Returns: object[]


    getResourceVersion#

    getResourceVersion(): string

    Inherited from KubeObject.getResourceVersion

    -

    Defined in src/renderer/api/kube-object.ts:88

    +

    Defined in src/renderer/api/kube-object.ts:88

    Returns: string


    getSearchFields#

    getSearchFields(): string[]

    Inherited from KubeObject.getSearchFields

    -

    Defined in src/renderer/api/kube-object.ts:137

    +

    Defined in src/renderer/api/kube-object.ts:137

    Returns: string[]


    getSource#

    getSource(): string

    -

    Defined in src/renderer/api/endpoints/events.api.ts:40

    +

    Defined in src/renderer/api/endpoints/events.api.ts:40

    Returns: string


    isWarning#

    isWarning(): boolean

    -

    Defined in src/renderer/api/endpoints/events.api.ts:36

    +

    Defined in src/renderer/api/endpoints/events.api.ts:36

    Returns: boolean


    toPlainObject#

    toPlainObject(): object

    Inherited from KubeObject.toPlainObject

    -

    Defined in src/renderer/api/kube-object.ts:148

    +

    Defined in src/renderer/api/kube-object.ts:148

    Returns: object


    update#

    updateT›(data: Partial‹T›): Promise‹T›

    Inherited from KubeObject.update

    -

    Defined in src/renderer/api/kube-object.ts:153

    +

    Defined in src/renderer/api/kube-object.ts:153

    Type parameters:

    T: KubeObject

    Parameters:

    @@ -1561,7 +1561,7 @@

    Static create#

    create(data: any): KubeObject‹›

    Inherited from KubeObject.create

    -

    Defined in src/renderer/api/kube-object.ts:50

    +

    Defined in src/renderer/api/kube-object.ts:50

    Parameters:

    @@ -1582,7 +1582,7 @@

    Static isJsonApiData#

    isJsonApiData(object: any): object is KubeJsonApiData

    Inherited from KubeObject.isJsonApiData

    -

    Defined in src/renderer/api/kube-object.ts:58

    +

    Defined in src/renderer/api/kube-object.ts:58

    Parameters:

    @@ -1603,7 +1603,7 @@

    Static isJsonApiDataList#

    isJsonApiDataList(object: any): object is KubeJsonApiDataList

    Inherited from KubeObject.isJsonApiDataList

    -

    Defined in src/renderer/api/kube-object.ts:62

    +

    Defined in src/renderer/api/kube-object.ts:62

    Parameters:

    @@ -1624,7 +1624,7 @@

    Static isNonSystem#

    isNonSystem(item: KubeJsonApiData | KubeObject): boolean

    Inherited from KubeObject.isNonSystem

    -

    Defined in src/renderer/api/kube-object.ts:54

    +

    Defined in src/renderer/api/kube-object.ts:54

    Parameters:

    @@ -1645,7 +1645,7 @@

    Static stringifyLabels#

    stringifyLabels(labels: object): string[]

    Inherited from KubeObject.stringifyLabels

    -

    Defined in src/renderer/api/kube-object.ts:66

    +

    Defined in src/renderer/api/kube-object.ts:66

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.kubeobject/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.kubeobject/index.html index 44cd1e8dee..5778c37192 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.kubeobject/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.kubeobject/index.html @@ -1139,7 +1139,7 @@

    Constructors#

    constructor#

    + new KubeObject(data: KubeJsonApiData): KubeObject

    -

    Defined in src/renderer/api/kube-object.ts:69

    +

    Defined in src/renderer/api/kube-object.ts:69

    Parameters:

    @@ -1159,36 +1159,36 @@

    Properties#

    apiVersion#

    apiVersion: string

    -

    Defined in src/renderer/api/kube-object.ts:75

    +

    Defined in src/renderer/api/kube-object.ts:75


    kind#

    kind: string

    -

    Defined in src/renderer/api/kube-object.ts:76

    +

    Defined in src/renderer/api/kube-object.ts:76


    metadata#

    metadata: IKubeObjectMetadata

    -

    Defined in src/renderer/api/kube-object.ts:77

    +

    Defined in src/renderer/api/kube-object.ts:77


    Optional status#

    status? : any

    -

    Defined in src/renderer/api/kube-object.ts:78

    +

    Defined in src/renderer/api/kube-object.ts:78


    Static kind#

    kind: string

    -

    Defined in src/renderer/api/kube-object.ts:47

    +

    Defined in src/renderer/api/kube-object.ts:47


    Static namespaced#

    namespaced: boolean

    -

    Defined in src/renderer/api/kube-object.ts:48

    +

    Defined in src/renderer/api/kube-object.ts:48

    Accessors#

    get selfLink(): string

    -

    Defined in src/renderer/api/kube-object.ts:80

    +

    Defined in src/renderer/api/kube-object.ts:80

    Returns: string

    Methods#

    delete#

    delete(params?: JsonApiParams): CancelablePromise‹KubeJsonApiData›

    -

    Defined in src/renderer/api/kube-object.ts:160

    +

    Defined in src/renderer/api/kube-object.ts:160

    Parameters:

    @@ -1208,7 +1208,7 @@

    getAge#

    getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

    -

    Defined in src/renderer/api/kube-object.ts:102

    +

    Defined in src/renderer/api/kube-object.ts:102

    Parameters:

    @@ -1240,7 +1240,7 @@

    getAnnotations#

    getAnnotations(filter: boolean): string[]

    -

    Defined in src/renderer/api/kube-object.ts:121

    +

    Defined in src/renderer/api/kube-object.ts:121

    Parameters:

    @@ -1262,52 +1262,52 @@

    getFinalizers#

    getFinalizers(): string[]

    -

    Defined in src/renderer/api/kube-object.ts:113

    +

    Defined in src/renderer/api/kube-object.ts:113

    Returns: string[]


    getId#

    getId(): string

    -

    Defined in src/renderer/api/kube-object.ts:84

    +

    Defined in src/renderer/api/kube-object.ts:84

    Returns: string


    getLabels#

    getLabels(): string[]

    -

    Defined in src/renderer/api/kube-object.ts:117

    +

    Defined in src/renderer/api/kube-object.ts:117

    Returns: string[]


    getName#

    getName(): string

    -

    Defined in src/renderer/api/kube-object.ts:92

    +

    Defined in src/renderer/api/kube-object.ts:92

    Returns: string


    getNs#

    getNs(): string

    -

    Defined in src/renderer/api/kube-object.ts:96

    +

    Defined in src/renderer/api/kube-object.ts:96

    Returns: string


    getOwnerRefs#

    getOwnerRefs(): object[]

    -

    Defined in src/renderer/api/kube-object.ts:129

    +

    Defined in src/renderer/api/kube-object.ts:129

    Returns: object[]


    getResourceVersion#

    getResourceVersion(): string

    -

    Defined in src/renderer/api/kube-object.ts:88

    +

    Defined in src/renderer/api/kube-object.ts:88

    Returns: string


    getSearchFields#

    getSearchFields(): string[]

    -

    Defined in src/renderer/api/kube-object.ts:137

    +

    Defined in src/renderer/api/kube-object.ts:137

    Returns: string[]


    toPlainObject#

    toPlainObject(): object

    -

    Defined in src/renderer/api/kube-object.ts:148

    +

    Defined in src/renderer/api/kube-object.ts:148

    Returns: object


    update#

    updateT›(data: Partial‹T›): Promise‹T›

    -

    Defined in src/renderer/api/kube-object.ts:153

    +

    Defined in src/renderer/api/kube-object.ts:153

    Type parameters:

    T: KubeObject

    Parameters:

    @@ -1329,7 +1329,7 @@

    Static create#

    create(data: any): KubeObject‹›

    -

    Defined in src/renderer/api/kube-object.ts:50

    +

    Defined in src/renderer/api/kube-object.ts:50

    Parameters:

    @@ -1349,7 +1349,7 @@

    Static isJsonApiData#

    isJsonApiData(object: any): object is KubeJsonApiData

    -

    Defined in src/renderer/api/kube-object.ts:58

    +

    Defined in src/renderer/api/kube-object.ts:58

    Parameters:

    @@ -1369,7 +1369,7 @@

    Static isJsonApiDataList#

    isJsonApiDataList(object: any): object is KubeJsonApiDataList

    -

    Defined in src/renderer/api/kube-object.ts:62

    +

    Defined in src/renderer/api/kube-object.ts:62

    Parameters:

    @@ -1389,7 +1389,7 @@

    Static isNonSystem#

    isNonSystem(item: KubeJsonApiData | KubeObject): boolean

    -

    Defined in src/renderer/api/kube-object.ts:54

    +

    Defined in src/renderer/api/kube-object.ts:54

    Parameters:

    @@ -1409,7 +1409,7 @@

    Static stringifyLabels#

    stringifyLabels(labels: object): string[]

    -

    Defined in src/renderer/api/kube-object.ts:66

    +

    Defined in src/renderer/api/kube-object.ts:66

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/index.html index 6548cd5b5f..d0287c8b25 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/index.html @@ -1247,56 +1247,56 @@

    Constructors#

    constructor#

    + new KubeObjectStore(): KubeObjectStore

    -

    Defined in src/renderer/kube-object.store.ts:14

    +

    Defined in src/renderer/kube-object.store.ts:14

    Returns: KubeObjectStore

    Properties#

    Abstract api#

    api: KubeApi‹T›

    -

    Defined in src/renderer/kube-object.store.ts:13

    +

    Defined in src/renderer/kube-object.store.ts:13


    Protected eventsBuffer#

    eventsBuffer: IObservableArray‹IKubeWatchEvent‹KubeJsonApiData›› = observable>([], { deep: false })

    -

    Defined in src/renderer/kube-object.store.ts:145

    +

    Defined in src/renderer/kube-object.store.ts:145


    isLoaded#

    isLoaded: boolean = false

    Inherited from KubeObjectStore.isLoaded

    -

    Defined in src/renderer/item.store.ts:17

    +

    Defined in src/renderer/item.store.ts:17


    isLoading#

    isLoading: boolean = false

    Inherited from KubeObjectStore.isLoading

    -

    Defined in src/renderer/item.store.ts:16

    +

    Defined in src/renderer/item.store.ts:16


    items#

    items: IObservableArray‹T› = observable.array([], { deep: false })

    Inherited from KubeObjectStore.items

    -

    Defined in src/renderer/item.store.ts:18

    +

    Defined in src/renderer/item.store.ts:18


    limit#

    limit: number

    -

    Defined in src/renderer/kube-object.store.ts:14

    +

    Defined in src/renderer/kube-object.store.ts:14


    selectedItemsIds#

    selectedItemsIds: ObservableMap‹string, boolean› = observable.map()

    Inherited from KubeObjectStore.selectedItemsIds

    -

    Defined in src/renderer/item.store.ts:19

    +

    Defined in src/renderer/item.store.ts:19

    Accessors#

    selectedItems#

    get selectedItems(): T[]

    Inherited from KubeObjectStore.selectedItems

    -

    Defined in src/renderer/item.store.ts:21

    +

    Defined in src/renderer/item.store.ts:21

    Returns: T[]

    Methods#

    [Symbol.iterator]#

    [Symbol.iterator](): Generator‹T, void, undefined›

    Inherited from KubeObjectStore.[Symbol.iterator]

    -

    Defined in src/renderer/item.store.ts:162

    +

    Defined in src/renderer/item.store.ts:162

    Returns: Generator‹T, void, undefined›


    Protected bindWatchEventsUpdater#

    bindWatchEventsUpdater(delay: number): IReactionDisposer

    -

    Defined in src/renderer/kube-object.store.ts:147

    +

    Defined in src/renderer/kube-object.store.ts:147

    Parameters:

    @@ -1318,7 +1318,7 @@

    create#

    create(params: object, data?: Partial‹T›): Promise‹T›

    -

    Defined in src/renderer/kube-object.store.ts:120

    +

    Defined in src/renderer/kube-object.store.ts:120

    Parameters:

    params: object

    @@ -1345,7 +1345,7 @@

    Protected createItem#

    createItem(params: object, data?: Partial‹T›): Promise‹T›

    Overrides void

    -

    Defined in src/renderer/kube-object.store.ts:116

    +

    Defined in src/renderer/kube-object.store.ts:116

    Parameters:

    params: object

    @@ -1372,7 +1372,7 @@

    Protected defaultSorting#

    defaultSorting(item: T): string

    Inherited from KubeObjectStore.defaultSorting

    -

    Defined in src/renderer/item.store.ts:14

    +

    Defined in src/renderer/item.store.ts:14

    Parameters:

    @@ -1392,7 +1392,7 @@

    Protected filterItemsOnLoad#

    filterItemsOnLoad(items: T[]): T[]

    -

    Defined in src/renderer/kube-object.store.ts:72

    +

    Defined in src/renderer/kube-object.store.ts:72

    Parameters:

    @@ -1412,7 +1412,7 @@

    getAllByNs#

    getAllByNs(namespace: string | string[], strict: boolean): T[]

    -

    Defined in src/renderer/kube-object.store.ts:24

    +

    Defined in src/renderer/kube-object.store.ts:24

    Parameters:

    @@ -1439,7 +1439,7 @@

    getByLabel#

    getByLabel(labels: string[] | object): T[]

    -

    Defined in src/renderer/kube-object.store.ts:45

    +

    Defined in src/renderer/kube-object.store.ts:45

    Parameters:

    @@ -1460,7 +1460,7 @@

    getByName#

    getByName(name: string, namespace?: string): T

    Overrides void

    -

    Defined in src/renderer/kube-object.store.ts:33

    +

    Defined in src/renderer/kube-object.store.ts:33

    Parameters:

    @@ -1484,7 +1484,7 @@

    getByPath#

    getByPath(path: string): T

    -

    Defined in src/renderer/kube-object.store.ts:41

    +

    Defined in src/renderer/kube-object.store.ts:41

    Parameters:

    @@ -1504,7 +1504,7 @@

    Optional getStatuses#

    getStatuses(items: T[]): Record‹string, number›

    -

    Defined in src/renderer/kube-object.store.ts:22

    +

    Defined in src/renderer/kube-object.store.ts:22

    Parameters:

    @@ -1525,7 +1525,7 @@

    isSelected#

    isSelected(item: T): boolean

    Inherited from KubeObjectStore.isSelected

    -

    Defined in src/renderer/item.store.ts:102

    +

    Defined in src/renderer/item.store.ts:102

    Parameters:

    @@ -1546,7 +1546,7 @@

    isSelectedAll#

    isSelectedAll(visibleItems: T[]): boolean

    Inherited from KubeObjectStore.isSelectedAll

    -

    Defined in src/renderer/item.store.ts:137

    +

    Defined in src/renderer/item.store.ts:137

    Parameters:

    @@ -1568,7 +1568,7 @@

    load#

    load(params: object): Promise‹T›

    -

    Defined in src/renderer/kube-object.store.ts:99

    +

    Defined in src/renderer/kube-object.store.ts:99

    Parameters:

    params: object

    @@ -1594,12 +1594,12 @@

    loadAll#

    loadAll(): Promise‹void›

    Overrides void

    -

    Defined in src/renderer/kube-object.store.ts:77

    +

    Defined in src/renderer/kube-object.store.ts:77

    Returns: Promise‹void›


    loadFromPath#

    loadFromPath(resourcePath: string): Promise‹T›

    -

    Defined in src/renderer/kube-object.store.ts:111

    +

    Defined in src/renderer/kube-object.store.ts:111

    Parameters:

    @@ -1620,7 +1620,7 @@

    Protected loadItem#

    loadItem(params: object): Promise‹T›

    Overrides void

    -

    Defined in src/renderer/kube-object.store.ts:94

    +

    Defined in src/renderer/kube-object.store.ts:94

    Parameters:

    params: object

    @@ -1646,7 +1646,7 @@

    Protected loadItems#

    loadItems(allowedNamespaces?: string[]): Promise‹T[]›

    Overrides void

    -

    Defined in src/renderer/kube-object.store.ts:60

    +

    Defined in src/renderer/kube-object.store.ts:60

    Parameters:

    @@ -1666,7 +1666,7 @@

    Protected onWatchApiEvent#

    onWatchApiEvent(evt: IKubeWatchEvent): void

    -

    Defined in src/renderer/kube-object.store.ts:157

    +

    Defined in src/renderer/kube-object.store.ts:157

    Parameters:

    @@ -1686,7 +1686,7 @@

    remove#

    remove(item: T): Promise‹void›

    -

    Defined in src/renderer/kube-object.store.ts:134

    +

    Defined in src/renderer/kube-object.store.ts:134

    Parameters:

    @@ -1707,7 +1707,7 @@

    Protected removeItem#

    removeItem(item: T, request: function): Promise‹void›

    Inherited from KubeObjectStore.removeItem

    -

    Defined in src/renderer/item.store.ts:96

    +

    Defined in src/renderer/item.store.ts:96

    Parameters:

    item: T

    request: function

    @@ -1717,25 +1717,25 @@

    removeSelectedItems#

    removeSelectedItems(): Promise‹void[]›

    Overrides void

    -

    Defined in src/renderer/kube-object.store.ts:140

    +

    Defined in src/renderer/kube-object.store.ts:140

    Returns: Promise‹void[]›


    reset#

    reset(): void

    Inherited from KubeObjectStore.reset

    -

    Defined in src/renderer/item.store.ts:148

    +

    Defined in src/renderer/item.store.ts:148

    Returns: void


    resetSelection#

    resetSelection(): void

    Inherited from KubeObjectStore.resetSelection

    -

    Defined in src/renderer/item.store.ts:143

    +

    Defined in src/renderer/item.store.ts:143

    Returns: void


    select#

    select(item: T): void

    Inherited from KubeObjectStore.select

    -

    Defined in src/renderer/item.store.ts:107

    +

    Defined in src/renderer/item.store.ts:107

    Parameters:

    @@ -1756,7 +1756,7 @@

    Protected sortItems#

    sortItems(items: T[], sorting?: function[], order?: "asc" | "desc"): T[]

    Inherited from KubeObjectStore.sortItems

    -

    Defined in src/renderer/item.store.ts:31

    +

    Defined in src/renderer/item.store.ts:31

    Parameters:

    @@ -1789,7 +1789,7 @@

    subscribe#

    subscribe(apis: KubeApi‹T›[]): (Anonymous function)

    Overrides void

    -

    Defined in src/renderer/kube-object.store.ts:153

    +

    Defined in src/renderer/kube-object.store.ts:153

    Parameters:

    @@ -1812,7 +1812,7 @@

    toggleSelection#

    toggleSelection(item: T): void

    Inherited from KubeObjectStore.toggleSelection

    -

    Defined in src/renderer/item.store.ts:117

    +

    Defined in src/renderer/item.store.ts:117

    Parameters:

    @@ -1833,7 +1833,7 @@

    toggleSelectionAll#

    toggleSelectionAll(visibleItems: T[]): void

    Inherited from KubeObjectStore.toggleSelectionAll

    -

    Defined in src/renderer/item.store.ts:127

    +

    Defined in src/renderer/item.store.ts:127

    Parameters:

    @@ -1856,7 +1856,7 @@

    unselect#

    unselect(item: T): void

    Inherited from KubeObjectStore.unselect

    -

    Defined in src/renderer/item.store.ts:112

    +

    Defined in src/renderer/item.store.ts:112

    Parameters:

    @@ -1876,7 +1876,7 @@

    update#

    update(item: T, data: Partial‹T›): Promise‹T›

    -

    Defined in src/renderer/kube-object.store.ts:127

    +

    Defined in src/renderer/kube-object.store.ts:127

    Parameters:

    @@ -1900,13 +1900,13 @@

    Protected updateFromEventsBuffer#

    updateFromEventsBuffer(): void

    -

    Defined in src/renderer/kube-object.store.ts:163

    +

    Defined in src/renderer/kube-object.store.ts:163

    Returns: void


    Protected updateItem#

    updateItem(item: T, request: function): Promise‹T›

    Inherited from KubeObjectStore.updateItem

    -

    Defined in src/renderer/item.store.ts:88

    +

    Defined in src/renderer/item.store.ts:88

    Parameters:

    item: T

    request: function

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.namespace/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.namespace/index.html index b053077467..c5c49a17da 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.namespace/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.namespace/index.html @@ -1137,7 +1137,7 @@

    constructor#

    + new Namespace(data: KubeJsonApiData): Namespace

    Inherited from KubeObject.constructor

    -

    Defined in src/renderer/api/kube-object.ts:69

    +

    Defined in src/renderer/api/kube-object.ts:69

    Parameters:

    @@ -1158,22 +1158,22 @@

    apiVersion#

    apiVersion: string

    Inherited from KubeObject.apiVersion

    -

    Defined in src/renderer/api/kube-object.ts:75

    +

    Defined in src/renderer/api/kube-object.ts:75


    kind#

    kind: string

    Inherited from KubeObject.kind

    -

    Defined in src/renderer/api/kube-object.ts:76

    +

    Defined in src/renderer/api/kube-object.ts:76


    metadata#

    metadata: IKubeObjectMetadata

    Inherited from KubeObject.metadata

    -

    Defined in src/renderer/api/kube-object.ts:77

    +

    Defined in src/renderer/api/kube-object.ts:77


    Optional status#

    status? : object

    Overrides KubeObject.status

    -

    Defined in src/renderer/api/endpoints/namespaces.api.ts:16

    +

    Defined in src/renderer/api/endpoints/namespaces.api.ts:16

    Type declaration:

    @@ -1223,7 +1223,7 @@

    getAge#

    getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

    Inherited from KubeObject.getAge

    -

    Defined in src/renderer/api/kube-object.ts:102

    +

    Defined in src/renderer/api/kube-object.ts:102

    Parameters:

    @@ -1256,7 +1256,7 @@

    getAnnotations#

    getAnnotations(filter: boolean): string[]

    Inherited from KubeObject.getAnnotations

    -

    Defined in src/renderer/api/kube-object.ts:121

    +

    Defined in src/renderer/api/kube-object.ts:121

    Parameters:

    @@ -1279,66 +1279,66 @@

    getFinalizers#

    getFinalizers(): string[]

    Inherited from KubeObject.getFinalizers

    -

    Defined in src/renderer/api/kube-object.ts:113

    +

    Defined in src/renderer/api/kube-object.ts:113

    Returns: string[]


    getId#

    getId(): string

    Inherited from KubeObject.getId

    -

    Defined in src/renderer/api/kube-object.ts:84

    +

    Defined in src/renderer/api/kube-object.ts:84

    Returns: string


    getLabels#

    getLabels(): string[]

    Inherited from KubeObject.getLabels

    -

    Defined in src/renderer/api/kube-object.ts:117

    +

    Defined in src/renderer/api/kube-object.ts:117

    Returns: string[]


    getName#

    getName(): string

    Inherited from KubeObject.getName

    -

    Defined in src/renderer/api/kube-object.ts:92

    +

    Defined in src/renderer/api/kube-object.ts:92

    Returns: string


    getNs#

    getNs(): string

    Inherited from KubeObject.getNs

    -

    Defined in src/renderer/api/kube-object.ts:96

    +

    Defined in src/renderer/api/kube-object.ts:96

    Returns: string


    getOwnerRefs#

    getOwnerRefs(): object[]

    Inherited from KubeObject.getOwnerRefs

    -

    Defined in src/renderer/api/kube-object.ts:129

    +

    Defined in src/renderer/api/kube-object.ts:129

    Returns: object[]


    getResourceVersion#

    getResourceVersion(): string

    Inherited from KubeObject.getResourceVersion

    -

    Defined in src/renderer/api/kube-object.ts:88

    +

    Defined in src/renderer/api/kube-object.ts:88

    Returns: string


    getSearchFields#

    getSearchFields(): string[]

    Inherited from KubeObject.getSearchFields

    -

    Defined in src/renderer/api/kube-object.ts:137

    +

    Defined in src/renderer/api/kube-object.ts:137

    Returns: string[]


    getStatus#

    getStatus(): string

    -

    Defined in src/renderer/api/endpoints/namespaces.api.ts:20

    +

    Defined in src/renderer/api/endpoints/namespaces.api.ts:20

    Returns: string


    toPlainObject#

    toPlainObject(): object

    Inherited from KubeObject.toPlainObject

    -

    Defined in src/renderer/api/kube-object.ts:148

    +

    Defined in src/renderer/api/kube-object.ts:148

    Returns: object


    update#

    updateT›(data: Partial‹T›): Promise‹T›

    Inherited from KubeObject.update

    -

    Defined in src/renderer/api/kube-object.ts:153

    +

    Defined in src/renderer/api/kube-object.ts:153

    Type parameters:

    T: KubeObject

    Parameters:

    @@ -1361,7 +1361,7 @@

    Static create#

    create(data: any): KubeObject‹›

    Inherited from KubeObject.create

    -

    Defined in src/renderer/api/kube-object.ts:50

    +

    Defined in src/renderer/api/kube-object.ts:50

    Parameters:

    @@ -1382,7 +1382,7 @@

    Static isJsonApiData#

    isJsonApiData(object: any): object is KubeJsonApiData

    Inherited from KubeObject.isJsonApiData

    -

    Defined in src/renderer/api/kube-object.ts:58

    +

    Defined in src/renderer/api/kube-object.ts:58

    Parameters:

    @@ -1403,7 +1403,7 @@

    Static isJsonApiDataList#

    isJsonApiDataList(object: any): object is KubeJsonApiDataList

    Inherited from KubeObject.isJsonApiDataList

    -

    Defined in src/renderer/api/kube-object.ts:62

    +

    Defined in src/renderer/api/kube-object.ts:62

    Parameters:

    @@ -1424,7 +1424,7 @@

    Static isNonSystem#

    isNonSystem(item: KubeJsonApiData | KubeObject): boolean

    Inherited from KubeObject.isNonSystem

    -

    Defined in src/renderer/api/kube-object.ts:54

    +

    Defined in src/renderer/api/kube-object.ts:54

    Parameters:

    @@ -1445,7 +1445,7 @@

    Static stringifyLabels#

    stringifyLabels(labels: object): string[]

    Inherited from KubeObject.stringifyLabels

    -

    Defined in src/renderer/api/kube-object.ts:66

    +

    Defined in src/renderer/api/kube-object.ts:66

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/index.html index d9db408379..ef68934b77 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/index.html @@ -1153,7 +1153,7 @@

    constructor#

    + new NetworkPolicy(data: KubeJsonApiData): NetworkPolicy

    Inherited from KubeObject.constructor

    -

    Defined in src/renderer/api/kube-object.ts:69

    +

    Defined in src/renderer/api/kube-object.ts:69

    Parameters:

    @@ -1174,21 +1174,21 @@

    apiVersion#

    apiVersion: string

    Inherited from KubeObject.apiVersion

    -

    Defined in src/renderer/api/kube-object.ts:75

    +

    Defined in src/renderer/api/kube-object.ts:75


    kind#

    kind: string

    Inherited from KubeObject.kind

    -

    Defined in src/renderer/api/kube-object.ts:76

    +

    Defined in src/renderer/api/kube-object.ts:76


    metadata#

    metadata: IKubeObjectMetadata

    Inherited from KubeObject.metadata

    -

    Defined in src/renderer/api/kube-object.ts:77

    +

    Defined in src/renderer/api/kube-object.ts:77


    spec#

    spec: object

    -

    Defined in src/renderer/api/endpoints/network-policy.api.ts:44

    +

    Defined in src/renderer/api/endpoints/network-policy.api.ts:44

    Type declaration:

    @@ -1260,7 +1260,7 @@

    getAge#

    getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

    Inherited from KubeObject.getAge

    -

    Defined in src/renderer/api/kube-object.ts:102

    +

    Defined in src/renderer/api/kube-object.ts:102

    Parameters:

    @@ -1293,7 +1293,7 @@

    getAnnotations#

    getAnnotations(filter: boolean): string[]

    Inherited from KubeObject.getAnnotations

    -

    Defined in src/renderer/api/kube-object.ts:121

    +

    Defined in src/renderer/api/kube-object.ts:121

    Parameters:

    @@ -1316,71 +1316,71 @@

    getFinalizers#

    getFinalizers(): string[]

    Inherited from KubeObject.getFinalizers

    -

    Defined in src/renderer/api/kube-object.ts:113

    +

    Defined in src/renderer/api/kube-object.ts:113

    Returns: string[]


    getId#

    getId(): string

    Inherited from KubeObject.getId

    -

    Defined in src/renderer/api/kube-object.ts:84

    +

    Defined in src/renderer/api/kube-object.ts:84

    Returns: string


    getLabels#

    getLabels(): string[]

    Inherited from KubeObject.getLabels

    -

    Defined in src/renderer/api/kube-object.ts:117

    +

    Defined in src/renderer/api/kube-object.ts:117

    Returns: string[]


    getMatchLabels#

    getMatchLabels(): string[]

    -

    Defined in src/renderer/api/endpoints/network-policy.api.ts:56

    +

    Defined in src/renderer/api/endpoints/network-policy.api.ts:56

    Returns: string[]


    getName#

    getName(): string

    Inherited from KubeObject.getName

    -

    Defined in src/renderer/api/kube-object.ts:92

    +

    Defined in src/renderer/api/kube-object.ts:92

    Returns: string


    getNs#

    getNs(): string

    Inherited from KubeObject.getNs

    -

    Defined in src/renderer/api/kube-object.ts:96

    +

    Defined in src/renderer/api/kube-object.ts:96

    Returns: string


    getOwnerRefs#

    getOwnerRefs(): object[]

    Inherited from KubeObject.getOwnerRefs

    -

    Defined in src/renderer/api/kube-object.ts:129

    +

    Defined in src/renderer/api/kube-object.ts:129

    Returns: object[]


    getResourceVersion#

    getResourceVersion(): string

    Inherited from KubeObject.getResourceVersion

    -

    Defined in src/renderer/api/kube-object.ts:88

    +

    Defined in src/renderer/api/kube-object.ts:88

    Returns: string


    getSearchFields#

    getSearchFields(): string[]

    Inherited from KubeObject.getSearchFields

    -

    Defined in src/renderer/api/kube-object.ts:137

    +

    Defined in src/renderer/api/kube-object.ts:137

    Returns: string[]


    getTypes#

    getTypes(): string[]

    -

    Defined in src/renderer/api/endpoints/network-policy.api.ts:63

    +

    Defined in src/renderer/api/endpoints/network-policy.api.ts:63

    Returns: string[]


    toPlainObject#

    toPlainObject(): object

    Inherited from KubeObject.toPlainObject

    -

    Defined in src/renderer/api/kube-object.ts:148

    +

    Defined in src/renderer/api/kube-object.ts:148

    Returns: object


    update#

    updateT›(data: Partial‹T›): Promise‹T›

    Inherited from KubeObject.update

    -

    Defined in src/renderer/api/kube-object.ts:153

    +

    Defined in src/renderer/api/kube-object.ts:153

    Type parameters:

    T: KubeObject

    Parameters:

    @@ -1403,7 +1403,7 @@

    Static create#

    create(data: any): KubeObject‹›

    Inherited from KubeObject.create

    -

    Defined in src/renderer/api/kube-object.ts:50

    +

    Defined in src/renderer/api/kube-object.ts:50

    Parameters:

    @@ -1424,7 +1424,7 @@

    Static isJsonApiData#

    isJsonApiData(object: any): object is KubeJsonApiData

    Inherited from KubeObject.isJsonApiData

    -

    Defined in src/renderer/api/kube-object.ts:58

    +

    Defined in src/renderer/api/kube-object.ts:58

    Parameters:

    @@ -1445,7 +1445,7 @@

    Static isJsonApiDataList#

    isJsonApiDataList(object: any): object is KubeJsonApiDataList

    Inherited from KubeObject.isJsonApiDataList

    -

    Defined in src/renderer/api/kube-object.ts:62

    +

    Defined in src/renderer/api/kube-object.ts:62

    Parameters:

    @@ -1466,7 +1466,7 @@

    Static isNonSystem#

    isNonSystem(item: KubeJsonApiData | KubeObject): boolean

    Inherited from KubeObject.isNonSystem

    -

    Defined in src/renderer/api/kube-object.ts:54

    +

    Defined in src/renderer/api/kube-object.ts:54

    Parameters:

    @@ -1487,7 +1487,7 @@

    Static stringifyLabels#

    stringifyLabels(labels: object): string[]

    Inherited from KubeObject.stringifyLabels

    -

    Defined in src/renderer/api/kube-object.ts:66

    +

    Defined in src/renderer/api/kube-object.ts:66

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.node/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.node/index.html index 10d870db6d..3cc75721c9 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.node/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.node/index.html @@ -1225,7 +1225,7 @@

    constructor#

    + new Node(data: KubeJsonApiData): Node

    Inherited from KubeObject.constructor

    -

    Defined in src/renderer/api/kube-object.ts:69

    +

    Defined in src/renderer/api/kube-object.ts:69

    Parameters:

    @@ -1246,21 +1246,21 @@

    apiVersion#

    apiVersion: string

    Inherited from KubeObject.apiVersion

    -

    Defined in src/renderer/api/kube-object.ts:75

    +

    Defined in src/renderer/api/kube-object.ts:75


    kind#

    kind: string

    Inherited from KubeObject.kind

    -

    Defined in src/renderer/api/kube-object.ts:76

    +

    Defined in src/renderer/api/kube-object.ts:76


    metadata#

    metadata: IKubeObjectMetadata

    Inherited from KubeObject.metadata

    -

    Defined in src/renderer/api/kube-object.ts:77

    +

    Defined in src/renderer/api/kube-object.ts:77


    spec#

    spec: object

    -

    Defined in src/renderer/api/endpoints/nodes.api.ts:37

    +

    Defined in src/renderer/api/endpoints/nodes.api.ts:37

    Type declaration:

    @@ -1394,13 +1394,13 @@

    getActiveConditions#

    getActiveConditions(): object[]

    -

    Defined in src/renderer/api/endpoints/nodes.api.ts:131

    +

    Defined in src/renderer/api/endpoints/nodes.api.ts:131

    Returns: object[]


    getAge#

    getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

    Inherited from KubeObject.getAge

    -

    Defined in src/renderer/api/kube-object.ts:102

    +

    Defined in src/renderer/api/kube-object.ts:102

    Parameters:

    @@ -1433,7 +1433,7 @@

    getAnnotations#

    getAnnotations(filter: boolean): string[]

    Inherited from KubeObject.getAnnotations

    -

    Defined in src/renderer/api/kube-object.ts:121

    +

    Defined in src/renderer/api/kube-object.ts:121

    Parameters:

    @@ -1455,112 +1455,112 @@

    getConditions#

    getConditions(): object[]

    -

    Defined in src/renderer/api/endpoints/nodes.api.ts:123

    +

    Defined in src/renderer/api/endpoints/nodes.api.ts:123

    Returns: object[]


    getCpuCapacity#

    getCpuCapacity(): number

    -

    Defined in src/renderer/api/endpoints/nodes.api.ts:113

    +

    Defined in src/renderer/api/endpoints/nodes.api.ts:113

    Returns: number


    getFinalizers#

    getFinalizers(): string[]

    Inherited from KubeObject.getFinalizers

    -

    Defined in src/renderer/api/kube-object.ts:113

    +

    Defined in src/renderer/api/kube-object.ts:113

    Returns: string[]


    getId#

    getId(): string

    Inherited from KubeObject.getId

    -

    Defined in src/renderer/api/kube-object.ts:84

    +

    Defined in src/renderer/api/kube-object.ts:84

    Returns: string


    getKubeletVersion#

    getKubeletVersion(): string

    -

    Defined in src/renderer/api/endpoints/nodes.api.ts:142

    +

    Defined in src/renderer/api/endpoints/nodes.api.ts:142

    Returns: string


    getLabels#

    getLabels(): string[]

    Inherited from KubeObject.getLabels

    -

    Defined in src/renderer/api/kube-object.ts:117

    +

    Defined in src/renderer/api/kube-object.ts:117

    Returns: string[]


    getMemoryCapacity#

    getMemoryCapacity(): number

    -

    Defined in src/renderer/api/endpoints/nodes.api.ts:118

    +

    Defined in src/renderer/api/endpoints/nodes.api.ts:118

    Returns: number


    getName#

    getName(): string

    Inherited from KubeObject.getName

    -

    Defined in src/renderer/api/kube-object.ts:92

    +

    Defined in src/renderer/api/kube-object.ts:92

    Returns: string


    getNodeConditionText#

    getNodeConditionText(): string

    -

    Defined in src/renderer/api/endpoints/nodes.api.ts:88

    +

    Defined in src/renderer/api/endpoints/nodes.api.ts:88

    Returns: string


    getNs#

    getNs(): string

    Inherited from KubeObject.getNs

    -

    Defined in src/renderer/api/kube-object.ts:96

    +

    Defined in src/renderer/api/kube-object.ts:96

    Returns: string


    getOperatingSystem#

    getOperatingSystem(): string

    -

    Defined in src/renderer/api/endpoints/nodes.api.ts:146

    +

    Defined in src/renderer/api/endpoints/nodes.api.ts:146

    Returns: string


    getOwnerRefs#

    getOwnerRefs(): object[]

    Inherited from KubeObject.getOwnerRefs

    -

    Defined in src/renderer/api/kube-object.ts:129

    +

    Defined in src/renderer/api/kube-object.ts:129

    Returns: object[]


    getResourceVersion#

    getResourceVersion(): string

    Inherited from KubeObject.getResourceVersion

    -

    Defined in src/renderer/api/kube-object.ts:88

    +

    Defined in src/renderer/api/kube-object.ts:88

    Returns: string


    getRoleLabels#

    getRoleLabels(): string

    -

    Defined in src/renderer/api/endpoints/nodes.api.ts:101

    +

    Defined in src/renderer/api/endpoints/nodes.api.ts:101

    Returns: string


    getSearchFields#

    getSearchFields(): string[]

    Inherited from KubeObject.getSearchFields

    -

    Defined in src/renderer/api/kube-object.ts:137

    +

    Defined in src/renderer/api/kube-object.ts:137

    Returns: string[]


    getTaints#

    getTaints(): object[]

    -

    Defined in src/renderer/api/endpoints/nodes.api.ts:97

    +

    Defined in src/renderer/api/endpoints/nodes.api.ts:97

    Returns: object[]


    getWarningConditions#

    getWarningConditions(): object[]

    -

    Defined in src/renderer/api/endpoints/nodes.api.ts:135

    +

    Defined in src/renderer/api/endpoints/nodes.api.ts:135

    Returns: object[]


    isUnschedulable#

    isUnschedulable(): boolean

    -

    Defined in src/renderer/api/endpoints/nodes.api.ts:155

    +

    Defined in src/renderer/api/endpoints/nodes.api.ts:155

    Returns: boolean


    toPlainObject#

    toPlainObject(): object

    Inherited from KubeObject.toPlainObject

    -

    Defined in src/renderer/api/kube-object.ts:148

    +

    Defined in src/renderer/api/kube-object.ts:148

    Returns: object


    update#

    updateT›(data: Partial‹T›): Promise‹T›

    Inherited from KubeObject.update

    -

    Defined in src/renderer/api/kube-object.ts:153

    +

    Defined in src/renderer/api/kube-object.ts:153

    Type parameters:

    T: KubeObject

    Parameters:

    @@ -1583,7 +1583,7 @@

    Static create#

    create(data: any): KubeObject‹›

    Inherited from KubeObject.create

    -

    Defined in src/renderer/api/kube-object.ts:50

    +

    Defined in src/renderer/api/kube-object.ts:50

    Parameters:

    @@ -1604,7 +1604,7 @@

    Static isJsonApiData#

    isJsonApiData(object: any): object is KubeJsonApiData

    Inherited from KubeObject.isJsonApiData

    -

    Defined in src/renderer/api/kube-object.ts:58

    +

    Defined in src/renderer/api/kube-object.ts:58

    Parameters:

    @@ -1625,7 +1625,7 @@

    Static isJsonApiDataList#

    isJsonApiDataList(object: any): object is KubeJsonApiDataList

    Inherited from KubeObject.isJsonApiDataList

    -

    Defined in src/renderer/api/kube-object.ts:62

    +

    Defined in src/renderer/api/kube-object.ts:62

    Parameters:

    @@ -1646,7 +1646,7 @@

    Static isNonSystem#

    isNonSystem(item: KubeJsonApiData | KubeObject): boolean

    Inherited from KubeObject.isNonSystem

    -

    Defined in src/renderer/api/kube-object.ts:54

    +

    Defined in src/renderer/api/kube-object.ts:54

    Parameters:

    @@ -1667,7 +1667,7 @@

    Static stringifyLabels#

    stringifyLabels(labels: object): string[]

    Inherited from KubeObject.stringifyLabels

    -

    Defined in src/renderer/api/kube-object.ts:66

    +

    Defined in src/renderer/api/kube-object.ts:66

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.nodesapi/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.nodesapi/index.html index 09b675520b..88d18de322 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.nodesapi/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.nodesapi/index.html @@ -992,6 +992,13 @@ list + + +
  • + + Protected normalizeQuery + +
  • @@ -1092,6 +1099,7 @@
  • getUrl
  • getWatchUrl
  • list
  • +
  • normalizeQuery
  • parseResponse
  • refreshResourceVersion
  • setResourceVersion
  • @@ -1103,7 +1111,7 @@

    constructor#

    + new NodesApi(options: IKubeApiOptions‹Node›): NodesApi

    Inherited from KubeApi.constructor

    -

    Defined in src/renderer/api/kube-api.ts:67

    +

    Defined in src/renderer/api/kube-api.ts:69

    Parameters:

    @@ -1124,72 +1132,72 @@

    apiBase#

    apiBase: string

    Inherited from KubeApi.apiBase

    -

    Defined in src/renderer/api/kube-api.ts:57

    +

    Defined in src/renderer/api/kube-api.ts:59


    apiGroup#

    apiGroup: string

    Inherited from KubeApi.apiGroup

    -

    Defined in src/renderer/api/kube-api.ts:59

    +

    Defined in src/renderer/api/kube-api.ts:61


    apiPrefix#

    apiPrefix: string

    Inherited from KubeApi.apiPrefix

    -

    Defined in src/renderer/api/kube-api.ts:58

    +

    Defined in src/renderer/api/kube-api.ts:60


    apiResource#

    apiResource: string

    Inherited from KubeApi.apiResource

    -

    Defined in src/renderer/api/kube-api.ts:62

    +

    Defined in src/renderer/api/kube-api.ts:64


    apiVersion#

    apiVersion: string

    Inherited from KubeApi.apiVersion

    -

    Defined in src/renderer/api/kube-api.ts:60

    +

    Defined in src/renderer/api/kube-api.ts:62


    apiVersionWithGroup#

    apiVersionWithGroup: string

    Inherited from KubeApi.apiVersionWithGroup

    -

    Defined in src/renderer/api/kube-api.ts:61

    +

    Defined in src/renderer/api/kube-api.ts:63


    isNamespaced#

    isNamespaced: boolean

    Inherited from KubeApi.isNamespaced

    -

    Defined in src/renderer/api/kube-api.ts:63

    +

    Defined in src/renderer/api/kube-api.ts:65


    kind#

    kind: string

    Inherited from KubeApi.kind

    -

    Defined in src/renderer/api/kube-api.ts:56

    +

    Defined in src/renderer/api/kube-api.ts:58


    objectConstructor#

    objectConstructor: IKubeObjectConstructor‹Node

    Inherited from KubeApi.objectConstructor

    -

    Defined in src/renderer/api/kube-api.ts:65

    +

    Defined in src/renderer/api/kube-api.ts:67


    Protected options#

    options: IKubeApiOptions‹Node

    Inherited from KubeApi.options

    -

    Defined in src/renderer/api/kube-api.ts:69

    +

    Defined in src/renderer/api/kube-api.ts:71


    Protected request#

    request: KubeJsonApi

    Inherited from KubeApi.request

    -

    Defined in src/renderer/api/kube-api.ts:66

    +

    Defined in src/renderer/api/kube-api.ts:68


    Protected resourceVersions#

    resourceVersions: Map‹string, string› = new Map()

    Inherited from KubeApi.resourceVersions

    -

    Defined in src/renderer/api/kube-api.ts:67

    +

    Defined in src/renderer/api/kube-api.ts:69


    Static parseApi#

    parseApi: parseKubeApi = parseKubeApi

    Inherited from KubeApi.parseApi

    -

    Defined in src/renderer/api/kube-api.ts:49

    +

    Defined in src/renderer/api/kube-api.ts:51

    Methods#

    create#

    create(__namedParameters: object, data?: Partial‹Node›): Promise‹Node

    Inherited from KubeApi.create

    -

    Defined in src/renderer/api/kube-api.ts:158

    +

    Defined in src/renderer/api/kube-api.ts:170

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1219,7 +1227,7 @@

    delete#

    delete(__namedParameters: object): Promise‹KubeJsonApiData›

    Inherited from KubeApi.delete

    -

    Defined in src/renderer/api/kube-api.ts:182

    +

    Defined in src/renderer/api/kube-api.ts:194

    Parameters:

    __namedParameters: object

    @@ -1248,7 +1256,7 @@

    get#

    get(__namedParameters: object, query?: IKubeApiQueryParams): Promise‹Node

    Inherited from KubeApi.get

    -

    Defined in src/renderer/api/kube-api.ts:152

    +

    Defined in src/renderer/api/kube-api.ts:164

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1277,13 +1285,13 @@

    getMetrics#

    getMetrics(): Promise‹INodeMetrics›

    -

    Defined in src/renderer/api/endpoints/nodes.api.ts:7

    +

    Defined in src/renderer/api/endpoints/nodes.api.ts:7

    Returns: Promise‹INodeMetrics›


    getResourceVersion#

    getResourceVersion(namespace: string): string

    Inherited from KubeApi.getResourceVersion

    -

    Defined in src/renderer/api/kube-api.ts:100

    +

    Defined in src/renderer/api/kube-api.ts:102

    Parameters:

    @@ -1306,7 +1314,7 @@

    getUrl#

    getUrl(__namedParameters: object, query?: Partial‹IKubeApiQueryParams›): string

    Inherited from KubeApi.getUrl

    -

    Defined in src/renderer/api/kube-api.ts:108

    +

    Defined in src/renderer/api/kube-api.ts:110

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1336,7 +1344,7 @@

    getWatchUrl#

    getWatchUrl(namespace: string, query: IKubeApiQueryParams): string

    Inherited from KubeApi.getWatchUrl

    -

    Defined in src/renderer/api/kube-api.ts:187

    +

    Defined in src/renderer/api/kube-api.ts:199

    Parameters:

    @@ -1364,7 +1372,7 @@

    list#

    list(__namedParameters: object, query?: IKubeApiQueryParams): Promise‹Node[]›

    Inherited from KubeApi.list

    -

    Defined in src/renderer/api/kube-api.ts:146

    +

    Defined in src/renderer/api/kube-api.ts:158

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1386,10 +1394,33 @@

    Optional query: IKubeApiQueryParams

    Returns: Promise‹Node[]›


    +

    Protected normalizeQuery#

    +

    normalizeQuery(query: Partial‹IKubeApiQueryParams›): object

    +

    Inherited from KubeApi.normalizeQuery

    +

    Defined in src/renderer/api/kube-api.ts:122

    +

    Parameters:

    +
    + + + + + + + + + + + + + + +
    NameTypeDefault
    queryPartial‹IKubeApiQueryParams›{}
    +

    Returns: object

    +

    Protected parseResponse#

    parseResponse(data: KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace?: string): any

    Inherited from KubeApi.parseResponse

    -

    Defined in src/renderer/api/kube-api.ts:120

    +

    Defined in src/renderer/api/kube-api.ts:132

    Parameters:

    @@ -1414,7 +1445,7 @@

    refreshResourceVersion#

    refreshResourceVersion(params?: object): Promise‹T[]›

    Inherited from KubeApi.refreshResourceVersion

    -

    Defined in src/renderer/api/kube-api.ts:104

    +

    Defined in src/renderer/api/kube-api.ts:106

    Parameters:

    Optional params: object

    @@ -1436,7 +1467,7 @@

    setResourceVersion#

    setResourceVersion(namespace: string, newVersion: string): void

    Inherited from KubeApi.setResourceVersion

    -

    Defined in src/renderer/api/kube-api.ts:96

    +

    Defined in src/renderer/api/kube-api.ts:98

    Parameters:

    @@ -1464,7 +1495,7 @@

    update#

    update(__namedParameters: object, data?: Partial‹Node›): Promise‹Node

    Inherited from KubeApi.update

    -

    Defined in src/renderer/api/kube-api.ts:175

    +

    Defined in src/renderer/api/kube-api.ts:187

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1494,14 +1525,14 @@

    watch#

    watch(): function

    Inherited from KubeApi.watch

    -

    Defined in src/renderer/api/kube-api.ts:195

    +

    Defined in src/renderer/api/kube-api.ts:207

    Returns: function

    ▸ (): void


    Static watchAll#

    watchAll(...apis: KubeApi[]): (Anonymous function)

    Inherited from KubeApi.watchAll

    -

    Defined in src/renderer/api/kube-api.ts:51

    +

    Defined in src/renderer/api/kube-api.ts:53

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/index.html index ca0f485211..5d1c7ed60a 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/index.html @@ -1161,7 +1161,7 @@

    constructor#

    + new PersistentVolume(data: KubeJsonApiData): PersistentVolume

    Inherited from KubeObject.constructor

    -

    Defined in src/renderer/api/kube-object.ts:69

    +

    Defined in src/renderer/api/kube-object.ts:69

    Parameters:

    @@ -1182,21 +1182,21 @@

    apiVersion#

    apiVersion: string

    Inherited from KubeObject.apiVersion

    -

    Defined in src/renderer/api/kube-object.ts:75

    +

    Defined in src/renderer/api/kube-object.ts:75


    kind#

    kind: string

    Inherited from KubeObject.kind

    -

    Defined in src/renderer/api/kube-object.ts:76

    +

    Defined in src/renderer/api/kube-object.ts:76


    metadata#

    metadata: IKubeObjectMetadata

    Inherited from KubeObject.metadata

    -

    Defined in src/renderer/api/kube-object.ts:77

    +

    Defined in src/renderer/api/kube-object.ts:77


    spec#

    spec: object

    -

    Defined in src/renderer/api/endpoints/persistent-volume.api.ts:12

    +

    Defined in src/renderer/api/endpoints/persistent-volume.api.ts:12

    Type declaration:

    @@ -1330,7 +1330,7 @@

    getAge#

    getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

    Inherited from KubeObject.getAge

    -

    Defined in src/renderer/api/kube-object.ts:102

    +

    Defined in src/renderer/api/kube-object.ts:102

    Parameters:

    @@ -1363,7 +1363,7 @@

    getAnnotations#

    getAnnotations(filter: boolean): string[]

    Inherited from KubeObject.getAnnotations

    -

    Defined in src/renderer/api/kube-object.ts:121

    +

    Defined in src/renderer/api/kube-object.ts:121

    Parameters:

    @@ -1385,7 +1385,7 @@

    getCapacity#

    getCapacity(inBytes: boolean): string | number

    -

    Defined in src/renderer/api/endpoints/persistent-volume.api.ts:48

    +

    Defined in src/renderer/api/endpoints/persistent-volume.api.ts:48

    Parameters:

    @@ -1407,72 +1407,72 @@

    getClaimRefName#

    getClaimRefName(): string

    -

    Defined in src/renderer/api/endpoints/persistent-volume.api.ts:62

    +

    Defined in src/renderer/api/endpoints/persistent-volume.api.ts:62

    Returns: string


    getFinalizers#

    getFinalizers(): string[]

    Inherited from KubeObject.getFinalizers

    -

    Defined in src/renderer/api/kube-object.ts:113

    +

    Defined in src/renderer/api/kube-object.ts:113

    Returns: string[]


    getId#

    getId(): string

    Inherited from KubeObject.getId

    -

    Defined in src/renderer/api/kube-object.ts:84

    +

    Defined in src/renderer/api/kube-object.ts:84

    Returns: string


    getLabels#

    getLabels(): string[]

    Inherited from KubeObject.getLabels

    -

    Defined in src/renderer/api/kube-object.ts:117

    +

    Defined in src/renderer/api/kube-object.ts:117

    Returns: string[]


    getName#

    getName(): string

    Inherited from KubeObject.getName

    -

    Defined in src/renderer/api/kube-object.ts:92

    +

    Defined in src/renderer/api/kube-object.ts:92

    Returns: string


    getNs#

    getNs(): string

    Inherited from KubeObject.getNs

    -

    Defined in src/renderer/api/kube-object.ts:96

    +

    Defined in src/renderer/api/kube-object.ts:96

    Returns: string


    getOwnerRefs#

    getOwnerRefs(): object[]

    Inherited from KubeObject.getOwnerRefs

    -

    Defined in src/renderer/api/kube-object.ts:129

    +

    Defined in src/renderer/api/kube-object.ts:129

    Returns: object[]


    getResourceVersion#

    getResourceVersion(): string

    Inherited from KubeObject.getResourceVersion

    -

    Defined in src/renderer/api/kube-object.ts:88

    +

    Defined in src/renderer/api/kube-object.ts:88

    Returns: string


    getSearchFields#

    getSearchFields(): string[]

    Inherited from KubeObject.getSearchFields

    -

    Defined in src/renderer/api/kube-object.ts:137

    +

    Defined in src/renderer/api/kube-object.ts:137

    Returns: string[]


    getStatus#

    getStatus(): string

    -

    Defined in src/renderer/api/endpoints/persistent-volume.api.ts:57

    +

    Defined in src/renderer/api/endpoints/persistent-volume.api.ts:57

    Returns: string


    toPlainObject#

    toPlainObject(): object

    Inherited from KubeObject.toPlainObject

    -

    Defined in src/renderer/api/kube-object.ts:148

    +

    Defined in src/renderer/api/kube-object.ts:148

    Returns: object


    update#

    updateT›(data: Partial‹T›): Promise‹T›

    Inherited from KubeObject.update

    -

    Defined in src/renderer/api/kube-object.ts:153

    +

    Defined in src/renderer/api/kube-object.ts:153

    Type parameters:

    T: KubeObject

    Parameters:

    @@ -1495,7 +1495,7 @@

    Static create#

    create(data: any): KubeObject‹›

    Inherited from KubeObject.create

    -

    Defined in src/renderer/api/kube-object.ts:50

    +

    Defined in src/renderer/api/kube-object.ts:50

    Parameters:

    @@ -1516,7 +1516,7 @@

    Static isJsonApiData#

    isJsonApiData(object: any): object is KubeJsonApiData

    Inherited from KubeObject.isJsonApiData

    -

    Defined in src/renderer/api/kube-object.ts:58

    +

    Defined in src/renderer/api/kube-object.ts:58

    Parameters:

    @@ -1537,7 +1537,7 @@

    Static isJsonApiDataList#

    isJsonApiDataList(object: any): object is KubeJsonApiDataList

    Inherited from KubeObject.isJsonApiDataList

    -

    Defined in src/renderer/api/kube-object.ts:62

    +

    Defined in src/renderer/api/kube-object.ts:62

    Parameters:

    @@ -1558,7 +1558,7 @@

    Static isNonSystem#

    isNonSystem(item: KubeJsonApiData | KubeObject): boolean

    Inherited from KubeObject.isNonSystem

    -

    Defined in src/renderer/api/kube-object.ts:54

    +

    Defined in src/renderer/api/kube-object.ts:54

    Parameters:

    @@ -1579,7 +1579,7 @@

    Static stringifyLabels#

    stringifyLabels(labels: object): string[]

    Inherited from KubeObject.stringifyLabels

    -

    Defined in src/renderer/api/kube-object.ts:66

    +

    Defined in src/renderer/api/kube-object.ts:66

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/index.html index b38cbea47e..6642467c47 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/index.html @@ -1177,7 +1177,7 @@

    constructor#

    + new PersistentVolumeClaim(data: KubeJsonApiData): PersistentVolumeClaim

    Inherited from KubeObject.constructor

    -

    Defined in src/renderer/api/kube-object.ts:69

    +

    Defined in src/renderer/api/kube-object.ts:69

    Parameters:

    @@ -1198,21 +1198,21 @@

    apiVersion#

    apiVersion: string

    Inherited from KubeObject.apiVersion

    -

    Defined in src/renderer/api/kube-object.ts:75

    +

    Defined in src/renderer/api/kube-object.ts:75


    kind#

    kind: string

    Inherited from KubeObject.kind

    -

    Defined in src/renderer/api/kube-object.ts:76

    +

    Defined in src/renderer/api/kube-object.ts:76


    metadata#

    metadata: IKubeObjectMetadata

    Inherited from KubeObject.metadata

    -

    Defined in src/renderer/api/kube-object.ts:77

    +

    Defined in src/renderer/api/kube-object.ts:77


    spec#

    spec: object

    -

    Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:30

    +

    Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:30

    Type declaration:

    @@ -1297,7 +1297,7 @@

    getAge#

    getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

    Inherited from KubeObject.getAge

    -

    Defined in src/renderer/api/kube-object.ts:102

    +

    Defined in src/renderer/api/kube-object.ts:102

    Parameters:

    @@ -1330,7 +1330,7 @@

    getAnnotations#

    getAnnotations(filter: boolean): string[]

    Inherited from KubeObject.getAnnotations

    -

    Defined in src/renderer/api/kube-object.ts:121

    +

    Defined in src/renderer/api/kube-object.ts:121

    Parameters:

    @@ -1353,52 +1353,52 @@

    getFinalizers#

    getFinalizers(): string[]

    Inherited from KubeObject.getFinalizers

    -

    Defined in src/renderer/api/kube-object.ts:113

    +

    Defined in src/renderer/api/kube-object.ts:113

    Returns: string[]


    getId#

    getId(): string

    Inherited from KubeObject.getId

    -

    Defined in src/renderer/api/kube-object.ts:84

    +

    Defined in src/renderer/api/kube-object.ts:84

    Returns: string


    getLabels#

    getLabels(): string[]

    Inherited from KubeObject.getLabels

    -

    Defined in src/renderer/api/kube-object.ts:117

    +

    Defined in src/renderer/api/kube-object.ts:117

    Returns: string[]


    getMatchExpressions#

    getMatchExpressions(): object[]

    -

    Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:74

    +

    Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:74

    Returns: object[]


    getMatchLabels#

    getMatchLabels(): string[]

    -

    Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:68

    +

    Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:68

    Returns: string[]


    getName#

    getName(): string

    Inherited from KubeObject.getName

    -

    Defined in src/renderer/api/kube-object.ts:92

    +

    Defined in src/renderer/api/kube-object.ts:92

    Returns: string


    getNs#

    getNs(): string

    Inherited from KubeObject.getNs

    -

    Defined in src/renderer/api/kube-object.ts:96

    +

    Defined in src/renderer/api/kube-object.ts:96

    Returns: string


    getOwnerRefs#

    getOwnerRefs(): object[]

    Inherited from KubeObject.getOwnerRefs

    -

    Defined in src/renderer/api/kube-object.ts:129

    +

    Defined in src/renderer/api/kube-object.ts:129

    Returns: object[]


    getPods#

    getPods(allPods: Pod[]): Pod[]

    -

    Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:53

    +

    Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:53

    Parameters:

    @@ -1419,35 +1419,35 @@

    getResourceVersion#

    getResourceVersion(): string

    Inherited from KubeObject.getResourceVersion

    -

    Defined in src/renderer/api/kube-object.ts:88

    +

    Defined in src/renderer/api/kube-object.ts:88

    Returns: string


    getSearchFields#

    getSearchFields(): string[]

    Inherited from KubeObject.getSearchFields

    -

    Defined in src/renderer/api/kube-object.ts:137

    +

    Defined in src/renderer/api/kube-object.ts:137

    Returns: string[]


    getStatus#

    getStatus(): string

    -

    Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:79

    +

    Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:79

    Returns: string


    getStorage#

    getStorage(): string

    -

    Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:63

    +

    Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:63

    Returns: string


    toPlainObject#

    toPlainObject(): object

    Inherited from KubeObject.toPlainObject

    -

    Defined in src/renderer/api/kube-object.ts:148

    +

    Defined in src/renderer/api/kube-object.ts:148

    Returns: object


    update#

    updateT›(data: Partial‹T›): Promise‹T›

    Inherited from KubeObject.update

    -

    Defined in src/renderer/api/kube-object.ts:153

    +

    Defined in src/renderer/api/kube-object.ts:153

    Type parameters:

    T: KubeObject

    Parameters:

    @@ -1470,7 +1470,7 @@

    Static create#

    create(data: any): KubeObject‹›

    Inherited from KubeObject.create

    -

    Defined in src/renderer/api/kube-object.ts:50

    +

    Defined in src/renderer/api/kube-object.ts:50

    Parameters:

    @@ -1491,7 +1491,7 @@

    Static isJsonApiData#

    isJsonApiData(object: any): object is KubeJsonApiData

    Inherited from KubeObject.isJsonApiData

    -

    Defined in src/renderer/api/kube-object.ts:58

    +

    Defined in src/renderer/api/kube-object.ts:58

    Parameters:

    @@ -1512,7 +1512,7 @@

    Static isJsonApiDataList#

    isJsonApiDataList(object: any): object is KubeJsonApiDataList

    Inherited from KubeObject.isJsonApiDataList

    -

    Defined in src/renderer/api/kube-object.ts:62

    +

    Defined in src/renderer/api/kube-object.ts:62

    Parameters:

    @@ -1533,7 +1533,7 @@

    Static isNonSystem#

    isNonSystem(item: KubeJsonApiData | KubeObject): boolean

    Inherited from KubeObject.isNonSystem

    -

    Defined in src/renderer/api/kube-object.ts:54

    +

    Defined in src/renderer/api/kube-object.ts:54

    Parameters:

    @@ -1554,7 +1554,7 @@

    Static stringifyLabels#

    stringifyLabels(labels: object): string[]

    Inherited from KubeObject.stringifyLabels

    -

    Defined in src/renderer/api/kube-object.ts:66

    +

    Defined in src/renderer/api/kube-object.ts:66

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/index.html index 3ba46b19f1..cc54f7c242 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/index.html @@ -992,6 +992,13 @@ list + + +
  • + + Protected normalizeQuery + +
  • @@ -1092,6 +1099,7 @@
  • getUrl
  • getWatchUrl
  • list
  • +
  • normalizeQuery
  • parseResponse
  • refreshResourceVersion
  • setResourceVersion
  • @@ -1103,7 +1111,7 @@

    constructor#

    + new PersistentVolumeClaimsApi(options: IKubeApiOptions‹PersistentVolumeClaim›): PersistentVolumeClaimsApi

    Inherited from KubeApi.constructor

    -

    Defined in src/renderer/api/kube-api.ts:67

    +

    Defined in src/renderer/api/kube-api.ts:69

    Parameters:

    @@ -1124,72 +1132,72 @@

    apiBase#

    apiBase: string

    Inherited from KubeApi.apiBase

    -

    Defined in src/renderer/api/kube-api.ts:57

    +

    Defined in src/renderer/api/kube-api.ts:59


    apiGroup#

    apiGroup: string

    Inherited from KubeApi.apiGroup

    -

    Defined in src/renderer/api/kube-api.ts:59

    +

    Defined in src/renderer/api/kube-api.ts:61


    apiPrefix#

    apiPrefix: string

    Inherited from KubeApi.apiPrefix

    -

    Defined in src/renderer/api/kube-api.ts:58

    +

    Defined in src/renderer/api/kube-api.ts:60


    apiResource#

    apiResource: string

    Inherited from KubeApi.apiResource

    -

    Defined in src/renderer/api/kube-api.ts:62

    +

    Defined in src/renderer/api/kube-api.ts:64


    apiVersion#

    apiVersion: string

    Inherited from KubeApi.apiVersion

    -

    Defined in src/renderer/api/kube-api.ts:60

    +

    Defined in src/renderer/api/kube-api.ts:62


    apiVersionWithGroup#

    apiVersionWithGroup: string

    Inherited from KubeApi.apiVersionWithGroup

    -

    Defined in src/renderer/api/kube-api.ts:61

    +

    Defined in src/renderer/api/kube-api.ts:63


    isNamespaced#

    isNamespaced: boolean

    Inherited from KubeApi.isNamespaced

    -

    Defined in src/renderer/api/kube-api.ts:63

    +

    Defined in src/renderer/api/kube-api.ts:65


    kind#

    kind: string

    Inherited from KubeApi.kind

    -

    Defined in src/renderer/api/kube-api.ts:56

    +

    Defined in src/renderer/api/kube-api.ts:58


    objectConstructor#

    objectConstructor: IKubeObjectConstructor‹PersistentVolumeClaim

    Inherited from KubeApi.objectConstructor

    -

    Defined in src/renderer/api/kube-api.ts:65

    +

    Defined in src/renderer/api/kube-api.ts:67


    Protected options#

    options: IKubeApiOptions‹PersistentVolumeClaim

    Inherited from KubeApi.options

    -

    Defined in src/renderer/api/kube-api.ts:69

    +

    Defined in src/renderer/api/kube-api.ts:71


    Protected request#

    request: KubeJsonApi

    Inherited from KubeApi.request

    -

    Defined in src/renderer/api/kube-api.ts:66

    +

    Defined in src/renderer/api/kube-api.ts:68


    Protected resourceVersions#

    resourceVersions: Map‹string, string› = new Map()

    Inherited from KubeApi.resourceVersions

    -

    Defined in src/renderer/api/kube-api.ts:67

    +

    Defined in src/renderer/api/kube-api.ts:69


    Static parseApi#

    parseApi: parseKubeApi = parseKubeApi

    Inherited from KubeApi.parseApi

    -

    Defined in src/renderer/api/kube-api.ts:49

    +

    Defined in src/renderer/api/kube-api.ts:51

    Methods#

    create#

    create(__namedParameters: object, data?: Partial‹PersistentVolumeClaim›): Promise‹PersistentVolumeClaim

    Inherited from KubeApi.create

    -

    Defined in src/renderer/api/kube-api.ts:158

    +

    Defined in src/renderer/api/kube-api.ts:170

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1219,7 +1227,7 @@

    delete#

    delete(__namedParameters: object): Promise‹KubeJsonApiData›

    Inherited from KubeApi.delete

    -

    Defined in src/renderer/api/kube-api.ts:182

    +

    Defined in src/renderer/api/kube-api.ts:194

    Parameters:

    __namedParameters: object

    @@ -1248,7 +1256,7 @@

    get#

    get(__namedParameters: object, query?: IKubeApiQueryParams): Promise‹PersistentVolumeClaim

    Inherited from KubeApi.get

    -

    Defined in src/renderer/api/kube-api.ts:152

    +

    Defined in src/renderer/api/kube-api.ts:164

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1277,7 +1285,7 @@

    getMetrics#

    getMetrics(pvcName: string, namespace: string): Promise‹IPvcMetrics›

    -

    Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:8

    +

    Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:8

    Parameters:

    @@ -1302,7 +1310,7 @@

    getResourceVersion#

    getResourceVersion(namespace: string): string

    Inherited from KubeApi.getResourceVersion

    -

    Defined in src/renderer/api/kube-api.ts:100

    +

    Defined in src/renderer/api/kube-api.ts:102

    Parameters:

    @@ -1325,7 +1333,7 @@

    getUrl#

    getUrl(__namedParameters: object, query?: Partial‹IKubeApiQueryParams›): string

    Inherited from KubeApi.getUrl

    -

    Defined in src/renderer/api/kube-api.ts:108

    +

    Defined in src/renderer/api/kube-api.ts:110

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1355,7 +1363,7 @@

    getWatchUrl#

    getWatchUrl(namespace: string, query: IKubeApiQueryParams): string

    Inherited from KubeApi.getWatchUrl

    -

    Defined in src/renderer/api/kube-api.ts:187

    +

    Defined in src/renderer/api/kube-api.ts:199

    Parameters:

    @@ -1383,7 +1391,7 @@

    list#

    list(__namedParameters: object, query?: IKubeApiQueryParams): Promise‹PersistentVolumeClaim[]›

    Inherited from KubeApi.list

    -

    Defined in src/renderer/api/kube-api.ts:146

    +

    Defined in src/renderer/api/kube-api.ts:158

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1405,10 +1413,33 @@

    Optional query: IKubeApiQueryParams

    Returns: Promise‹PersistentVolumeClaim[]›


    +

    Protected normalizeQuery#

    +

    normalizeQuery(query: Partial‹IKubeApiQueryParams›): object

    +

    Inherited from KubeApi.normalizeQuery

    +

    Defined in src/renderer/api/kube-api.ts:122

    +

    Parameters:

    +
    + + + + + + + + + + + + + + +
    NameTypeDefault
    queryPartial‹IKubeApiQueryParams›{}
    +

    Returns: object

    +

    Protected parseResponse#

    parseResponse(data: KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace?: string): any

    Inherited from KubeApi.parseResponse

    -

    Defined in src/renderer/api/kube-api.ts:120

    +

    Defined in src/renderer/api/kube-api.ts:132

    Parameters:

    @@ -1433,7 +1464,7 @@

    refreshResourceVersion#

    refreshResourceVersion(params?: object): Promise‹T[]›

    Inherited from KubeApi.refreshResourceVersion

    -

    Defined in src/renderer/api/kube-api.ts:104

    +

    Defined in src/renderer/api/kube-api.ts:106

    Parameters:

    Optional params: object

    @@ -1455,7 +1486,7 @@

    setResourceVersion#

    setResourceVersion(namespace: string, newVersion: string): void

    Inherited from KubeApi.setResourceVersion

    -

    Defined in src/renderer/api/kube-api.ts:96

    +

    Defined in src/renderer/api/kube-api.ts:98

    Parameters:

    @@ -1483,7 +1514,7 @@

    update#

    update(__namedParameters: object, data?: Partial‹PersistentVolumeClaim›): Promise‹PersistentVolumeClaim

    Inherited from KubeApi.update

    -

    Defined in src/renderer/api/kube-api.ts:175

    +

    Defined in src/renderer/api/kube-api.ts:187

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1513,14 +1544,14 @@

    watch#

    watch(): function

    Inherited from KubeApi.watch

    -

    Defined in src/renderer/api/kube-api.ts:195

    +

    Defined in src/renderer/api/kube-api.ts:207

    Returns: function

    ▸ (): void


    Static watchAll#

    watchAll(...apis: KubeApi[]): (Anonymous function)

    Inherited from KubeApi.watchAll

    -

    Defined in src/renderer/api/kube-api.ts:51

    +

    Defined in src/renderer/api/kube-api.ts:53

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.pod/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.pod/index.html index 8818f9e192..2458f344af 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.pod/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.pod/index.html @@ -1353,7 +1353,7 @@

    constructor#

    + new Pod(data: KubeJsonApiData): Pod

    Inherited from KubeObject.constructor

    -

    Defined in src/renderer/api/kube-object.ts:69

    +

    Defined in src/renderer/api/kube-object.ts:69

    Parameters:

    @@ -1374,22 +1374,22 @@

    apiVersion#

    apiVersion: string

    Inherited from KubeObject.apiVersion

    -

    Defined in src/renderer/api/kube-object.ts:75

    +

    Defined in src/renderer/api/kube-object.ts:75


    kind#

    kind: string

    Inherited from KubeObject.kind

    -

    Defined in src/renderer/api/kube-object.ts:76

    +

    Defined in src/renderer/api/kube-object.ts:76


    metadata#

    metadata: IKubeObjectMetadata

    Inherited from KubeObject.metadata

    -

    Defined in src/renderer/api/kube-object.ts:77

    +

    Defined in src/renderer/api/kube-object.ts:77


    spec#

    spec: object

    Overrides void

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:178

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:178

    Type declaration:

    @@ -1521,19 +1521,19 @@

    getAffinity#

    getAffinity(): IAffinity

    Overrides Deployment.getAffinity

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:360

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:360

    Returns: IAffinity


    getAffinityNumber#

    getAffinityNumber(): number

    Inherited from Pod.getAffinityNumber

    -

    Defined in src/renderer/api/workload-kube-object.ts:75

    +

    Defined in src/renderer/api/workload-kube-object.ts:75

    Returns: number


    getAge#

    getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

    Inherited from KubeObject.getAge

    -

    Defined in src/renderer/api/kube-object.ts:102

    +

    Defined in src/renderer/api/kube-object.ts:102

    Parameters:

    @@ -1565,13 +1565,13 @@

    getAllContainers#

    getAllContainers(): IPodContainer[]

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:244

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:244

    Returns: IPodContainer[]


    getAnnotations#

    getAnnotations(filter: boolean): string[]

    Inherited from KubeObject.getAnnotations

    -

    Defined in src/renderer/api/kube-object.ts:121

    +

    Defined in src/renderer/api/kube-object.ts:121

    Parameters:

    @@ -1593,12 +1593,12 @@

    getConditions#

    getConditions(): object[]

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:336

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:336

    Returns: object[]


    getContainerStatuses#

    getContainerStatuses(includeInitContainers: boolean): IPodContainerStatus[]

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:256

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:256

    Parameters:

    @@ -1620,35 +1620,35 @@

    getContainers#

    getContainers(): IPodContainer[]

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:240

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:240

    Returns: IPodContainer[]


    getFinalizers#

    getFinalizers(): string[]

    Inherited from KubeObject.getFinalizers

    -

    Defined in src/renderer/api/kube-object.ts:113

    +

    Defined in src/renderer/api/kube-object.ts:113

    Returns: string[]


    getId#

    getId(): string

    Inherited from KubeObject.getId

    -

    Defined in src/renderer/api/kube-object.ts:84

    +

    Defined in src/renderer/api/kube-object.ts:84

    Returns: string


    getInitContainers#

    getInitContainers(): IPodContainer[]

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:236

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:236

    Returns: IPodContainer[]


    getLabels#

    getLabels(): string[]

    Inherited from KubeObject.getLabels

    -

    Defined in src/renderer/api/kube-object.ts:117

    +

    Defined in src/renderer/api/kube-object.ts:117

    Returns: string[]


    getLivenessProbe#

    getLivenessProbe(container: IPodContainer): string[]

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:379

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:379

    Parameters:

    @@ -1669,40 +1669,40 @@

    getName#

    getName(): string

    Inherited from KubeObject.getName

    -

    Defined in src/renderer/api/kube-object.ts:92

    +

    Defined in src/renderer/api/kube-object.ts:92

    Returns: string


    getNodeName#

    getNodeName(): string

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:420

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:420

    Returns: string


    getNodeSelectors#

    getNodeSelectors(): string[]

    Overrides Deployment.getNodeSelectors

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:350

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:350

    Returns: string[]


    getNs#

    getNs(): string

    Inherited from KubeObject.getNs

    -

    Defined in src/renderer/api/kube-object.ts:96

    +

    Defined in src/renderer/api/kube-object.ts:96

    Returns: string


    getOwnerRefs#

    getOwnerRefs(): object[]

    Inherited from KubeObject.getOwnerRefs

    -

    Defined in src/renderer/api/kube-object.ts:129

    +

    Defined in src/renderer/api/kube-object.ts:129

    Returns: object[]


    getPriorityClassName#

    getPriorityClassName(): string

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:282

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:282

    Returns: string


    getProbe#

    getProbe(probeData: IContainerProbe): string[]

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:387

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:387

    Parameters:

    @@ -1722,12 +1722,12 @@

    getQosClass#

    getQosClass(): string

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:274

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:274

    Returns: string


    getReadinessProbe#

    getReadinessProbe(container: IPodContainer): string[]

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:383

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:383

    Parameters:

    @@ -1747,94 +1747,94 @@

    getReason#

    getReason(): string

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:278

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:278

    Returns: string


    getResourceVersion#

    getResourceVersion(): string

    Inherited from KubeObject.getResourceVersion

    -

    Defined in src/renderer/api/kube-object.ts:88

    +

    Defined in src/renderer/api/kube-object.ts:88

    Returns: string


    getRestartsCount#

    getRestartsCount(): number

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:268

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:268

    Returns: number


    getRunningContainers#

    getRunningContainers(): IPodContainer[]

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:248

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:248

    Returns: IPodContainer[]


    getSearchFields#

    getSearchFields(): string[]

    Inherited from KubeObject.getSearchFields

    -

    Defined in src/renderer/api/kube-object.ts:137

    +

    Defined in src/renderer/api/kube-object.ts:137

    Returns: string[]


    getSecrets#

    getSecrets(): string[]

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:344

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:344

    Returns: string[]


    getSelectedNodeOs#

    getSelectedNodeOs(): string

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:424

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:424

    Returns: string


    getSelectors#

    getSelectors(): string[]

    Inherited from Pod.getSelectors

    -

    Defined in src/renderer/api/workload-kube-object.ts:52

    +

    Defined in src/renderer/api/workload-kube-object.ts:52

    Returns: string[]


    getStatus#

    getStatus(): FAILED | PENDING | RUNNING | SUCCEEDED | EVICTED

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:287

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:287

    Returns: FAILED | PENDING | RUNNING | SUCCEEDED | EVICTED


    getStatusMessage#

    getStatusMessage(): string

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:309

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:309

    Returns: string


    getStatusPhase#

    getStatusPhase(): string

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:332

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:332

    Returns: string


    getTemplateLabels#

    getTemplateLabels(): string[]

    Inherited from Pod.getTemplateLabels

    -

    Defined in src/renderer/api/workload-kube-object.ts:62

    +

    Defined in src/renderer/api/workload-kube-object.ts:62

    Returns: string[]


    getTolerations#

    getTolerations(): object[]

    Overrides Deployment.getTolerations

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:356

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:356

    Returns: object[]


    getVolumes#

    getVolumes(): object[]

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:340

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:340

    Returns: object[]


    hasIssues#

    hasIssues(): boolean

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:364

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:364

    Returns: boolean


    toPlainObject#

    toPlainObject(): object

    Inherited from KubeObject.toPlainObject

    -

    Defined in src/renderer/api/kube-object.ts:148

    +

    Defined in src/renderer/api/kube-object.ts:148

    Returns: object


    update#

    updateT›(data: Partial‹T›): Promise‹T›

    Inherited from KubeObject.update

    -

    Defined in src/renderer/api/kube-object.ts:153

    +

    Defined in src/renderer/api/kube-object.ts:153

    Type parameters:

    T: KubeObject

    Parameters:

    @@ -1857,7 +1857,7 @@

    Static create#

    create(data: any): KubeObject‹›

    Inherited from KubeObject.create

    -

    Defined in src/renderer/api/kube-object.ts:50

    +

    Defined in src/renderer/api/kube-object.ts:50

    Parameters:

    @@ -1878,7 +1878,7 @@

    Static isJsonApiData#

    isJsonApiData(object: any): object is KubeJsonApiData

    Inherited from KubeObject.isJsonApiData

    -

    Defined in src/renderer/api/kube-object.ts:58

    +

    Defined in src/renderer/api/kube-object.ts:58

    Parameters:

    @@ -1899,7 +1899,7 @@

    Static isJsonApiDataList#

    isJsonApiDataList(object: any): object is KubeJsonApiDataList

    Inherited from KubeObject.isJsonApiDataList

    -

    Defined in src/renderer/api/kube-object.ts:62

    +

    Defined in src/renderer/api/kube-object.ts:62

    Parameters:

    @@ -1920,7 +1920,7 @@

    Static isNonSystem#

    isNonSystem(item: KubeJsonApiData | KubeObject): boolean

    Inherited from KubeObject.isNonSystem

    -

    Defined in src/renderer/api/kube-object.ts:54

    +

    Defined in src/renderer/api/kube-object.ts:54

    Parameters:

    @@ -1941,7 +1941,7 @@

    Static stringifyLabels#

    stringifyLabels(labels: object): string[]

    Inherited from KubeObject.stringifyLabels

    -

    Defined in src/renderer/api/kube-object.ts:66

    +

    Defined in src/renderer/api/kube-object.ts:66

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/index.html index a0d79ea193..b3c4dfac7b 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/index.html @@ -1177,7 +1177,7 @@

    constructor#

    + new PodDisruptionBudget(data: KubeJsonApiData): PodDisruptionBudget

    Inherited from KubeObject.constructor

    -

    Defined in src/renderer/api/kube-object.ts:69

    +

    Defined in src/renderer/api/kube-object.ts:69

    Parameters:

    @@ -1198,21 +1198,21 @@

    apiVersion#

    apiVersion: string

    Inherited from KubeObject.apiVersion

    -

    Defined in src/renderer/api/kube-object.ts:75

    +

    Defined in src/renderer/api/kube-object.ts:75


    kind#

    kind: string

    Inherited from KubeObject.kind

    -

    Defined in src/renderer/api/kube-object.ts:76

    +

    Defined in src/renderer/api/kube-object.ts:76


    metadata#

    metadata: IKubeObjectMetadata

    Inherited from KubeObject.metadata

    -

    Defined in src/renderer/api/kube-object.ts:77

    +

    Defined in src/renderer/api/kube-object.ts:77


    spec#

    spec: object

    -

    Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:11

    +

    Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:11

    Type declaration:

    @@ -1293,7 +1293,7 @@

    getAge#

    getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

    Inherited from KubeObject.getAge

    -

    Defined in src/renderer/api/kube-object.ts:102

    +

    Defined in src/renderer/api/kube-object.ts:102

    Parameters:

    @@ -1326,7 +1326,7 @@

    getAnnotations#

    getAnnotations(filter: boolean): string[]

    Inherited from KubeObject.getAnnotations

    -

    Defined in src/renderer/api/kube-object.ts:121

    +

    Defined in src/renderer/api/kube-object.ts:121

    Parameters:

    @@ -1348,87 +1348,87 @@

    getCurrentHealthy#

    getCurrentHealthy(): number

    -

    Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:36

    +

    Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:36

    Returns: number


    getDesiredHealthy#

    getDesiredHealthy(): number

    -

    Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:40

    +

    Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:40

    Returns: number


    getFinalizers#

    getFinalizers(): string[]

    Inherited from KubeObject.getFinalizers

    -

    Defined in src/renderer/api/kube-object.ts:113

    +

    Defined in src/renderer/api/kube-object.ts:113

    Returns: string[]


    getId#

    getId(): string

    Inherited from KubeObject.getId

    -

    Defined in src/renderer/api/kube-object.ts:84

    +

    Defined in src/renderer/api/kube-object.ts:84

    Returns: string


    getLabels#

    getLabels(): string[]

    Inherited from KubeObject.getLabels

    -

    Defined in src/renderer/api/kube-object.ts:117

    +

    Defined in src/renderer/api/kube-object.ts:117

    Returns: string[]


    getMaxUnavailable#

    getMaxUnavailable(): string

    -

    Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:32

    +

    Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:32

    Returns: string


    getMinAvailable#

    getMinAvailable(): string

    -

    Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:28

    +

    Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:28

    Returns: string


    getName#

    getName(): string

    Inherited from KubeObject.getName

    -

    Defined in src/renderer/api/kube-object.ts:92

    +

    Defined in src/renderer/api/kube-object.ts:92

    Returns: string


    getNs#

    getNs(): string

    Inherited from KubeObject.getNs

    -

    Defined in src/renderer/api/kube-object.ts:96

    +

    Defined in src/renderer/api/kube-object.ts:96

    Returns: string


    getOwnerRefs#

    getOwnerRefs(): object[]

    Inherited from KubeObject.getOwnerRefs

    -

    Defined in src/renderer/api/kube-object.ts:129

    +

    Defined in src/renderer/api/kube-object.ts:129

    Returns: object[]


    getResourceVersion#

    getResourceVersion(): string

    Inherited from KubeObject.getResourceVersion

    -

    Defined in src/renderer/api/kube-object.ts:88

    +

    Defined in src/renderer/api/kube-object.ts:88

    Returns: string


    getSearchFields#

    getSearchFields(): string[]

    Inherited from KubeObject.getSearchFields

    -

    Defined in src/renderer/api/kube-object.ts:137

    +

    Defined in src/renderer/api/kube-object.ts:137

    Returns: string[]


    getSelectors#

    getSelectors(): string[]

    -

    Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:23

    +

    Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:23

    Returns: string[]


    toPlainObject#

    toPlainObject(): object

    Inherited from KubeObject.toPlainObject

    -

    Defined in src/renderer/api/kube-object.ts:148

    +

    Defined in src/renderer/api/kube-object.ts:148

    Returns: object


    update#

    updateT›(data: Partial‹T›): Promise‹T›

    Inherited from KubeObject.update

    -

    Defined in src/renderer/api/kube-object.ts:153

    +

    Defined in src/renderer/api/kube-object.ts:153

    Type parameters:

    T: KubeObject

    Parameters:

    @@ -1451,7 +1451,7 @@

    Static create#

    create(data: any): KubeObject‹›

    Inherited from KubeObject.create

    -

    Defined in src/renderer/api/kube-object.ts:50

    +

    Defined in src/renderer/api/kube-object.ts:50

    Parameters:

    @@ -1472,7 +1472,7 @@

    Static isJsonApiData#

    isJsonApiData(object: any): object is KubeJsonApiData

    Inherited from KubeObject.isJsonApiData

    -

    Defined in src/renderer/api/kube-object.ts:58

    +

    Defined in src/renderer/api/kube-object.ts:58

    Parameters:

    @@ -1493,7 +1493,7 @@

    Static isJsonApiDataList#

    isJsonApiDataList(object: any): object is KubeJsonApiDataList

    Inherited from KubeObject.isJsonApiDataList

    -

    Defined in src/renderer/api/kube-object.ts:62

    +

    Defined in src/renderer/api/kube-object.ts:62

    Parameters:

    @@ -1514,7 +1514,7 @@

    Static isNonSystem#

    isNonSystem(item: KubeJsonApiData | KubeObject): boolean

    Inherited from KubeObject.isNonSystem

    -

    Defined in src/renderer/api/kube-object.ts:54

    +

    Defined in src/renderer/api/kube-object.ts:54

    Parameters:

    @@ -1535,7 +1535,7 @@

    Static stringifyLabels#

    stringifyLabels(labels: object): string[]

    Inherited from KubeObject.stringifyLabels

    -

    Defined in src/renderer/api/kube-object.ts:66

    +

    Defined in src/renderer/api/kube-object.ts:66

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.podsapi/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.podsapi/index.html index 6287a7afe6..d36de58f85 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.podsapi/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.podsapi/index.html @@ -999,6 +999,13 @@ list + + +
  • + + Protected normalizeQuery + +
  • @@ -1100,6 +1107,7 @@
  • getUrl
  • getWatchUrl
  • list
  • +
  • normalizeQuery
  • parseResponse
  • refreshResourceVersion
  • setResourceVersion
  • @@ -1111,7 +1119,7 @@

    constructor#

    + new PodsApi(options: IKubeApiOptions‹Pod›): PodsApi

    Inherited from KubeApi.constructor

    -

    Defined in src/renderer/api/kube-api.ts:67

    +

    Defined in src/renderer/api/kube-api.ts:69

    Parameters:

    @@ -1132,72 +1140,72 @@

    apiBase#

    apiBase: string

    Inherited from KubeApi.apiBase

    -

    Defined in src/renderer/api/kube-api.ts:57

    +

    Defined in src/renderer/api/kube-api.ts:59


    apiGroup#

    apiGroup: string

    Inherited from KubeApi.apiGroup

    -

    Defined in src/renderer/api/kube-api.ts:59

    +

    Defined in src/renderer/api/kube-api.ts:61


    apiPrefix#

    apiPrefix: string

    Inherited from KubeApi.apiPrefix

    -

    Defined in src/renderer/api/kube-api.ts:58

    +

    Defined in src/renderer/api/kube-api.ts:60


    apiResource#

    apiResource: string

    Inherited from KubeApi.apiResource

    -

    Defined in src/renderer/api/kube-api.ts:62

    +

    Defined in src/renderer/api/kube-api.ts:64


    apiVersion#

    apiVersion: string

    Inherited from KubeApi.apiVersion

    -

    Defined in src/renderer/api/kube-api.ts:60

    +

    Defined in src/renderer/api/kube-api.ts:62


    apiVersionWithGroup#

    apiVersionWithGroup: string

    Inherited from KubeApi.apiVersionWithGroup

    -

    Defined in src/renderer/api/kube-api.ts:61

    +

    Defined in src/renderer/api/kube-api.ts:63


    isNamespaced#

    isNamespaced: boolean

    Inherited from KubeApi.isNamespaced

    -

    Defined in src/renderer/api/kube-api.ts:63

    +

    Defined in src/renderer/api/kube-api.ts:65


    kind#

    kind: string

    Inherited from KubeApi.kind

    -

    Defined in src/renderer/api/kube-api.ts:56

    +

    Defined in src/renderer/api/kube-api.ts:58


    objectConstructor#

    objectConstructor: IKubeObjectConstructor‹Pod

    Inherited from KubeApi.objectConstructor

    -

    Defined in src/renderer/api/kube-api.ts:65

    +

    Defined in src/renderer/api/kube-api.ts:67


    Protected options#

    options: IKubeApiOptions‹Pod

    Inherited from KubeApi.options

    -

    Defined in src/renderer/api/kube-api.ts:69

    +

    Defined in src/renderer/api/kube-api.ts:71


    Protected request#

    request: KubeJsonApi

    Inherited from KubeApi.request

    -

    Defined in src/renderer/api/kube-api.ts:66

    +

    Defined in src/renderer/api/kube-api.ts:68


    Protected resourceVersions#

    resourceVersions: Map‹string, string› = new Map()

    Inherited from KubeApi.resourceVersions

    -

    Defined in src/renderer/api/kube-api.ts:67

    +

    Defined in src/renderer/api/kube-api.ts:69


    Static parseApi#

    parseApi: parseKubeApi = parseKubeApi

    Inherited from KubeApi.parseApi

    -

    Defined in src/renderer/api/kube-api.ts:49

    +

    Defined in src/renderer/api/kube-api.ts:51

    Methods#

    create#

    create(__namedParameters: object, data?: Partial‹Pod›): Promise‹Pod

    Inherited from KubeApi.create

    -

    Defined in src/renderer/api/kube-api.ts:158

    +

    Defined in src/renderer/api/kube-api.ts:170

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1227,7 +1235,7 @@

    delete#

    delete(__namedParameters: object): Promise‹KubeJsonApiData›

    Inherited from KubeApi.delete

    -

    Defined in src/renderer/api/kube-api.ts:182

    +

    Defined in src/renderer/api/kube-api.ts:194

    Parameters:

    __namedParameters: object

    @@ -1256,7 +1264,7 @@

    get#

    get(__namedParameters: object, query?: IKubeApiQueryParams): Promise‹Pod

    Inherited from KubeApi.get

    -

    Defined in src/renderer/api/kube-api.ts:152

    +

    Defined in src/renderer/api/kube-api.ts:164

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1285,7 +1293,7 @@

    getLogs#

    getLogs(params: object, query?: IPodLogsQuery): Promise‹string›

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:7

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:7

    Parameters:

    params: object

    @@ -1311,7 +1319,7 @@

    getMetrics#

    getMetrics(pods: Pod[], namespace: string, selector: string): Promise‹IPodMetrics›

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:12

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:12

    Parameters:

    @@ -1344,7 +1352,7 @@

    getResourceVersion#

    getResourceVersion(namespace: string): string

    Inherited from KubeApi.getResourceVersion

    -

    Defined in src/renderer/api/kube-api.ts:100

    +

    Defined in src/renderer/api/kube-api.ts:102

    Parameters:

    @@ -1367,7 +1375,7 @@

    getUrl#

    getUrl(__namedParameters: object, query?: Partial‹IKubeApiQueryParams›): string

    Inherited from KubeApi.getUrl

    -

    Defined in src/renderer/api/kube-api.ts:108

    +

    Defined in src/renderer/api/kube-api.ts:110

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1397,7 +1405,7 @@

    getWatchUrl#

    getWatchUrl(namespace: string, query: IKubeApiQueryParams): string

    Inherited from KubeApi.getWatchUrl

    -

    Defined in src/renderer/api/kube-api.ts:187

    +

    Defined in src/renderer/api/kube-api.ts:199

    Parameters:

    @@ -1425,7 +1433,7 @@

    list#

    list(__namedParameters: object, query?: IKubeApiQueryParams): Promise‹Pod[]›

    Inherited from KubeApi.list

    -

    Defined in src/renderer/api/kube-api.ts:146

    +

    Defined in src/renderer/api/kube-api.ts:158

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1447,10 +1455,33 @@

    Optional query: IKubeApiQueryParams

    Returns: Promise‹Pod[]›


    +

    Protected normalizeQuery#

    +

    normalizeQuery(query: Partial‹IKubeApiQueryParams›): object

    +

    Inherited from KubeApi.normalizeQuery

    +

    Defined in src/renderer/api/kube-api.ts:122

    +

    Parameters:

    +
    + + + + + + + + + + + + + + +
    NameTypeDefault
    queryPartial‹IKubeApiQueryParams›{}
    +

    Returns: object

    +

    Protected parseResponse#

    parseResponse(data: KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace?: string): any

    Inherited from KubeApi.parseResponse

    -

    Defined in src/renderer/api/kube-api.ts:120

    +

    Defined in src/renderer/api/kube-api.ts:132

    Parameters:

    @@ -1475,7 +1506,7 @@

    refreshResourceVersion#

    refreshResourceVersion(params?: object): Promise‹T[]›

    Inherited from KubeApi.refreshResourceVersion

    -

    Defined in src/renderer/api/kube-api.ts:104

    +

    Defined in src/renderer/api/kube-api.ts:106

    Parameters:

    Optional params: object

    @@ -1497,7 +1528,7 @@

    setResourceVersion#

    setResourceVersion(namespace: string, newVersion: string): void

    Inherited from KubeApi.setResourceVersion

    -

    Defined in src/renderer/api/kube-api.ts:96

    +

    Defined in src/renderer/api/kube-api.ts:98

    Parameters:

    @@ -1525,7 +1556,7 @@

    update#

    update(__namedParameters: object, data?: Partial‹Pod›): Promise‹Pod

    Inherited from KubeApi.update

    -

    Defined in src/renderer/api/kube-api.ts:175

    +

    Defined in src/renderer/api/kube-api.ts:187

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1555,14 +1586,14 @@

    watch#

    watch(): function

    Inherited from KubeApi.watch

    -

    Defined in src/renderer/api/kube-api.ts:195

    +

    Defined in src/renderer/api/kube-api.ts:207

    Returns: function

    ▸ (): void


    Static watchAll#

    watchAll(...apis: KubeApi[]): (Anonymous function)

    Inherited from KubeApi.watchAll

    -

    Defined in src/renderer/api/kube-api.ts:51

    +

    Defined in src/renderer/api/kube-api.ts:53

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.replicaset/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.replicaset/index.html index 46007971c9..2fd388eb28 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.replicaset/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.replicaset/index.html @@ -1193,7 +1193,7 @@

    constructor#

    + new ReplicaSet(data: KubeJsonApiData): ReplicaSet

    Inherited from KubeObject.constructor

    -

    Defined in src/renderer/api/kube-object.ts:69

    +

    Defined in src/renderer/api/kube-object.ts:69

    Parameters:

    @@ -1214,22 +1214,22 @@

    apiVersion#

    apiVersion: string

    Inherited from KubeObject.apiVersion

    -

    Defined in src/renderer/api/kube-object.ts:75

    +

    Defined in src/renderer/api/kube-object.ts:75


    kind#

    kind: string

    Inherited from KubeObject.kind

    -

    Defined in src/renderer/api/kube-object.ts:76

    +

    Defined in src/renderer/api/kube-object.ts:76


    metadata#

    metadata: IKubeObjectMetadata

    Inherited from KubeObject.metadata

    -

    Defined in src/renderer/api/kube-object.ts:77

    +

    Defined in src/renderer/api/kube-object.ts:77


    spec#

    spec: object

    Overrides void

    -

    Defined in src/renderer/api/endpoints/replica-set.api.ts:13

    +

    Defined in src/renderer/api/endpoints/replica-set.api.ts:13

    Type declaration:

    @@ -1345,19 +1345,19 @@

    getAffinity#

    getAffinity(): IAffinity

    Inherited from Deployment.getAffinity

    -

    Defined in src/renderer/api/workload-kube-object.ts:71

    +

    Defined in src/renderer/api/workload-kube-object.ts:71

    Returns: IAffinity


    getAffinityNumber#

    getAffinityNumber(): number

    Inherited from Pod.getAffinityNumber

    -

    Defined in src/renderer/api/workload-kube-object.ts:75

    +

    Defined in src/renderer/api/workload-kube-object.ts:75

    Returns: number


    getAge#

    getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

    Inherited from KubeObject.getAge

    -

    Defined in src/renderer/api/kube-object.ts:102

    +

    Defined in src/renderer/api/kube-object.ts:102

    Parameters:

    @@ -1390,7 +1390,7 @@

    getAnnotations#

    getAnnotations(filter: boolean): string[]

    Inherited from KubeObject.getAnnotations

    -

    Defined in src/renderer/api/kube-object.ts:121

    +

    Defined in src/renderer/api/kube-object.ts:121

    Parameters:

    @@ -1413,90 +1413,90 @@

    getFinalizers#

    getFinalizers(): string[]

    Inherited from KubeObject.getFinalizers

    -

    Defined in src/renderer/api/kube-object.ts:113

    +

    Defined in src/renderer/api/kube-object.ts:113

    Returns: string[]


    getId#

    getId(): string

    Inherited from KubeObject.getId

    -

    Defined in src/renderer/api/kube-object.ts:84

    +

    Defined in src/renderer/api/kube-object.ts:84

    Returns: string


    getImages#

    getImages(): string[]

    -

    Defined in src/renderer/api/endpoints/replica-set.api.ts:49

    +

    Defined in src/renderer/api/endpoints/replica-set.api.ts:49

    Returns: string[]


    getLabels#

    getLabels(): string[]

    Inherited from KubeObject.getLabels

    -

    Defined in src/renderer/api/kube-object.ts:117

    +

    Defined in src/renderer/api/kube-object.ts:117

    Returns: string[]


    getName#

    getName(): string

    Inherited from KubeObject.getName

    -

    Defined in src/renderer/api/kube-object.ts:92

    +

    Defined in src/renderer/api/kube-object.ts:92

    Returns: string


    getNodeSelectors#

    getNodeSelectors(): string[]

    Inherited from Deployment.getNodeSelectors

    -

    Defined in src/renderer/api/workload-kube-object.ts:57

    +

    Defined in src/renderer/api/workload-kube-object.ts:57

    Returns: string[]


    getNs#

    getNs(): string

    Inherited from KubeObject.getNs

    -

    Defined in src/renderer/api/kube-object.ts:96

    +

    Defined in src/renderer/api/kube-object.ts:96

    Returns: string


    getOwnerRefs#

    getOwnerRefs(): object[]

    Inherited from KubeObject.getOwnerRefs

    -

    Defined in src/renderer/api/kube-object.ts:129

    +

    Defined in src/renderer/api/kube-object.ts:129

    Returns: object[]


    getResourceVersion#

    getResourceVersion(): string

    Inherited from KubeObject.getResourceVersion

    -

    Defined in src/renderer/api/kube-object.ts:88

    +

    Defined in src/renderer/api/kube-object.ts:88

    Returns: string


    getSearchFields#

    getSearchFields(): string[]

    Inherited from KubeObject.getSearchFields

    -

    Defined in src/renderer/api/kube-object.ts:137

    +

    Defined in src/renderer/api/kube-object.ts:137

    Returns: string[]


    getSelectors#

    getSelectors(): string[]

    Inherited from Pod.getSelectors

    -

    Defined in src/renderer/api/workload-kube-object.ts:52

    +

    Defined in src/renderer/api/workload-kube-object.ts:52

    Returns: string[]


    getTemplateLabels#

    getTemplateLabels(): string[]

    Inherited from Pod.getTemplateLabels

    -

    Defined in src/renderer/api/workload-kube-object.ts:62

    +

    Defined in src/renderer/api/workload-kube-object.ts:62

    Returns: string[]


    getTolerations#

    getTolerations(): IToleration[]

    Inherited from Deployment.getTolerations

    -

    Defined in src/renderer/api/workload-kube-object.ts:67

    +

    Defined in src/renderer/api/workload-kube-object.ts:67

    Returns: IToleration[]


    toPlainObject#

    toPlainObject(): object

    Inherited from KubeObject.toPlainObject

    -

    Defined in src/renderer/api/kube-object.ts:148

    +

    Defined in src/renderer/api/kube-object.ts:148

    Returns: object


    update#

    updateT›(data: Partial‹T›): Promise‹T›

    Inherited from KubeObject.update

    -

    Defined in src/renderer/api/kube-object.ts:153

    +

    Defined in src/renderer/api/kube-object.ts:153

    Type parameters:

    T: KubeObject

    Parameters:

    @@ -1519,7 +1519,7 @@

    Static create#

    create(data: any): KubeObject‹›

    Inherited from KubeObject.create

    -

    Defined in src/renderer/api/kube-object.ts:50

    +

    Defined in src/renderer/api/kube-object.ts:50

    Parameters:

    @@ -1540,7 +1540,7 @@

    Static isJsonApiData#

    isJsonApiData(object: any): object is KubeJsonApiData

    Inherited from KubeObject.isJsonApiData

    -

    Defined in src/renderer/api/kube-object.ts:58

    +

    Defined in src/renderer/api/kube-object.ts:58

    Parameters:

    @@ -1561,7 +1561,7 @@

    Static isJsonApiDataList#

    isJsonApiDataList(object: any): object is KubeJsonApiDataList

    Inherited from KubeObject.isJsonApiDataList

    -

    Defined in src/renderer/api/kube-object.ts:62

    +

    Defined in src/renderer/api/kube-object.ts:62

    Parameters:

    @@ -1582,7 +1582,7 @@

    Static isNonSystem#

    isNonSystem(item: KubeJsonApiData | KubeObject): boolean

    Inherited from KubeObject.isNonSystem

    -

    Defined in src/renderer/api/kube-object.ts:54

    +

    Defined in src/renderer/api/kube-object.ts:54

    Parameters:

    @@ -1603,7 +1603,7 @@

    Static stringifyLabels#

    stringifyLabels(labels: object): string[]

    Inherited from KubeObject.stringifyLabels

    -

    Defined in src/renderer/api/kube-object.ts:66

    +

    Defined in src/renderer/api/kube-object.ts:66

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.resourcequota/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.resourcequota/index.html index 35ace49c96..f82085d2fa 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.resourcequota/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.resourcequota/index.html @@ -1145,7 +1145,7 @@

    constructor#

    + new ResourceQuota(data: KubeJsonApiData): ResourceQuota

    Overrides KubeObject.constructor

    -

    Defined in src/renderer/api/endpoints/resource-quota.api.ts:36

    +

    Defined in src/renderer/api/endpoints/resource-quota.api.ts:36

    Parameters:

    @@ -1166,21 +1166,21 @@

    apiVersion#

    apiVersion: string

    Inherited from KubeObject.apiVersion

    -

    Defined in src/renderer/api/kube-object.ts:75

    +

    Defined in src/renderer/api/kube-object.ts:75


    kind#

    kind: string

    Inherited from KubeObject.kind

    -

    Defined in src/renderer/api/kube-object.ts:76

    +

    Defined in src/renderer/api/kube-object.ts:76


    metadata#

    metadata: IKubeObjectMetadata

    Inherited from KubeObject.metadata

    -

    Defined in src/renderer/api/kube-object.ts:77

    +

    Defined in src/renderer/api/kube-object.ts:77


    spec#

    spec: object

    -

    Defined in src/renderer/api/endpoints/resource-quota.api.ts:43

    +

    Defined in src/renderer/api/endpoints/resource-quota.api.ts:43

    Type declaration:

    @@ -1252,7 +1252,7 @@

    getAge#

    getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

    Inherited from KubeObject.getAge

    -

    Defined in src/renderer/api/kube-object.ts:102

    +

    Defined in src/renderer/api/kube-object.ts:102

    Parameters:

    @@ -1285,7 +1285,7 @@

    getAnnotations#

    getAnnotations(filter: boolean): string[]

    Inherited from KubeObject.getAnnotations

    -

    Defined in src/renderer/api/kube-object.ts:121

    +

    Defined in src/renderer/api/kube-object.ts:121

    Parameters:

    @@ -1308,66 +1308,66 @@

    getFinalizers#

    getFinalizers(): string[]

    Inherited from KubeObject.getFinalizers

    -

    Defined in src/renderer/api/kube-object.ts:113

    +

    Defined in src/renderer/api/kube-object.ts:113

    Returns: string[]


    getId#

    getId(): string

    Inherited from KubeObject.getId

    -

    Defined in src/renderer/api/kube-object.ts:84

    +

    Defined in src/renderer/api/kube-object.ts:84

    Returns: string


    getLabels#

    getLabels(): string[]

    Inherited from KubeObject.getLabels

    -

    Defined in src/renderer/api/kube-object.ts:117

    +

    Defined in src/renderer/api/kube-object.ts:117

    Returns: string[]


    getName#

    getName(): string

    Inherited from KubeObject.getName

    -

    Defined in src/renderer/api/kube-object.ts:92

    +

    Defined in src/renderer/api/kube-object.ts:92

    Returns: string


    getNs#

    getNs(): string

    Inherited from KubeObject.getNs

    -

    Defined in src/renderer/api/kube-object.ts:96

    +

    Defined in src/renderer/api/kube-object.ts:96

    Returns: string


    getOwnerRefs#

    getOwnerRefs(): object[]

    Inherited from KubeObject.getOwnerRefs

    -

    Defined in src/renderer/api/kube-object.ts:129

    +

    Defined in src/renderer/api/kube-object.ts:129

    Returns: object[]


    getResourceVersion#

    getResourceVersion(): string

    Inherited from KubeObject.getResourceVersion

    -

    Defined in src/renderer/api/kube-object.ts:88

    +

    Defined in src/renderer/api/kube-object.ts:88

    Returns: string


    getScopeSelector#

    getScopeSelector(): object[]

    -

    Defined in src/renderer/api/endpoints/resource-quota.api.ts:59

    +

    Defined in src/renderer/api/endpoints/resource-quota.api.ts:59

    Returns: object[]


    getSearchFields#

    getSearchFields(): string[]

    Inherited from KubeObject.getSearchFields

    -

    Defined in src/renderer/api/kube-object.ts:137

    +

    Defined in src/renderer/api/kube-object.ts:137

    Returns: string[]


    toPlainObject#

    toPlainObject(): object

    Inherited from KubeObject.toPlainObject

    -

    Defined in src/renderer/api/kube-object.ts:148

    +

    Defined in src/renderer/api/kube-object.ts:148

    Returns: object


    update#

    updateT›(data: Partial‹T›): Promise‹T›

    Inherited from KubeObject.update

    -

    Defined in src/renderer/api/kube-object.ts:153

    +

    Defined in src/renderer/api/kube-object.ts:153

    Type parameters:

    T: KubeObject

    Parameters:

    @@ -1390,7 +1390,7 @@

    Static create#

    create(data: any): KubeObject‹›

    Inherited from KubeObject.create

    -

    Defined in src/renderer/api/kube-object.ts:50

    +

    Defined in src/renderer/api/kube-object.ts:50

    Parameters:

    @@ -1411,7 +1411,7 @@

    Static isJsonApiData#

    isJsonApiData(object: any): object is KubeJsonApiData

    Inherited from KubeObject.isJsonApiData

    -

    Defined in src/renderer/api/kube-object.ts:58

    +

    Defined in src/renderer/api/kube-object.ts:58

    Parameters:

    @@ -1432,7 +1432,7 @@

    Static isJsonApiDataList#

    isJsonApiDataList(object: any): object is KubeJsonApiDataList

    Inherited from KubeObject.isJsonApiDataList

    -

    Defined in src/renderer/api/kube-object.ts:62

    +

    Defined in src/renderer/api/kube-object.ts:62

    Parameters:

    @@ -1453,7 +1453,7 @@

    Static isNonSystem#

    isNonSystem(item: KubeJsonApiData | KubeObject): boolean

    Inherited from KubeObject.isNonSystem

    -

    Defined in src/renderer/api/kube-object.ts:54

    +

    Defined in src/renderer/api/kube-object.ts:54

    Parameters:

    @@ -1474,7 +1474,7 @@

    Static stringifyLabels#

    stringifyLabels(labels: object): string[]

    Inherited from KubeObject.stringifyLabels

    -

    Defined in src/renderer/api/kube-object.ts:66

    +

    Defined in src/renderer/api/kube-object.ts:66

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.role/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.role/index.html index 9982607cd4..013833a082 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.role/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.role/index.html @@ -1146,7 +1146,7 @@

    constructor#

    + new Role(data: KubeJsonApiData): Role

    Inherited from KubeObject.constructor

    -

    Defined in src/renderer/api/kube-object.ts:69

    +

    Defined in src/renderer/api/kube-object.ts:69

    Parameters:

    @@ -1167,51 +1167,51 @@

    apiVersion#

    apiVersion: string

    Inherited from KubeObject.apiVersion

    -

    Defined in src/renderer/api/kube-object.ts:75

    +

    Defined in src/renderer/api/kube-object.ts:75


    kind#

    kind: string

    Inherited from KubeObject.kind

    -

    Defined in src/renderer/api/kube-object.ts:76

    +

    Defined in src/renderer/api/kube-object.ts:76


    metadata#

    metadata: IKubeObjectMetadata

    Inherited from KubeObject.metadata

    -

    Defined in src/renderer/api/kube-object.ts:77

    +

    Defined in src/renderer/api/kube-object.ts:77


    rules#

    rules: object[]

    -

    Defined in src/renderer/api/endpoints/role.api.ts:9

    +

    Defined in src/renderer/api/endpoints/role.api.ts:9


    Optional status#

    status? : any

    Inherited from KubeObject.status

    -

    Defined in src/renderer/api/kube-object.ts:78

    +

    Defined in src/renderer/api/kube-object.ts:78


    Static apiBase#

    apiBase: string = "/apis/rbac.authorization.k8s.io/v1/roles"

    -

    Defined in src/renderer/api/endpoints/role.api.ts:7

    +

    Defined in src/renderer/api/endpoints/role.api.ts:7


    Static kind#

    kind: string = "Role"

    Overrides KubeObject.kind

    -

    Defined in src/renderer/api/endpoints/role.api.ts:5

    +

    Defined in src/renderer/api/endpoints/role.api.ts:5


    Static namespaced#

    namespaced: boolean = true

    Overrides KubeObject.namespaced

    -

    Defined in src/renderer/api/endpoints/role.api.ts:6

    +

    Defined in src/renderer/api/endpoints/role.api.ts:6

    Accessors#

    get selfLink(): string

    Inherited from KubeObject.selfLink

    -

    Defined in src/renderer/api/kube-object.ts:80

    +

    Defined in src/renderer/api/kube-object.ts:80

    Returns: string

    Methods#

    delete#

    delete(params?: JsonApiParams): CancelablePromise‹KubeJsonApiData›

    Inherited from KubeObject.delete

    -

    Defined in src/renderer/api/kube-object.ts:160

    +

    Defined in src/renderer/api/kube-object.ts:160

    Parameters:

    @@ -1232,7 +1232,7 @@

    getAge#

    getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

    Inherited from KubeObject.getAge

    -

    Defined in src/renderer/api/kube-object.ts:102

    +

    Defined in src/renderer/api/kube-object.ts:102

    Parameters:

    @@ -1265,7 +1265,7 @@

    getAnnotations#

    getAnnotations(filter: boolean): string[]

    Inherited from KubeObject.getAnnotations

    -

    Defined in src/renderer/api/kube-object.ts:121

    +

    Defined in src/renderer/api/kube-object.ts:121

    Parameters:

    @@ -1288,66 +1288,66 @@

    getFinalizers#

    getFinalizers(): string[]

    Inherited from KubeObject.getFinalizers

    -

    Defined in src/renderer/api/kube-object.ts:113

    +

    Defined in src/renderer/api/kube-object.ts:113

    Returns: string[]


    getId#

    getId(): string

    Inherited from KubeObject.getId

    -

    Defined in src/renderer/api/kube-object.ts:84

    +

    Defined in src/renderer/api/kube-object.ts:84

    Returns: string


    getLabels#

    getLabels(): string[]

    Inherited from KubeObject.getLabels

    -

    Defined in src/renderer/api/kube-object.ts:117

    +

    Defined in src/renderer/api/kube-object.ts:117

    Returns: string[]


    getName#

    getName(): string

    Inherited from KubeObject.getName

    -

    Defined in src/renderer/api/kube-object.ts:92

    +

    Defined in src/renderer/api/kube-object.ts:92

    Returns: string


    getNs#

    getNs(): string

    Inherited from KubeObject.getNs

    -

    Defined in src/renderer/api/kube-object.ts:96

    +

    Defined in src/renderer/api/kube-object.ts:96

    Returns: string


    getOwnerRefs#

    getOwnerRefs(): object[]

    Inherited from KubeObject.getOwnerRefs

    -

    Defined in src/renderer/api/kube-object.ts:129

    +

    Defined in src/renderer/api/kube-object.ts:129

    Returns: object[]


    getResourceVersion#

    getResourceVersion(): string

    Inherited from KubeObject.getResourceVersion

    -

    Defined in src/renderer/api/kube-object.ts:88

    +

    Defined in src/renderer/api/kube-object.ts:88

    Returns: string


    getRules#

    getRules(): object[]

    -

    Defined in src/renderer/api/endpoints/role.api.ts:16

    +

    Defined in src/renderer/api/endpoints/role.api.ts:16

    Returns: object[]


    getSearchFields#

    getSearchFields(): string[]

    Inherited from KubeObject.getSearchFields

    -

    Defined in src/renderer/api/kube-object.ts:137

    +

    Defined in src/renderer/api/kube-object.ts:137

    Returns: string[]


    toPlainObject#

    toPlainObject(): object

    Inherited from KubeObject.toPlainObject

    -

    Defined in src/renderer/api/kube-object.ts:148

    +

    Defined in src/renderer/api/kube-object.ts:148

    Returns: object


    update#

    updateT›(data: Partial‹T›): Promise‹T›

    Inherited from KubeObject.update

    -

    Defined in src/renderer/api/kube-object.ts:153

    +

    Defined in src/renderer/api/kube-object.ts:153

    Type parameters:

    T: KubeObject

    Parameters:

    @@ -1370,7 +1370,7 @@

    Static create#

    create(data: any): KubeObject‹›

    Inherited from KubeObject.create

    -

    Defined in src/renderer/api/kube-object.ts:50

    +

    Defined in src/renderer/api/kube-object.ts:50

    Parameters:

    @@ -1391,7 +1391,7 @@

    Static isJsonApiData#

    isJsonApiData(object: any): object is KubeJsonApiData

    Inherited from KubeObject.isJsonApiData

    -

    Defined in src/renderer/api/kube-object.ts:58

    +

    Defined in src/renderer/api/kube-object.ts:58

    Parameters:

    @@ -1412,7 +1412,7 @@

    Static isJsonApiDataList#

    isJsonApiDataList(object: any): object is KubeJsonApiDataList

    Inherited from KubeObject.isJsonApiDataList

    -

    Defined in src/renderer/api/kube-object.ts:62

    +

    Defined in src/renderer/api/kube-object.ts:62

    Parameters:

    @@ -1433,7 +1433,7 @@

    Static isNonSystem#

    isNonSystem(item: KubeJsonApiData | KubeObject): boolean

    Inherited from KubeObject.isNonSystem

    -

    Defined in src/renderer/api/kube-object.ts:54

    +

    Defined in src/renderer/api/kube-object.ts:54

    Parameters:

    @@ -1454,7 +1454,7 @@

    Static stringifyLabels#

    stringifyLabels(labels: object): string[]

    Inherited from KubeObject.stringifyLabels

    -

    Defined in src/renderer/api/kube-object.ts:66

    +

    Defined in src/renderer/api/kube-object.ts:66

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.rolebinding/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.rolebinding/index.html index e83220096d..982c8d5680 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.rolebinding/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.rolebinding/index.html @@ -1162,7 +1162,7 @@

    constructor#

    + new RoleBinding(data: KubeJsonApiData): RoleBinding

    Inherited from KubeObject.constructor

    -

    Defined in src/renderer/api/kube-object.ts:69

    +

    Defined in src/renderer/api/kube-object.ts:69

    Parameters:

    @@ -1183,21 +1183,21 @@

    apiVersion#

    apiVersion: string

    Inherited from KubeObject.apiVersion

    -

    Defined in src/renderer/api/kube-object.ts:75

    +

    Defined in src/renderer/api/kube-object.ts:75


    kind#

    kind: string

    Inherited from KubeObject.kind

    -

    Defined in src/renderer/api/kube-object.ts:76

    +

    Defined in src/renderer/api/kube-object.ts:76


    metadata#

    metadata: IKubeObjectMetadata

    Inherited from KubeObject.metadata

    -

    Defined in src/renderer/api/kube-object.ts:77

    +

    Defined in src/renderer/api/kube-object.ts:77


    roleRef#

    roleRef: object

    -

    Defined in src/renderer/api/endpoints/role-binding.api.ts:19

    +

    Defined in src/renderer/api/endpoints/role-binding.api.ts:19

    Type declaration:

    @@ -1264,7 +1264,7 @@

    getAge#

    getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

    Inherited from KubeObject.getAge

    -

    Defined in src/renderer/api/kube-object.ts:102

    +

    Defined in src/renderer/api/kube-object.ts:102

    Parameters:

    @@ -1297,7 +1297,7 @@

    getAnnotations#

    getAnnotations(filter: boolean): string[]

    Inherited from KubeObject.getAnnotations

    -

    Defined in src/renderer/api/kube-object.ts:121

    +

    Defined in src/renderer/api/kube-object.ts:121

    Parameters:

    @@ -1320,71 +1320,71 @@

    getFinalizers#

    getFinalizers(): string[]

    Inherited from KubeObject.getFinalizers

    -

    Defined in src/renderer/api/kube-object.ts:113

    +

    Defined in src/renderer/api/kube-object.ts:113

    Returns: string[]


    getId#

    getId(): string

    Inherited from KubeObject.getId

    -

    Defined in src/renderer/api/kube-object.ts:84

    +

    Defined in src/renderer/api/kube-object.ts:84

    Returns: string


    getLabels#

    getLabels(): string[]

    Inherited from KubeObject.getLabels

    -

    Defined in src/renderer/api/kube-object.ts:117

    +

    Defined in src/renderer/api/kube-object.ts:117

    Returns: string[]


    getName#

    getName(): string

    Inherited from KubeObject.getName

    -

    Defined in src/renderer/api/kube-object.ts:92

    +

    Defined in src/renderer/api/kube-object.ts:92

    Returns: string


    getNs#

    getNs(): string

    Inherited from KubeObject.getNs

    -

    Defined in src/renderer/api/kube-object.ts:96

    +

    Defined in src/renderer/api/kube-object.ts:96

    Returns: string


    getOwnerRefs#

    getOwnerRefs(): object[]

    Inherited from KubeObject.getOwnerRefs

    -

    Defined in src/renderer/api/kube-object.ts:129

    +

    Defined in src/renderer/api/kube-object.ts:129

    Returns: object[]


    getResourceVersion#

    getResourceVersion(): string

    Inherited from KubeObject.getResourceVersion

    -

    Defined in src/renderer/api/kube-object.ts:88

    +

    Defined in src/renderer/api/kube-object.ts:88

    Returns: string


    getSearchFields#

    getSearchFields(): string[]

    Inherited from KubeObject.getSearchFields

    -

    Defined in src/renderer/api/kube-object.ts:137

    +

    Defined in src/renderer/api/kube-object.ts:137

    Returns: string[]


    getSubjectNames#

    getSubjectNames(): string

    -

    Defined in src/renderer/api/endpoints/role-binding.api.ts:29

    +

    Defined in src/renderer/api/endpoints/role-binding.api.ts:29

    Returns: string


    getSubjects#

    getSubjects(): IRoleBindingSubject[]

    -

    Defined in src/renderer/api/endpoints/role-binding.api.ts:25

    +

    Defined in src/renderer/api/endpoints/role-binding.api.ts:25

    Returns: IRoleBindingSubject[]


    toPlainObject#

    toPlainObject(): object

    Inherited from KubeObject.toPlainObject

    -

    Defined in src/renderer/api/kube-object.ts:148

    +

    Defined in src/renderer/api/kube-object.ts:148

    Returns: object


    update#

    updateT›(data: Partial‹T›): Promise‹T›

    Inherited from KubeObject.update

    -

    Defined in src/renderer/api/kube-object.ts:153

    +

    Defined in src/renderer/api/kube-object.ts:153

    Type parameters:

    T: KubeObject

    Parameters:

    @@ -1407,7 +1407,7 @@

    Static create#

    create(data: any): KubeObject‹›

    Inherited from KubeObject.create

    -

    Defined in src/renderer/api/kube-object.ts:50

    +

    Defined in src/renderer/api/kube-object.ts:50

    Parameters:

    @@ -1428,7 +1428,7 @@

    Static isJsonApiData#

    isJsonApiData(object: any): object is KubeJsonApiData

    Inherited from KubeObject.isJsonApiData

    -

    Defined in src/renderer/api/kube-object.ts:58

    +

    Defined in src/renderer/api/kube-object.ts:58

    Parameters:

    @@ -1449,7 +1449,7 @@

    Static isJsonApiDataList#

    isJsonApiDataList(object: any): object is KubeJsonApiDataList

    Inherited from KubeObject.isJsonApiDataList

    -

    Defined in src/renderer/api/kube-object.ts:62

    +

    Defined in src/renderer/api/kube-object.ts:62

    Parameters:

    @@ -1470,7 +1470,7 @@

    Static isNonSystem#

    isNonSystem(item: KubeJsonApiData | KubeObject): boolean

    Inherited from KubeObject.isNonSystem

    -

    Defined in src/renderer/api/kube-object.ts:54

    +

    Defined in src/renderer/api/kube-object.ts:54

    Parameters:

    @@ -1491,7 +1491,7 @@

    Static stringifyLabels#

    stringifyLabels(labels: object): string[]

    Inherited from KubeObject.stringifyLabels

    -

    Defined in src/renderer/api/kube-object.ts:66

    +

    Defined in src/renderer/api/kube-object.ts:66

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.secret/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.secret/index.html index 62120316e0..7a909d4f2d 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.secret/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.secret/index.html @@ -1161,7 +1161,7 @@

    constructor#

    + new Secret(data: KubeJsonApiData): Secret

    Overrides KubeObject.constructor

    -

    Defined in src/renderer/api/endpoints/secret.api.ts:32

    +

    Defined in src/renderer/api/endpoints/secret.api.ts:32

    Parameters:

    @@ -1182,11 +1182,11 @@

    apiVersion#

    apiVersion: string

    Inherited from KubeObject.apiVersion

    -

    Defined in src/renderer/api/kube-object.ts:75

    +

    Defined in src/renderer/api/kube-object.ts:75


    data#

    data: object

    -

    Defined in src/renderer/api/endpoints/secret.api.ts:29

    +

    Defined in src/renderer/api/endpoints/secret.api.ts:29

    Type declaration:

    @@ -1260,7 +1260,7 @@

    getAge#

    getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

    Inherited from KubeObject.getAge

    -

    Defined in src/renderer/api/kube-object.ts:102

    +

    Defined in src/renderer/api/kube-object.ts:102

    Parameters:

    @@ -1293,7 +1293,7 @@

    getAnnotations#

    getAnnotations(filter: boolean): string[]

    Inherited from KubeObject.getAnnotations

    -

    Defined in src/renderer/api/kube-object.ts:121

    +

    Defined in src/renderer/api/kube-object.ts:121

    Parameters:

    @@ -1316,71 +1316,71 @@

    getFinalizers#

    getFinalizers(): string[]

    Inherited from KubeObject.getFinalizers

    -

    Defined in src/renderer/api/kube-object.ts:113

    +

    Defined in src/renderer/api/kube-object.ts:113

    Returns: string[]


    getId#

    getId(): string

    Inherited from KubeObject.getId

    -

    Defined in src/renderer/api/kube-object.ts:84

    +

    Defined in src/renderer/api/kube-object.ts:84

    Returns: string


    getKeys#

    getKeys(): string[]

    -

    Defined in src/renderer/api/endpoints/secret.api.ts:39

    +

    Defined in src/renderer/api/endpoints/secret.api.ts:39

    Returns: string[]


    getLabels#

    getLabels(): string[]

    Inherited from KubeObject.getLabels

    -

    Defined in src/renderer/api/kube-object.ts:117

    +

    Defined in src/renderer/api/kube-object.ts:117

    Returns: string[]


    getName#

    getName(): string

    Inherited from KubeObject.getName

    -

    Defined in src/renderer/api/kube-object.ts:92

    +

    Defined in src/renderer/api/kube-object.ts:92

    Returns: string


    getNs#

    getNs(): string

    Inherited from KubeObject.getNs

    -

    Defined in src/renderer/api/kube-object.ts:96

    +

    Defined in src/renderer/api/kube-object.ts:96

    Returns: string


    getOwnerRefs#

    getOwnerRefs(): object[]

    Inherited from KubeObject.getOwnerRefs

    -

    Defined in src/renderer/api/kube-object.ts:129

    +

    Defined in src/renderer/api/kube-object.ts:129

    Returns: object[]


    getResourceVersion#

    getResourceVersion(): string

    Inherited from KubeObject.getResourceVersion

    -

    Defined in src/renderer/api/kube-object.ts:88

    +

    Defined in src/renderer/api/kube-object.ts:88

    Returns: string


    getSearchFields#

    getSearchFields(): string[]

    Inherited from KubeObject.getSearchFields

    -

    Defined in src/renderer/api/kube-object.ts:137

    +

    Defined in src/renderer/api/kube-object.ts:137

    Returns: string[]


    getToken#

    getToken(): string

    -

    Defined in src/renderer/api/endpoints/secret.api.ts:43

    +

    Defined in src/renderer/api/endpoints/secret.api.ts:43

    Returns: string


    toPlainObject#

    toPlainObject(): object

    Inherited from KubeObject.toPlainObject

    -

    Defined in src/renderer/api/kube-object.ts:148

    +

    Defined in src/renderer/api/kube-object.ts:148

    Returns: object


    update#

    updateT›(data: Partial‹T›): Promise‹T›

    Inherited from KubeObject.update

    -

    Defined in src/renderer/api/kube-object.ts:153

    +

    Defined in src/renderer/api/kube-object.ts:153

    Type parameters:

    T: KubeObject

    Parameters:

    @@ -1403,7 +1403,7 @@

    Static create#

    create(data: any): KubeObject‹›

    Inherited from KubeObject.create

    -

    Defined in src/renderer/api/kube-object.ts:50

    +

    Defined in src/renderer/api/kube-object.ts:50

    Parameters:

    @@ -1424,7 +1424,7 @@

    Static isJsonApiData#

    isJsonApiData(object: any): object is KubeJsonApiData

    Inherited from KubeObject.isJsonApiData

    -

    Defined in src/renderer/api/kube-object.ts:58

    +

    Defined in src/renderer/api/kube-object.ts:58

    Parameters:

    @@ -1445,7 +1445,7 @@

    Static isJsonApiDataList#

    isJsonApiDataList(object: any): object is KubeJsonApiDataList

    Inherited from KubeObject.isJsonApiDataList

    -

    Defined in src/renderer/api/kube-object.ts:62

    +

    Defined in src/renderer/api/kube-object.ts:62

    Parameters:

    @@ -1466,7 +1466,7 @@

    Static isNonSystem#

    isNonSystem(item: KubeJsonApiData | KubeObject): boolean

    Inherited from KubeObject.isNonSystem

    -

    Defined in src/renderer/api/kube-object.ts:54

    +

    Defined in src/renderer/api/kube-object.ts:54

    Parameters:

    @@ -1487,7 +1487,7 @@

    Static stringifyLabels#

    stringifyLabels(labels: object): string[]

    Inherited from KubeObject.stringifyLabels

    -

    Defined in src/renderer/api/kube-object.ts:66

    +

    Defined in src/renderer/api/kube-object.ts:66

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.service/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.service/index.html index 2a4a42afe6..8a5fab29f1 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.service/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.service/index.html @@ -1201,7 +1201,7 @@

    constructor#

    + new Service(data: KubeJsonApiData): Service

    Inherited from KubeObject.constructor

    -

    Defined in src/renderer/api/kube-object.ts:69

    +

    Defined in src/renderer/api/kube-object.ts:69

    Parameters:

    @@ -1222,21 +1222,21 @@

    apiVersion#

    apiVersion: string

    Inherited from KubeObject.apiVersion

    -

    Defined in src/renderer/api/kube-object.ts:75

    +

    Defined in src/renderer/api/kube-object.ts:75


    kind#

    kind: string

    Inherited from KubeObject.kind

    -

    Defined in src/renderer/api/kube-object.ts:76

    +

    Defined in src/renderer/api/kube-object.ts:76


    metadata#

    metadata: IKubeObjectMetadata

    Inherited from KubeObject.metadata

    -

    Defined in src/renderer/api/kube-object.ts:77

    +

    Defined in src/renderer/api/kube-object.ts:77


    spec#

    spec: object

    -

    Defined in src/renderer/api/endpoints/service.api.ts:38

    +

    Defined in src/renderer/api/endpoints/service.api.ts:38

    Type declaration:

    @@ -1323,7 +1323,7 @@

    getAge#

    getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

    Inherited from KubeObject.getAge

    -

    Defined in src/renderer/api/kube-object.ts:102

    +

    Defined in src/renderer/api/kube-object.ts:102

    Parameters:

    @@ -1356,7 +1356,7 @@

    getAnnotations#

    getAnnotations(filter: boolean): string[]

    Inherited from KubeObject.getAnnotations

    -

    Defined in src/renderer/api/kube-object.ts:121

    +

    Defined in src/renderer/api/kube-object.ts:121

    Parameters:

    @@ -1378,35 +1378,35 @@

    getClusterIp#

    getClusterIp(): string

    -

    Defined in src/renderer/api/endpoints/service.api.ts:58

    +

    Defined in src/renderer/api/endpoints/service.api.ts:58

    Returns: string


    getExternalIps#

    getExternalIps(): string[]

    -

    Defined in src/renderer/api/endpoints/service.api.ts:62

    +

    Defined in src/renderer/api/endpoints/service.api.ts:62

    Returns: string[]


    getFinalizers#

    getFinalizers(): string[]

    Inherited from KubeObject.getFinalizers

    -

    Defined in src/renderer/api/kube-object.ts:113

    +

    Defined in src/renderer/api/kube-object.ts:113

    Returns: string[]


    getId#

    getId(): string

    Inherited from KubeObject.getId

    -

    Defined in src/renderer/api/kube-object.ts:84

    +

    Defined in src/renderer/api/kube-object.ts:84

    Returns: string


    getLabels#

    getLabels(): string[]

    Inherited from KubeObject.getLabels

    -

    Defined in src/renderer/api/kube-object.ts:117

    +

    Defined in src/renderer/api/kube-object.ts:117

    Returns: string[]


    getLoadBalancer#

    getLoadBalancer(): object

    -

    Defined in src/renderer/api/endpoints/service.api.ts:84

    +

    Defined in src/renderer/api/endpoints/service.api.ts:84

    Returns: object

    @@ -1520,7 +1520,7 @@

    Static isJsonApiData#

    isJsonApiData(object: any): object is KubeJsonApiData

    Inherited from KubeObject.isJsonApiData

    -

    Defined in src/renderer/api/kube-object.ts:58

    +

    Defined in src/renderer/api/kube-object.ts:58

    Parameters:

    @@ -1541,7 +1541,7 @@

    Static isJsonApiDataList#

    isJsonApiDataList(object: any): object is KubeJsonApiDataList

    Inherited from KubeObject.isJsonApiDataList

    -

    Defined in src/renderer/api/kube-object.ts:62

    +

    Defined in src/renderer/api/kube-object.ts:62

    Parameters:

    @@ -1562,7 +1562,7 @@

    Static isNonSystem#

    isNonSystem(item: KubeJsonApiData | KubeObject): boolean

    Inherited from KubeObject.isNonSystem

    -

    Defined in src/renderer/api/kube-object.ts:54

    +

    Defined in src/renderer/api/kube-object.ts:54

    Parameters:

    @@ -1583,7 +1583,7 @@

    Static stringifyLabels#

    stringifyLabels(labels: object): string[]

    Inherited from KubeObject.stringifyLabels

    -

    Defined in src/renderer/api/kube-object.ts:66

    +

    Defined in src/renderer/api/kube-object.ts:66

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/index.html index 043c08addd..0191c89871 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/index.html @@ -1161,7 +1161,7 @@

    constructor#

    + new ServiceAccount(data: KubeJsonApiData): ServiceAccount

    Inherited from KubeObject.constructor

    -

    Defined in src/renderer/api/kube-object.ts:69

    +

    Defined in src/renderer/api/kube-object.ts:69

    Parameters:

    @@ -1182,55 +1182,55 @@

    apiVersion#

    apiVersion: string

    Inherited from KubeObject.apiVersion

    -

    Defined in src/renderer/api/kube-object.ts:75

    +

    Defined in src/renderer/api/kube-object.ts:75


    Optional imagePullSecrets#

    imagePullSecrets? : object[]

    -

    Defined in src/renderer/api/endpoints/service-accounts.api.ts:14

    +

    Defined in src/renderer/api/endpoints/service-accounts.api.ts:14


    kind#

    kind: string

    Inherited from KubeObject.kind

    -

    Defined in src/renderer/api/kube-object.ts:76

    +

    Defined in src/renderer/api/kube-object.ts:76


    metadata#

    metadata: IKubeObjectMetadata

    Inherited from KubeObject.metadata

    -

    Defined in src/renderer/api/kube-object.ts:77

    +

    Defined in src/renderer/api/kube-object.ts:77


    Optional secrets#

    secrets? : object[]

    -

    Defined in src/renderer/api/endpoints/service-accounts.api.ts:11

    +

    Defined in src/renderer/api/endpoints/service-accounts.api.ts:11


    Optional status#

    status? : any

    Inherited from KubeObject.status

    -

    Defined in src/renderer/api/kube-object.ts:78

    +

    Defined in src/renderer/api/kube-object.ts:78


    Static apiBase#

    apiBase: string = "/api/v1/serviceaccounts"

    -

    Defined in src/renderer/api/endpoints/service-accounts.api.ts:9

    +

    Defined in src/renderer/api/endpoints/service-accounts.api.ts:9


    Static kind#

    kind: string = "ServiceAccount"

    Overrides KubeObject.kind

    -

    Defined in src/renderer/api/endpoints/service-accounts.api.ts:7

    +

    Defined in src/renderer/api/endpoints/service-accounts.api.ts:7


    Static namespaced#

    namespaced: boolean = true

    Overrides KubeObject.namespaced

    -

    Defined in src/renderer/api/endpoints/service-accounts.api.ts:8

    +

    Defined in src/renderer/api/endpoints/service-accounts.api.ts:8

    Accessors#

    get selfLink(): string

    Inherited from KubeObject.selfLink

    -

    Defined in src/renderer/api/kube-object.ts:80

    +

    Defined in src/renderer/api/kube-object.ts:80

    Returns: string

    Methods#

    delete#

    delete(params?: JsonApiParams): CancelablePromise‹KubeJsonApiData›

    Inherited from KubeObject.delete

    -

    Defined in src/renderer/api/kube-object.ts:160

    +

    Defined in src/renderer/api/kube-object.ts:160

    Parameters:

    @@ -1251,7 +1251,7 @@

    getAge#

    getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

    Inherited from KubeObject.getAge

    -

    Defined in src/renderer/api/kube-object.ts:102

    +

    Defined in src/renderer/api/kube-object.ts:102

    Parameters:

    @@ -1284,7 +1284,7 @@

    getAnnotations#

    getAnnotations(filter: boolean): string[]

    Inherited from KubeObject.getAnnotations

    -

    Defined in src/renderer/api/kube-object.ts:121

    +

    Defined in src/renderer/api/kube-object.ts:121

    Parameters:

    @@ -1307,71 +1307,71 @@

    getFinalizers#

    getFinalizers(): string[]

    Inherited from KubeObject.getFinalizers

    -

    Defined in src/renderer/api/kube-object.ts:113

    +

    Defined in src/renderer/api/kube-object.ts:113

    Returns: string[]


    getId#

    getId(): string

    Inherited from KubeObject.getId

    -

    Defined in src/renderer/api/kube-object.ts:84

    +

    Defined in src/renderer/api/kube-object.ts:84

    Returns: string


    getImagePullSecrets#

    getImagePullSecrets(): object[]

    -

    Defined in src/renderer/api/endpoints/service-accounts.api.ts:22

    +

    Defined in src/renderer/api/endpoints/service-accounts.api.ts:22

    Returns: object[]


    getLabels#

    getLabels(): string[]

    Inherited from KubeObject.getLabels

    -

    Defined in src/renderer/api/kube-object.ts:117

    +

    Defined in src/renderer/api/kube-object.ts:117

    Returns: string[]


    getName#

    getName(): string

    Inherited from KubeObject.getName

    -

    Defined in src/renderer/api/kube-object.ts:92

    +

    Defined in src/renderer/api/kube-object.ts:92

    Returns: string


    getNs#

    getNs(): string

    Inherited from KubeObject.getNs

    -

    Defined in src/renderer/api/kube-object.ts:96

    +

    Defined in src/renderer/api/kube-object.ts:96

    Returns: string


    getOwnerRefs#

    getOwnerRefs(): object[]

    Inherited from KubeObject.getOwnerRefs

    -

    Defined in src/renderer/api/kube-object.ts:129

    +

    Defined in src/renderer/api/kube-object.ts:129

    Returns: object[]


    getResourceVersion#

    getResourceVersion(): string

    Inherited from KubeObject.getResourceVersion

    -

    Defined in src/renderer/api/kube-object.ts:88

    +

    Defined in src/renderer/api/kube-object.ts:88

    Returns: string


    getSearchFields#

    getSearchFields(): string[]

    Inherited from KubeObject.getSearchFields

    -

    Defined in src/renderer/api/kube-object.ts:137

    +

    Defined in src/renderer/api/kube-object.ts:137

    Returns: string[]


    getSecrets#

    getSecrets(): object[]

    -

    Defined in src/renderer/api/endpoints/service-accounts.api.ts:18

    +

    Defined in src/renderer/api/endpoints/service-accounts.api.ts:18

    Returns: object[]


    toPlainObject#

    toPlainObject(): object

    Inherited from KubeObject.toPlainObject

    -

    Defined in src/renderer/api/kube-object.ts:148

    +

    Defined in src/renderer/api/kube-object.ts:148

    Returns: object


    update#

    updateT›(data: Partial‹T›): Promise‹T›

    Inherited from KubeObject.update

    -

    Defined in src/renderer/api/kube-object.ts:153

    +

    Defined in src/renderer/api/kube-object.ts:153

    Type parameters:

    T: KubeObject

    Parameters:

    @@ -1394,7 +1394,7 @@

    Static create#

    create(data: any): KubeObject‹›

    Inherited from KubeObject.create

    -

    Defined in src/renderer/api/kube-object.ts:50

    +

    Defined in src/renderer/api/kube-object.ts:50

    Parameters:

    @@ -1415,7 +1415,7 @@

    Static isJsonApiData#

    isJsonApiData(object: any): object is KubeJsonApiData

    Inherited from KubeObject.isJsonApiData

    -

    Defined in src/renderer/api/kube-object.ts:58

    +

    Defined in src/renderer/api/kube-object.ts:58

    Parameters:

    @@ -1436,7 +1436,7 @@

    Static isJsonApiDataList#

    isJsonApiDataList(object: any): object is KubeJsonApiDataList

    Inherited from KubeObject.isJsonApiDataList

    -

    Defined in src/renderer/api/kube-object.ts:62

    +

    Defined in src/renderer/api/kube-object.ts:62

    Parameters:

    @@ -1457,7 +1457,7 @@

    Static isNonSystem#

    isNonSystem(item: KubeJsonApiData | KubeObject): boolean

    Inherited from KubeObject.isNonSystem

    -

    Defined in src/renderer/api/kube-object.ts:54

    +

    Defined in src/renderer/api/kube-object.ts:54

    Parameters:

    @@ -1478,7 +1478,7 @@

    Static stringifyLabels#

    stringifyLabels(labels: object): string[]

    Inherited from KubeObject.stringifyLabels

    -

    Defined in src/renderer/api/kube-object.ts:66

    +

    Defined in src/renderer/api/kube-object.ts:66

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.statefulset/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.statefulset/index.html index d6950a96b5..5661e0d881 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.statefulset/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.statefulset/index.html @@ -1193,7 +1193,7 @@

    constructor#

    + new StatefulSet(data: KubeJsonApiData): StatefulSet

    Inherited from KubeObject.constructor

    -

    Defined in src/renderer/api/kube-object.ts:69

    +

    Defined in src/renderer/api/kube-object.ts:69

    Parameters:

    @@ -1214,22 +1214,22 @@

    apiVersion#

    apiVersion: string

    Inherited from KubeObject.apiVersion

    -

    Defined in src/renderer/api/kube-object.ts:75

    +

    Defined in src/renderer/api/kube-object.ts:75


    kind#

    kind: string

    Inherited from KubeObject.kind

    -

    Defined in src/renderer/api/kube-object.ts:76

    +

    Defined in src/renderer/api/kube-object.ts:76


    metadata#

    metadata: IKubeObjectMetadata

    Inherited from KubeObject.metadata

    -

    Defined in src/renderer/api/kube-object.ts:77

    +

    Defined in src/renderer/api/kube-object.ts:77


    spec#

    spec: object

    Overrides void

    -

    Defined in src/renderer/api/endpoints/stateful-set.api.ts:13

    +

    Defined in src/renderer/api/endpoints/stateful-set.api.ts:13

    Type declaration:

    @@ -1350,19 +1350,19 @@

    getAffinity#

    getAffinity(): IAffinity

    Inherited from Deployment.getAffinity

    -

    Defined in src/renderer/api/workload-kube-object.ts:71

    +

    Defined in src/renderer/api/workload-kube-object.ts:71

    Returns: IAffinity


    getAffinityNumber#

    getAffinityNumber(): number

    Inherited from Pod.getAffinityNumber

    -

    Defined in src/renderer/api/workload-kube-object.ts:75

    +

    Defined in src/renderer/api/workload-kube-object.ts:75

    Returns: number


    getAge#

    getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

    Inherited from KubeObject.getAge

    -

    Defined in src/renderer/api/kube-object.ts:102

    +

    Defined in src/renderer/api/kube-object.ts:102

    Parameters:

    @@ -1395,7 +1395,7 @@

    getAnnotations#

    getAnnotations(filter: boolean): string[]

    Inherited from KubeObject.getAnnotations

    -

    Defined in src/renderer/api/kube-object.ts:121

    +

    Defined in src/renderer/api/kube-object.ts:121

    Parameters:

    @@ -1418,90 +1418,90 @@

    getFinalizers#

    getFinalizers(): string[]

    Inherited from KubeObject.getFinalizers

    -

    Defined in src/renderer/api/kube-object.ts:113

    +

    Defined in src/renderer/api/kube-object.ts:113

    Returns: string[]


    getId#

    getId(): string

    Inherited from KubeObject.getId

    -

    Defined in src/renderer/api/kube-object.ts:84

    +

    Defined in src/renderer/api/kube-object.ts:84

    Returns: string


    getImages#

    getImages(): string[]

    -

    Defined in src/renderer/api/endpoints/stateful-set.api.ts:75

    +

    Defined in src/renderer/api/endpoints/stateful-set.api.ts:75

    Returns: string[]


    getLabels#

    getLabels(): string[]

    Inherited from KubeObject.getLabels

    -

    Defined in src/renderer/api/kube-object.ts:117

    +

    Defined in src/renderer/api/kube-object.ts:117

    Returns: string[]


    getName#

    getName(): string

    Inherited from KubeObject.getName

    -

    Defined in src/renderer/api/kube-object.ts:92

    +

    Defined in src/renderer/api/kube-object.ts:92

    Returns: string


    getNodeSelectors#

    getNodeSelectors(): string[]

    Inherited from Deployment.getNodeSelectors

    -

    Defined in src/renderer/api/workload-kube-object.ts:57

    +

    Defined in src/renderer/api/workload-kube-object.ts:57

    Returns: string[]


    getNs#

    getNs(): string

    Inherited from KubeObject.getNs

    -

    Defined in src/renderer/api/kube-object.ts:96

    +

    Defined in src/renderer/api/kube-object.ts:96

    Returns: string


    getOwnerRefs#

    getOwnerRefs(): object[]

    Inherited from KubeObject.getOwnerRefs

    -

    Defined in src/renderer/api/kube-object.ts:129

    +

    Defined in src/renderer/api/kube-object.ts:129

    Returns: object[]


    getResourceVersion#

    getResourceVersion(): string

    Inherited from KubeObject.getResourceVersion

    -

    Defined in src/renderer/api/kube-object.ts:88

    +

    Defined in src/renderer/api/kube-object.ts:88

    Returns: string


    getSearchFields#

    getSearchFields(): string[]

    Inherited from KubeObject.getSearchFields

    -

    Defined in src/renderer/api/kube-object.ts:137

    +

    Defined in src/renderer/api/kube-object.ts:137

    Returns: string[]


    getSelectors#

    getSelectors(): string[]

    Inherited from Pod.getSelectors

    -

    Defined in src/renderer/api/workload-kube-object.ts:52

    +

    Defined in src/renderer/api/workload-kube-object.ts:52

    Returns: string[]


    getTemplateLabels#

    getTemplateLabels(): string[]

    Inherited from Pod.getTemplateLabels

    -

    Defined in src/renderer/api/workload-kube-object.ts:62

    +

    Defined in src/renderer/api/workload-kube-object.ts:62

    Returns: string[]


    getTolerations#

    getTolerations(): IToleration[]

    Inherited from Deployment.getTolerations

    -

    Defined in src/renderer/api/workload-kube-object.ts:67

    +

    Defined in src/renderer/api/workload-kube-object.ts:67

    Returns: IToleration[]


    toPlainObject#

    toPlainObject(): object

    Inherited from KubeObject.toPlainObject

    -

    Defined in src/renderer/api/kube-object.ts:148

    +

    Defined in src/renderer/api/kube-object.ts:148

    Returns: object


    update#

    updateT›(data: Partial‹T›): Promise‹T›

    Inherited from KubeObject.update

    -

    Defined in src/renderer/api/kube-object.ts:153

    +

    Defined in src/renderer/api/kube-object.ts:153

    Type parameters:

    T: KubeObject

    Parameters:

    @@ -1524,7 +1524,7 @@

    Static create#

    create(data: any): KubeObject‹›

    Inherited from KubeObject.create

    -

    Defined in src/renderer/api/kube-object.ts:50

    +

    Defined in src/renderer/api/kube-object.ts:50

    Parameters:

    @@ -1545,7 +1545,7 @@

    Static isJsonApiData#

    isJsonApiData(object: any): object is KubeJsonApiData

    Inherited from KubeObject.isJsonApiData

    -

    Defined in src/renderer/api/kube-object.ts:58

    +

    Defined in src/renderer/api/kube-object.ts:58

    Parameters:

    @@ -1566,7 +1566,7 @@

    Static isJsonApiDataList#

    isJsonApiDataList(object: any): object is KubeJsonApiDataList

    Inherited from KubeObject.isJsonApiDataList

    -

    Defined in src/renderer/api/kube-object.ts:62

    +

    Defined in src/renderer/api/kube-object.ts:62

    Parameters:

    @@ -1587,7 +1587,7 @@

    Static isNonSystem#

    isNonSystem(item: KubeJsonApiData | KubeObject): boolean

    Inherited from KubeObject.isNonSystem

    -

    Defined in src/renderer/api/kube-object.ts:54

    +

    Defined in src/renderer/api/kube-object.ts:54

    Parameters:

    @@ -1608,7 +1608,7 @@

    Static stringifyLabels#

    stringifyLabels(labels: object): string[]

    Inherited from KubeObject.stringifyLabels

    -

    Defined in src/renderer/api/kube-object.ts:66

    +

    Defined in src/renderer/api/kube-object.ts:66

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.storageclass/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.storageclass/index.html index 183cb89f52..6e292ee9ec 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.storageclass/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.storageclass/index.html @@ -1193,7 +1193,7 @@

    constructor#

    + new StorageClass(data: KubeJsonApiData): StorageClass

    Inherited from KubeObject.constructor

    -

    Defined in src/renderer/api/kube-object.ts:69

    +

    Defined in src/renderer/api/kube-object.ts:69

    Parameters:

    @@ -1214,25 +1214,25 @@

    apiVersion#

    apiVersion: string

    Inherited from KubeObject.apiVersion

    -

    Defined in src/renderer/api/kube-object.ts:75

    +

    Defined in src/renderer/api/kube-object.ts:75


    kind#

    kind: string

    Inherited from KubeObject.kind

    -

    Defined in src/renderer/api/kube-object.ts:76

    +

    Defined in src/renderer/api/kube-object.ts:76


    metadata#

    metadata: IKubeObjectMetadata

    Inherited from KubeObject.metadata

    -

    Defined in src/renderer/api/kube-object.ts:77

    +

    Defined in src/renderer/api/kube-object.ts:77


    Optional mountOptions#

    mountOptions? : string[]

    -

    Defined in src/renderer/api/endpoints/storage-class.api.ts:12

    +

    Defined in src/renderer/api/endpoints/storage-class.api.ts:12


    parameters#

    parameters: object

    -

    Defined in src/renderer/api/endpoints/storage-class.api.ts:15

    +

    Defined in src/renderer/api/endpoints/storage-class.api.ts:15

    Type declaration:

    @@ -1299,7 +1299,7 @@

    getAge#

    getAge(humanize: boolean, compact: boolean, fromNow: boolean): string | number

    Inherited from KubeObject.getAge

    -

    Defined in src/renderer/api/kube-object.ts:102

    +

    Defined in src/renderer/api/kube-object.ts:102

    Parameters:

    @@ -1332,7 +1332,7 @@

    getAnnotations#

    getAnnotations(filter: boolean): string[]

    Inherited from KubeObject.getAnnotations

    -

    Defined in src/renderer/api/kube-object.ts:121

    +

    Defined in src/renderer/api/kube-object.ts:121

    Parameters:

    @@ -1355,76 +1355,76 @@

    getFinalizers#

    getFinalizers(): string[]

    Inherited from KubeObject.getFinalizers

    -

    Defined in src/renderer/api/kube-object.ts:113

    +

    Defined in src/renderer/api/kube-object.ts:113

    Returns: string[]


    getId#

    getId(): string

    Inherited from KubeObject.getId

    -

    Defined in src/renderer/api/kube-object.ts:84

    +

    Defined in src/renderer/api/kube-object.ts:84

    Returns: string


    getLabels#

    getLabels(): string[]

    Inherited from KubeObject.getLabels

    -

    Defined in src/renderer/api/kube-object.ts:117

    +

    Defined in src/renderer/api/kube-object.ts:117

    Returns: string[]


    getName#

    getName(): string

    Inherited from KubeObject.getName

    -

    Defined in src/renderer/api/kube-object.ts:92

    +

    Defined in src/renderer/api/kube-object.ts:92

    Returns: string


    getNs#

    getNs(): string

    Inherited from KubeObject.getNs

    -

    Defined in src/renderer/api/kube-object.ts:96

    +

    Defined in src/renderer/api/kube-object.ts:96

    Returns: string


    getOwnerRefs#

    getOwnerRefs(): object[]

    Inherited from KubeObject.getOwnerRefs

    -

    Defined in src/renderer/api/kube-object.ts:129

    +

    Defined in src/renderer/api/kube-object.ts:129

    Returns: object[]


    getReclaimPolicy#

    getReclaimPolicy(): string

    -

    Defined in src/renderer/api/endpoints/storage-class.api.ts:31

    +

    Defined in src/renderer/api/endpoints/storage-class.api.ts:31

    Returns: string


    getResourceVersion#

    getResourceVersion(): string

    Inherited from KubeObject.getResourceVersion

    -

    Defined in src/renderer/api/kube-object.ts:88

    +

    Defined in src/renderer/api/kube-object.ts:88

    Returns: string


    getSearchFields#

    getSearchFields(): string[]

    Inherited from KubeObject.getSearchFields

    -

    Defined in src/renderer/api/kube-object.ts:137

    +

    Defined in src/renderer/api/kube-object.ts:137

    Returns: string[]


    getVolumeBindingMode#

    getVolumeBindingMode(): string

    -

    Defined in src/renderer/api/endpoints/storage-class.api.ts:27

    +

    Defined in src/renderer/api/endpoints/storage-class.api.ts:27

    Returns: string


    isDefault#

    isDefault(): boolean

    -

    Defined in src/renderer/api/endpoints/storage-class.api.ts:19

    +

    Defined in src/renderer/api/endpoints/storage-class.api.ts:19

    Returns: boolean


    toPlainObject#

    toPlainObject(): object

    Inherited from KubeObject.toPlainObject

    -

    Defined in src/renderer/api/kube-object.ts:148

    +

    Defined in src/renderer/api/kube-object.ts:148

    Returns: object


    update#

    updateT›(data: Partial‹T›): Promise‹T›

    Inherited from KubeObject.update

    -

    Defined in src/renderer/api/kube-object.ts:153

    +

    Defined in src/renderer/api/kube-object.ts:153

    Type parameters:

    T: KubeObject

    Parameters:

    @@ -1447,7 +1447,7 @@

    Static create#

    create(data: any): KubeObject‹›

    Inherited from KubeObject.create

    -

    Defined in src/renderer/api/kube-object.ts:50

    +

    Defined in src/renderer/api/kube-object.ts:50

    Parameters:

    @@ -1468,7 +1468,7 @@

    Static isJsonApiData#

    isJsonApiData(object: any): object is KubeJsonApiData

    Inherited from KubeObject.isJsonApiData

    -

    Defined in src/renderer/api/kube-object.ts:58

    +

    Defined in src/renderer/api/kube-object.ts:58

    Parameters:

    @@ -1489,7 +1489,7 @@

    Static isJsonApiDataList#

    isJsonApiDataList(object: any): object is KubeJsonApiDataList

    Inherited from KubeObject.isJsonApiDataList

    -

    Defined in src/renderer/api/kube-object.ts:62

    +

    Defined in src/renderer/api/kube-object.ts:62

    Parameters:

    @@ -1510,7 +1510,7 @@

    Static isNonSystem#

    isNonSystem(item: KubeJsonApiData | KubeObject): boolean

    Inherited from KubeObject.isNonSystem

    -

    Defined in src/renderer/api/kube-object.ts:54

    +

    Defined in src/renderer/api/kube-object.ts:54

    Parameters:

    @@ -1531,7 +1531,7 @@

    Static stringifyLabels#

    stringifyLabels(labels: object): string[]

    Inherited from KubeObject.stringifyLabels

    -

    Defined in src/renderer/api/kube-object.ts:66

    +

    Defined in src/renderer/api/kube-object.ts:66

    Parameters:

    diff --git a/latest/extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/index.html b/latest/extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/index.html index e95a3da5e4..896a08abb2 100644 --- a/latest/extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/index.html +++ b/latest/extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/index.html @@ -999,6 +999,13 @@ list + + +
  • + + Protected normalizeQuery + +
  • @@ -1101,6 +1108,7 @@
  • getUrl
  • getWatchUrl
  • list
  • +
  • normalizeQuery
  • parseResponse
  • refreshResourceVersion
  • setResourceVersion
  • @@ -1112,7 +1120,7 @@

    constructor#

    + new VersionedKubeApi(opts: IKubeApiOptions‹T›): VersionedKubeApi

    Overrides KubeApi.constructor

    -

    Defined in src/renderer/api/kube-api-versioned.ts:8

    +

    Defined in src/renderer/api/kube-api-versioned.ts:8

    Parameters:

    @@ -1133,72 +1141,72 @@

    apiBase#

    apiBase: string

    Overrides KubeApi.apiBase

    -

    Defined in src/renderer/api/kube-api-versioned.ts:20

    +

    Defined in src/renderer/api/kube-api-versioned.ts:20


    apiGroup#

    apiGroup: string

    Inherited from KubeApi.apiGroup

    -

    Defined in src/renderer/api/kube-api.ts:59

    +

    Defined in src/renderer/api/kube-api.ts:61


    apiPrefix#

    apiPrefix: string

    Inherited from KubeApi.apiPrefix

    -

    Defined in src/renderer/api/kube-api.ts:58

    +

    Defined in src/renderer/api/kube-api.ts:60


    apiResource#

    apiResource: string

    Inherited from KubeApi.apiResource

    -

    Defined in src/renderer/api/kube-api.ts:62

    +

    Defined in src/renderer/api/kube-api.ts:64


    apiVersion#

    apiVersion: string

    Inherited from KubeApi.apiVersion

    -

    Defined in src/renderer/api/kube-api.ts:60

    +

    Defined in src/renderer/api/kube-api.ts:62


    apiVersionWithGroup#

    apiVersionWithGroup: string

    Inherited from KubeApi.apiVersionWithGroup

    -

    Defined in src/renderer/api/kube-api.ts:61

    +

    Defined in src/renderer/api/kube-api.ts:63


    isNamespaced#

    isNamespaced: boolean

    Inherited from KubeApi.isNamespaced

    -

    Defined in src/renderer/api/kube-api.ts:63

    +

    Defined in src/renderer/api/kube-api.ts:65


    kind#

    kind: string

    Inherited from KubeApi.kind

    -

    Defined in src/renderer/api/kube-api.ts:56

    +

    Defined in src/renderer/api/kube-api.ts:58


    objectConstructor#

    objectConstructor: IKubeObjectConstructor‹T›

    Inherited from KubeApi.objectConstructor

    -

    Defined in src/renderer/api/kube-api.ts:65

    +

    Defined in src/renderer/api/kube-api.ts:67


    Protected options#

    options: IKubeApiOptions‹T›

    Inherited from KubeApi.options

    -

    Defined in src/renderer/api/kube-api.ts:69

    +

    Defined in src/renderer/api/kube-api.ts:71


    Protected request#

    request: KubeJsonApi

    Inherited from KubeApi.request

    -

    Defined in src/renderer/api/kube-api.ts:66

    +

    Defined in src/renderer/api/kube-api.ts:68


    Protected resourceVersions#

    resourceVersions: Map‹string, string› = new Map()

    Inherited from KubeApi.resourceVersions

    -

    Defined in src/renderer/api/kube-api.ts:67

    +

    Defined in src/renderer/api/kube-api.ts:69


    Static parseApi#

    parseApi: parseKubeApi = parseKubeApi

    Inherited from KubeApi.parseApi

    -

    Defined in src/renderer/api/kube-api.ts:49

    +

    Defined in src/renderer/api/kube-api.ts:51

    Methods#

    create#

    create(__namedParameters: object, data?: Partial‹T›): Promise‹T›

    Inherited from KubeApi.create

    -

    Defined in src/renderer/api/kube-api.ts:158

    +

    Defined in src/renderer/api/kube-api.ts:170

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1228,7 +1236,7 @@

    delete#

    delete(__namedParameters: object): Promise‹KubeJsonApiData›

    Inherited from KubeApi.delete

    -

    Defined in src/renderer/api/kube-api.ts:182

    +

    Defined in src/renderer/api/kube-api.ts:194

    Parameters:

    __namedParameters: object

    @@ -1257,7 +1265,7 @@

    get#

    get(__namedParameters: object, query?: IKubeApiQueryParams): Promise‹T›

    Overrides KubeApi.get

    -

    Defined in src/renderer/api/kube-api-versioned.ts:39

    +

    Defined in src/renderer/api/kube-api-versioned.ts:39

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1286,13 +1294,13 @@

    getPreferredVersion#

    getPreferredVersion(): Promise‹void›

    -

    Defined in src/renderer/api/kube-api-versioned.ts:22

    +

    Defined in src/renderer/api/kube-api-versioned.ts:22

    Returns: Promise‹void›


    getResourceVersion#

    getResourceVersion(namespace: string): string

    Inherited from KubeApi.getResourceVersion

    -

    Defined in src/renderer/api/kube-api.ts:100

    +

    Defined in src/renderer/api/kube-api.ts:102

    Parameters:

    @@ -1315,7 +1323,7 @@

    getUrl#

    getUrl(__namedParameters: object, query?: Partial‹IKubeApiQueryParams›): string

    Overrides KubeApi.getUrl

    -

    Defined in src/renderer/api/kube-api-versioned.ts:44

    +

    Defined in src/renderer/api/kube-api-versioned.ts:44

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1345,7 +1353,7 @@

    getWatchUrl#

    getWatchUrl(namespace: string, query: IKubeApiQueryParams): string

    Inherited from KubeApi.getWatchUrl

    -

    Defined in src/renderer/api/kube-api.ts:187

    +

    Defined in src/renderer/api/kube-api.ts:199

    Parameters:

    @@ -1373,7 +1381,7 @@

    list#

    list(__namedParameters: object, query?: IKubeApiQueryParams): Promise‹T[]›

    Overrides KubeApi.list

    -

    Defined in src/renderer/api/kube-api-versioned.ts:35

    +

    Defined in src/renderer/api/kube-api-versioned.ts:35

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1395,10 +1403,33 @@

    Optional query: IKubeApiQueryParams

    Returns: Promise‹T[]›


    +

    Protected normalizeQuery#

    +

    normalizeQuery(query: Partial‹IKubeApiQueryParams›): object

    +

    Inherited from KubeApi.normalizeQuery

    +

    Defined in src/renderer/api/kube-api.ts:122

    +

    Parameters:

    +
    + + + + + + + + + + + + + + +
    NameTypeDefault
    queryPartial‹IKubeApiQueryParams›{}
    +

    Returns: object

    +

    Protected parseResponse#

    parseResponse(data: KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace?: string): any

    Inherited from KubeApi.parseResponse

    -

    Defined in src/renderer/api/kube-api.ts:120

    +

    Defined in src/renderer/api/kube-api.ts:132

    Parameters:

    @@ -1423,7 +1454,7 @@

    refreshResourceVersion#

    refreshResourceVersion(params?: object): Promise‹T[]›

    Inherited from KubeApi.refreshResourceVersion

    -

    Defined in src/renderer/api/kube-api.ts:104

    +

    Defined in src/renderer/api/kube-api.ts:106

    Parameters:

    Optional params: object

    @@ -1445,7 +1476,7 @@

    setResourceVersion#

    setResourceVersion(namespace: string, newVersion: string): void

    Inherited from KubeApi.setResourceVersion

    -

    Defined in src/renderer/api/kube-api.ts:96

    +

    Defined in src/renderer/api/kube-api.ts:98

    Parameters:

    @@ -1473,7 +1504,7 @@

    update#

    update(__namedParameters: object, data?: Partial‹T›): Promise‹T›

    Inherited from KubeApi.update

    -

    Defined in src/renderer/api/kube-api.ts:175

    +

    Defined in src/renderer/api/kube-api.ts:187

    Parameters:

    Default value __namedParameters: object= {}

    @@ -1503,14 +1534,14 @@

    watch#

    watch(): function

    Inherited from KubeApi.watch

    -

    Defined in src/renderer/api/kube-api.ts:195

    +

    Defined in src/renderer/api/kube-api.ts:207

    Returns: function

    ▸ (): void


    Static watchAll#

    watchAll(...apis: KubeApi[]): (Anonymous function)

    Inherited from KubeApi.watchAll

    -

    Defined in src/renderer/api/kube-api.ts:51

    +

    Defined in src/renderer/api/kube-api.ts:53

    Parameters:

    diff --git a/latest/extensions/api/classes/lensmainextension/index.html b/latest/extensions/api/classes/lensmainextension/index.html index 246cc220a8..3b64c425e8 100644 --- a/latest/extensions/api/classes/lensmainextension/index.html +++ b/latest/extensions/api/classes/lensmainextension/index.html @@ -1022,7 +1022,7 @@

    constructor#

    + new LensMainExtension(__namedParameters: object): LensMainExtension

    Inherited from LensMainExtension.constructor

    -

    Defined in src/extensions/lens-extension.ts:21

    +

    Defined in src/extensions/lens-extension.ts:21

    Parameters:

    __namedParameters: object

    @@ -1051,75 +1051,75 @@

    Properties#

    appMenus#

    appMenus: MenuRegistration[] = []

    -

    Defined in src/extensions/lens-main-extension.ts:6

    +

    Defined in src/extensions/lens-main-extension.ts:6


    isBundled#

    isBundled: boolean

    Inherited from LensMainExtension.isBundled

    -

    Defined in src/extensions/lens-extension.ts:19

    +

    Defined in src/extensions/lens-extension.ts:19


    manifest#

    manifest: LensExtensionManifest

    Inherited from LensMainExtension.manifest

    -

    Defined in src/extensions/lens-extension.ts:17

    +

    Defined in src/extensions/lens-extension.ts:17


    manifestPath#

    manifestPath: string

    Inherited from LensMainExtension.manifestPath

    -

    Defined in src/extensions/lens-extension.ts:18

    +

    Defined in src/extensions/lens-extension.ts:18

    Accessors#

    description#

    get description(): string

    Inherited from LensMainExtension.description

    -

    Defined in src/extensions/lens-extension.ts:41

    +

    Defined in src/extensions/lens-extension.ts:41

    Returns: string


    id#

    get id(): LensExtensionId

    Inherited from LensMainExtension.id

    -

    Defined in src/extensions/lens-extension.ts:29

    +

    Defined in src/extensions/lens-extension.ts:29

    Returns: LensExtensionId


    name#

    get name(): string

    Inherited from LensMainExtension.name

    -

    Defined in src/extensions/lens-extension.ts:33

    +

    Defined in src/extensions/lens-extension.ts:33

    Returns: string


    version#

    get version(): string

    Inherited from LensMainExtension.version

    -

    Defined in src/extensions/lens-extension.ts:37

    +

    Defined in src/extensions/lens-extension.ts:37

    Returns: string

    Methods#

    disable#

    disable(): Promise‹void›

    Inherited from LensMainExtension.disable

    -

    Defined in src/extensions/lens-extension.ts:54

    +

    Defined in src/extensions/lens-extension.ts:54

    Returns: Promise‹void›


    enable#

    enable(): Promise‹void›

    Inherited from LensMainExtension.enable

    -

    Defined in src/extensions/lens-extension.ts:46

    +

    Defined in src/extensions/lens-extension.ts:46

    Returns: Promise‹void›


    Protected onActivate#

    onActivate(): void

    Inherited from LensMainExtension.onActivate

    -

    Defined in src/extensions/lens-extension.ts:90

    +

    Defined in src/extensions/lens-extension.ts:90

    Returns: void


    Protected onDeactivate#

    onDeactivate(): void

    Inherited from LensMainExtension.onDeactivate

    -

    Defined in src/extensions/lens-extension.ts:94

    +

    Defined in src/extensions/lens-extension.ts:94

    Returns: void


    toggle#

    toggle(enable?: boolean): void

    Inherited from LensMainExtension.toggle

    -

    Defined in src/extensions/lens-extension.ts:61

    +

    Defined in src/extensions/lens-extension.ts:61

    Parameters:

    @@ -1140,7 +1140,7 @@

    whenEnabled#

    whenEnabled(handlers: function): Promise‹(Anonymous function)›

    Inherited from LensMainExtension.whenEnabled

    -

    Defined in src/extensions/lens-extension.ts:69

    +

    Defined in src/extensions/lens-extension.ts:69

    Parameters:

    handlers: function

    ▸ (): Function[]

    diff --git a/latest/extensions/api/classes/lensrendererextension/index.html b/latest/extensions/api/classes/lensrendererextension/index.html index 6c02837ca9..41e9ed58db 100644 --- a/latest/extensions/api/classes/lensrendererextension/index.html +++ b/latest/extensions/api/classes/lensrendererextension/index.html @@ -1078,7 +1078,7 @@

    constructor#

    + new LensRendererExtension(__namedParameters: object): LensRendererExtension

    Inherited from LensMainExtension.constructor

    -

    Defined in src/extensions/lens-extension.ts:21

    +

    Defined in src/extensions/lens-extension.ts:21

    Parameters:

    __namedParameters: object

    @@ -1107,103 +1107,103 @@

    Properties#

    appPreferences#

    appPreferences: AppPreferenceRegistration[] = []

    -

    Defined in src/extensions/lens-renderer-extension.ts:13

    +

    Defined in src/extensions/lens-renderer-extension.ts:13


    clusterFeatures#

    clusterFeatures: ClusterFeatureRegistration[] = []

    -

    Defined in src/extensions/lens-renderer-extension.ts:14

    +

    Defined in src/extensions/lens-renderer-extension.ts:14


    clusterPages#

    clusterPages: PageRegistration[] = []

    -

    Defined in src/extensions/lens-renderer-extension.ts:11

    +

    Defined in src/extensions/lens-renderer-extension.ts:11


    globalPages#

    globalPages: PageRegistration[] = []

    -

    Defined in src/extensions/lens-renderer-extension.ts:10

    +

    Defined in src/extensions/lens-renderer-extension.ts:10


    isBundled#

    isBundled: boolean

    Inherited from LensMainExtension.isBundled

    -

    Defined in src/extensions/lens-extension.ts:19

    +

    Defined in src/extensions/lens-extension.ts:19


    kubeObjectDetailItems#

    kubeObjectDetailItems: KubeObjectDetailRegistration[] = []

    -

    Defined in src/extensions/lens-renderer-extension.ts:16

    +

    Defined in src/extensions/lens-renderer-extension.ts:16


    kubeObjectMenuItems#

    kubeObjectMenuItems: KubeObjectMenuRegistration[] = []

    -

    Defined in src/extensions/lens-renderer-extension.ts:17

    +

    Defined in src/extensions/lens-renderer-extension.ts:17


    kubeObjectStatusTexts#

    kubeObjectStatusTexts: KubeObjectStatusRegistration[] = []

    -

    Defined in src/extensions/lens-renderer-extension.ts:12

    +

    Defined in src/extensions/lens-renderer-extension.ts:12


    manifest#

    manifest: LensExtensionManifest

    Inherited from LensMainExtension.manifest

    -

    Defined in src/extensions/lens-extension.ts:17

    +

    Defined in src/extensions/lens-extension.ts:17


    manifestPath#

    manifestPath: string

    Inherited from LensMainExtension.manifestPath

    -

    Defined in src/extensions/lens-extension.ts:18

    +

    Defined in src/extensions/lens-extension.ts:18


    statusBarItems#

    statusBarItems: StatusBarRegistration[] = []

    -

    Defined in src/extensions/lens-renderer-extension.ts:15

    +

    Defined in src/extensions/lens-renderer-extension.ts:15

    Accessors#

    description#

    get description(): string

    Inherited from LensMainExtension.description

    -

    Defined in src/extensions/lens-extension.ts:41

    +

    Defined in src/extensions/lens-extension.ts:41

    Returns: string


    id#

    get id(): LensExtensionId

    Inherited from LensMainExtension.id

    -

    Defined in src/extensions/lens-extension.ts:29

    +

    Defined in src/extensions/lens-extension.ts:29

    Returns: LensExtensionId


    name#

    get name(): string

    Inherited from LensMainExtension.name

    -

    Defined in src/extensions/lens-extension.ts:33

    +

    Defined in src/extensions/lens-extension.ts:33

    Returns: string


    version#

    get version(): string

    Inherited from LensMainExtension.version

    -

    Defined in src/extensions/lens-extension.ts:37

    +

    Defined in src/extensions/lens-extension.ts:37

    Returns: string

    Methods#

    disable#

    disable(): Promise‹void›

    Inherited from LensMainExtension.disable

    -

    Defined in src/extensions/lens-extension.ts:54

    +

    Defined in src/extensions/lens-extension.ts:54

    Returns: Promise‹void›


    enable#

    enable(): Promise‹void›

    Inherited from LensMainExtension.enable

    -

    Defined in src/extensions/lens-extension.ts:46

    +

    Defined in src/extensions/lens-extension.ts:46

    Returns: Promise‹void›


    Protected onActivate#

    onActivate(): void

    Inherited from LensMainExtension.onActivate

    -

    Defined in src/extensions/lens-extension.ts:90

    +

    Defined in src/extensions/lens-extension.ts:90

    Returns: void


    Protected onDeactivate#

    onDeactivate(): void

    Inherited from LensMainExtension.onDeactivate

    -

    Defined in src/extensions/lens-extension.ts:94

    +

    Defined in src/extensions/lens-extension.ts:94

    Returns: void


    toggle#

    toggle(enable?: boolean): void

    Inherited from LensMainExtension.toggle

    -

    Defined in src/extensions/lens-extension.ts:61

    +

    Defined in src/extensions/lens-extension.ts:61

    Parameters:

    @@ -1224,7 +1224,7 @@

    whenEnabled#

    whenEnabled(handlers: function): Promise‹(Anonymous function)›

    Inherited from LensMainExtension.whenEnabled

    -

    Defined in src/extensions/lens-extension.ts:69

    +

    Defined in src/extensions/lens-extension.ts:69

    Parameters:

    handlers: function

    ▸ (): Function[]

    diff --git a/latest/extensions/api/enums/_renderer_api_components_.notificationstatus/index.html b/latest/extensions/api/enums/_renderer_api_components_.notificationstatus/index.html index ef58846b6a..7b420ba851 100644 --- a/latest/extensions/api/enums/_renderer_api_components_.notificationstatus/index.html +++ b/latest/extensions/api/enums/_renderer_api_components_.notificationstatus/index.html @@ -844,15 +844,15 @@

    Enumeration members#

    ERROR#

    ERROR: = "error"

    -

    Defined in src/renderer/components/notifications/notifications.store.ts:13

    +

    Defined in src/renderer/components/notifications/notifications.store.ts:13


    INFO#

    INFO: = "info"

    -

    Defined in src/renderer/components/notifications/notifications.store.ts:14

    +

    Defined in src/renderer/components/notifications/notifications.store.ts:14


    OK#

    OK: = "ok"

    -

    Defined in src/renderer/components/notifications/notifications.store.ts:12

    +

    Defined in src/renderer/components/notifications/notifications.store.ts:12

    diff --git a/latest/extensions/api/enums/_renderer_api_components_.tooltipposition/index.html b/latest/extensions/api/enums/_renderer_api_components_.tooltipposition/index.html index 411830b356..5d8c2e31c9 100644 --- a/latest/extensions/api/enums/_renderer_api_components_.tooltipposition/index.html +++ b/latest/extensions/api/enums/_renderer_api_components_.tooltipposition/index.html @@ -884,35 +884,35 @@

    Enumeration members#

    BOTTOM#

    BOTTOM: = "bottom"

    -

    Defined in src/renderer/components/tooltip/tooltip.tsx:11

    +

    Defined in src/renderer/components/tooltip/tooltip.tsx:11


    BOTTOM_LEFT#

    BOTTOM_LEFT: = "bottom_left"

    -

    Defined in src/renderer/components/tooltip/tooltip.tsx:16

    +

    Defined in src/renderer/components/tooltip/tooltip.tsx:16


    BOTTOM_RIGHT#

    BOTTOM_RIGHT: = "bottom_right"

    -

    Defined in src/renderer/components/tooltip/tooltip.tsx:17

    +

    Defined in src/renderer/components/tooltip/tooltip.tsx:17


    LEFT#

    LEFT: = "left"

    -

    Defined in src/renderer/components/tooltip/tooltip.tsx:12

    +

    Defined in src/renderer/components/tooltip/tooltip.tsx:12


    RIGHT: = "right"

    -

    Defined in src/renderer/components/tooltip/tooltip.tsx:13

    +

    Defined in src/renderer/components/tooltip/tooltip.tsx:13


    TOP#

    TOP: = "top"

    -

    Defined in src/renderer/components/tooltip/tooltip.tsx:10

    +

    Defined in src/renderer/components/tooltip/tooltip.tsx:10


    TOP_LEFT#

    TOP_LEFT: = "top_left"

    -

    Defined in src/renderer/components/tooltip/tooltip.tsx:14

    +

    Defined in src/renderer/components/tooltip/tooltip.tsx:14


    TOP_RIGHT#

    TOP_RIGHT: = "top_right"

    -

    Defined in src/renderer/components/tooltip/tooltip.tsx:15

    +

    Defined in src/renderer/components/tooltip/tooltip.tsx:15

    diff --git a/latest/extensions/api/enums/_renderer_api_k8s_api_.kubeobjectstatuslevel/index.html b/latest/extensions/api/enums/_renderer_api_k8s_api_.kubeobjectstatuslevel/index.html index 579a49f9b1..03c032a2c7 100644 --- a/latest/extensions/api/enums/_renderer_api_k8s_api_.kubeobjectstatuslevel/index.html +++ b/latest/extensions/api/enums/_renderer_api_k8s_api_.kubeobjectstatuslevel/index.html @@ -844,15 +844,15 @@

    Enumeration members#

    CRITICAL#

    CRITICAL: = 3

    -

    Defined in src/extensions/renderer-api/kube-object-status.ts:10

    +

    Defined in src/extensions/renderer-api/kube-object-status.ts:10


    INFO#

    INFO: = 1

    -

    Defined in src/extensions/renderer-api/kube-object-status.ts:8

    +

    Defined in src/extensions/renderer-api/kube-object-status.ts:8


    WARNING#

    WARNING: = 2

    -

    Defined in src/extensions/renderer-api/kube-object-status.ts:9

    +

    Defined in src/extensions/renderer-api/kube-object-status.ts:9

    diff --git a/latest/extensions/api/globals/index.html b/latest/extensions/api/globals/index.html index 9819a1fc8b..8daa2cea50 100644 --- a/latest/extensions/api/globals/index.html +++ b/latest/extensions/api/globals/index.html @@ -859,7 +859,7 @@

    Variables#

    Let windowManager#

    windowManager: WindowManager

    -

    Defined in src/extensions/core-api/index.ts:16

    +

    Defined in src/extensions/core-api/index.ts:16

    diff --git a/latest/extensions/api/interfaces/_core_api_cluster_feature_.clusterfeaturestatus/index.html b/latest/extensions/api/interfaces/_core_api_cluster_feature_.clusterfeaturestatus/index.html index 2a14eb2e4e..d6d43e4910 100644 --- a/latest/extensions/api/interfaces/_core_api_cluster_feature_.clusterfeaturestatus/index.html +++ b/latest/extensions/api/interfaces/_core_api_cluster_feature_.clusterfeaturestatus/index.html @@ -863,19 +863,19 @@

    Properties#

    canUpgrade#

    canUpgrade: boolean

    -

    Defined in src/extensions/cluster-feature.ts:15

    +

    Defined in src/extensions/cluster-feature.ts:15


    currentVersion#

    currentVersion: string

    -

    Defined in src/extensions/cluster-feature.ts:12

    +

    Defined in src/extensions/cluster-feature.ts:12


    installed#

    installed: boolean

    -

    Defined in src/extensions/cluster-feature.ts:13

    +

    Defined in src/extensions/cluster-feature.ts:13


    latestVersion#

    latestVersion: string

    -

    Defined in src/extensions/cluster-feature.ts:14

    +

    Defined in src/extensions/cluster-feature.ts:14

    diff --git a/latest/extensions/api/interfaces/_core_api_stores_.clustermodel/index.html b/latest/extensions/api/interfaces/_core_api_stores_.clustermodel/index.html index 9bcce57b23..f1b1edb015 100644 --- a/latest/extensions/api/interfaces/_core_api_stores_.clustermodel/index.html +++ b/latest/extensions/api/interfaces/_core_api_stores_.clustermodel/index.html @@ -914,40 +914,40 @@

    Properties#

    Optional accessibleNamespaces#

    accessibleNamespaces? : string[]

    -

    Defined in src/common/cluster-store.ts:42

    +

    Defined in src/common/cluster-store.ts:42


    Optional contextName#

    contextName? : string

    -

    Defined in src/common/cluster-store.ts:38

    +

    Defined in src/common/cluster-store.ts:38


    id#

    id: ClusterId

    -

    Defined in src/common/cluster-store.ts:35

    +

    Defined in src/common/cluster-store.ts:35


    Optional kubeConfig#

    kubeConfig? : string

    -

    Defined in src/common/cluster-store.ts:45

    +

    Defined in src/common/cluster-store.ts:45

    deprecated


    kubeConfigPath#

    kubeConfigPath: string

    -

    Defined in src/common/cluster-store.ts:36

    +

    Defined in src/common/cluster-store.ts:36


    Optional metadata#

    metadata? : ClusterMetadata

    -

    Defined in src/common/cluster-store.ts:40

    +

    Defined in src/common/cluster-store.ts:40


    Optional ownerRef#

    ownerRef? : string

    -

    Defined in src/common/cluster-store.ts:41

    +

    Defined in src/common/cluster-store.ts:41


    Optional preferences#

    preferences? : ClusterPreferences

    -

    Defined in src/common/cluster-store.ts:39

    +

    Defined in src/common/cluster-store.ts:39


    Optional workspace#

    workspace? : WorkspaceId

    -

    Defined in src/common/cluster-store.ts:37

    +

    Defined in src/common/cluster-store.ts:37

    diff --git a/latest/extensions/api/interfaces/_core_api_stores_.workspacemodel/index.html b/latest/extensions/api/interfaces/_core_api_stores_.workspacemodel/index.html index 3ab76935d7..891d3ab621 100644 --- a/latest/extensions/api/interfaces/_core_api_stores_.workspacemodel/index.html +++ b/latest/extensions/api/interfaces/_core_api_stores_.workspacemodel/index.html @@ -874,19 +874,19 @@

    Properties#

    Optional description#

    description? : string

    -

    Defined in src/common/workspace-store.ts:19

    +

    Defined in src/common/workspace-store.ts:19


    id#

    id: WorkspaceId

    -

    Defined in src/common/workspace-store.ts:17

    +

    Defined in src/common/workspace-store.ts:17


    name#

    name: string

    -

    Defined in src/common/workspace-store.ts:18

    +

    Defined in src/common/workspace-store.ts:18


    Optional ownerRef#

    ownerRef? : string

    -

    Defined in src/common/workspace-store.ts:20

    +

    Defined in src/common/workspace-store.ts:20

    diff --git a/latest/extensions/api/interfaces/_interfaces_index_.apppreferencecomponents/index.html b/latest/extensions/api/interfaces/_interfaces_index_.apppreferencecomponents/index.html index 27db144b13..8707a595d9 100644 --- a/latest/extensions/api/interfaces/_interfaces_index_.apppreferencecomponents/index.html +++ b/latest/extensions/api/interfaces/_interfaces_index_.apppreferencecomponents/index.html @@ -847,11 +847,11 @@

    Properties#

    Hint#

    Hint: React.ComponentType‹any›

    -

    Defined in src/extensions/registries/app-preference-registry.ts:5

    +

    Defined in src/extensions/registries/app-preference-registry.ts:5


    Input#

    Input: React.ComponentType‹any›

    -

    Defined in src/extensions/registries/app-preference-registry.ts:6

    +

    Defined in src/extensions/registries/app-preference-registry.ts:6

    diff --git a/latest/extensions/api/interfaces/_interfaces_index_.apppreferenceregistration/index.html b/latest/extensions/api/interfaces/_interfaces_index_.apppreferenceregistration/index.html index 460eefccbb..0bd6f6c996 100644 --- a/latest/extensions/api/interfaces/_interfaces_index_.apppreferenceregistration/index.html +++ b/latest/extensions/api/interfaces/_interfaces_index_.apppreferenceregistration/index.html @@ -847,11 +847,11 @@

    Properties#

    components#

    components: AppPreferenceComponents

    -

    Defined in src/extensions/registries/app-preference-registry.ts:11

    +

    Defined in src/extensions/registries/app-preference-registry.ts:11


    title#

    title: string

    -

    Defined in src/extensions/registries/app-preference-registry.ts:10

    +

    Defined in src/extensions/registries/app-preference-registry.ts:10

    diff --git a/latest/extensions/api/interfaces/_interfaces_index_.clusterfeaturecomponents/index.html b/latest/extensions/api/interfaces/_interfaces_index_.clusterfeaturecomponents/index.html index 40d7f57a99..d75cf3bf1e 100644 --- a/latest/extensions/api/interfaces/_interfaces_index_.clusterfeaturecomponents/index.html +++ b/latest/extensions/api/interfaces/_interfaces_index_.clusterfeaturecomponents/index.html @@ -839,7 +839,7 @@

    Properties#

    Description#

    Description: React.ComponentType‹any›

    -

    Defined in src/extensions/registries/cluster-feature-registry.ts:5

    +

    Defined in src/extensions/registries/cluster-feature-registry.ts:5

    diff --git a/latest/extensions/api/interfaces/_interfaces_index_.clusterfeatureregistration/index.html b/latest/extensions/api/interfaces/_interfaces_index_.clusterfeatureregistration/index.html index 6837bd5dc0..272b234166 100644 --- a/latest/extensions/api/interfaces/_interfaces_index_.clusterfeatureregistration/index.html +++ b/latest/extensions/api/interfaces/_interfaces_index_.clusterfeatureregistration/index.html @@ -855,15 +855,15 @@

    Properties#

    components#

    components: ClusterFeatureComponents

    -

    Defined in src/extensions/registries/cluster-feature-registry.ts:10

    +

    Defined in src/extensions/registries/cluster-feature-registry.ts:10


    feature#

    feature: ClusterFeature

    -

    Defined in src/extensions/registries/cluster-feature-registry.ts:11

    +

    Defined in src/extensions/registries/cluster-feature-registry.ts:11


    title#

    title: string

    -

    Defined in src/extensions/registries/cluster-feature-registry.ts:9

    +

    Defined in src/extensions/registries/cluster-feature-registry.ts:9

    diff --git a/latest/extensions/api/interfaces/_interfaces_index_.kubeobjectdetailcomponents/index.html b/latest/extensions/api/interfaces/_interfaces_index_.kubeobjectdetailcomponents/index.html index 9fd9273deb..9543cacf83 100644 --- a/latest/extensions/api/interfaces/_interfaces_index_.kubeobjectdetailcomponents/index.html +++ b/latest/extensions/api/interfaces/_interfaces_index_.kubeobjectdetailcomponents/index.html @@ -839,7 +839,7 @@

    Properties#

    Details#

    Details: React.ComponentType‹any›

    -

    Defined in src/extensions/registries/kube-object-detail-registry.ts:5

    +

    Defined in src/extensions/registries/kube-object-detail-registry.ts:5

    diff --git a/latest/extensions/api/interfaces/_interfaces_index_.kubeobjectdetailregistration/index.html b/latest/extensions/api/interfaces/_interfaces_index_.kubeobjectdetailregistration/index.html index 718334fe4a..ece5018541 100644 --- a/latest/extensions/api/interfaces/_interfaces_index_.kubeobjectdetailregistration/index.html +++ b/latest/extensions/api/interfaces/_interfaces_index_.kubeobjectdetailregistration/index.html @@ -855,15 +855,15 @@

    Properties#

    apiVersions#

    apiVersions: string[]

    -

    Defined in src/extensions/registries/kube-object-detail-registry.ts:10

    +

    Defined in src/extensions/registries/kube-object-detail-registry.ts:10


    components#

    components: KubeObjectDetailComponents

    -

    Defined in src/extensions/registries/kube-object-detail-registry.ts:11

    +

    Defined in src/extensions/registries/kube-object-detail-registry.ts:11


    kind#

    kind: string

    -

    Defined in src/extensions/registries/kube-object-detail-registry.ts:9

    +

    Defined in src/extensions/registries/kube-object-detail-registry.ts:9

    diff --git a/latest/extensions/api/interfaces/_interfaces_index_.kubeobjectmenucomponents/index.html b/latest/extensions/api/interfaces/_interfaces_index_.kubeobjectmenucomponents/index.html index c866d4235e..b05bc0ddba 100644 --- a/latest/extensions/api/interfaces/_interfaces_index_.kubeobjectmenucomponents/index.html +++ b/latest/extensions/api/interfaces/_interfaces_index_.kubeobjectmenucomponents/index.html @@ -839,7 +839,7 @@

    Properties#

    MenuItem: React.ComponentType‹any›

    -

    Defined in src/extensions/registries/kube-object-menu-registry.ts:5

    +

    Defined in src/extensions/registries/kube-object-menu-registry.ts:5

    diff --git a/latest/extensions/api/interfaces/_interfaces_index_.kubeobjectmenuregistration/index.html b/latest/extensions/api/interfaces/_interfaces_index_.kubeobjectmenuregistration/index.html index da2d66b340..ce6d596dc7 100644 --- a/latest/extensions/api/interfaces/_interfaces_index_.kubeobjectmenuregistration/index.html +++ b/latest/extensions/api/interfaces/_interfaces_index_.kubeobjectmenuregistration/index.html @@ -855,15 +855,15 @@

    Properties#

    apiVersions#

    apiVersions: string[]

    -

    Defined in src/extensions/registries/kube-object-menu-registry.ts:10

    +

    Defined in src/extensions/registries/kube-object-menu-registry.ts:10


    components#

    components: KubeObjectMenuComponents

    -

    Defined in src/extensions/registries/kube-object-menu-registry.ts:11

    +

    Defined in src/extensions/registries/kube-object-menu-registry.ts:11


    kind#

    kind: string

    -

    Defined in src/extensions/registries/kube-object-menu-registry.ts:9

    +

    Defined in src/extensions/registries/kube-object-menu-registry.ts:9

    diff --git a/latest/extensions/api/interfaces/_interfaces_index_.kubeobjectstatusregistration/index.html b/latest/extensions/api/interfaces/_interfaces_index_.kubeobjectstatusregistration/index.html index e633cea1bb..ff06132152 100644 --- a/latest/extensions/api/interfaces/_interfaces_index_.kubeobjectstatusregistration/index.html +++ b/latest/extensions/api/interfaces/_interfaces_index_.kubeobjectstatusregistration/index.html @@ -855,15 +855,15 @@

    Properties#

    apiVersions#

    apiVersions: string[]

    -

    Defined in src/extensions/registries/kube-object-status-registry.ts:6

    +

    Defined in src/extensions/registries/kube-object-status-registry.ts:6


    kind#

    kind: string

    -

    Defined in src/extensions/registries/kube-object-status-registry.ts:5

    +

    Defined in src/extensions/registries/kube-object-status-registry.ts:5


    resolve#

    resolve: function

    -

    Defined in src/extensions/registries/kube-object-status-registry.ts:7

    +

    Defined in src/extensions/registries/kube-object-status-registry.ts:7

    Type declaration:

    ▸ (object: KubeObject): KubeObjectStatus

    Parameters:

    diff --git a/latest/extensions/api/interfaces/_interfaces_index_.pagecomponents/index.html b/latest/extensions/api/interfaces/_interfaces_index_.pagecomponents/index.html index d012f946d7..88190e6232 100644 --- a/latest/extensions/api/interfaces/_interfaces_index_.pagecomponents/index.html +++ b/latest/extensions/api/interfaces/_interfaces_index_.pagecomponents/index.html @@ -847,11 +847,11 @@

    Properties#

    Optional MenuIcon#

    MenuIcon? : React.ComponentType‹IconProps

    -

    Defined in src/extensions/registries/page-registry.ts:21

    +

    Defined in src/extensions/registries/page-registry.ts:21


    Page#

    Page: React.ComponentType‹any›

    -

    Defined in src/extensions/registries/page-registry.ts:20

    +

    Defined in src/extensions/registries/page-registry.ts:20

    diff --git a/latest/extensions/api/interfaces/_interfaces_index_.pageregistration/index.html b/latest/extensions/api/interfaces/_interfaces_index_.pageregistration/index.html index cbe342a08f..04d849a0a4 100644 --- a/latest/extensions/api/interfaces/_interfaces_index_.pageregistration/index.html +++ b/latest/extensions/api/interfaces/_interfaces_index_.pageregistration/index.html @@ -949,7 +949,7 @@

    Optional className#

    className? : IClassName

    -

    Defined in src/extensions/registries/page-registry.ts:11

    +

    Defined in src/extensions/registries/page-registry.ts:11


    Optional component#

    component? : React.ComponentType‹RouteComponentProps‹any›› | React.ComponentType‹any›

    @@ -958,7 +958,7 @@

    components#

    components: PageComponents

    -

    Defined in src/extensions/registries/page-registry.ts:16

    +

    Defined in src/extensions/registries/page-registry.ts:16


    Optional exact#

    exact? : boolean

    @@ -967,7 +967,7 @@

    Optional hideInMenu#

    hideInMenu? : boolean

    -

    Defined in src/extensions/registries/page-registry.ts:14

    +

    Defined in src/extensions/registries/page-registry.ts:14


    Optional location#

    location? : Location

    @@ -1013,15 +1013,15 @@

    Optional subPages#

    subPages? : PageRegistration & TabRoute[]

    -

    Defined in src/extensions/registries/page-registry.ts:15

    +

    Defined in src/extensions/registries/page-registry.ts:15


    Optional title#

    title? : React.ReactNode

    -

    Defined in src/extensions/registries/page-registry.ts:13

    +

    Defined in src/extensions/registries/page-registry.ts:13


    Optional url#

    url? : string

    -

    Defined in src/extensions/registries/page-registry.ts:12

    +

    Defined in src/extensions/registries/page-registry.ts:12

    diff --git a/latest/extensions/api/interfaces/_interfaces_index_.statusbarregistration/index.html b/latest/extensions/api/interfaces/_interfaces_index_.statusbarregistration/index.html index dbb1aec133..16603cade5 100644 --- a/latest/extensions/api/interfaces/_interfaces_index_.statusbarregistration/index.html +++ b/latest/extensions/api/interfaces/_interfaces_index_.statusbarregistration/index.html @@ -839,7 +839,7 @@

    Properties#

    Optional item#

    item? : React.ReactNode

    -

    Defined in src/extensions/registries/status-bar-registry.ts:7

    +

    Defined in src/extensions/registries/status-bar-registry.ts:7

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.badgeprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.badgeprops/index.html index 720b30fc95..2e72e6d9fa 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.badgeprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.badgeprops/index.html @@ -3378,7 +3378,7 @@ A hint could be a sample value or a brief description of the expected format.

    Optional label#

    label? : React.ReactNode

    -

    Defined in src/renderer/components/badge/badge.tsx:9

    +

    Defined in src/renderer/components/badge/badge.tsx:9


    Optional lang#

    lang? : string

    @@ -4232,7 +4232,7 @@ A hint could be a sample value or a brief description of the expected format.

    Optional small#

    small? : boolean

    -

    Defined in src/renderer/components/badge/badge.tsx:8

    +

    Defined in src/renderer/components/badge/badge.tsx:8


    Optional spellCheck#

    spellCheck? : Booleanish

    @@ -4267,12 +4267,12 @@ A hint could be a sample value or a brief description of the expected format.

    Optional tooltip#

    tooltip? : ReactNode | Omit‹TooltipProps, "targetId"›

    Inherited from ButtonProps.tooltip

    -

    Defined in src/renderer/components/tooltip/withTooltip.tsx:10

    +

    Defined in src/renderer/components/tooltip/withTooltip.tsx:10


    Optional tooltipOverrideDisabled#

    tooltipOverrideDisabled? : boolean

    Inherited from ButtonProps.tooltipOverrideDisabled

    -

    Defined in src/renderer/components/tooltip/withTooltip.tsx:15

    +

    Defined in src/renderer/components/tooltip/withTooltip.tsx:15

    forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is "disabled"


    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.buttonprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.buttonprops/index.html index cfac6a3664..c31d031312 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.buttonprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.buttonprops/index.html @@ -3082,7 +3082,7 @@

    Optional accent#

    accent? : boolean

    -

    Defined in src/renderer/components/button/button.tsx:10

    +

    Defined in src/renderer/components/button/button.tsx:10


    Optional accessKey#

    accessKey? : string

    @@ -3091,7 +3091,7 @@

    Optional active#

    active? : boolean

    -

    Defined in src/renderer/components/button/button.tsx:14

    +

    Defined in src/renderer/components/button/button.tsx:14


    Optional aria-activedescendant#

    aria-activedescendant? : string

    @@ -3433,7 +3433,7 @@ A hint could be a sample value or a brief description of the expected format.

    Optional big#

    big? : boolean

    -

    Defined in src/renderer/components/button/button.tsx:15

    +

    Defined in src/renderer/components/button/button.tsx:15


    checkedLink? : ReactLink‹boolean›

    @@ -3537,11 +3537,11 @@ A hint could be a sample value or a brief description of the expected format.

    Optional hidden#

    hidden? : boolean

    Overrides IconProps.hidden

    -

    Defined in src/renderer/components/button/button.tsx:13

    +

    Defined in src/renderer/components/button/button.tsx:13


    Optional href#

    href? : string

    -

    Defined in src/renderer/components/button/button.tsx:17

    +

    Defined in src/renderer/components/button/button.tsx:17


    Optional id#

    id? : string

    @@ -3594,7 +3594,7 @@ A hint could be a sample value or a brief description of the expected format.

    Optional label#

    label? : React.ReactNode

    -

    Defined in src/renderer/components/button/button.tsx:7

    +

    Defined in src/renderer/components/button/button.tsx:7


    Optional lang#

    lang? : string

    @@ -4408,7 +4408,7 @@ A hint could be a sample value or a brief description of the expected format.

    Optional outlined#

    outlined? : boolean

    -

    Defined in src/renderer/components/button/button.tsx:12

    +

    Defined in src/renderer/components/button/button.tsx:12


    Optional placeholder#

    placeholder? : string

    @@ -4417,7 +4417,7 @@ A hint could be a sample value or a brief description of the expected format.

    Optional plain#

    plain? : boolean

    -

    Defined in src/renderer/components/button/button.tsx:11

    +

    Defined in src/renderer/components/button/button.tsx:11


    Optional prefix#

    prefix? : string

    @@ -4426,7 +4426,7 @@ A hint could be a sample value or a brief description of the expected format.

    Optional primary#

    primary? : boolean

    -

    Defined in src/renderer/components/button/button.tsx:9

    +

    Defined in src/renderer/components/button/button.tsx:9


    Optional property#

    property? : string

    @@ -4455,7 +4455,7 @@ A hint could be a sample value or a brief description of the expected format.

    Optional round#

    round? : boolean

    -

    Defined in src/renderer/components/button/button.tsx:16

    +

    Defined in src/renderer/components/button/button.tsx:16


    Optional security#

    security? : string

    @@ -4494,7 +4494,7 @@ A hint could be a sample value or a brief description of the expected format.

    Optional target#

    target? : "_blank"

    -

    Defined in src/renderer/components/button/button.tsx:18

    +

    Defined in src/renderer/components/button/button.tsx:18


    Optional title#

    title? : string

    @@ -4504,12 +4504,12 @@ A hint could be a sample value or a brief description of the expected format.

    Optional tooltip#

    tooltip? : ReactNode | Omit‹TooltipProps, "targetId"›

    Inherited from ButtonProps.tooltip

    -

    Defined in src/renderer/components/tooltip/withTooltip.tsx:10

    +

    Defined in src/renderer/components/tooltip/withTooltip.tsx:10


    Optional tooltipOverrideDisabled#

    tooltipOverrideDisabled? : boolean

    Inherited from ButtonProps.tooltipOverrideDisabled

    -

    Defined in src/renderer/components/tooltip/withTooltip.tsx:15

    +

    Defined in src/renderer/components/tooltip/withTooltip.tsx:15

    forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is "disabled"


    @@ -4550,7 +4550,7 @@ useful for displaying tooltips even when the target is "disabled"


    Optional waiting#

    waiting? : boolean

    -

    Defined in src/renderer/components/button/button.tsx:8

    +

    Defined in src/renderer/components/button/button.tsx:8

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.checkboxprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.checkboxprops/index.html index a1d06c9ebc..ac77a482c7 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.checkboxprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.checkboxprops/index.html @@ -919,31 +919,31 @@

    Properties#

    Optional className#

    className? : string

    -

    Defined in src/renderer/components/checkbox/checkbox.tsx:7

    +

    Defined in src/renderer/components/checkbox/checkbox.tsx:7


    Optional disabled#

    disabled? : boolean

    -

    Defined in src/renderer/components/checkbox/checkbox.tsx:10

    +

    Defined in src/renderer/components/checkbox/checkbox.tsx:10


    Optional inline#

    inline? : boolean

    -

    Defined in src/renderer/components/checkbox/checkbox.tsx:9

    +

    Defined in src/renderer/components/checkbox/checkbox.tsx:9


    Optional label#

    label? : React.ReactNode

    -

    Defined in src/renderer/components/checkbox/checkbox.tsx:8

    +

    Defined in src/renderer/components/checkbox/checkbox.tsx:8


    Optional theme#

    theme? : "dark" | "light"

    -

    Defined in src/renderer/components/checkbox/checkbox.tsx:6

    +

    Defined in src/renderer/components/checkbox/checkbox.tsx:6


    Optional value#

    value? : T

    -

    Defined in src/renderer/components/checkbox/checkbox.tsx:11

    +

    Defined in src/renderer/components/checkbox/checkbox.tsx:11

    Methods#

    Optional onChange#

    onChange(value: T, evt: ChangeEvent‹HTMLInputElement›): void

    -

    Defined in src/renderer/components/checkbox/checkbox.tsx:12

    +

    Defined in src/renderer/components/checkbox/checkbox.tsx:12

    Parameters:

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/index.html index 0c0f6c18f0..d9a700a006 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/index.html @@ -887,33 +887,33 @@

    Properties#

    Optional cancelButtonProps#

    cancelButtonProps? : Partial‹ButtonProps

    -

    Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:22

    +

    Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:22


    Optional icon#

    icon? : ReactNode

    -

    Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:20

    +

    Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:20


    Optional labelCancel#

    labelCancel? : ReactNode

    -

    Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:18

    +

    Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:18


    Optional labelOk#

    labelOk? : ReactNode

    -

    Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:17

    +

    Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:17


    Optional message#

    message? : ReactNode

    -

    Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:19

    +

    Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:19


    Optional ok#

    ok? : function

    -

    Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:16

    +

    Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:16

    Type declaration:

    ▸ (): void


    Optional okButtonProps#

    okButtonProps? : Partial‹ButtonProps

    -

    Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:21

    +

    Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:21

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.cubespinnerprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.cubespinnerprops/index.html index 9cd50c43a2..24c1f51976 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.cubespinnerprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.cubespinnerprops/index.html @@ -847,11 +847,11 @@

    Properties#

    Optional center#

    center? : boolean

    -

    Defined in src/renderer/components/spinner/cube-spinner.tsx:7

    +

    Defined in src/renderer/components/spinner/cube-spinner.tsx:7


    Optional className#

    className? : string

    -

    Defined in src/renderer/components/spinner/cube-spinner.tsx:6

    +

    Defined in src/renderer/components/spinner/cube-spinner.tsx:6

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.dialogprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.dialogprops/index.html index 3c32c92281..9262d76432 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.dialogprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.dialogprops/index.html @@ -903,47 +903,47 @@

    Properties#

    Optional animated#

    animated? : boolean

    -

    Defined in src/renderer/components/dialog/dialog.tsx:22

    +

    Defined in src/renderer/components/dialog/dialog.tsx:22


    Optional className#

    className? : string

    -

    Defined in src/renderer/components/dialog/dialog.tsx:14

    +

    Defined in src/renderer/components/dialog/dialog.tsx:14


    Optional close#

    close? : function

    -

    Defined in src/renderer/components/dialog/dialog.tsx:17

    +

    Defined in src/renderer/components/dialog/dialog.tsx:17

    Type declaration:

    ▸ (): void


    Optional isOpen#

    isOpen? : boolean

    -

    Defined in src/renderer/components/dialog/dialog.tsx:15

    +

    Defined in src/renderer/components/dialog/dialog.tsx:15


    Optional modal#

    modal? : boolean

    -

    Defined in src/renderer/components/dialog/dialog.tsx:20

    +

    Defined in src/renderer/components/dialog/dialog.tsx:20


    Optional onClose#

    onClose? : function

    -

    Defined in src/renderer/components/dialog/dialog.tsx:19

    +

    Defined in src/renderer/components/dialog/dialog.tsx:19

    Type declaration:

    ▸ (): void


    Optional onOpen#

    onOpen? : function

    -

    Defined in src/renderer/components/dialog/dialog.tsx:18

    +

    Defined in src/renderer/components/dialog/dialog.tsx:18

    Type declaration:

    ▸ (): void


    Optional open#

    open? : function

    -

    Defined in src/renderer/components/dialog/dialog.tsx:16

    +

    Defined in src/renderer/components/dialog/dialog.tsx:16

    Type declaration:

    ▸ (): void


    Optional pinned#

    pinned? : boolean

    -

    Defined in src/renderer/components/dialog/dialog.tsx:21

    +

    Defined in src/renderer/components/dialog/dialog.tsx:21

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/index.html index cffac87a98..e7f12333af 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/index.html @@ -3265,7 +3265,7 @@ A hint could be a sample value or a brief description of the expected format.

    className? : string

    Inherited from DrawerItemProps.className

    Overrides ButtonProps.className

    -

    Defined in src/renderer/components/drawer/drawer-item.tsx:7

    +

    Defined in src/renderer/components/drawer/drawer-item.tsx:7


    Optional color#

    color? : string

    @@ -3320,7 +3320,7 @@ A hint could be a sample value or a brief description of the expected format.

    hidden? : boolean

    Inherited from DrawerItemProps.hidden

    Overrides IconProps.hidden

    -

    Defined in src/renderer/components/drawer/drawer-item.tsx:10

    +

    Defined in src/renderer/components/drawer/drawer-item.tsx:10


    Optional id#

    id? : string

    @@ -3373,12 +3373,12 @@ A hint could be a sample value or a brief description of the expected format.

    labels#

    labels: string[]

    -

    Defined in src/renderer/components/drawer/drawer-item-labels.tsx:6

    +

    Defined in src/renderer/components/drawer/drawer-item-labels.tsx:6


    Optional labelsOnly#

    labelsOnly? : boolean

    Inherited from DrawerItemProps.labelsOnly

    -

    Defined in src/renderer/components/drawer/drawer-item.tsx:9

    +

    Defined in src/renderer/components/drawer/drawer-item.tsx:9


    Optional lang#

    lang? : string

    @@ -3388,7 +3388,7 @@ A hint could be a sample value or a brief description of the expected format.

    name#

    name: React.ReactNode

    Inherited from DrawerItemProps.name

    -

    Defined in src/renderer/components/drawer/drawer-item.tsx:6

    +

    Defined in src/renderer/components/drawer/drawer-item.tsx:6


    Optional onAbort#

    onAbort? : ReactEventHandler‹any›

    @@ -4213,7 +4213,7 @@ A hint could be a sample value or a brief description of the expected format.

    Optional renderBoolean#

    renderBoolean? : boolean

    Inherited from DrawerItemProps.renderBoolean

    -

    Defined in src/renderer/components/drawer/drawer-item.tsx:11

    +

    Defined in src/renderer/components/drawer/drawer-item.tsx:11


    Optional resource#

    resource? : string

    @@ -4269,7 +4269,7 @@ A hint could be a sample value or a brief description of the expected format.

    title? : string

    Inherited from DrawerItemProps.title

    Overrides ButtonProps.title

    -

    Defined in src/renderer/components/drawer/drawer-item.tsx:8

    +

    Defined in src/renderer/components/drawer/drawer-item.tsx:8


    Optional translate#

    translate? : "yes" | "no"

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.draweritemprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.draweritemprops/index.html index e9158d6380..c401c5e6d4 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.draweritemprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.draweritemprops/index.html @@ -3259,7 +3259,7 @@ A hint could be a sample value or a brief description of the expected format.

    Optional className#

    className? : string

    Overrides ButtonProps.className

    -

    Defined in src/renderer/components/drawer/drawer-item.tsx:7

    +

    Defined in src/renderer/components/drawer/drawer-item.tsx:7


    Optional color#

    color? : string

    @@ -3313,7 +3313,7 @@ A hint could be a sample value or a brief description of the expected format.

    Optional hidden#

    hidden? : boolean

    Overrides IconProps.hidden

    -

    Defined in src/renderer/components/drawer/drawer-item.tsx:10

    +

    Defined in src/renderer/components/drawer/drawer-item.tsx:10


    Optional id#

    id? : string

    @@ -3366,7 +3366,7 @@ A hint could be a sample value or a brief description of the expected format.

    Optional labelsOnly#

    labelsOnly? : boolean

    -

    Defined in src/renderer/components/drawer/drawer-item.tsx:9

    +

    Defined in src/renderer/components/drawer/drawer-item.tsx:9


    Optional lang#

    lang? : string

    @@ -3375,7 +3375,7 @@ A hint could be a sample value or a brief description of the expected format.

    name#

    name: React.ReactNode

    -

    Defined in src/renderer/components/drawer/drawer-item.tsx:6

    +

    Defined in src/renderer/components/drawer/drawer-item.tsx:6


    Optional onAbort#

    onAbort? : ReactEventHandler‹any›

    @@ -4199,7 +4199,7 @@ A hint could be a sample value or a brief description of the expected format.

    Optional renderBoolean#

    renderBoolean? : boolean

    -

    Defined in src/renderer/components/drawer/drawer-item.tsx:11

    +

    Defined in src/renderer/components/drawer/drawer-item.tsx:11


    Optional resource#

    resource? : string

    @@ -4254,7 +4254,7 @@ A hint could be a sample value or a brief description of the expected format.

    Optional title#

    title? : string

    Overrides ButtonProps.title

    -

    Defined in src/renderer/components/drawer/drawer-item.tsx:8

    +

    Defined in src/renderer/components/drawer/drawer-item.tsx:8


    Optional translate#

    translate? : "yes" | "no"

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.drawerparamtogglerprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.drawerparamtogglerprops/index.html index aba3890b6e..999b53edeb 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.drawerparamtogglerprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.drawerparamtogglerprops/index.html @@ -839,7 +839,7 @@

    Properties#

    label#

    label: string | number

    -

    Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:9

    +

    Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:9

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.drawerprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.drawerprops/index.html index bce587ba9e..752857329c 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.drawerprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.drawerprops/index.html @@ -911,45 +911,45 @@

    Properties#

    Optional animation#

    animation? : AnimateName

    -

    Defined in src/renderer/components/drawer/drawer.tsx:18

    +

    Defined in src/renderer/components/drawer/drawer.tsx:18


    Optional className#

    className? : string | object

    -

    Defined in src/renderer/components/drawer/drawer.tsx:15

    +

    Defined in src/renderer/components/drawer/drawer.tsx:15


    Optional contentClass#

    contentClass? : string | object

    -

    Defined in src/renderer/components/drawer/drawer.tsx:16

    +

    Defined in src/renderer/components/drawer/drawer.tsx:16


    Optional onClose#

    onClose? : function

    -

    Defined in src/renderer/components/drawer/drawer.tsx:19

    +

    Defined in src/renderer/components/drawer/drawer.tsx:19

    Type declaration:

    ▸ (): void


    open#

    open: boolean

    -

    Defined in src/renderer/components/drawer/drawer.tsx:11

    +

    Defined in src/renderer/components/drawer/drawer.tsx:11


    Optional position#

    position? : "top" | "left" | "right" | "bottom"

    -

    Defined in src/renderer/components/drawer/drawer.tsx:17

    +

    Defined in src/renderer/components/drawer/drawer.tsx:17


    Optional size#

    size? : string

    -

    Defined in src/renderer/components/drawer/drawer.tsx:13

    +

    Defined in src/renderer/components/drawer/drawer.tsx:13


    title#

    title: React.ReactNode

    -

    Defined in src/renderer/components/drawer/drawer.tsx:12

    +

    Defined in src/renderer/components/drawer/drawer.tsx:12


    Optional toolbar#

    toolbar? : React.ReactNode

    -

    Defined in src/renderer/components/drawer/drawer.tsx:20

    +

    Defined in src/renderer/components/drawer/drawer.tsx:20


    Optional usePortal#

    usePortal? : boolean

    -

    Defined in src/renderer/components/drawer/drawer.tsx:14

    +

    Defined in src/renderer/components/drawer/drawer.tsx:14

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.drawertitleprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.drawertitleprops/index.html index a81454ed76..8958044235 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.drawertitleprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.drawertitleprops/index.html @@ -847,11 +847,11 @@

    Properties#

    Optional className#

    className? : string

    -

    Defined in src/renderer/components/drawer/drawer-title.tsx:6

    +

    Defined in src/renderer/components/drawer/drawer-title.tsx:6


    Optional title#

    title? : React.ReactNode

    -

    Defined in src/renderer/components/drawer/drawer-title.tsx:7

    +

    Defined in src/renderer/components/drawer/drawer-title.tsx:7

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.groupselectoption/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.groupselectoption/index.html index 8723445f9a..615d6ed1ce 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.groupselectoption/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.groupselectoption/index.html @@ -856,11 +856,11 @@

    Properties#

    label#

    label: ReactNode

    -

    Defined in src/renderer/components/select/select.tsx:16

    +

    Defined in src/renderer/components/select/select.tsx:16


    options#

    options: T[]

    -

    Defined in src/renderer/components/select/select.tsx:17

    +

    Defined in src/renderer/components/select/select.tsx:17

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.iconprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.iconprops/index.html index e46c7f4c2f..0d129e946a 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.iconprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.iconprops/index.html @@ -3015,7 +3015,7 @@

    Optional active#

    active? : boolean

    -

    Defined in src/renderer/components/icon/icon.tsx:20

    +

    Defined in src/renderer/components/icon/icon.tsx:20


    Optional aria-activedescendant#

    aria-activedescendant? : string

    @@ -3352,7 +3352,7 @@ A hint could be a sample value or a brief description of the expected format.

    Optional big#

    big? : boolean

    -

    Defined in src/renderer/components/icon/icon.tsx:19

    +

    Defined in src/renderer/components/icon/icon.tsx:19


    checkedLink? : ReactLink‹boolean›

    @@ -3415,7 +3415,7 @@ A hint could be a sample value or a brief description of the expected format.

    Optional disabled#

    disabled? : boolean

    -

    Defined in src/renderer/components/icon/icon.tsx:24

    +

    Defined in src/renderer/components/icon/icon.tsx:24


    Optional draggable#

    draggable? : Booleanish

    @@ -3424,7 +3424,7 @@ A hint could be a sample value or a brief description of the expected format.

    Optional focusable#

    focusable? : boolean

    -

    Defined in src/renderer/components/icon/icon.tsx:22

    +

    Defined in src/renderer/components/icon/icon.tsx:22


    Optional hidden#

    hidden? : boolean

    @@ -3433,7 +3433,7 @@ A hint could be a sample value or a brief description of the expected format.

    Optional href#

    href? : string

    -

    Defined in src/renderer/components/icon/icon.tsx:15

    +

    Defined in src/renderer/components/icon/icon.tsx:15


    Optional id#

    id? : string

    @@ -3454,7 +3454,7 @@ A hint could be a sample value or a brief description of the expected format.

    Optional interactive#

    interactive? : boolean

    -

    Defined in src/renderer/components/icon/icon.tsx:21

    +

    Defined in src/renderer/components/icon/icon.tsx:21


    Optional is#

    is? : string

    @@ -3495,11 +3495,11 @@ A hint could be a sample value or a brief description of the expected format.

    link? : LocationDescriptor

    -

    Defined in src/renderer/components/icon/icon.tsx:14

    +

    Defined in src/renderer/components/icon/icon.tsx:14


    Optional material#

    material? : string

    -

    Defined in src/renderer/components/icon/icon.tsx:12

    +

    Defined in src/renderer/components/icon/icon.tsx:12


    Optional onAbort#

    onAbort? : ReactEventHandler‹any›

    @@ -4343,7 +4343,7 @@ A hint could be a sample value or a brief description of the expected format.

    Optional size#

    size? : string | number

    -

    Defined in src/renderer/components/icon/icon.tsx:16

    +

    Defined in src/renderer/components/icon/icon.tsx:16


    Optional slot#

    slot? : string

    @@ -4352,11 +4352,11 @@ A hint could be a sample value or a brief description of the expected format.

    Optional small#

    small? : boolean

    -

    Defined in src/renderer/components/icon/icon.tsx:17

    +

    Defined in src/renderer/components/icon/icon.tsx:17


    Optional smallest#

    smallest? : boolean

    -

    Defined in src/renderer/components/icon/icon.tsx:18

    +

    Defined in src/renderer/components/icon/icon.tsx:18


    Optional spellCheck#

    spellCheck? : Booleanish

    @@ -4365,7 +4365,7 @@ A hint could be a sample value or a brief description of the expected format.

    Optional sticker#

    sticker? : boolean

    -

    Defined in src/renderer/components/icon/icon.tsx:23

    +

    Defined in src/renderer/components/icon/icon.tsx:23


    Optional style#

    style? : CSSProperties

    @@ -4384,7 +4384,7 @@ A hint could be a sample value or a brief description of the expected format.

    Optional svg#

    svg? : string

    -

    Defined in src/renderer/components/icon/icon.tsx:13

    +

    Defined in src/renderer/components/icon/icon.tsx:13


    Optional tabIndex#

    tabIndex? : number

    @@ -4399,12 +4399,12 @@ A hint could be a sample value or a brief description of the expected format.

    Optional tooltip#

    tooltip? : ReactNode | Omit‹TooltipProps, "targetId"›

    Inherited from ButtonProps.tooltip

    -

    Defined in src/renderer/components/tooltip/withTooltip.tsx:10

    +

    Defined in src/renderer/components/tooltip/withTooltip.tsx:10


    Optional tooltipOverrideDisabled#

    tooltipOverrideDisabled? : boolean

    Inherited from ButtonProps.tooltipOverrideDisabled

    -

    Defined in src/renderer/components/tooltip/withTooltip.tsx:15

    +

    Defined in src/renderer/components/tooltip/withTooltip.tsx:15

    forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is "disabled"


    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.inputvalidator/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.inputvalidator/index.html index 5ff6a49cf7..dffc041c4e 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.inputvalidator/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.inputvalidator/index.html @@ -886,15 +886,15 @@

    Properties#

    Optional debounce#

    debounce? : number

    -

    Defined in src/renderer/components/input/input_validators.ts:8

    +

    Defined in src/renderer/components/input/input_validators.ts:8


    Optional message#

    message? : ReactNode | function

    -

    Defined in src/renderer/components/input/input_validators.ts:10

    +

    Defined in src/renderer/components/input/input_validators.ts:10

    Methods#

    Optional condition#

    condition(props: InputProps): boolean

    -

    Defined in src/renderer/components/input/input_validators.ts:9

    +

    Defined in src/renderer/components/input/input_validators.ts:9

    Parameters:

    @@ -914,7 +914,7 @@

    validate#

    validate(value: string, props?: InputProps): boolean | Promise‹any›

    -

    Defined in src/renderer/components/input/input_validators.ts:11

    +

    Defined in src/renderer/components/input/input_validators.ts:11

    Parameters:

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.kubeeventdetailsprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.kubeeventdetailsprops/index.html index f311852072..97071503ea 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.kubeeventdetailsprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.kubeeventdetailsprops/index.html @@ -839,7 +839,7 @@

    Properties#

    object#

    object: KubeObject

    -

    Defined in src/renderer/components/+events/kube-event-details.tsx:12

    +

    Defined in src/renderer/components/+events/kube-event-details.tsx:12

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.kubeobjectdetailsprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.kubeobjectdetailsprops/index.html index 05866c6f2f..b7a8fb50fb 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.kubeobjectdetailsprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.kubeobjectdetailsprops/index.html @@ -856,11 +856,11 @@

    Properties#

    Optional className#

    className? : string

    -

    Defined in src/renderer/components/kube-object/kube-object-details.tsx:18

    +

    Defined in src/renderer/components/kube-object/kube-object-details.tsx:18


    object#

    object: T

    -

    Defined in src/renderer/components/kube-object/kube-object-details.tsx:19

    +

    Defined in src/renderer/components/kube-object/kube-object-details.tsx:19

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/index.html index 891c07920a..e074fda959 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/index.html @@ -1066,22 +1066,22 @@

    Optional addRemoveButtons#

    addRemoveButtons? : Partial‹AddRemoveButtonsProps›

    Inherited from KubeObjectListLayoutProps.addRemoveButtons

    -

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:61

    +

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:61


    className#

    className: IClassName

    Inherited from KubeObjectListLayoutProps.className

    -

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:36

    +

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:36


    Optional copyClassNameFromHeadCells#

    copyClassNameFromHeadCells? : boolean

    Inherited from KubeObjectListLayoutProps.copyClassNameFromHeadCells

    -

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:54

    +

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:54


    Optional customizeHeader#

    customizeHeader? : function

    Inherited from KubeObjectListLayoutProps.customizeHeader

    -

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:48

    +

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:48

    Type declaration:

    ▸ (placeholders: IHeaderPlaceholders, content: ReactNode): Partial‹IHeaderPlaceholders› | ReactNode

    Parameters:

    @@ -1107,7 +1107,7 @@

    Optional customizeRemoveDialog#

    customizeRemoveDialog? : function

    Inherited from KubeObjectListLayoutProps.customizeRemoveDialog

    -

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:70

    +

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:70

    Type declaration:

    ▸ (selectedItems: T[]): Partial‹ConfirmDialogParams

    Parameters:

    @@ -1129,7 +1129,7 @@

    Optional customizeTableRowProps#

    customizeTableRowProps? : function

    Inherited from KubeObjectListLayoutProps.customizeTableRowProps

    -

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:60

    +

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:60

    Type declaration:

    ▸ (item: T): Partial‹TableRowProps

    Parameters:

    @@ -1151,57 +1151,57 @@

    Optional dependentStores#

    dependentStores? : ItemStore[]

    Inherited from KubeObjectListLayoutProps.dependentStores

    -

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:38

    +

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:38


    Optional detailsItem#

    detailsItem? : T

    Inherited from KubeObjectListLayoutProps.detailsItem

    -

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:66

    +

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:66


    Optional filterItems#

    filterItems? : ItemsFilter‹T›[]

    Inherited from KubeObjectListLayoutProps.filterItems

    -

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:42

    +

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:42


    Optional hasDetailsView#

    hasDetailsView? : boolean

    Inherited from KubeObjectListLayoutProps.hasDetailsView

    -

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:65

    +

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:65


    Optional headerClassName#

    headerClassName? : IClassName

    Inherited from KubeObjectListLayoutProps.headerClassName

    -

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:46

    +

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:46


    Optional hideFilters#

    hideFilters? : boolean

    Inherited from KubeObjectListLayoutProps.hideFilters

    -

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:40

    +

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:40


    Optional isClusterScoped#

    isClusterScoped? : boolean

    Inherited from KubeObjectListLayoutProps.isClusterScoped

    -

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:39

    +

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:39


    Optional isReady#

    isReady? : boolean

    Inherited from KubeObjectListLayoutProps.isReady

    -

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:51

    +

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:51


    Optional isSearchable#

    isSearchable? : boolean

    Inherited from KubeObjectListLayoutProps.isSearchable

    -

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:53

    +

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:53


    Optional isSelectable#

    isSelectable? : boolean

    Inherited from KubeObjectListLayoutProps.isSelectable

    -

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:52

    +

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:52


    Optional onDetails#

    onDetails? : function

    Inherited from KubeObjectListLayoutProps.onDetails

    -

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:67

    +

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:67

    Type declaration:

    ▸ (item: T): void

    Parameters:

    @@ -1223,7 +1223,7 @@

    Optional renderFooter#

    renderFooter? : function

    Inherited from KubeObjectListLayoutProps.renderFooter

    -

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:71

    +

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:71

    Type declaration:

    ▸ (parent: ItemListLayout): React.ReactNode

    Parameters:

    @@ -1245,12 +1245,12 @@

    Optional renderHeaderTitle#

    renderHeaderTitle? : ReactNode | function

    Inherited from KubeObjectListLayoutProps.renderHeaderTitle

    -

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:47

    +

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:47


    Optional renderItemMenu#

    renderItemMenu? : function

    Inherited from KubeObjectListLayoutProps.renderItemMenu

    -

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:59

    +

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:59

    Type declaration:

    ▸ (item: T, store: ItemStore‹T›): ReactNode

    Parameters:

    @@ -1276,7 +1276,7 @@

    renderTableContents#

    renderTableContents: function

    Inherited from KubeObjectListLayoutProps.renderTableContents

    -

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:58

    +

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:58

    Type declaration:

    ▸ (item: T): (string | number | false | true | object | ReactElement‹any, string | function | object› | ReactNodeArray‹› | ReactPortal‹› | TableCellProps‹›)[]

    Parameters:

    @@ -1298,22 +1298,22 @@

    renderTableHeader#

    renderTableHeader: TableCellProps[] | null

    Inherited from KubeObjectListLayoutProps.renderTableHeader

    -

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:57

    +

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:57


    Optional searchFilters#

    searchFilters? : SearchFilter‹T›[]

    Inherited from KubeObjectListLayoutProps.searchFilters

    -

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:41

    +

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:41


    Optional showHeader#

    showHeader? : boolean

    Inherited from KubeObjectListLayoutProps.showHeader

    -

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:45

    +

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:45


    Optional sortingCallbacks#

    sortingCallbacks? : object

    Inherited from KubeObjectListLayoutProps.sortingCallbacks

    -

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:55

    +

    Defined in src/renderer/components/item-object-list/item-list-layout.tsx:55

    Type declaration:

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.selectoption/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.selectoption/index.html index 9f2772d9ce..dc10d516fc 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.selectoption/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.selectoption/index.html @@ -856,11 +856,11 @@

    Properties#

    Optional label#

    label? : React.ReactNode

    -

    Defined in src/renderer/components/select/select.tsx:22

    +

    Defined in src/renderer/components/select/select.tsx:22


    value#

    value: T

    -

    Defined in src/renderer/components/select/select.tsx:21

    +

    Defined in src/renderer/components/select/select.tsx:21

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.selectprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.selectprops/index.html index dc22d3f3ba..aef1f34543 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.selectprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.selectprops/index.html @@ -1492,7 +1492,7 @@

    Optional autoConvertOptions#

    autoConvertOptions? : boolean

    -

    Defined in src/renderer/components/select/select.tsx:30

    +

    Defined in src/renderer/components/select/select.tsx:30


    Optional autoFocus#

    autoFocus? : boolean

    @@ -1700,7 +1700,7 @@

    Optional isCreatable#

    isCreatable? : boolean

    -

    Defined in src/renderer/components/select/select.tsx:29

    +

    Defined in src/renderer/components/select/select.tsx:29


    Optional isDisabled#

    isDisabled? : boolean

    @@ -1839,7 +1839,7 @@

    Optional menuClass#

    menuClass? : string

    -

    Defined in src/renderer/components/select/select.tsx:28

    +

    Defined in src/renderer/components/select/select.tsx:28


    Optional menuIsOpen#

    menuIsOpen? : boolean

    @@ -2095,17 +2095,17 @@

    Optional themeName#

    themeName? : "dark" | "light" | "outlined"

    -

    Defined in src/renderer/components/select/select.tsx:27

    +

    Defined in src/renderer/components/select/select.tsx:27


    Optional value#

    value? : T

    Overrides void

    -

    Defined in src/renderer/components/select/select.tsx:26

    +

    Defined in src/renderer/components/select/select.tsx:26

    Methods#

    Optional onChange#

    onChange(option: T, meta?: ActionMeta‹any›): void

    Overrides void

    -

    Defined in src/renderer/components/select/select.tsx:31

    +

    Defined in src/renderer/components/select/select.tsx:31

    Parameters:

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.sliderprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.sliderprops/index.html index a76daf35b9..a42b3e5b9f 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.sliderprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.sliderprops/index.html @@ -871,11 +871,11 @@

    Properties#

    Optional className#

    className? : string

    -

    Defined in src/renderer/components/slider/slider.tsx:10

    +

    Defined in src/renderer/components/slider/slider.tsx:10

    Methods#

    Optional onChange#

    onChange(evt: FormEvent‹any›, value: number): void

    -

    Defined in src/renderer/components/slider/slider.tsx:11

    +

    Defined in src/renderer/components/slider/slider.tsx:11

    Parameters:

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.spinnerprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.spinnerprops/index.html index 6cdfc937ae..7718b19b1a 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.spinnerprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.spinnerprops/index.html @@ -4173,11 +4173,11 @@ A hint could be a sample value or a brief description of the expected format.

    Optional center#

    center? : boolean

    -

    Defined in src/renderer/components/spinner/spinner.tsx:8

    +

    Defined in src/renderer/components/spinner/spinner.tsx:8


    Optional centerHorizontal#

    centerHorizontal? : boolean

    -

    Defined in src/renderer/components/spinner/spinner.tsx:9

    +

    Defined in src/renderer/components/spinner/spinner.tsx:9


    Optional challenge#

    challenge? : string

    @@ -5525,7 +5525,7 @@ A hint could be a sample value or a brief description of the expected format.

    Optional singleColor#

    singleColor? : boolean

    -

    Defined in src/renderer/components/spinner/spinner.tsx:7

    +

    Defined in src/renderer/components/spinner/spinner.tsx:7


    Optional size#

    size? : number

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.statusbrickprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.statusbrickprops/index.html index 70ff3c70dd..d796ec2b86 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.statusbrickprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.statusbrickprops/index.html @@ -4243,12 +4243,12 @@ A hint could be a sample value or a brief description of the expected format.

    Optional tooltip#

    tooltip? : ReactNode | Omit‹TooltipProps, "targetId"›

    Inherited from ButtonProps.tooltip

    -

    Defined in src/renderer/components/tooltip/withTooltip.tsx:10

    +

    Defined in src/renderer/components/tooltip/withTooltip.tsx:10


    Optional tooltipOverrideDisabled#

    tooltipOverrideDisabled? : boolean

    Inherited from ButtonProps.tooltipOverrideDisabled

    -

    Defined in src/renderer/components/tooltip/withTooltip.tsx:15

    +

    Defined in src/renderer/components/tooltip/withTooltip.tsx:15

    forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is "disabled"


    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.stepperprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.stepperprops/index.html index cfab22cde6..c168b13ed0 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.stepperprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.stepperprops/index.html @@ -5552,11 +5552,11 @@ A hint could be a sample value or a brief description of the expected format.

    step#

    step: number

    Overrides LineProgressProps.step

    -

    Defined in src/renderer/components/stepper/stepper.tsx:6

    +

    Defined in src/renderer/components/stepper/stepper.tsx:6


    steps#

    steps: Step[]

    -

    Defined in src/renderer/components/stepper/stepper.tsx:7

    +

    Defined in src/renderer/components/stepper/stepper.tsx:7


    Optional style#

    style? : CSSProperties

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.tablayoutprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.tablayoutprops/index.html index 7e16e66ecc..fb8135259a 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.tablayoutprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.tablayoutprops/index.html @@ -863,19 +863,19 @@

    Properties#

    children#

    children: ReactNode

    -

    Defined in src/renderer/components/layout/tab-layout.tsx:16

    +

    Defined in src/renderer/components/layout/tab-layout.tsx:16


    Optional className#

    className? : any

    -

    Defined in src/renderer/components/layout/tab-layout.tsx:17

    +

    Defined in src/renderer/components/layout/tab-layout.tsx:17


    Optional contentClass#

    contentClass? : string

    -

    Defined in src/renderer/components/layout/tab-layout.tsx:19

    +

    Defined in src/renderer/components/layout/tab-layout.tsx:19


    Optional tabs#

    tabs? : TabRoute[]

    -

    Defined in src/renderer/components/layout/tab-layout.tsx:18

    +

    Defined in src/renderer/components/layout/tab-layout.tsx:18

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.tablecellprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.tablecellprops/index.html index 6f409c27aa..a68c1d21d1 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.tablecellprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.tablecellprops/index.html @@ -2223,15 +2223,15 @@

    Properties#

    Optional _nowrap#

    _nowrap? : boolean

    -

    Defined in src/renderer/components/table/table-cell.tsx:20

    +

    Defined in src/renderer/components/table/table-cell.tsx:20


    Optional _sorting#

    _sorting? : Partial‹TableSortParams

    -

    Defined in src/renderer/components/table/table-cell.tsx:18

    +

    Defined in src/renderer/components/table/table-cell.tsx:18


    Optional checkbox#

    checkbox? : boolean

    -

    Defined in src/renderer/components/table/table-cell.tsx:14

    +

    Defined in src/renderer/components/table/table-cell.tsx:14


    Optional children#

    children? : ReactNode

    @@ -2240,7 +2240,7 @@

    Optional className#

    className? : string

    -

    Defined in src/renderer/components/table/table-cell.tsx:12

    +

    Defined in src/renderer/components/table/table-cell.tsx:12


    Optional dangerouslySetInnerHTML#

    dangerouslySetInnerHTML? : object

    @@ -2253,7 +2253,7 @@

    Optional isChecked#

    isChecked? : boolean

    -

    Defined in src/renderer/components/table/table-cell.tsx:15

    +

    Defined in src/renderer/components/table/table-cell.tsx:15


    Optional onAbort#

    onAbort? : ReactEventHandler‹HTMLDivElement›

    @@ -3057,19 +3057,19 @@

    Optional renderBoolean#

    renderBoolean? : boolean

    -

    Defined in src/renderer/components/table/table-cell.tsx:16

    +

    Defined in src/renderer/components/table/table-cell.tsx:16


    Optional sortBy#

    sortBy? : TableSortBy

    -

    Defined in src/renderer/components/table/table-cell.tsx:17

    +

    Defined in src/renderer/components/table/table-cell.tsx:17


    Optional title#

    title? : ReactNode

    -

    Defined in src/renderer/components/table/table-cell.tsx:13

    +

    Defined in src/renderer/components/table/table-cell.tsx:13

    Methods#

    Optional _sort#

    _sort(sortBy: TableSortBy): void

    -

    Defined in src/renderer/components/table/table-cell.tsx:19

    +

    Defined in src/renderer/components/table/table-cell.tsx:19

    Parameters:

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.tableheadprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.tableheadprops/index.html index 2d4eb51f08..b0753cfe60 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.tableheadprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.tableheadprops/index.html @@ -2165,7 +2165,7 @@

    Optional className#

    className? : string

    -

    Defined in src/renderer/components/table/table-head.tsx:9

    +

    Defined in src/renderer/components/table/table-head.tsx:9


    Optional dangerouslySetInnerHTML#

    dangerouslySetInnerHTML? : object

    @@ -2178,7 +2178,7 @@

    Optional nowrap#

    nowrap? : boolean

    -

    Defined in src/renderer/components/table/table-head.tsx:12

    +

    Defined in src/renderer/components/table/table-head.tsx:12


    Optional onAbort#

    onAbort? : ReactEventHandler‹HTMLDivElement›

    @@ -2982,11 +2982,11 @@

    Optional showTopLine#

    showTopLine? : boolean

    -

    Defined in src/renderer/components/table/table-head.tsx:10

    +

    Defined in src/renderer/components/table/table-head.tsx:10


    Optional sticky#

    sticky? : boolean

    -

    Defined in src/renderer/components/table/table-head.tsx:11

    +

    Defined in src/renderer/components/table/table-head.tsx:11

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.tableprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.tableprops/index.html index dd226c92eb..54eed8b458 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.tableprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.tableprops/index.html @@ -2264,7 +2264,7 @@

    Properties#

    Optional autoSize#

    autoSize? : boolean

    -

    Defined in src/renderer/components/table/table.tsx:25

    +

    Defined in src/renderer/components/table/table.tsx:25


    Optional children#

    children? : ReactNode

    @@ -2273,11 +2273,11 @@

    Optional className#

    className? : string

    -

    Defined in src/renderer/components/table/table.tsx:24

    +

    Defined in src/renderer/components/table/table.tsx:24


    Optional customRowHeights#

    customRowHeights? : function

    -

    Defined in src/renderer/components/table/table.tsx:42

    +

    Defined in src/renderer/components/table/table.tsx:42

    Type declaration:

    ▸ (item: object, lineHeight: number, paddings: number): number

    Parameters:

    @@ -2315,7 +2315,7 @@

    Optional getTableRow#

    getTableRow? : function

    -

    Defined in src/renderer/components/table/table.tsx:43

    +

    Defined in src/renderer/components/table/table.tsx:43

    Type declaration:

    ▸ (uid: string): ReactElement‹TableRowProps

    Parameters:

    @@ -2336,11 +2336,11 @@

    Optional items#

    items? : ItemObject[]

    -

    Defined in src/renderer/components/table/table.tsx:23

    +

    Defined in src/renderer/components/table/table.tsx:23


    Optional noItems#

    noItems? : React.ReactNode

    -

    Defined in src/renderer/components/table/table.tsx:37

    +

    Defined in src/renderer/components/table/table.tsx:37


    Optional onAbort#

    onAbort? : ReactEventHandler‹HTMLDivElement›

    @@ -3024,7 +3024,7 @@

    Optional onSort#

    onSort? : function

    -

    Defined in src/renderer/components/table/table.tsx:36

    +

    Defined in src/renderer/components/table/table.tsx:36

    Type declaration:

    ▸ (params: TableSortParams): void

    Parameters:

    @@ -3165,35 +3165,35 @@

    Optional rowLineHeight#

    rowLineHeight? : string

    -

    Defined in src/renderer/components/table/table.tsx:41

    +

    Defined in src/renderer/components/table/table.tsx:41


    Optional rowPadding#

    rowPadding? : string

    -

    Defined in src/renderer/components/table/table.tsx:40

    +

    Defined in src/renderer/components/table/table.tsx:40


    Optional scrollable#

    scrollable? : boolean

    -

    Defined in src/renderer/components/table/table.tsx:27

    +

    Defined in src/renderer/components/table/table.tsx:27


    Optional selectable#

    selectable? : boolean

    -

    Defined in src/renderer/components/table/table.tsx:26

    +

    Defined in src/renderer/components/table/table.tsx:26


    Optional selectedItemId#

    selectedItemId? : string

    -

    Defined in src/renderer/components/table/table.tsx:38

    +

    Defined in src/renderer/components/table/table.tsx:38


    Optional sortByDefault#

    sortByDefault? : Partial‹TableSortParams

    -

    Defined in src/renderer/components/table/table.tsx:35

    +

    Defined in src/renderer/components/table/table.tsx:35


    Optional sortSyncWithUrl#

    sortSyncWithUrl? : boolean

    -

    Defined in src/renderer/components/table/table.tsx:34

    +

    Defined in src/renderer/components/table/table.tsx:34


    Optional sortable#

    sortable? : object

    -

    Defined in src/renderer/components/table/table.tsx:29

    +

    Defined in src/renderer/components/table/table.tsx:29

    Type declaration:

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/index.html index f78d88bd28..e0039c9099 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/index.html @@ -871,23 +871,23 @@

    Properties#

    Optional narrow#

    narrow? : boolean

    -

    Defined in src/renderer/components/tooltip/tooltip.tsx:34

    +

    Defined in src/renderer/components/tooltip/tooltip.tsx:34


    Optional nowrap#

    nowrap? : boolean

    -

    Defined in src/renderer/components/tooltip/tooltip.tsx:37

    +

    Defined in src/renderer/components/tooltip/tooltip.tsx:37


    Optional small#

    small? : boolean

    -

    Defined in src/renderer/components/tooltip/tooltip.tsx:36

    +

    Defined in src/renderer/components/tooltip/tooltip.tsx:36


    Optional tableView#

    tableView? : boolean

    -

    Defined in src/renderer/components/tooltip/tooltip.tsx:38

    +

    Defined in src/renderer/components/tooltip/tooltip.tsx:38


    Optional warning#

    warning? : boolean

    -

    Defined in src/renderer/components/tooltip/tooltip.tsx:35

    +

    Defined in src/renderer/components/tooltip/tooltip.tsx:35

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.tooltipdecoratorprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.tooltipdecoratorprops/index.html index e3abb96f04..13fc6e3e65 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.tooltipdecoratorprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.tooltipdecoratorprops/index.html @@ -852,11 +852,11 @@

    Properties#

    Optional tooltip#

    tooltip? : ReactNode | Omit‹TooltipProps, "targetId"›

    -

    Defined in src/renderer/components/tooltip/withTooltip.tsx:10

    +

    Defined in src/renderer/components/tooltip/withTooltip.tsx:10


    Optional tooltipOverrideDisabled#

    tooltipOverrideDisabled? : boolean

    -

    Defined in src/renderer/components/tooltip/withTooltip.tsx:15

    +

    Defined in src/renderer/components/tooltip/withTooltip.tsx:15

    forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is "disabled"

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.tooltipprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.tooltipprops/index.html index 2b76b147d2..8aec8b6b96 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.tooltipprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.tooltipprops/index.html @@ -911,43 +911,43 @@

    Properties#

    Optional children#

    children? : React.ReactNode

    -

    Defined in src/renderer/components/tooltip/tooltip.tsx:30

    +

    Defined in src/renderer/components/tooltip/tooltip.tsx:30


    Optional className#

    className? : IClassName

    -

    Defined in src/renderer/components/tooltip/tooltip.tsx:27

    +

    Defined in src/renderer/components/tooltip/tooltip.tsx:27


    Optional formatters#

    formatters? : TooltipContentFormatters

    -

    Defined in src/renderer/components/tooltip/tooltip.tsx:28

    +

    Defined in src/renderer/components/tooltip/tooltip.tsx:28


    Optional offset#

    offset? : number

    -

    Defined in src/renderer/components/tooltip/tooltip.tsx:24

    +

    Defined in src/renderer/components/tooltip/tooltip.tsx:24


    Optional preferredPositions#

    preferredPositions? : TooltipPosition | TooltipPosition[]

    -

    Defined in src/renderer/components/tooltip/tooltip.tsx:26

    +

    Defined in src/renderer/components/tooltip/tooltip.tsx:26


    Optional style#

    style? : CSSProperties

    -

    Defined in src/renderer/components/tooltip/tooltip.tsx:29

    +

    Defined in src/renderer/components/tooltip/tooltip.tsx:29


    targetId#

    targetId: string

    -

    Defined in src/renderer/components/tooltip/tooltip.tsx:21

    +

    Defined in src/renderer/components/tooltip/tooltip.tsx:21


    Optional tooltipOnParentHover#

    tooltipOnParentHover? : boolean

    -

    Defined in src/renderer/components/tooltip/tooltip.tsx:22

    +

    Defined in src/renderer/components/tooltip/tooltip.tsx:22


    Optional usePortal#

    usePortal? : boolean

    -

    Defined in src/renderer/components/tooltip/tooltip.tsx:25

    +

    Defined in src/renderer/components/tooltip/tooltip.tsx:25


    Optional visible#

    visible? : boolean

    -

    Defined in src/renderer/components/tooltip/tooltip.tsx:23

    +

    Defined in src/renderer/components/tooltip/tooltip.tsx:23

    diff --git a/latest/extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/index.html b/latest/extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/index.html index 038fca176f..13026d47c7 100644 --- a/latest/extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/index.html @@ -2192,7 +2192,7 @@

    Properties#

    Optional centered#

    centered? : boolean

    -

    Defined in src/renderer/components/layout/wizard-layout.tsx:13

    +

    Defined in src/renderer/components/layout/wizard-layout.tsx:13


    Optional children#

    children? : ReactNode

    @@ -2201,15 +2201,15 @@

    Optional className#

    className? : IClassName

    -

    Defined in src/renderer/components/layout/wizard-layout.tsx:7

    +

    Defined in src/renderer/components/layout/wizard-layout.tsx:7


    Optional contentClass#

    contentClass? : IClassName

    -

    Defined in src/renderer/components/layout/wizard-layout.tsx:10

    +

    Defined in src/renderer/components/layout/wizard-layout.tsx:10


    Optional contentProps#

    contentProps? : DOMAttributes‹HTMLElement›

    -

    Defined in src/renderer/components/layout/wizard-layout.tsx:14

    +

    Defined in src/renderer/components/layout/wizard-layout.tsx:14


    Optional dangerouslySetInnerHTML#

    dangerouslySetInnerHTML? : object

    @@ -2222,19 +2222,19 @@

    Optional header#

    header? : React.ReactNode

    -

    Defined in src/renderer/components/layout/wizard-layout.tsx:8

    +

    Defined in src/renderer/components/layout/wizard-layout.tsx:8


    Optional headerClass#

    headerClass? : IClassName

    -

    Defined in src/renderer/components/layout/wizard-layout.tsx:9

    +

    Defined in src/renderer/components/layout/wizard-layout.tsx:9


    Optional infoPanel#

    infoPanel? : React.ReactNode

    -

    Defined in src/renderer/components/layout/wizard-layout.tsx:12

    +

    Defined in src/renderer/components/layout/wizard-layout.tsx:12


    Optional infoPanelClass#

    infoPanelClass? : IClassName

    -

    Defined in src/renderer/components/layout/wizard-layout.tsx:11

    +

    Defined in src/renderer/components/layout/wizard-layout.tsx:11


    Optional onAbort#

    onAbort? : ReactEventHandler‹any›

    diff --git a/latest/extensions/api/interfaces/_renderer_api_k8s_api_.ikubeapicluster/index.html b/latest/extensions/api/interfaces/_renderer_api_k8s_api_.ikubeapicluster/index.html index 6933157a33..3cd9e88245 100644 --- a/latest/extensions/api/interfaces/_renderer_api_k8s_api_.ikubeapicluster/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_k8s_api_.ikubeapicluster/index.html @@ -839,7 +839,7 @@

    Properties#

    id#

    id: string

    -

    Defined in src/renderer/api/kube-api.ts:30

    +

    Defined in src/renderer/api/kube-api.ts:32

    diff --git a/latest/extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/index.html b/latest/extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/index.html index 8629b55f7b..9448948d98 100644 --- a/latest/extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/index.html +++ b/latest/extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/index.html @@ -927,47 +927,47 @@

    Properties#

    Optional args#

    args? : string[]

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:68

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:68


    Optional command#

    command? : string[]

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:67

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:67


    Optional env#

    env? : object[]

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:84

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:84


    Optional envFrom#

    envFrom? : object[]

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:102

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:102


    image#

    image: string

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:66

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:66


    imagePullPolicy#

    imagePullPolicy: string

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:114

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:114


    Optional livenessProbe#

    livenessProbe? : IContainerProbe

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:112

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:112


    name#

    name: string

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:65

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:65


    ports#

    ports: object[]

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:69

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:69


    Optional readinessProbe#

    readinessProbe? : IContainerProbe

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:113

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:113


    Optional resources#

    resources? : object

    -

    Defined in src/renderer/api/endpoints/pods.api.ts:74

    +

    Defined in src/renderer/api/endpoints/pods.api.ts:74

    Type declaration:

    @@ -883,7 +883,7 @@

    openExternal#

    openExternal(url: string): Promise‹void›

    -

    Defined in src/common/utils/openExternal.ts:4

    +

    Defined in src/common/utils/openExternal.ts:4

    Parameters:

    @@ -903,7 +903,7 @@

    prevDefault#

    prevDefaultE›(callback: function): (Anonymous function)

    -

    Defined in src/renderer/utils/prevDefault.ts:15

    +

    Defined in src/renderer/utils/prevDefault.ts:15

    Type parameters:

    E: SyntheticEvent | Event

    Parameters:

    @@ -928,7 +928,7 @@

    stopPropagation#

    stopPropagation(evt: Event | SyntheticEvent): void

    -

    Defined in src/renderer/utils/prevDefault.ts:23

    +

    Defined in src/renderer/utils/prevDefault.ts:23

    Parameters:

    diff --git a/latest/extensions/api/modules/_renderer_api_components_/index.html b/latest/extensions/api/modules/_renderer_api_components_/index.html index d52895c03c..4ed2d88445 100644 --- a/latest/extensions/api/modules/_renderer_api_components_/index.html +++ b/latest/extensions/api/modules/_renderer_api_components_/index.html @@ -1159,47 +1159,47 @@

    Type aliases#

    InputProps#

    Ƭ InputProps: Omit‹InputElementProps, "onChange" | "onSubmit"› & object

    -

    Defined in src/renderer/components/input/input.tsx:19

    +

    Defined in src/renderer/components/input/input.tsx:19


    Ƭ MenuContextValue: Menu

    -

    Defined in src/renderer/components/menu/menu.tsx:11

    +

    Defined in src/renderer/components/menu/menu.tsx:11


    NotificationId#

    Ƭ NotificationId: string | number

    -

    Defined in src/renderer/components/notifications/notifications.store.ts:8

    +

    Defined in src/renderer/components/notifications/notifications.store.ts:8


    NotificationMessage#

    Ƭ NotificationMessage: React.ReactNode | React.ReactNode[] | JsonApiErrorParsed

    -

    Defined in src/renderer/components/notifications/notifications.store.ts:9

    +

    Defined in src/renderer/components/notifications/notifications.store.ts:9


    RadioProps#

    Ƭ RadioProps: HTMLProps‹any› & object

    -

    Defined in src/renderer/components/radio/radio.tsx:38

    +

    Defined in src/renderer/components/radio/radio.tsx:38


    TableCellElem#

    Ƭ TableCellElem: ReactElement‹TableCellProps

    -

    Defined in src/renderer/components/table/table-cell.tsx:9

    +

    Defined in src/renderer/components/table/table-cell.tsx:9


    TableHeadElem#

    Ƭ TableHeadElem: ReactElement‹TableHeadProps

    -

    Defined in src/renderer/components/table/table-head.tsx:6

    +

    Defined in src/renderer/components/table/table-head.tsx:6


    TableOrderBy#

    Ƭ TableOrderBy: "asc" | "desc" | string

    -

    Defined in src/renderer/components/table/table.tsx:18

    +

    Defined in src/renderer/components/table/table.tsx:18


    TableRowElem#

    Ƭ TableRowElem: ReactElement‹TableRowProps

    -

    Defined in src/renderer/components/table/table-row.tsx:7

    +

    Defined in src/renderer/components/table/table-row.tsx:7


    TableSortBy#

    Ƭ TableSortBy: string

    -

    Defined in src/renderer/components/table/table.tsx:17

    +

    Defined in src/renderer/components/table/table.tsx:17


    TableSortCallback#

    Ƭ TableSortCallback: function

    -

    Defined in src/renderer/components/table/table.tsx:20

    +

    Defined in src/renderer/components/table/table.tsx:20

    Type declaration:

    ▸ (data: D): string | number | (string | number)[]

    Parameters:

    @@ -1220,7 +1220,7 @@

    TableSortParams#

    Ƭ TableSortParams: object

    -

    Defined in src/renderer/components/table/table.tsx:19

    +

    Defined in src/renderer/components/table/table.tsx:19

    Type declaration:

    @@ -1290,7 +1290,7 @@

    SubMenu(props: Partial‹MenuProps›): Element‹›

    -

    Defined in src/renderer/components/menu/menu.tsx:258

    +

    Defined in src/renderer/components/menu/menu.tsx:258

    Parameters:

    @@ -1310,7 +1310,7 @@

    createPodLogsTab#

    createPodLogsTab(data: IPodLogsData, tabParams: Partial‹IDockTab›): IDockTab

    -

    Defined in src/renderer/components/dock/pod-logs.store.ts:178

    +

    Defined in src/renderer/components/dock/pod-logs.store.ts:178

    Parameters:

    @@ -1337,7 +1337,7 @@

    createTerminalTab#

    createTerminalTab(tabParams: Partial‹ITerminalTab›): IDockTab

    -

    Defined in src/renderer/components/dock/terminal.store.ts:18

    +

    Defined in src/renderer/components/dock/terminal.store.ts:18

    Parameters:

    @@ -1359,7 +1359,7 @@

    withTooltip#

    withTooltipT›(Target: T): T

    -

    Defined in src/renderer/components/tooltip/withTooltip.tsx:18

    +

    Defined in src/renderer/components/tooltip/withTooltip.tsx:18

    Type parameters:

    T: React.ComponentType‹any›

    Parameters:

    diff --git a/latest/extensions/api/modules/_renderer_api_k8s_api_/index.html b/latest/extensions/api/modules/_renderer_api_k8s_api_/index.html index 6d5fa31ea1..18337632aa 100644 --- a/latest/extensions/api/modules/_renderer_api_k8s_api_/index.html +++ b/latest/extensions/api/modules/_renderer_api_k8s_api_/index.html @@ -1195,7 +1195,7 @@

    Type aliases#

    KubeObjectStatus#

    Ƭ KubeObjectStatus: object

    -

    Defined in src/extensions/renderer-api/kube-object-status.ts:1

    +

    Defined in src/extensions/renderer-api/kube-object-status.ts:1

    Type declaration:

    diff --git a/latest/extensions/api/modules/_renderer_api_navigation_/index.html b/latest/extensions/api/modules/_renderer_api_navigation_/index.html index 545133b54c..84be75ef20 100644 --- a/latest/extensions/api/modules/_renderer_api_navigation_/index.html +++ b/latest/extensions/api/modules/_renderer_api_navigation_/index.html @@ -864,7 +864,7 @@

    Functions#

    getDetailsUrl#

    getDetailsUrl(details: string): string

    -

    Defined in src/renderer/navigation.ts:55

    +

    Defined in src/renderer/navigation.ts:55

    Parameters:

    @@ -884,12 +884,12 @@

    hideDetails#

    hideDetails(): void

    -

    Defined in src/renderer/navigation.ts:70

    +

    Defined in src/renderer/navigation.ts:70

    Returns: void


    navigate(location: LocationDescriptor): void

    -

    Defined in src/renderer/navigation.ts:14

    +

    Defined in src/renderer/navigation.ts:14

    Parameters:

    @@ -909,7 +909,7 @@

    showDetails#

    showDetails(path: string, resetSelected: boolean): void

    -

    Defined in src/renderer/navigation.ts:63

    +

    Defined in src/renderer/navigation.ts:63

    Parameters:

    diff --git a/latest/search/search_index.json b/latest/search/search_index.json index 2640c1e650..f6fcb2b19f 100644 --- a/latest/search/search_index.json +++ b/latest/search/search_index.json @@ -1 +1 @@ -{"config":{"lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"Overview # Lens is the most powerful Kubernetes IDE on the market. It is a standalone application, and it is available on macOS, Windows, and Linux. Some of the benefits of using Lens include: Confidence that your clusters are properly setup and configured. Increased visibility, real time statistics, log streams, and hands-on troubleshooting capabilities. The ability to work with your clusters quickly and easily, radically improving productivity and the speed of business. Watch this introductory video to see Lens in action: Note: Use CTRL+click (on Windows and Linux) or CMD+click (on MacOS) to open the above in a new tab Downloading Lens # Download Lens for macOS, Windows, or Linux. Quick Start # Get up and running quickly by learning to add clusters .","title":"Overview"},{"location":"#overview","text":"Lens is the most powerful Kubernetes IDE on the market. It is a standalone application, and it is available on macOS, Windows, and Linux. Some of the benefits of using Lens include: Confidence that your clusters are properly setup and configured. Increased visibility, real time statistics, log streams, and hands-on troubleshooting capabilities. The ability to work with your clusters quickly and easily, radically improving productivity and the speed of business. Watch this introductory video to see Lens in action: Note: Use CTRL+click (on Windows and Linux) or CMD+click (on MacOS) to open the above in a new tab","title":"Overview"},{"location":"#downloading-lens","text":"Download Lens for macOS, Windows, or Linux.","title":"Downloading Lens"},{"location":"#quick-start","text":"Get up and running quickly by learning to add clusters .","title":"Quick Start"},{"location":"clusters/adding-clusters/","text":"Adding clusters # Add clusters by clicking the Add Cluster button in the left-side menu. Click the Add Cluster button (indicated with a '+' icon). Enter the path to your kubeconfig file. You'll need to have a kubeconfig file for the cluster you want to add. You can either browse for the path from the file system or or enter it directly. Selected cluster contexts are added as a separate item in the left-side cluster menu to allow you to operate easily on multiple clusters and/or contexts. NOTE : Any cluster that you added manually will not be merged into your kubeconfig file. For more information on kubeconfig see Kubernetes docs . To see your currently-enabled config with kubectl , enter kubectl config view --minify --raw in your terminal.","title":"Adding clusters"},{"location":"clusters/adding-clusters/#adding-clusters","text":"Add clusters by clicking the Add Cluster button in the left-side menu. Click the Add Cluster button (indicated with a '+' icon). Enter the path to your kubeconfig file. You'll need to have a kubeconfig file for the cluster you want to add. You can either browse for the path from the file system or or enter it directly. Selected cluster contexts are added as a separate item in the left-side cluster menu to allow you to operate easily on multiple clusters and/or contexts. NOTE : Any cluster that you added manually will not be merged into your kubeconfig file. For more information on kubeconfig see Kubernetes docs . To see your currently-enabled config with kubectl , enter kubectl config view --minify --raw in your terminal.","title":"Adding clusters"},{"location":"clusters/removing-clusters/","text":"Removing clusters # Remove Lens clusters using the context menu that appears when you right-click the cluster in the left-side menu that you want to remove. To remove a cluster from your cluster list: Right-click the name of the cluster in the left-side menu that you want to remove. Click Remove . NOTE : This will only remove the cluster from your Lens cluster list. It will not affect your actual Kubernetes cluster or its configuration.","title":"Removing cluster"},{"location":"clusters/removing-clusters/#removing-clusters","text":"Remove Lens clusters using the context menu that appears when you right-click the cluster in the left-side menu that you want to remove. To remove a cluster from your cluster list: Right-click the name of the cluster in the left-side menu that you want to remove. Click Remove . NOTE : This will only remove the cluster from your Lens cluster list. It will not affect your actual Kubernetes cluster or its configuration.","title":"Removing clusters"},{"location":"clusters/settings/","text":"Settings # It is easy to configure Lens Clusters to your liking through its various settings. Right-click the name of the cluster in the left-side menu that you want to open the settings for. Click Settings . Status # Overview of the cluster status Cluster Status # Cluster status information including the detected distribution, kernel version, API endpoint, and online status General # General cluster settings Cluster Name # The cluster name is inheritated by default from the kubeconfig file. Change the cluster name to another value by updating it here. Note that doing so does not update your kubeconfig file. Workspace # This is the Lens workspace that the cluster is associated with. Change workspaces by selecting a different workspace from the dropdown menu. Create a new workspace by clicking workspace in \"Define cluster workspace\" above the dropdown menu. This option will take you the workspaces editor. Create a new workspace and then navigate back to cluster settings. Cluster Icon # Lens randomly generates an icon to associate with each newly-created cluster. Use this setting to choose your own icon. HTTP Proxy # Some users will need to define an HTTP proxy for communicating with the Kubernetes API. Use this setting to do so. Prometheus # Lens can be configured to query a Prometheus server installed in the cluster. Select a query format by choosing either to auto-detect or from the following configurations: Lens Helm Operator Prometheus Operator Stacklight To learn more about custom Prometheus configurations, please refer to this guide . Working Directory # Use this field to set the terminal working directory. The default is $HOME . Features # Additional Lens features that can be installed by the user Metrics # Enable timeseries data visualization (Prometheus stack) for your cluster. Install this only if you don't have existing Prometheus stack installed. User Mode # User Mode feature enables non-admin users to see namespaces they have access to. This is achieved by configuring RBAC rules so that every authenticated user is granted to list namespaces. Removal # Use this setting to remove the current cluster.","title":"Settings"},{"location":"clusters/settings/#settings","text":"It is easy to configure Lens Clusters to your liking through its various settings. Right-click the name of the cluster in the left-side menu that you want to open the settings for. Click Settings .","title":"Settings"},{"location":"clusters/settings/#status","text":"Overview of the cluster status","title":"Status"},{"location":"clusters/settings/#cluster-status","text":"Cluster status information including the detected distribution, kernel version, API endpoint, and online status","title":"Cluster Status"},{"location":"clusters/settings/#general","text":"General cluster settings","title":"General"},{"location":"clusters/settings/#cluster-name","text":"The cluster name is inheritated by default from the kubeconfig file. Change the cluster name to another value by updating it here. Note that doing so does not update your kubeconfig file.","title":"Cluster Name"},{"location":"clusters/settings/#workspace","text":"This is the Lens workspace that the cluster is associated with. Change workspaces by selecting a different workspace from the dropdown menu. Create a new workspace by clicking workspace in \"Define cluster workspace\" above the dropdown menu. This option will take you the workspaces editor. Create a new workspace and then navigate back to cluster settings.","title":"Workspace"},{"location":"clusters/settings/#cluster-icon","text":"Lens randomly generates an icon to associate with each newly-created cluster. Use this setting to choose your own icon.","title":"Cluster Icon"},{"location":"clusters/settings/#http-proxy","text":"Some users will need to define an HTTP proxy for communicating with the Kubernetes API. Use this setting to do so.","title":"HTTP Proxy"},{"location":"clusters/settings/#prometheus","text":"Lens can be configured to query a Prometheus server installed in the cluster. Select a query format by choosing either to auto-detect or from the following configurations: Lens Helm Operator Prometheus Operator Stacklight To learn more about custom Prometheus configurations, please refer to this guide .","title":"Prometheus"},{"location":"clusters/settings/#working-directory","text":"Use this field to set the terminal working directory. The default is $HOME .","title":"Working Directory"},{"location":"clusters/settings/#features","text":"Additional Lens features that can be installed by the user","title":"Features"},{"location":"clusters/settings/#metrics","text":"Enable timeseries data visualization (Prometheus stack) for your cluster. Install this only if you don't have existing Prometheus stack installed.","title":"Metrics"},{"location":"clusters/settings/#user-mode","text":"User Mode feature enables non-admin users to see namespaces they have access to. This is achieved by configuring RBAC rules so that every authenticated user is granted to list namespaces.","title":"User Mode"},{"location":"clusters/settings/#removal","text":"Use this setting to remove the current cluster.","title":"Removal"},{"location":"contributing/","text":"Contributing # There are multiple ways you can contribute to Lens - even if you are not a developer, you can still contribute. We are always looking for assistance with creating or updating documentation, testing the application, reporting and troubleshooting issues. Here are some ideas how you can contribute! Development \u2013 Help making Lens better. Maintaining the Project \u2013 Become community maintainer and help us maintain the project. Extension Development \u2013 Add integrations via Lens Extensions. Documentation \u2013 Help improve Lens documentation. Promotion \u2013 Show your support, be an ambassador to Lens, write blogs and make videos! If you are an influencer, blogger or journalist, feel free to spread the word ! Code of Conduct # This project adheres to the Contributor Covenant code of conduct. By participating and contributing to Lens, you are expected to uphold this code. Please report unacceptable behaviour to info@k8slens.dev","title":"Overview"},{"location":"contributing/#contributing","text":"There are multiple ways you can contribute to Lens - even if you are not a developer, you can still contribute. We are always looking for assistance with creating or updating documentation, testing the application, reporting and troubleshooting issues. Here are some ideas how you can contribute! Development \u2013 Help making Lens better. Maintaining the Project \u2013 Become community maintainer and help us maintain the project. Extension Development \u2013 Add integrations via Lens Extensions. Documentation \u2013 Help improve Lens documentation. Promotion \u2013 Show your support, be an ambassador to Lens, write blogs and make videos! If you are an influencer, blogger or journalist, feel free to spread the word !","title":"Contributing"},{"location":"contributing/#code-of-conduct","text":"This project adheres to the Contributor Covenant code of conduct. By participating and contributing to Lens, you are expected to uphold this code. Please report unacceptable behaviour to info@k8slens.dev","title":"Code of Conduct"},{"location":"contributing/development/","text":"Development # TBD","title":"Development"},{"location":"contributing/development/#development","text":"TBD","title":"Development"},{"location":"contributing/documentation/","text":"Documentation # We are glad to see you are interested in contributing to Lens documentation. If this is the first Open Source project you will contribute to, we strongly suggest reading GitHub's excellent guide: How to Contribute to Open Source . Finding Documentation Issues to Work On # You can find a list of open documentation related issues here . When you find something you would like to work on: Express your interest to start working on an issue via comments. One of the maintainers will assign the issue for you. You can start working on the issue. Once done, simply submit a pull request. Requirements for Documentation Pull Requests # When you create a new pull request, we expect some requirements to be met. Follow this naming convention for Pull Requests: When adding new documentation, add New Documentation: before the title. E.g. New Documentation: Getting Started When fixing documentation, add Fix Documentation: before the title. E.g. Fix Documentation: Getting Started When updating documentation, add Update Documentation: before the title. E.g. Update Documentation: Getting Started If your Pull Request closes an issue you need to write Closes #ISSUE_NUMBER where the ISSUE_NUMBER is the number in the end of the link url that will link your pull request to the issue, when merged will close that issue. For each pull request made, we run tests to check if there are any broken links, the markdown formatting is valid and the linter is passing.","title":"Documentation"},{"location":"contributing/documentation/#documentation","text":"We are glad to see you are interested in contributing to Lens documentation. If this is the first Open Source project you will contribute to, we strongly suggest reading GitHub's excellent guide: How to Contribute to Open Source .","title":"Documentation"},{"location":"contributing/documentation/#finding-documentation-issues-to-work-on","text":"You can find a list of open documentation related issues here . When you find something you would like to work on: Express your interest to start working on an issue via comments. One of the maintainers will assign the issue for you. You can start working on the issue. Once done, simply submit a pull request.","title":"Finding Documentation Issues to Work On"},{"location":"contributing/documentation/#requirements-for-documentation-pull-requests","text":"When you create a new pull request, we expect some requirements to be met. Follow this naming convention for Pull Requests: When adding new documentation, add New Documentation: before the title. E.g. New Documentation: Getting Started When fixing documentation, add Fix Documentation: before the title. E.g. Fix Documentation: Getting Started When updating documentation, add Update Documentation: before the title. E.g. Update Documentation: Getting Started If your Pull Request closes an issue you need to write Closes #ISSUE_NUMBER where the ISSUE_NUMBER is the number in the end of the link url that will link your pull request to the issue, when merged will close that issue. For each pull request made, we run tests to check if there are any broken links, the markdown formatting is valid and the linter is passing.","title":"Requirements for Documentation Pull Requests"},{"location":"contributing/maintainers/","text":"Maintainers # We are looking for community maintainers for the Lens project. Maintainers will be added to a special team with write permissions. These permissions consist of opening, closing, tagging and editing issues, and pull requests, as well as create and delete non protected branches. The responsibilities of a community maintainer are listed below. Issues Triage # Labeling Issues: Label issues accordingly. Finding Duplicates: Finding and closing duplicate issues. Doing First Level Contact: Getting more information on the issues (like version number or asking for clarification) if needed. Closing Irrelevant Issues: Closing issues that are determined irrelevant, no longer needed, not relevant to the project and/or doesn't follow the issues guidelines. Help with Contributions # Help Manage Pull Requests: Help the author of the pull request with any problems. Contributing: Create pull requests to help maintain and drive the project forward.","title":"Maintainers"},{"location":"contributing/maintainers/#maintainers","text":"We are looking for community maintainers for the Lens project. Maintainers will be added to a special team with write permissions. These permissions consist of opening, closing, tagging and editing issues, and pull requests, as well as create and delete non protected branches. The responsibilities of a community maintainer are listed below.","title":"Maintainers"},{"location":"contributing/maintainers/#issues-triage","text":"Labeling Issues: Label issues accordingly. Finding Duplicates: Finding and closing duplicate issues. Doing First Level Contact: Getting more information on the issues (like version number or asking for clarification) if needed. Closing Irrelevant Issues: Closing issues that are determined irrelevant, no longer needed, not relevant to the project and/or doesn't follow the issues guidelines.","title":"Issues Triage"},{"location":"contributing/maintainers/#help-with-contributions","text":"Help Manage Pull Requests: Help the author of the pull request with any problems. Contributing: Create pull requests to help maintain and drive the project forward.","title":"Help with Contributions"},{"location":"contributing/promotion/","text":"Promoting # Help promote Lens! If you are not a developer (or even if you are), you can still contribute to the project, a lot, by helping us promote it. As we are a free open source project, the community is our most important asset, so here are some ways that you can help the project continue to grow. Follow, Like, Recommend, Favorite, Vote and Star Us # There are many sites where you can vote, recommend, favorite and star us. Twitter - Like, comment and retweet our posts, and follow us on Twitter Medium - Give claps to our articles and follow us on Medium GitHub - Become a stargazer on GitHub StackShare - Indicate you are using Lens and follow us on StackShare Reddit - Upvote and be an ambassador of Lens by participating relevant discussions on Reddit Hacker News - Upvote and be an ambassador of Lens by participating relevant discussions on Hacker News Write Blogs or Make Videos About Us # Here are some nice blog posts and videos about our project for you to get some inspiration: Onboard AWS EKS Cluster on Lens(Kubernetes IDE) Using Lens to Manage All Your Kubernetes Cluster Kontena Lens - Beautiful Kubernetes UI Gerenciando Kubernetes com Lens e Octant Walkthrough of Kubernetes IDE - Lens LENS - Interfaz Gr\u00e1fica para Kubernetes en 1 PASO. Psst... If you have created some content around Lens, let us know!","title":"Promotion"},{"location":"contributing/promotion/#promoting","text":"Help promote Lens! If you are not a developer (or even if you are), you can still contribute to the project, a lot, by helping us promote it. As we are a free open source project, the community is our most important asset, so here are some ways that you can help the project continue to grow.","title":"Promoting"},{"location":"contributing/promotion/#follow-like-recommend-favorite-vote-and-star-us","text":"There are many sites where you can vote, recommend, favorite and star us. Twitter - Like, comment and retweet our posts, and follow us on Twitter Medium - Give claps to our articles and follow us on Medium GitHub - Become a stargazer on GitHub StackShare - Indicate you are using Lens and follow us on StackShare Reddit - Upvote and be an ambassador of Lens by participating relevant discussions on Reddit Hacker News - Upvote and be an ambassador of Lens by participating relevant discussions on Hacker News","title":"Follow, Like, Recommend, Favorite, Vote and Star Us"},{"location":"contributing/promotion/#write-blogs-or-make-videos-about-us","text":"Here are some nice blog posts and videos about our project for you to get some inspiration: Onboard AWS EKS Cluster on Lens(Kubernetes IDE) Using Lens to Manage All Your Kubernetes Cluster Kontena Lens - Beautiful Kubernetes UI Gerenciando Kubernetes com Lens e Octant Walkthrough of Kubernetes IDE - Lens LENS - Interfaz Gr\u00e1fica para Kubernetes en 1 PASO. Psst... If you have created some content around Lens, let us know!","title":"Write Blogs or Make Videos About Us"},{"location":"extensions/","text":"Lens Extension API # The Extensions API in Lens allows users to customize and enhance the Lens experience by creating their own menus or page content that is extended from the existing pages. Many of the core features of Lens are built as extensions and use the same Extension API. This documentation describes: How to build, run, test and publish an extension How to take advantage of Lens's Extension API Where to find guides and code samples to help get you started Code samples are available at lensapp/lens-extension-samples . What can extensions do # Here are some examples of what you can achieve with the Extension API: Add custom components & views in the UI - Extending the Lens Workbench If you'd like to have a more comprehensive overview of the Extension API, refer to the Extension Capabilities Overview page. Extension Guides Overview also includes a list of code samples and guides that illustrate various Extension API usage. How to build extensions # Building a good extension can take a lot of effort. Here is what each section of the API doc can help you with: Get Started teaches fundamental concepts for building extensions with the Hello World sample. Extension Capabilities dissects Lens's Extension API into smaller categories and points you to more detailed topics. Extension Guides includes guides and code samples that explain specific usages of Lens Extension API. Testing and Publishing includes in-depth guides on various extension development topics, such as testing and publishing extensions. Advanced Topics explains advanced concepts such as integrating with 3rd party applications/services. References contains exhaustive references for the Lens Extension API, Contribution Points, and many other topics. What's new # Lens updates on a monthly cadence, and that applies to the Extension API as well. New features and APIs become available every month to increase the power and scope of Lens extensions. To stay current with the Extension API and Lens features in general, you can review the release notes . Looking for help # If you have questions for extension development, try asking on: Lens Dev Slack : Public chatroom for Lens developers. Some Lens team members chime in on conversations. To provide feedback on the documentation or issues with the Lens Extension API, create new issues at lensapp/lens with the labels area/documentation and/or area/extension . Download Lens - The Kubernetes IDE # Go to Lens","title":"Overview"},{"location":"extensions/#lens-extension-api","text":"The Extensions API in Lens allows users to customize and enhance the Lens experience by creating their own menus or page content that is extended from the existing pages. Many of the core features of Lens are built as extensions and use the same Extension API. This documentation describes: How to build, run, test and publish an extension How to take advantage of Lens's Extension API Where to find guides and code samples to help get you started Code samples are available at lensapp/lens-extension-samples .","title":"Lens Extension API"},{"location":"extensions/#what-can-extensions-do","text":"Here are some examples of what you can achieve with the Extension API: Add custom components & views in the UI - Extending the Lens Workbench If you'd like to have a more comprehensive overview of the Extension API, refer to the Extension Capabilities Overview page. Extension Guides Overview also includes a list of code samples and guides that illustrate various Extension API usage.","title":"What can extensions do"},{"location":"extensions/#how-to-build-extensions","text":"Building a good extension can take a lot of effort. Here is what each section of the API doc can help you with: Get Started teaches fundamental concepts for building extensions with the Hello World sample. Extension Capabilities dissects Lens's Extension API into smaller categories and points you to more detailed topics. Extension Guides includes guides and code samples that explain specific usages of Lens Extension API. Testing and Publishing includes in-depth guides on various extension development topics, such as testing and publishing extensions. Advanced Topics explains advanced concepts such as integrating with 3rd party applications/services. References contains exhaustive references for the Lens Extension API, Contribution Points, and many other topics.","title":"How to build extensions"},{"location":"extensions/#whats-new","text":"Lens updates on a monthly cadence, and that applies to the Extension API as well. New features and APIs become available every month to increase the power and scope of Lens extensions. To stay current with the Extension API and Lens features in general, you can review the release notes .","title":"What's new"},{"location":"extensions/#looking-for-help","text":"If you have questions for extension development, try asking on: Lens Dev Slack : Public chatroom for Lens developers. Some Lens team members chime in on conversations. To provide feedback on the documentation or issues with the Lens Extension API, create new issues at lensapp/lens with the labels area/documentation and/or area/extension .","title":"Looking for help"},{"location":"extensions/#download-lens-the-kubernetes-ide","text":"Go to Lens","title":"Download Lens - The Kubernetes IDE"},{"location":"extensions/api/","text":"@k8slens/extensions # Extension API Reference # Modules # App ClusterFeature EventBus Store Util Component K8sApi Navigation Classes # LensMainExtension LensRendererExtension Variables # windowManager","title":"API Reference"},{"location":"extensions/api/#k8slensextensions","text":"","title":"@k8slens/extensions"},{"location":"extensions/api/#extension-api-reference","text":"","title":"Extension API Reference"},{"location":"extensions/api/#modules","text":"App ClusterFeature EventBus Store Util Component K8sApi Navigation","title":"Modules"},{"location":"extensions/api/#classes","text":"LensMainExtension LensRendererExtension","title":"Classes"},{"location":"extensions/api/#variables","text":"windowManager","title":"Variables"},{"location":"extensions/api/globals/","text":"@k8slens/extensions # Index # Modules # \"core-api/app\" \"core-api/cluster-feature\" \"core-api/event-bus\" \"core-api/stores\" \"core-api/utils\" \"interfaces/index\" \"renderer-api/components\" \"renderer-api/k8s-api\" \"renderer-api/navigation\" Classes # LensMainExtension LensRendererExtension Variables # windowManager Variables # Let windowManager # \u2022 windowManager : WindowManager Defined in src/extensions/core-api/index.ts:16","title":"@k8slens/extensions"},{"location":"extensions/api/globals/#k8slensextensions","text":"","title":"@k8slens/extensions"},{"location":"extensions/api/globals/#index","text":"","title":"Index"},{"location":"extensions/api/globals/#modules","text":"\"core-api/app\" \"core-api/cluster-feature\" \"core-api/event-bus\" \"core-api/stores\" \"core-api/utils\" \"interfaces/index\" \"renderer-api/components\" \"renderer-api/k8s-api\" \"renderer-api/navigation\"","title":"Modules"},{"location":"extensions/api/globals/#classes","text":"LensMainExtension LensRendererExtension","title":"Classes"},{"location":"extensions/api/globals/#variables","text":"windowManager","title":"Variables"},{"location":"extensions/api/globals/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/globals/#let-windowmanager","text":"\u2022 windowManager : WindowManager Defined in src/extensions/core-api/index.ts:16","title":"Let windowManager"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/","text":"Class: ClusterFeature # Hierarchy # ClusterFeature Index # Properties # config latestVersion name Methods # applyResources install renderTemplates uninstall updateStatus upgrade Object literals # status Properties # config # \u2022 config : any Defined in src/extensions/cluster-feature.ts:21 latestVersion # \u2022 latestVersion : string Defined in src/extensions/cluster-feature.ts:20 name # \u2022 name : string Defined in src/extensions/cluster-feature.ts:19 Methods # Protected applyResources # \u25b8 applyResources ( cluster : Cluster , resources : string[]): Promise\u2039void\u203a Defined in src/extensions/cluster-feature.ts:38 Parameters: Name Type cluster Cluster resources string[] Returns: Promise\u2039void\u203a Abstract install # \u25b8 install ( cluster : Cluster ): Promise\u2039void\u203a Defined in src/extensions/cluster-feature.ts:30 Parameters: Name Type cluster Cluster Returns: Promise\u2039void\u203a Protected renderTemplates # \u25b8 renderTemplates ( folderPath : string): string[] Defined in src/extensions/cluster-feature.ts:46 Parameters: Name Type folderPath string Returns: string[] Abstract uninstall # \u25b8 uninstall ( cluster : Cluster ): Promise\u2039void\u203a Defined in src/extensions/cluster-feature.ts:34 Parameters: Name Type cluster Cluster Returns: Promise\u2039void\u203a Abstract updateStatus # \u25b8 updateStatus ( cluster : Cluster ): Promise\u2039 ClusterFeatureStatus \u203a Defined in src/extensions/cluster-feature.ts:36 Parameters: Name Type cluster Cluster Returns: Promise\u2039 ClusterFeatureStatus \u203a Abstract upgrade # \u25b8 upgrade ( cluster : Cluster ): Promise\u2039void\u203a Defined in src/extensions/cluster-feature.ts:32 Parameters: Name Type cluster Cluster Returns: Promise\u2039void\u203a Object literals # status # \u25aa status : object # Defined in src/extensions/cluster-feature.ts:23 canUpgrade # \u2022 canUpgrade : false = false Defined in src/extensions/cluster-feature.ts:27 currentVersion # \u2022 currentVersion : null = null Defined in src/extensions/cluster-feature.ts:24 installed # \u2022 installed : false = false Defined in src/extensions/cluster-feature.ts:25 latestVersion # \u2022 latestVersion : null = null Defined in src/extensions/cluster-feature.ts:26","title":"Class: ClusterFeature"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#class-clusterfeature","text":"","title":"Class: ClusterFeature"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#hierarchy","text":"ClusterFeature","title":"Hierarchy"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#properties","text":"config latestVersion name","title":"Properties"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#methods","text":"applyResources install renderTemplates uninstall updateStatus upgrade","title":"Methods"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#object-literals","text":"status","title":"Object literals"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#config","text":"\u2022 config : any Defined in src/extensions/cluster-feature.ts:21","title":"config"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#latestversion","text":"\u2022 latestVersion : string Defined in src/extensions/cluster-feature.ts:20","title":"latestVersion"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#name","text":"\u2022 name : string Defined in src/extensions/cluster-feature.ts:19","title":"name"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#protected-applyresources","text":"\u25b8 applyResources ( cluster : Cluster , resources : string[]): Promise\u2039void\u203a Defined in src/extensions/cluster-feature.ts:38 Parameters: Name Type cluster Cluster resources string[] Returns: Promise\u2039void\u203a","title":"Protected applyResources"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#abstract-install","text":"\u25b8 install ( cluster : Cluster ): Promise\u2039void\u203a Defined in src/extensions/cluster-feature.ts:30 Parameters: Name Type cluster Cluster Returns: Promise\u2039void\u203a","title":"Abstract install"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#protected-rendertemplates","text":"\u25b8 renderTemplates ( folderPath : string): string[] Defined in src/extensions/cluster-feature.ts:46 Parameters: Name Type folderPath string Returns: string[]","title":"Protected renderTemplates"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#abstract-uninstall","text":"\u25b8 uninstall ( cluster : Cluster ): Promise\u2039void\u203a Defined in src/extensions/cluster-feature.ts:34 Parameters: Name Type cluster Cluster Returns: Promise\u2039void\u203a","title":"Abstract uninstall"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#abstract-updatestatus","text":"\u25b8 updateStatus ( cluster : Cluster ): Promise\u2039 ClusterFeatureStatus \u203a Defined in src/extensions/cluster-feature.ts:36 Parameters: Name Type cluster Cluster Returns: Promise\u2039 ClusterFeatureStatus \u203a","title":"Abstract updateStatus"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#abstract-upgrade","text":"\u25b8 upgrade ( cluster : Cluster ): Promise\u2039void\u203a Defined in src/extensions/cluster-feature.ts:32 Parameters: Name Type cluster Cluster Returns: Promise\u2039void\u203a","title":"Abstract upgrade"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#status","text":"","title":"status"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#status-object","text":"Defined in src/extensions/cluster-feature.ts:23","title":"\u25aa status: object"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#canupgrade","text":"\u2022 canUpgrade : false = false Defined in src/extensions/cluster-feature.ts:27","title":"canUpgrade"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#currentversion","text":"\u2022 currentVersion : null = null Defined in src/extensions/cluster-feature.ts:24","title":"currentVersion"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#installed","text":"\u2022 installed : false = false Defined in src/extensions/cluster-feature.ts:25","title":"installed"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#latestversion_1","text":"\u2022 latestVersion : null = null Defined in src/extensions/cluster-feature.ts:26","title":"latestVersion"},{"location":"extensions/api/classes/_core_api_stores_.cluster/","text":"Class: Cluster # Hierarchy # Cluster Implements # ClusterModel ClusterState Index # Constructors # constructor Properties # accessible accessibleNamespaces activated allowedNamespaces allowedResources apiUrl contextHandler contextName disconnected enabled eventCount eventDisposers failureReason frameId id initialized isAdmin kubeConfigPath kubeCtl kubeProxyUrl kubeconfigManager metadata online ownerRef preferences ready reconnecting whenInitialized whenReady workspace Accessors # available isManaged version Methods # activate bindEvents canI disconnect getAllowedNamespaces getAllowedResources getConnectionStatus getEventCount getKubeconfig getMeta getMetrics getProxyKubeconfig getProxyKubeconfigPath getState init isClusterAdmin k8sRequest pushState reconnect refresh refreshAllowedResources refreshConnectionStatus refreshEvents refreshMetadata setState toJSON unbindEvents updateModel Constructors # constructor # + new Cluster ( model : ClusterModel ): Cluster Defined in src/main/cluster.ts:91 Parameters: Name Type model ClusterModel Returns: Cluster Properties # accessible # \u2022 accessible : boolean = false Defined in src/main/cluster.ts:72 accessibleNamespaces # \u2022 accessibleNamespaces : string[] = [] Implementation of ClusterModel . accessibleNamespaces Defined in src/main/cluster.ts:83 Protected activated # \u2022 activated : boolean = false Defined in src/main/cluster.ts:59 allowedNamespaces # \u2022 allowedNamespaces : string[] = [] Defined in src/main/cluster.ts:81 allowedResources # \u2022 allowedResources : string[] = [] Defined in src/main/cluster.ts:82 apiUrl # \u2022 apiUrl : string Defined in src/main/cluster.ts:68 contextHandler # \u2022 contextHandler : ContextHandler Defined in src/main/cluster.ts:55 contextName # \u2022 contextName : string Implementation of ClusterModel . contextName Defined in src/main/cluster.ts:65 disconnected # \u2022 disconnected : boolean = true Defined in src/main/cluster.ts:75 enabled # \u2022 enabled : boolean = false Defined in src/main/cluster.ts:70 eventCount # \u2022 eventCount : number = 0 Defined in src/main/cluster.ts:78 Protected eventDisposers # \u2022 eventDisposers : Function[] = [] Defined in src/main/cluster.ts:58 failureReason # \u2022 failureReason : string Defined in src/main/cluster.ts:76 frameId # \u2022 frameId : number Defined in src/main/cluster.ts:53 id # \u2022 id : ClusterId Implementation of ClusterModel . id Defined in src/main/cluster.ts:52 initialized # \u2022 initialized : boolean = false Defined in src/main/cluster.ts:64 isAdmin # \u2022 isAdmin : boolean = false Defined in src/main/cluster.ts:77 kubeConfigPath # \u2022 kubeConfigPath : string Implementation of ClusterModel . kubeConfigPath Defined in src/main/cluster.ts:67 kubeCtl # \u2022 kubeCtl : Kubectl Defined in src/main/cluster.ts:54 kubeProxyUrl # \u2022 kubeProxyUrl : string Defined in src/main/cluster.ts:69 Protected kubeconfigManager # \u2022 kubeconfigManager : KubeconfigManager Defined in src/main/cluster.ts:57 metadata # \u2022 metadata : ClusterMetadata Implementation of ClusterModel . metadata Defined in src/main/cluster.ts:80 online # \u2022 online : boolean = false Defined in src/main/cluster.ts:71 ownerRef # \u2022 ownerRef : string Implementation of ClusterModel . ownerRef Defined in src/main/cluster.ts:56 preferences # \u2022 preferences : ClusterPreferences Implementation of ClusterModel . preferences Defined in src/main/cluster.ts:79 ready # \u2022 ready : boolean = false Defined in src/main/cluster.ts:73 reconnecting # \u2022 reconnecting : boolean = false Defined in src/main/cluster.ts:74 whenInitialized # \u2022 whenInitialized : Promise\u2039void\u203a & object = when(() => this.initialized) Defined in src/main/cluster.ts:61 whenReady # \u2022 whenReady : Promise\u2039void\u203a & object = when(() => this.ready) Defined in src/main/cluster.ts:62 workspace # \u2022 workspace : WorkspaceId Implementation of ClusterModel . workspace Defined in src/main/cluster.ts:66 Accessors # available # \u2022 get available (): boolean Defined in src/main/cluster.ts:85 Returns: boolean isManaged # \u2022 get isManaged (): boolean Defined in src/main/cluster.ts:101 Returns: boolean version # \u2022 get version (): string Defined in src/main/cluster.ts:89 Returns: string Methods # activate # \u25b8 activate ( force : boolean): Promise\u2039void\u203a Defined in src/main/cluster.ts:153 Parameters: Name Type Default force boolean false Returns: Promise\u2039void\u203a Protected bindEvents # \u25b8 bindEvents (): void Defined in src/main/cluster.ts:130 Returns: void canI # \u25b8 canI ( resourceAttributes : V1ResourceAttributes): Promise\u2039boolean\u203a Defined in src/main/cluster.ts:309 Parameters: Name Type resourceAttributes V1ResourceAttributes Returns: Promise\u2039boolean\u203a disconnect # \u25b8 disconnect (): void Defined in src/main/cluster.ts:186 Returns: void Protected getAllowedNamespaces # \u25b8 getAllowedNamespaces (): Promise\u2039string[]\u203a Defined in src/main/cluster.ts:429 Returns: Promise\u2039string[]\u203a Protected getAllowedResources # \u25b8 getAllowedResources (): Promise\u2039(\"pods\" | \"namespaces\" | \"nodes\" | \"events\" | \"resourcequotas\" | \"services\" | \"secrets\" | \"configmaps\" | \"ingresses\" | \"networkpolicies\" | \"persistentvolumes\" | \"storageclasses\" | \"daemonsets\" | \"deployments\" | \"statefulsets\" | \"replicasets\" | \"jobs\" | \"cronjobs\" | \"endpoints\" | \"customresourcedefinitions\" | \"horizontalpodautoscalers\" | \"podsecuritypolicies\" | \"poddisruptionbudgets\")[]\u203a Defined in src/main/cluster.ts:454 Returns: Promise\u2039(\"pods\" | \"namespaces\" | \"nodes\" | \"events\" | \"resourcequotas\" | \"services\" | \"secrets\" | \"configmaps\" | \"ingresses\" | \"networkpolicies\" | \"persistentvolumes\" | \"storageclasses\" | \"daemonsets\" | \"deployments\" | \"statefulsets\" | \"replicasets\" | \"jobs\" | \"cronjobs\" | \"endpoints\" | \"customresourcedefinitions\" | \"horizontalpodautoscalers\" | \"podsecuritypolicies\" | \"poddisruptionbudgets\")[]\u203a Protected getConnectionStatus # \u25b8 getConnectionStatus (): Promise\u2039ClusterStatus\u203a Defined in src/main/cluster.ts:279 Returns: Promise\u2039ClusterStatus\u203a Protected getEventCount # \u25b8 getEventCount (): Promise\u2039number\u203a Defined in src/main/cluster.ts:332 Returns: Promise\u2039number\u203a Protected getKubeconfig # \u25b8 getKubeconfig (): KubeConfig Defined in src/main/cluster.ts:243 Returns: KubeConfig getMeta # \u25b8 getMeta (): object Defined in src/main/cluster.ts:417 Returns: object accessible : boolean = this.accessible disconnected : boolean = this.disconnected id : string = this.id initialized : boolean = this.initialized name : string = this.contextName online : boolean = this.online ready : boolean = this.ready getMetrics # \u25b8 getMetrics ( prometheusPath : string, queryParams : IMetricsReqParams & object): Promise\u2039any\u203a Defined in src/main/cluster.ts:268 Parameters: Name Type prometheusPath string queryParams IMetricsReqParams & object Returns: Promise\u2039any\u203a getProxyKubeconfig # \u25b8 getProxyKubeconfig (): KubeConfig Defined in src/main/cluster.ts:247 Returns: KubeConfig getProxyKubeconfigPath # \u25b8 getProxyKubeconfigPath (): string Defined in src/main/cluster.ts:251 Returns: string getState # \u25b8 getState (): ClusterState Defined in src/main/cluster.ts:383 Returns: ClusterState init # \u25b8 init ( port : number): Promise\u2039void\u203a Defined in src/main/cluster.ts:111 Parameters: Name Type port number Returns: Promise\u2039void\u203a isClusterAdmin # \u25b8 isClusterAdmin (): Promise\u2039boolean\u203a Defined in src/main/cluster.ts:324 Returns: Promise\u2039boolean\u203a Protected k8sRequest # \u25b8 k8sRequest \u2039 T \u203a( path : string, options : RequestPromiseOptions): Promise\u2039T\u203a Defined in src/main/cluster.ts:255 Type parameters: \u25aa T Parameters: Name Type Default path string - options RequestPromiseOptions {} Returns: Promise\u2039T\u203a pushState # \u25b8 pushState ( state : ClusterState): void Defined in src/main/cluster.ts:407 Parameters: Name Type Default state ClusterState this.getState() Returns: void reconnect # \u25b8 reconnect (): Promise\u2039void\u203a Defined in src/main/cluster.ts:178 Returns: Promise\u2039void\u203a refresh # \u25b8 refresh ( opts : ClusterRefreshOptions): Promise\u2039void\u203a Defined in src/main/cluster.ts:199 Parameters: Name Type Default opts ClusterRefreshOptions {} Returns: Promise\u2039void\u203a refreshAllowedResources # \u25b8 refreshAllowedResources (): Promise\u2039void\u203a Defined in src/main/cluster.ts:233 Returns: Promise\u2039void\u203a refreshConnectionStatus # \u25b8 refreshConnectionStatus (): Promise\u2039void\u203a Defined in src/main/cluster.ts:226 Returns: Promise\u2039void\u203a refreshEvents # \u25b8 refreshEvents (): Promise\u2039void\u203a Defined in src/main/cluster.ts:239 Returns: Promise\u2039void\u203a refreshMetadata # \u25b8 refreshMetadata (): Promise\u2039void\u203a Defined in src/main/cluster.ts:218 Returns: Promise\u2039void\u203a setState # \u25b8 setState ( state : ClusterState): void Defined in src/main/cluster.ts:403 Parameters: Name Type state ClusterState Returns: void toJSON # \u25b8 toJSON (): ClusterModel Defined in src/main/cluster.ts:366 Returns: ClusterModel Protected unbindEvents # \u25b8 unbindEvents (): void Defined in src/main/cluster.ts:146 Returns: void updateModel # \u25b8 updateModel ( model : ClusterModel ): void Defined in src/main/cluster.ts:106 Parameters: Name Type model ClusterModel Returns: void","title":"Class: Cluster"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#class-cluster","text":"","title":"Class: Cluster"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#hierarchy","text":"Cluster","title":"Hierarchy"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#implements","text":"ClusterModel ClusterState","title":"Implements"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#properties","text":"accessible accessibleNamespaces activated allowedNamespaces allowedResources apiUrl contextHandler contextName disconnected enabled eventCount eventDisposers failureReason frameId id initialized isAdmin kubeConfigPath kubeCtl kubeProxyUrl kubeconfigManager metadata online ownerRef preferences ready reconnecting whenInitialized whenReady workspace","title":"Properties"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#accessors","text":"available isManaged version","title":"Accessors"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#methods","text":"activate bindEvents canI disconnect getAllowedNamespaces getAllowedResources getConnectionStatus getEventCount getKubeconfig getMeta getMetrics getProxyKubeconfig getProxyKubeconfigPath getState init isClusterAdmin k8sRequest pushState reconnect refresh refreshAllowedResources refreshConnectionStatus refreshEvents refreshMetadata setState toJSON unbindEvents updateModel","title":"Methods"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#constructor","text":"+ new Cluster ( model : ClusterModel ): Cluster Defined in src/main/cluster.ts:91 Parameters: Name Type model ClusterModel Returns: Cluster","title":"constructor"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#accessible","text":"\u2022 accessible : boolean = false Defined in src/main/cluster.ts:72","title":"accessible"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#accessiblenamespaces","text":"\u2022 accessibleNamespaces : string[] = [] Implementation of ClusterModel . accessibleNamespaces Defined in src/main/cluster.ts:83","title":"accessibleNamespaces"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#protected-activated","text":"\u2022 activated : boolean = false Defined in src/main/cluster.ts:59","title":"Protected activated"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#allowednamespaces","text":"\u2022 allowedNamespaces : string[] = [] Defined in src/main/cluster.ts:81","title":"allowedNamespaces"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#allowedresources","text":"\u2022 allowedResources : string[] = [] Defined in src/main/cluster.ts:82","title":"allowedResources"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#apiurl","text":"\u2022 apiUrl : string Defined in src/main/cluster.ts:68","title":"apiUrl"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#contexthandler","text":"\u2022 contextHandler : ContextHandler Defined in src/main/cluster.ts:55","title":"contextHandler"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#contextname","text":"\u2022 contextName : string Implementation of ClusterModel . contextName Defined in src/main/cluster.ts:65","title":"contextName"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#disconnected","text":"\u2022 disconnected : boolean = true Defined in src/main/cluster.ts:75","title":"disconnected"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#enabled","text":"\u2022 enabled : boolean = false Defined in src/main/cluster.ts:70","title":"enabled"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#eventcount","text":"\u2022 eventCount : number = 0 Defined in src/main/cluster.ts:78","title":"eventCount"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#protected-eventdisposers","text":"\u2022 eventDisposers : Function[] = [] Defined in src/main/cluster.ts:58","title":"Protected eventDisposers"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#failurereason","text":"\u2022 failureReason : string Defined in src/main/cluster.ts:76","title":"failureReason"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#frameid","text":"\u2022 frameId : number Defined in src/main/cluster.ts:53","title":"frameId"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#id","text":"\u2022 id : ClusterId Implementation of ClusterModel . id Defined in src/main/cluster.ts:52","title":"id"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#initialized","text":"\u2022 initialized : boolean = false Defined in src/main/cluster.ts:64","title":"initialized"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#isadmin","text":"\u2022 isAdmin : boolean = false Defined in src/main/cluster.ts:77","title":"isAdmin"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#kubeconfigpath","text":"\u2022 kubeConfigPath : string Implementation of ClusterModel . kubeConfigPath Defined in src/main/cluster.ts:67","title":"kubeConfigPath"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#kubectl","text":"\u2022 kubeCtl : Kubectl Defined in src/main/cluster.ts:54","title":"kubeCtl"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#kubeproxyurl","text":"\u2022 kubeProxyUrl : string Defined in src/main/cluster.ts:69","title":"kubeProxyUrl"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#protected-kubeconfigmanager","text":"\u2022 kubeconfigManager : KubeconfigManager Defined in src/main/cluster.ts:57","title":"Protected kubeconfigManager"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#metadata","text":"\u2022 metadata : ClusterMetadata Implementation of ClusterModel . metadata Defined in src/main/cluster.ts:80","title":"metadata"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#online","text":"\u2022 online : boolean = false Defined in src/main/cluster.ts:71","title":"online"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#ownerref","text":"\u2022 ownerRef : string Implementation of ClusterModel . ownerRef Defined in src/main/cluster.ts:56","title":"ownerRef"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#preferences","text":"\u2022 preferences : ClusterPreferences Implementation of ClusterModel . preferences Defined in src/main/cluster.ts:79","title":"preferences"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#ready","text":"\u2022 ready : boolean = false Defined in src/main/cluster.ts:73","title":"ready"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#reconnecting","text":"\u2022 reconnecting : boolean = false Defined in src/main/cluster.ts:74","title":"reconnecting"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#wheninitialized","text":"\u2022 whenInitialized : Promise\u2039void\u203a & object = when(() => this.initialized) Defined in src/main/cluster.ts:61","title":"whenInitialized"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#whenready","text":"\u2022 whenReady : Promise\u2039void\u203a & object = when(() => this.ready) Defined in src/main/cluster.ts:62","title":"whenReady"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#workspace","text":"\u2022 workspace : WorkspaceId Implementation of ClusterModel . workspace Defined in src/main/cluster.ts:66","title":"workspace"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#available","text":"\u2022 get available (): boolean Defined in src/main/cluster.ts:85 Returns: boolean","title":"available"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#ismanaged","text":"\u2022 get isManaged (): boolean Defined in src/main/cluster.ts:101 Returns: boolean","title":"isManaged"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#version","text":"\u2022 get version (): string Defined in src/main/cluster.ts:89 Returns: string","title":"version"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#activate","text":"\u25b8 activate ( force : boolean): Promise\u2039void\u203a Defined in src/main/cluster.ts:153 Parameters: Name Type Default force boolean false Returns: Promise\u2039void\u203a","title":"activate"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#protected-bindevents","text":"\u25b8 bindEvents (): void Defined in src/main/cluster.ts:130 Returns: void","title":"Protected bindEvents"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#cani","text":"\u25b8 canI ( resourceAttributes : V1ResourceAttributes): Promise\u2039boolean\u203a Defined in src/main/cluster.ts:309 Parameters: Name Type resourceAttributes V1ResourceAttributes Returns: Promise\u2039boolean\u203a","title":"canI"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#disconnect","text":"\u25b8 disconnect (): void Defined in src/main/cluster.ts:186 Returns: void","title":"disconnect"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#protected-getallowednamespaces","text":"\u25b8 getAllowedNamespaces (): Promise\u2039string[]\u203a Defined in src/main/cluster.ts:429 Returns: Promise\u2039string[]\u203a","title":"Protected getAllowedNamespaces"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#protected-getallowedresources","text":"\u25b8 getAllowedResources (): Promise\u2039(\"pods\" | \"namespaces\" | \"nodes\" | \"events\" | \"resourcequotas\" | \"services\" | \"secrets\" | \"configmaps\" | \"ingresses\" | \"networkpolicies\" | \"persistentvolumes\" | \"storageclasses\" | \"daemonsets\" | \"deployments\" | \"statefulsets\" | \"replicasets\" | \"jobs\" | \"cronjobs\" | \"endpoints\" | \"customresourcedefinitions\" | \"horizontalpodautoscalers\" | \"podsecuritypolicies\" | \"poddisruptionbudgets\")[]\u203a Defined in src/main/cluster.ts:454 Returns: Promise\u2039(\"pods\" | \"namespaces\" | \"nodes\" | \"events\" | \"resourcequotas\" | \"services\" | \"secrets\" | \"configmaps\" | \"ingresses\" | \"networkpolicies\" | \"persistentvolumes\" | \"storageclasses\" | \"daemonsets\" | \"deployments\" | \"statefulsets\" | \"replicasets\" | \"jobs\" | \"cronjobs\" | \"endpoints\" | \"customresourcedefinitions\" | \"horizontalpodautoscalers\" | \"podsecuritypolicies\" | \"poddisruptionbudgets\")[]\u203a","title":"Protected getAllowedResources"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#protected-getconnectionstatus","text":"\u25b8 getConnectionStatus (): Promise\u2039ClusterStatus\u203a Defined in src/main/cluster.ts:279 Returns: Promise\u2039ClusterStatus\u203a","title":"Protected getConnectionStatus"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#protected-geteventcount","text":"\u25b8 getEventCount (): Promise\u2039number\u203a Defined in src/main/cluster.ts:332 Returns: Promise\u2039number\u203a","title":"Protected getEventCount"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#protected-getkubeconfig","text":"\u25b8 getKubeconfig (): KubeConfig Defined in src/main/cluster.ts:243 Returns: KubeConfig","title":"Protected getKubeconfig"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#getmeta","text":"\u25b8 getMeta (): object Defined in src/main/cluster.ts:417 Returns: object accessible : boolean = this.accessible disconnected : boolean = this.disconnected id : string = this.id initialized : boolean = this.initialized name : string = this.contextName online : boolean = this.online ready : boolean = this.ready","title":"getMeta"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#getmetrics","text":"\u25b8 getMetrics ( prometheusPath : string, queryParams : IMetricsReqParams & object): Promise\u2039any\u203a Defined in src/main/cluster.ts:268 Parameters: Name Type prometheusPath string queryParams IMetricsReqParams & object Returns: Promise\u2039any\u203a","title":"getMetrics"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#getproxykubeconfig","text":"\u25b8 getProxyKubeconfig (): KubeConfig Defined in src/main/cluster.ts:247 Returns: KubeConfig","title":"getProxyKubeconfig"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#getproxykubeconfigpath","text":"\u25b8 getProxyKubeconfigPath (): string Defined in src/main/cluster.ts:251 Returns: string","title":"getProxyKubeconfigPath"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#getstate","text":"\u25b8 getState (): ClusterState Defined in src/main/cluster.ts:383 Returns: ClusterState","title":"getState"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#init","text":"\u25b8 init ( port : number): Promise\u2039void\u203a Defined in src/main/cluster.ts:111 Parameters: Name Type port number Returns: Promise\u2039void\u203a","title":"init"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#isclusteradmin","text":"\u25b8 isClusterAdmin (): Promise\u2039boolean\u203a Defined in src/main/cluster.ts:324 Returns: Promise\u2039boolean\u203a","title":"isClusterAdmin"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#protected-k8srequest","text":"\u25b8 k8sRequest \u2039 T \u203a( path : string, options : RequestPromiseOptions): Promise\u2039T\u203a Defined in src/main/cluster.ts:255 Type parameters: \u25aa T Parameters: Name Type Default path string - options RequestPromiseOptions {} Returns: Promise\u2039T\u203a","title":"Protected k8sRequest"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#pushstate","text":"\u25b8 pushState ( state : ClusterState): void Defined in src/main/cluster.ts:407 Parameters: Name Type Default state ClusterState this.getState() Returns: void","title":"pushState"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#reconnect","text":"\u25b8 reconnect (): Promise\u2039void\u203a Defined in src/main/cluster.ts:178 Returns: Promise\u2039void\u203a","title":"reconnect"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#refresh","text":"\u25b8 refresh ( opts : ClusterRefreshOptions): Promise\u2039void\u203a Defined in src/main/cluster.ts:199 Parameters: Name Type Default opts ClusterRefreshOptions {} Returns: Promise\u2039void\u203a","title":"refresh"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#refreshallowedresources","text":"\u25b8 refreshAllowedResources (): Promise\u2039void\u203a Defined in src/main/cluster.ts:233 Returns: Promise\u2039void\u203a","title":"refreshAllowedResources"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#refreshconnectionstatus","text":"\u25b8 refreshConnectionStatus (): Promise\u2039void\u203a Defined in src/main/cluster.ts:226 Returns: Promise\u2039void\u203a","title":"refreshConnectionStatus"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#refreshevents","text":"\u25b8 refreshEvents (): Promise\u2039void\u203a Defined in src/main/cluster.ts:239 Returns: Promise\u2039void\u203a","title":"refreshEvents"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#refreshmetadata","text":"\u25b8 refreshMetadata (): Promise\u2039void\u203a Defined in src/main/cluster.ts:218 Returns: Promise\u2039void\u203a","title":"refreshMetadata"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#setstate","text":"\u25b8 setState ( state : ClusterState): void Defined in src/main/cluster.ts:403 Parameters: Name Type state ClusterState Returns: void","title":"setState"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#tojson","text":"\u25b8 toJSON (): ClusterModel Defined in src/main/cluster.ts:366 Returns: ClusterModel","title":"toJSON"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#protected-unbindevents","text":"\u25b8 unbindEvents (): void Defined in src/main/cluster.ts:146 Returns: void","title":"Protected unbindEvents"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#updatemodel","text":"\u25b8 updateModel ( model : ClusterModel ): void Defined in src/main/cluster.ts:106 Parameters: Name Type model ClusterModel Returns: void","title":"updateModel"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/","text":"Class: ExtensionStore \u2039 T \u203a # Type parameters # \u25aa T Hierarchy # BaseStore\u2039T\u203a \u21b3 ExtensionStore Index # Constructors # constructor Properties # data extension isLoaded params storeConfig syncDisposers whenLoaded Accessors # name path syncChannel Methods # applyWithoutSync cwd disableSync enableSync fromStore getSubFrames init load loadExtension onModelChange onSync onSyncFromMain saveToFile syncToWebViews toJSON unregisterIpcListener getInstance resetInstance Constructors # Protected constructor # + new ExtensionStore ( params : BaseStoreParams): ExtensionStore Inherited from ExtensionStore . constructor Defined in src/common/base-store.ts:24 Parameters: Name Type params BaseStoreParams Returns: ExtensionStore Properties # data # \u2022 data : T = {} as T Inherited from ExtensionStore . data Defined in src/common/base-store.ts:24 Protected extension # \u2022 extension : LensExtension Defined in src/extensions/extension-store.ts:6 isLoaded # \u2022 isLoaded : boolean = false Inherited from ExtensionStore . isLoaded Defined in src/common/base-store.ts:23 Protected params # \u2022 params : BaseStoreParams Inherited from ExtensionStore . params Defined in src/common/base-store.ts:26 Protected storeConfig # \u2022 storeConfig : Config\u2039T\u203a Inherited from ExtensionStore . storeConfig Defined in src/common/base-store.ts:19 Protected syncDisposers # \u2022 syncDisposers : Function[] = [] Inherited from ExtensionStore . syncDisposers Defined in src/common/base-store.ts:20 whenLoaded # \u2022 whenLoaded : Promise\u2039void\u203a & object = when(() => this.isLoaded) Inherited from ExtensionStore . whenLoaded Defined in src/common/base-store.ts:22 Accessors # name # \u2022 get name (): string Inherited from ExtensionStore . name Defined in src/common/base-store.ts:36 Returns: string path # \u2022 get path (): string Inherited from ExtensionStore . path Defined in src/common/base-store.ts:40 Returns: string syncChannel # \u2022 get syncChannel (): string Inherited from ExtensionStore . syncChannel Defined in src/common/base-store.ts:44 Returns: string Methods # Protected applyWithoutSync # \u25b8 applyWithoutSync ( callback : function): void Inherited from ExtensionStore . applyWithoutSync Defined in src/common/base-store.ts:120 Parameters: \u25aa callback : function \u25b8 (): void Returns: void Protected cwd # \u25b8 cwd (): string Overrides void Defined in src/extensions/extension-store.ts:18 Returns: string disableSync # \u25b8 disableSync (): void Inherited from ExtensionStore . disableSync Defined in src/common/base-store.ts:115 Returns: void enableSync # \u25b8 enableSync (): void Inherited from ExtensionStore . enableSync Defined in src/common/base-store.ts:83 Returns: void Protected fromStore # \u25b8 fromStore ( data : T): void Inherited from ExtensionStore . fromStore Defined in src/common/base-store.ts:176 Parameters: Name Type data T Returns: void Protected getSubFrames # \u25b8 getSubFrames (): Promise\u2039number[]\u203a Inherited from ExtensionStore . getSubFrames Defined in src/common/base-store.ts:164 Returns: Promise\u2039number[]\u203a Protected init # \u25b8 init (): Promise\u2039void\u203a Inherited from ExtensionStore . init Defined in src/common/base-store.ts:48 Returns: Promise\u2039void\u203a load # \u25b8 load (): Promise\u2039void\u203a Overrides void Defined in src/extensions/extension-store.ts:13 Returns: Promise\u2039void\u203a loadExtension # \u25b8 loadExtension ( extension : LensExtension): Promise\u2039void\u203a Defined in src/extensions/extension-store.ts:8 Parameters: Name Type extension LensExtension Returns: Promise\u2039void\u203a Protected onModelChange # \u25b8 onModelChange ( model : T): Promise\u2039void\u203a Inherited from ExtensionStore . onModelChange Defined in src/common/base-store.ts:135 Parameters: Name Type model T Returns: Promise\u2039void\u203a Protected onSync # \u25b8 onSync ( model : T): void Inherited from ExtensionStore . onSync Defined in src/common/base-store.ts:128 Parameters: Name Type model T Returns: void Protected onSyncFromMain # \u25b8 onSyncFromMain ( model : T): void Inherited from ExtensionStore . onSyncFromMain Defined in src/common/base-store.ts:105 Parameters: Name Type model T Returns: void Protected saveToFile # \u25b8 saveToFile ( model : T): Promise\u2039void\u203a Inherited from ExtensionStore . saveToFile Defined in src/common/base-store.ts:75 Parameters: Name Type model T Returns: Promise\u2039void\u203a Protected syncToWebViews # \u25b8 syncToWebViews ( model : T): Promise\u2039void\u203a Inherited from ExtensionStore . syncToWebViews Defined in src/common/base-store.ts:146 Parameters: Name Type model T Returns: Promise\u2039void\u203a toJSON # \u25b8 toJSON (): T Inherited from ExtensionStore . toJSON Defined in src/common/base-store.ts:182 Returns: T unregisterIpcListener # \u25b8 unregisterIpcListener (): void Inherited from ExtensionStore . unregisterIpcListener Defined in src/common/base-store.ts:111 Returns: void Static getInstance # \u25b8 getInstance \u2039 T \u203a(... args : ConstructorParameters\u2039Constructor\u2039T\u203a\u203a): T Inherited from ExtensionStore . getInstance Defined in src/common/utils/singleton.ts:15 Type parameters: \u25aa T Parameters: Name Type ...args ConstructorParameters\u2039Constructor\u2039T\u203a\u203a Returns: T Static resetInstance # \u25b8 resetInstance (): void Inherited from ExtensionStore . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"Class: ExtensionStore \u2039**T**\u203a"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#class-extensionstore-t","text":"","title":"Class: ExtensionStore \u2039T\u203a"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#type-parameters","text":"\u25aa T","title":"Type parameters"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#hierarchy","text":"BaseStore\u2039T\u203a \u21b3 ExtensionStore","title":"Hierarchy"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#properties","text":"data extension isLoaded params storeConfig syncDisposers whenLoaded","title":"Properties"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#accessors","text":"name path syncChannel","title":"Accessors"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#methods","text":"applyWithoutSync cwd disableSync enableSync fromStore getSubFrames init load loadExtension onModelChange onSync onSyncFromMain saveToFile syncToWebViews toJSON unregisterIpcListener getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-constructor","text":"+ new ExtensionStore ( params : BaseStoreParams): ExtensionStore Inherited from ExtensionStore . constructor Defined in src/common/base-store.ts:24 Parameters: Name Type params BaseStoreParams Returns: ExtensionStore","title":"Protected constructor"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#data","text":"\u2022 data : T = {} as T Inherited from ExtensionStore . data Defined in src/common/base-store.ts:24","title":"data"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-extension","text":"\u2022 extension : LensExtension Defined in src/extensions/extension-store.ts:6","title":"Protected extension"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from ExtensionStore . isLoaded Defined in src/common/base-store.ts:23","title":"isLoaded"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-params","text":"\u2022 params : BaseStoreParams Inherited from ExtensionStore . params Defined in src/common/base-store.ts:26","title":"Protected params"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-storeconfig","text":"\u2022 storeConfig : Config\u2039T\u203a Inherited from ExtensionStore . storeConfig Defined in src/common/base-store.ts:19","title":"Protected storeConfig"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-syncdisposers","text":"\u2022 syncDisposers : Function[] = [] Inherited from ExtensionStore . syncDisposers Defined in src/common/base-store.ts:20","title":"Protected syncDisposers"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#whenloaded","text":"\u2022 whenLoaded : Promise\u2039void\u203a & object = when(() => this.isLoaded) Inherited from ExtensionStore . whenLoaded Defined in src/common/base-store.ts:22","title":"whenLoaded"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#name","text":"\u2022 get name (): string Inherited from ExtensionStore . name Defined in src/common/base-store.ts:36 Returns: string","title":"name"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#path","text":"\u2022 get path (): string Inherited from ExtensionStore . path Defined in src/common/base-store.ts:40 Returns: string","title":"path"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#syncchannel","text":"\u2022 get syncChannel (): string Inherited from ExtensionStore . syncChannel Defined in src/common/base-store.ts:44 Returns: string","title":"syncChannel"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-applywithoutsync","text":"\u25b8 applyWithoutSync ( callback : function): void Inherited from ExtensionStore . applyWithoutSync Defined in src/common/base-store.ts:120 Parameters: \u25aa callback : function \u25b8 (): void Returns: void","title":"Protected applyWithoutSync"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-cwd","text":"\u25b8 cwd (): string Overrides void Defined in src/extensions/extension-store.ts:18 Returns: string","title":"Protected cwd"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#disablesync","text":"\u25b8 disableSync (): void Inherited from ExtensionStore . disableSync Defined in src/common/base-store.ts:115 Returns: void","title":"disableSync"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#enablesync","text":"\u25b8 enableSync (): void Inherited from ExtensionStore . enableSync Defined in src/common/base-store.ts:83 Returns: void","title":"enableSync"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-fromstore","text":"\u25b8 fromStore ( data : T): void Inherited from ExtensionStore . fromStore Defined in src/common/base-store.ts:176 Parameters: Name Type data T Returns: void","title":"Protected fromStore"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-getsubframes","text":"\u25b8 getSubFrames (): Promise\u2039number[]\u203a Inherited from ExtensionStore . getSubFrames Defined in src/common/base-store.ts:164 Returns: Promise\u2039number[]\u203a","title":"Protected getSubFrames"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-init","text":"\u25b8 init (): Promise\u2039void\u203a Inherited from ExtensionStore . init Defined in src/common/base-store.ts:48 Returns: Promise\u2039void\u203a","title":"Protected init"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#load","text":"\u25b8 load (): Promise\u2039void\u203a Overrides void Defined in src/extensions/extension-store.ts:13 Returns: Promise\u2039void\u203a","title":"load"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#loadextension","text":"\u25b8 loadExtension ( extension : LensExtension): Promise\u2039void\u203a Defined in src/extensions/extension-store.ts:8 Parameters: Name Type extension LensExtension Returns: Promise\u2039void\u203a","title":"loadExtension"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-onmodelchange","text":"\u25b8 onModelChange ( model : T): Promise\u2039void\u203a Inherited from ExtensionStore . onModelChange Defined in src/common/base-store.ts:135 Parameters: Name Type model T Returns: Promise\u2039void\u203a","title":"Protected onModelChange"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-onsync","text":"\u25b8 onSync ( model : T): void Inherited from ExtensionStore . onSync Defined in src/common/base-store.ts:128 Parameters: Name Type model T Returns: void","title":"Protected onSync"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-onsyncfrommain","text":"\u25b8 onSyncFromMain ( model : T): void Inherited from ExtensionStore . onSyncFromMain Defined in src/common/base-store.ts:105 Parameters: Name Type model T Returns: void","title":"Protected onSyncFromMain"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-savetofile","text":"\u25b8 saveToFile ( model : T): Promise\u2039void\u203a Inherited from ExtensionStore . saveToFile Defined in src/common/base-store.ts:75 Parameters: Name Type model T Returns: Promise\u2039void\u203a","title":"Protected saveToFile"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-synctowebviews","text":"\u25b8 syncToWebViews ( model : T): Promise\u2039void\u203a Inherited from ExtensionStore . syncToWebViews Defined in src/common/base-store.ts:146 Parameters: Name Type model T Returns: Promise\u2039void\u203a","title":"Protected syncToWebViews"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#tojson","text":"\u25b8 toJSON (): T Inherited from ExtensionStore . toJSON Defined in src/common/base-store.ts:182 Returns: T","title":"toJSON"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#unregisteripclistener","text":"\u25b8 unregisterIpcListener (): void Inherited from ExtensionStore . unregisterIpcListener Defined in src/common/base-store.ts:111 Returns: void","title":"unregisterIpcListener"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#static-getinstance","text":"\u25b8 getInstance \u2039 T \u203a(... args : ConstructorParameters\u2039Constructor\u2039T\u203a\u203a): T Inherited from ExtensionStore . getInstance Defined in src/common/utils/singleton.ts:15 Type parameters: \u25aa T Parameters: Name Type ...args ConstructorParameters\u2039Constructor\u2039T\u203a\u203a Returns: T","title":"Static getInstance"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#static-resetinstance","text":"\u25b8 resetInstance (): void Inherited from ExtensionStore . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"Static resetInstance"},{"location":"extensions/api/classes/_core_api_stores_.workspace/","text":"Class: Workspace # Hierarchy # Workspace Implements # WorkspaceModel WorkspaceState Index # Constructors # constructor Properties # description enabled id name ownerRef Accessors # isManaged Methods # getState pushState setState toJSON Constructors # constructor # + new Workspace ( data : WorkspaceModel ): Workspace Defined in src/common/workspace-store.ts:32 Parameters: Name Type data WorkspaceModel Returns: Workspace Properties # Optional description # \u2022 description ? : string Implementation of WorkspaceModel . description Defined in src/common/workspace-store.ts:30 enabled # \u2022 enabled : boolean Defined in src/common/workspace-store.ts:32 id # \u2022 id : WorkspaceId Implementation of WorkspaceModel . id Defined in src/common/workspace-store.ts:28 name # \u2022 name : string Implementation of WorkspaceModel . name Defined in src/common/workspace-store.ts:29 Optional ownerRef # \u2022 ownerRef ? : string Implementation of WorkspaceModel . ownerRef Defined in src/common/workspace-store.ts:31 Accessors # isManaged # \u2022 get isManaged (): boolean Defined in src/common/workspace-store.ts:44 Returns: boolean Methods # getState # \u25b8 getState (): WorkspaceState Defined in src/common/workspace-store.ts:48 Returns: WorkspaceState pushState # \u25b8 pushState ( state : WorkspaceState): void Defined in src/common/workspace-store.ts:54 Parameters: Name Type Default state WorkspaceState this.getState() Returns: void setState # \u25b8 setState ( state : WorkspaceState): void Defined in src/common/workspace-store.ts:63 Parameters: Name Type state WorkspaceState Returns: void toJSON # \u25b8 toJSON (): WorkspaceModel Defined in src/common/workspace-store.ts:67 Returns: WorkspaceModel","title":"Class: Workspace"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#class-workspace","text":"","title":"Class: Workspace"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#hierarchy","text":"Workspace","title":"Hierarchy"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#implements","text":"WorkspaceModel WorkspaceState","title":"Implements"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#properties","text":"description enabled id name ownerRef","title":"Properties"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#accessors","text":"isManaged","title":"Accessors"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#methods","text":"getState pushState setState toJSON","title":"Methods"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#constructor","text":"+ new Workspace ( data : WorkspaceModel ): Workspace Defined in src/common/workspace-store.ts:32 Parameters: Name Type data WorkspaceModel Returns: Workspace","title":"constructor"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#optional-description","text":"\u2022 description ? : string Implementation of WorkspaceModel . description Defined in src/common/workspace-store.ts:30","title":"Optional description"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#enabled","text":"\u2022 enabled : boolean Defined in src/common/workspace-store.ts:32","title":"enabled"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#id","text":"\u2022 id : WorkspaceId Implementation of WorkspaceModel . id Defined in src/common/workspace-store.ts:28","title":"id"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#name","text":"\u2022 name : string Implementation of WorkspaceModel . name Defined in src/common/workspace-store.ts:29","title":"name"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#optional-ownerref","text":"\u2022 ownerRef ? : string Implementation of WorkspaceModel . ownerRef Defined in src/common/workspace-store.ts:31","title":"Optional ownerRef"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#ismanaged","text":"\u2022 get isManaged (): boolean Defined in src/common/workspace-store.ts:44 Returns: boolean","title":"isManaged"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#getstate","text":"\u25b8 getState (): WorkspaceState Defined in src/common/workspace-store.ts:48 Returns: WorkspaceState","title":"getState"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#pushstate","text":"\u25b8 pushState ( state : WorkspaceState): void Defined in src/common/workspace-store.ts:54 Parameters: Name Type Default state WorkspaceState this.getState() Returns: void","title":"pushState"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#setstate","text":"\u25b8 setState ( state : WorkspaceState): void Defined in src/common/workspace-store.ts:63 Parameters: Name Type state WorkspaceState Returns: void","title":"setState"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#tojson","text":"\u25b8 toJSON (): WorkspaceModel Defined in src/common/workspace-store.ts:67 Returns: WorkspaceModel","title":"toJSON"},{"location":"extensions/api/classes/_core_api_utils_.singleton/","text":"Class: Singleton # Hierarchy # Singleton Index # Methods # getInstance resetInstance Methods # Static getInstance # \u25b8 getInstance \u2039 T \u203a(... args : ConstructorParameters\u2039Constructor\u2039T\u203a\u203a): T Defined in src/common/utils/singleton.ts:15 Type parameters: \u25aa T Parameters: Name Type ...args ConstructorParameters\u2039Constructor\u2039T\u203a\u203a Returns: T Static resetInstance # \u25b8 resetInstance (): void Defined in src/common/utils/singleton.ts:22 Returns: void","title":"Class: Singleton"},{"location":"extensions/api/classes/_core_api_utils_.singleton/#class-singleton","text":"","title":"Class: Singleton"},{"location":"extensions/api/classes/_core_api_utils_.singleton/#hierarchy","text":"Singleton","title":"Hierarchy"},{"location":"extensions/api/classes/_core_api_utils_.singleton/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_core_api_utils_.singleton/#methods","text":"getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/_core_api_utils_.singleton/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_core_api_utils_.singleton/#static-getinstance","text":"\u25b8 getInstance \u2039 T \u203a(... args : ConstructorParameters\u2039Constructor\u2039T\u203a\u203a): T Defined in src/common/utils/singleton.ts:15 Type parameters: \u25aa T Parameters: Name Type ...args ConstructorParameters\u2039Constructor\u2039T\u203a\u203a Returns: T","title":"Static getInstance"},{"location":"extensions/api/classes/_core_api_utils_.singleton/#static-resetinstance","text":"\u25b8 resetInstance (): void Defined in src/common/utils/singleton.ts:22 Returns: void","title":"Static resetInstance"},{"location":"extensions/api/classes/_renderer_api_components_.badge/","text":"Class: Badge \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 BadgeProps \u203a \u21b3 Badge Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new Badge ( props : Readonly\u2039 BadgeProps \u203a): Badge Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 BadgeProps \u203a Returns: Badge + new Badge ( props : BadgeProps , context? : any): Badge Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props BadgeProps context? any Returns: Badge Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 BadgeProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 BadgeProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 BadgeProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 BadgeProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 BadgeProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 BadgeProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 BadgeProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 BadgeProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 BadgeProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 BadgeProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 BadgeProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 BadgeProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 BadgeProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/badge/badge.tsx:14 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 BadgeProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 BadgeProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: Badge \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#class-badge-s-ss-s","text":"","title":"Class: Badge \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#hierarchy","text":"Component\u2039 BadgeProps \u203a \u21b3 Badge","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#constructor","text":"+ new Badge ( props : Readonly\u2039 BadgeProps \u203a): Badge Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 BadgeProps \u203a Returns: Badge + new Badge ( props : BadgeProps , context? : any): Badge Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props BadgeProps context? any Returns: Badge","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#props","text":"\u2022 props : Readonly\u2039 BadgeProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 BadgeProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 BadgeProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 BadgeProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 BadgeProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 BadgeProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 BadgeProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 BadgeProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 BadgeProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 BadgeProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 BadgeProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 BadgeProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 BadgeProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/badge/badge.tsx:14 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 BadgeProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 BadgeProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.button/","text":"Class: Button \u2039 SS \u203a # Type parameters # \u25aa SS Hierarchy # PureComponent\u2039 ButtonProps , object\u203a \u21b3 Button Index # Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate render shouldComponentUpdate Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 ButtonProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ButtonProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 ButtonProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ButtonProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 ButtonProps \u203a, prevState : Readonly\u2039object\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 ButtonProps \u203a prevState Readonly\u2039object\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 ButtonProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ButtonProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 ButtonProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ButtonProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 ButtonProps \u203a, prevState : Readonly\u2039object\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 ButtonProps \u203a prevState Readonly\u2039object\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Defined in src/renderer/components/button/button.tsx:26 Returns: Element\u2039\u203a Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 ButtonProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 ButtonProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: boolean","title":"Class: Button \u2039**SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.button/#class-button-ss","text":"","title":"Class: Button \u2039SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.button/#type-parameters","text":"\u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.button/#hierarchy","text":"PureComponent\u2039 ButtonProps , object\u203a \u21b3 Button","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.button/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.button/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate render shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.button/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.button/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.button/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 ButtonProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ButtonProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.button/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 ButtonProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ButtonProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.button/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.button/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.button/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 ButtonProps \u203a, prevState : Readonly\u2039object\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 ButtonProps \u203a prevState Readonly\u2039object\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.button/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.button/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 ButtonProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ButtonProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.button/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.button/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 ButtonProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ButtonProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.button/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 ButtonProps \u203a, prevState : Readonly\u2039object\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 ButtonProps \u203a prevState Readonly\u2039object\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.button/#render","text":"\u25b8 render (): Element\u2039\u203a Defined in src/renderer/components/button/button.tsx:26 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.button/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 ButtonProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 ButtonProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/","text":"Class: Checkbox \u2039 S, SS \u203a # Type parameters # \u25aa S \u25aa SS Hierarchy # PureComponent\u2039 CheckboxProps \u203a \u21b3 Checkbox Index # Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate getValue onChange render shouldComponentUpdate Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 CheckboxProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CheckboxProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 CheckboxProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CheckboxProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 CheckboxProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 CheckboxProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 CheckboxProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CheckboxProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 CheckboxProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CheckboxProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 CheckboxProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 CheckboxProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null getValue # \u25b8 getValue (): boolean Defined in src/renderer/components/checkbox/checkbox.tsx:25 Returns: boolean onChange # \u25b8 onChange ( evt : ChangeEvent\u2039HTMLInputElement\u203a): void Defined in src/renderer/components/checkbox/checkbox.tsx:19 Parameters: Name Type evt ChangeEvent\u2039HTMLInputElement\u203a Returns: void render # \u25b8 render (): Element\u2039\u203a Defined in src/renderer/components/checkbox/checkbox.tsx:30 Returns: Element\u2039\u203a Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 CheckboxProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 CheckboxProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: Checkbox \u2039**S, SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#class-checkbox-s-ss","text":"","title":"Class: Checkbox \u2039S, SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#type-parameters","text":"\u25aa S \u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#hierarchy","text":"PureComponent\u2039 CheckboxProps \u203a \u21b3 Checkbox","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate getValue onChange render shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 CheckboxProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CheckboxProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 CheckboxProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CheckboxProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 CheckboxProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 CheckboxProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 CheckboxProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CheckboxProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 CheckboxProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CheckboxProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 CheckboxProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 CheckboxProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#getvalue","text":"\u25b8 getValue (): boolean Defined in src/renderer/components/checkbox/checkbox.tsx:25 Returns: boolean","title":"getValue"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#onchange","text":"\u25b8 onChange ( evt : ChangeEvent\u2039HTMLInputElement\u203a): void Defined in src/renderer/components/checkbox/checkbox.tsx:19 Parameters: Name Type evt ChangeEvent\u2039HTMLInputElement\u203a Returns: void","title":"onChange"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#render","text":"\u25b8 render (): Element\u2039\u203a Defined in src/renderer/components/checkbox/checkbox.tsx:30 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 CheckboxProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 CheckboxProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/","text":"Class: ConfirmDialog \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 ConfirmDialogProps \u203a \u21b3 ConfirmDialog Index # Constructors # constructor Properties # context isSaving props refs state contextType isOpen params Accessors # params Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate ok onClose render setState shouldComponentUpdate close open Object literals # defaultParams Constructors # constructor # + new ConfirmDialog ( props : Readonly\u2039 ConfirmDialogProps \u203a): ConfirmDialog Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 ConfirmDialogProps \u203a Returns: ConfirmDialog + new ConfirmDialog ( props : ConfirmDialogProps , context? : any): ConfirmDialog Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props ConfirmDialogProps context? any Returns: ConfirmDialog Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html isSaving # \u2022 isSaving : boolean = false Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:30 props # \u2022 props : Readonly\u2039 ConfirmDialogProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Static isOpen # \u25aa isOpen : boolean = false Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:27 Static params # \u25aa params : ConfirmDialogParams Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:28 Accessors # params # \u2022 get params (): ConfirmDialogParams Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:48 Returns: ConfirmDialogParams Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 ConfirmDialogProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ConfirmDialogProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 ConfirmDialogProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ConfirmDialogProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void close # \u25b8 close (): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:66 Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 ConfirmDialogProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 ConfirmDialogProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 ConfirmDialogProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ConfirmDialogProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 ConfirmDialogProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ConfirmDialogProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 ConfirmDialogProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 ConfirmDialogProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null ok # \u25b8 ok (): Promise\u2039void\u203a Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:52 Returns: Promise\u2039void\u203a onClose # \u25b8 onClose (): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:62 Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:70 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 ConfirmDialogProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 ConfirmDialogProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean Static close # \u25b8 close (): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:37 Returns: void Static open # \u25b8 open ( params : ConfirmDialogParams ): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:32 Parameters: Name Type params ConfirmDialogParams Returns: void Object literals # defaultParams # \u25aa defaultParams : object # Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:41 icon # \u2022 icon : Element\u2039\u203a = Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:45 labelCancel # \u2022 labelCancel : Element\u2039\u203a = Cancel Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:44 labelOk # \u2022 labelOk : Element\u2039\u203a = Ok Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:43 ok # \u2022 ok : any = noop Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:42","title":"Class: ConfirmDialog \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#class-confirmdialog-s-ss-s","text":"","title":"Class: ConfirmDialog \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#hierarchy","text":"Component\u2039 ConfirmDialogProps \u203a \u21b3 ConfirmDialog","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#properties","text":"context isSaving props refs state contextType isOpen params","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#accessors","text":"params","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate ok onClose render setState shouldComponentUpdate close open","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#object-literals","text":"defaultParams","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#constructor","text":"+ new ConfirmDialog ( props : Readonly\u2039 ConfirmDialogProps \u203a): ConfirmDialog Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 ConfirmDialogProps \u203a Returns: ConfirmDialog + new ConfirmDialog ( props : ConfirmDialogProps , context? : any): ConfirmDialog Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props ConfirmDialogProps context? any Returns: ConfirmDialog","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#issaving","text":"\u2022 isSaving : boolean = false Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:30","title":"isSaving"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#props","text":"\u2022 props : Readonly\u2039 ConfirmDialogProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#static-isopen","text":"\u25aa isOpen : boolean = false Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:27","title":"Static isOpen"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#static-params","text":"\u25aa params : ConfirmDialogParams Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:28","title":"Static params"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#params","text":"\u2022 get params (): ConfirmDialogParams Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:48 Returns: ConfirmDialogParams","title":"params"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 ConfirmDialogProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ConfirmDialogProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 ConfirmDialogProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ConfirmDialogProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#close","text":"\u25b8 close (): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:66 Returns: void","title":"close"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 ConfirmDialogProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 ConfirmDialogProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 ConfirmDialogProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ConfirmDialogProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 ConfirmDialogProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ConfirmDialogProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 ConfirmDialogProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 ConfirmDialogProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#ok","text":"\u25b8 ok (): Promise\u2039void\u203a Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:52 Returns: Promise\u2039void\u203a","title":"ok"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#onclose","text":"\u25b8 onClose (): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:62 Returns: void","title":"onClose"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:70 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 ConfirmDialogProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 ConfirmDialogProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#static-close","text":"\u25b8 close (): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:37 Returns: void","title":"Static close"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#static-open","text":"\u25b8 open ( params : ConfirmDialogParams ): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:32 Parameters: Name Type params ConfirmDialogParams Returns: void","title":"Static open"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#defaultparams","text":"","title":"defaultParams"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#defaultparams-object","text":"Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:41","title":"\u25aa defaultParams: object"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#icon","text":"\u2022 icon : Element\u2039\u203a = Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:45","title":"icon"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#labelcancel","text":"\u2022 labelCancel : Element\u2039\u203a = Cancel Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:44","title":"labelCancel"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#labelok","text":"\u2022 labelOk : Element\u2039\u203a = Ok Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:43","title":"labelOk"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#ok_1","text":"\u2022 ok : any = noop Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:42","title":"ok"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/","text":"Class: CubeSpinner \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 CubeSpinnerProps \u203a \u21b3 CubeSpinner Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new CubeSpinner ( props : Readonly\u2039 CubeSpinnerProps \u203a): CubeSpinner Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 CubeSpinnerProps \u203a Returns: CubeSpinner + new CubeSpinner ( props : CubeSpinnerProps , context? : any): CubeSpinner Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props CubeSpinnerProps context? any Returns: CubeSpinner Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 CubeSpinnerProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 CubeSpinnerProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CubeSpinnerProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 CubeSpinnerProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CubeSpinnerProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 CubeSpinnerProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 CubeSpinnerProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 CubeSpinnerProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CubeSpinnerProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 CubeSpinnerProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CubeSpinnerProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 CubeSpinnerProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 CubeSpinnerProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/spinner/cube-spinner.tsx:11 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 CubeSpinnerProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 CubeSpinnerProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: CubeSpinner \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#class-cubespinner-s-ss-s","text":"","title":"Class: CubeSpinner \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#hierarchy","text":"Component\u2039 CubeSpinnerProps \u203a \u21b3 CubeSpinner","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#constructor","text":"+ new CubeSpinner ( props : Readonly\u2039 CubeSpinnerProps \u203a): CubeSpinner Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 CubeSpinnerProps \u203a Returns: CubeSpinner + new CubeSpinner ( props : CubeSpinnerProps , context? : any): CubeSpinner Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props CubeSpinnerProps context? any Returns: CubeSpinner","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#props","text":"\u2022 props : Readonly\u2039 CubeSpinnerProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 CubeSpinnerProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CubeSpinnerProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 CubeSpinnerProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CubeSpinnerProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 CubeSpinnerProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 CubeSpinnerProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 CubeSpinnerProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CubeSpinnerProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 CubeSpinnerProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CubeSpinnerProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 CubeSpinnerProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 CubeSpinnerProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/spinner/cube-spinner.tsx:11 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 CubeSpinnerProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 CubeSpinnerProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/","text":"Class: Dialog \u2039 SS \u203a # Type parameters # \u25aa SS Hierarchy # PureComponent\u2039 DialogProps , DialogState\u203a \u21b3 Dialog Index # Properties # closeOnNavigate Accessors # elem isOpen Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate onClickOutside onClose onEscapeKey onOpen open render shouldComponentUpdate toggle Object literals # state defaultProps Properties # closeOnNavigate # \u2022 closeOnNavigate : IReactionDisposer = reaction(() => navigation.getPath(), () => this.close()) Defined in src/renderer/components/dialog/dialog.tsx:45 Accessors # elem # \u2022 get elem (): HTMLElement Defined in src/renderer/components/dialog/dialog.tsx:51 Returns: HTMLElement isOpen # \u2022 get isOpen (): boolean Defined in src/renderer/components/dialog/dialog.tsx:55 Returns: boolean Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 DialogProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DialogProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 DialogProps \u203a, nextState : Readonly\u2039DialogState\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DialogProps \u203a nextState Readonly\u2039DialogState\u203a nextContext any Returns: void close # \u25b8 close (): void Defined in src/renderer/components/dialog/dialog.tsx:85 Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void componentDidMount # \u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/dialog/dialog.tsx:59 Returns: void componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : DialogProps ): void Overrides PageLayout . componentDidUpdate Defined in src/renderer/components/dialog/dialog.tsx:63 Parameters: Name Type prevProps DialogProps Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 DialogProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DialogProps \u203a nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides WizardLayout . componentWillUnmount Defined in src/renderer/components/dialog/dialog.tsx:70 Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 DialogProps \u203a, nextState : Readonly\u2039DialogState\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DialogProps \u203a nextState Readonly\u2039DialogState\u203a nextContext any Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 DialogProps \u203a, prevState : Readonly\u2039DialogState\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 DialogProps \u203a prevState Readonly\u2039DialogState\u203a Returns: SS | null onClickOutside # \u25b8 onClickOutside ( evt : MouseEvent): void Defined in src/renderer/components/dialog/dialog.tsx:116 Parameters: Name Type evt MouseEvent Returns: void onClose # \u25b8 onClose (): void Defined in src/renderer/components/dialog/dialog.tsx:100 Returns: void onEscapeKey # \u25b8 onEscapeKey ( evt : KeyboardEvent): void Defined in src/renderer/components/dialog/dialog.tsx:108 Parameters: Name Type evt KeyboardEvent Returns: void onOpen # \u25b8 onOpen (): void Defined in src/renderer/components/dialog/dialog.tsx:91 Returns: void open # \u25b8 open (): void Defined in src/renderer/components/dialog/dialog.tsx:79 Returns: void render # \u25b8 render (): ReactPortal\u2039\u203a Defined in src/renderer/components/dialog/dialog.tsx:124 Returns: ReactPortal\u2039\u203a Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 DialogProps \u203a, nextState : Readonly\u2039DialogState\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 DialogProps \u203a nextState Readonly\u2039DialogState\u203a nextContext any Returns: boolean toggle # \u25b8 toggle ( isOpen : boolean): void Defined in src/renderer/components/dialog/dialog.tsx:74 Parameters: Name Type isOpen boolean Returns: void Object literals # state # \u25aa state : object # Defined in src/renderer/components/dialog/dialog.tsx:47 isOpen # \u2022 isOpen : boolean = this.props.isOpen Defined in src/renderer/components/dialog/dialog.tsx:48 Static defaultProps # \u25aa defaultProps : object # Defined in src/renderer/components/dialog/dialog.tsx:33 animated # \u2022 animated : true = true Defined in src/renderer/components/dialog/dialog.tsx:40 close # \u2022 close : any = noop Defined in src/renderer/components/dialog/dialog.tsx:36 isOpen # \u2022 isOpen : false = false Defined in src/renderer/components/dialog/dialog.tsx:34 modal # \u2022 modal : true = true Defined in src/renderer/components/dialog/dialog.tsx:39 onClose # \u2022 onClose : any = noop Defined in src/renderer/components/dialog/dialog.tsx:38 onOpen # \u2022 onOpen : any = noop Defined in src/renderer/components/dialog/dialog.tsx:37 open # \u2022 open : any = noop Defined in src/renderer/components/dialog/dialog.tsx:35 pinned # \u2022 pinned : false = false Defined in src/renderer/components/dialog/dialog.tsx:41","title":"Class: Dialog \u2039**SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#class-dialog-ss","text":"","title":"Class: Dialog \u2039SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#type-parameters","text":"\u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#hierarchy","text":"PureComponent\u2039 DialogProps , DialogState\u203a \u21b3 Dialog","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#properties","text":"closeOnNavigate","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#accessors","text":"elem isOpen","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate onClickOutside onClose onEscapeKey onOpen open render shouldComponentUpdate toggle","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#object-literals","text":"state defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#closeonnavigate","text":"\u2022 closeOnNavigate : IReactionDisposer = reaction(() => navigation.getPath(), () => this.close()) Defined in src/renderer/components/dialog/dialog.tsx:45","title":"closeOnNavigate"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#elem","text":"\u2022 get elem (): HTMLElement Defined in src/renderer/components/dialog/dialog.tsx:51 Returns: HTMLElement","title":"elem"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#isopen","text":"\u2022 get isOpen (): boolean Defined in src/renderer/components/dialog/dialog.tsx:55 Returns: boolean","title":"isOpen"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 DialogProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DialogProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 DialogProps \u203a, nextState : Readonly\u2039DialogState\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DialogProps \u203a nextState Readonly\u2039DialogState\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#close","text":"\u25b8 close (): void Defined in src/renderer/components/dialog/dialog.tsx:85 Returns: void","title":"close"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/dialog/dialog.tsx:59 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : DialogProps ): void Overrides PageLayout . componentDidUpdate Defined in src/renderer/components/dialog/dialog.tsx:63 Parameters: Name Type prevProps DialogProps Returns: void","title":"componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 DialogProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DialogProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides WizardLayout . componentWillUnmount Defined in src/renderer/components/dialog/dialog.tsx:70 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 DialogProps \u203a, nextState : Readonly\u2039DialogState\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DialogProps \u203a nextState Readonly\u2039DialogState\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 DialogProps \u203a, prevState : Readonly\u2039DialogState\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 DialogProps \u203a prevState Readonly\u2039DialogState\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#onclickoutside","text":"\u25b8 onClickOutside ( evt : MouseEvent): void Defined in src/renderer/components/dialog/dialog.tsx:116 Parameters: Name Type evt MouseEvent Returns: void","title":"onClickOutside"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#onclose","text":"\u25b8 onClose (): void Defined in src/renderer/components/dialog/dialog.tsx:100 Returns: void","title":"onClose"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#onescapekey","text":"\u25b8 onEscapeKey ( evt : KeyboardEvent): void Defined in src/renderer/components/dialog/dialog.tsx:108 Parameters: Name Type evt KeyboardEvent Returns: void","title":"onEscapeKey"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#onopen","text":"\u25b8 onOpen (): void Defined in src/renderer/components/dialog/dialog.tsx:91 Returns: void","title":"onOpen"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#open","text":"\u25b8 open (): void Defined in src/renderer/components/dialog/dialog.tsx:79 Returns: void","title":"open"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#render","text":"\u25b8 render (): ReactPortal\u2039\u203a Defined in src/renderer/components/dialog/dialog.tsx:124 Returns: ReactPortal\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 DialogProps \u203a, nextState : Readonly\u2039DialogState\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 DialogProps \u203a nextState Readonly\u2039DialogState\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#toggle","text":"\u25b8 toggle ( isOpen : boolean): void Defined in src/renderer/components/dialog/dialog.tsx:74 Parameters: Name Type isOpen boolean Returns: void","title":"toggle"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#state","text":"","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#state-object","text":"Defined in src/renderer/components/dialog/dialog.tsx:47","title":"\u25aa state: object"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#isopen_1","text":"\u2022 isOpen : boolean = this.props.isOpen Defined in src/renderer/components/dialog/dialog.tsx:48","title":"isOpen"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#static-defaultprops","text":"","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#defaultprops-object","text":"Defined in src/renderer/components/dialog/dialog.tsx:33","title":"\u25aa defaultProps: object"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#animated","text":"\u2022 animated : true = true Defined in src/renderer/components/dialog/dialog.tsx:40","title":"animated"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#close_1","text":"\u2022 close : any = noop Defined in src/renderer/components/dialog/dialog.tsx:36","title":"close"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#isopen_2","text":"\u2022 isOpen : false = false Defined in src/renderer/components/dialog/dialog.tsx:34","title":"isOpen"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#modal","text":"\u2022 modal : true = true Defined in src/renderer/components/dialog/dialog.tsx:39","title":"modal"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#onclose_1","text":"\u2022 onClose : any = noop Defined in src/renderer/components/dialog/dialog.tsx:38","title":"onClose"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#onopen_1","text":"\u2022 onOpen : any = noop Defined in src/renderer/components/dialog/dialog.tsx:37","title":"onOpen"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#open_1","text":"\u2022 open : any = noop Defined in src/renderer/components/dialog/dialog.tsx:35","title":"open"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#pinned","text":"\u2022 pinned : false = false Defined in src/renderer/components/dialog/dialog.tsx:41","title":"pinned"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/","text":"Class: Drawer \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 DrawerProps \u203a \u21b3 Drawer Index # Constructors # constructor Properties # context props refs state contextType defaultProps Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onClickOutside onEscapeKey onMouseDown render restoreScrollPos saveScrollPos setState shouldComponentUpdate Constructors # constructor # + new Drawer ( props : Readonly\u2039 DrawerProps \u203a): Drawer Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 DrawerProps \u203a Returns: Drawer + new Drawer ( props : DrawerProps , context? : any): Drawer Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props DrawerProps context? any Returns: Drawer Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 DrawerProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Static defaultProps # \u25aa defaultProps : object = defaultProps as object Defined in src/renderer/components/drawer/drawer.tsx:31 Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 DrawerProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void close # \u25b8 close (): void Defined in src/renderer/components/drawer/drawer.tsx:96 Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void componentDidMount # \u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/drawer/drawer.tsx:42 Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 DrawerProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 DrawerProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerProps \u203a nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides WizardLayout . componentWillUnmount Defined in src/renderer/components/drawer/drawer.tsx:49 Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 DrawerProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 DrawerProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 DrawerProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null onClickOutside # \u25b8 onClickOutside ( evt : MouseEvent): void Defined in src/renderer/components/drawer/drawer.tsx:77 Parameters: Name Type evt MouseEvent Returns: void onEscapeKey # \u25b8 onEscapeKey ( evt : KeyboardEvent): void Defined in src/renderer/components/drawer/drawer.tsx:68 Parameters: Name Type evt KeyboardEvent Returns: void onMouseDown # \u25b8 onMouseDown ( evt : MouseEvent): void Defined in src/renderer/components/drawer/drawer.tsx:90 Parameters: Name Type evt MouseEvent Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/drawer/drawer.tsx:101 Returns: Element\u2039\u203a restoreScrollPos # \u25b8 restoreScrollPos (): void Defined in src/renderer/components/drawer/drawer.tsx:62 Returns: void saveScrollPos # \u25b8 saveScrollPos (): void Defined in src/renderer/components/drawer/drawer.tsx:56 Returns: void setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 DrawerProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 DrawerProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: Drawer \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#class-drawer-s-ss-s","text":"","title":"Class: Drawer \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#hierarchy","text":"Component\u2039 DrawerProps \u203a \u21b3 Drawer","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onClickOutside onEscapeKey onMouseDown render restoreScrollPos saveScrollPos setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#constructor","text":"+ new Drawer ( props : Readonly\u2039 DrawerProps \u203a): Drawer Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 DrawerProps \u203a Returns: Drawer + new Drawer ( props : DrawerProps , context? : any): Drawer Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props DrawerProps context? any Returns: Drawer","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#props","text":"\u2022 props : Readonly\u2039 DrawerProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#static-defaultprops","text":"\u25aa defaultProps : object = defaultProps as object Defined in src/renderer/components/drawer/drawer.tsx:31","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 DrawerProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#close","text":"\u25b8 close (): void Defined in src/renderer/components/drawer/drawer.tsx:96 Returns: void","title":"close"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/drawer/drawer.tsx:42 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 DrawerProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 DrawerProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides WizardLayout . componentWillUnmount Defined in src/renderer/components/drawer/drawer.tsx:49 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 DrawerProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 DrawerProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 DrawerProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#onclickoutside","text":"\u25b8 onClickOutside ( evt : MouseEvent): void Defined in src/renderer/components/drawer/drawer.tsx:77 Parameters: Name Type evt MouseEvent Returns: void","title":"onClickOutside"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#onescapekey","text":"\u25b8 onEscapeKey ( evt : KeyboardEvent): void Defined in src/renderer/components/drawer/drawer.tsx:68 Parameters: Name Type evt KeyboardEvent Returns: void","title":"onEscapeKey"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#onmousedown","text":"\u25b8 onMouseDown ( evt : MouseEvent): void Defined in src/renderer/components/drawer/drawer.tsx:90 Parameters: Name Type evt MouseEvent Returns: void","title":"onMouseDown"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/drawer/drawer.tsx:101 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#restorescrollpos","text":"\u25b8 restoreScrollPos (): void Defined in src/renderer/components/drawer/drawer.tsx:62 Returns: void","title":"restoreScrollPos"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#savescrollpos","text":"\u25b8 saveScrollPos (): void Defined in src/renderer/components/drawer/drawer.tsx:56 Returns: void","title":"saveScrollPos"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 DrawerProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 DrawerProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/","text":"Class: DrawerItem \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 DrawerItemProps \u203a \u21b3 DrawerItem Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new DrawerItem ( props : Readonly\u2039 DrawerItemProps \u203a): DrawerItem Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 DrawerItemProps \u203a Returns: DrawerItem + new DrawerItem ( props : DrawerItemProps , context? : any): DrawerItem Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props DrawerItemProps context? any Returns: DrawerItem Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 DrawerItemProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerItemProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerItemProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 DrawerItemProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerItemProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 DrawerItemProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 DrawerItemProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerItemProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerItemProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 DrawerItemProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerItemProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 DrawerItemProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 DrawerItemProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/drawer/drawer-item.tsx:15 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 DrawerItemProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 DrawerItemProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: DrawerItem \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#class-draweritem-s-ss-s","text":"","title":"Class: DrawerItem \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#hierarchy","text":"Component\u2039 DrawerItemProps \u203a \u21b3 DrawerItem","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#constructor","text":"+ new DrawerItem ( props : Readonly\u2039 DrawerItemProps \u203a): DrawerItem Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 DrawerItemProps \u203a Returns: DrawerItem + new DrawerItem ( props : DrawerItemProps , context? : any): DrawerItem Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props DrawerItemProps context? any Returns: DrawerItem","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#props","text":"\u2022 props : Readonly\u2039 DrawerItemProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerItemProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerItemProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 DrawerItemProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerItemProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 DrawerItemProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 DrawerItemProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerItemProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerItemProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 DrawerItemProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerItemProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 DrawerItemProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 DrawerItemProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/drawer/drawer-item.tsx:15 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 DrawerItemProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 DrawerItemProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/","text":"Class: DrawerParamToggler \u2039 SS \u203a # Type parameters # \u25aa SS Hierarchy # Component\u2039 DrawerParamTogglerProps , State\u203a \u21b3 DrawerParamToggler Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate toggle Constructors # constructor # + new DrawerParamToggler ( props : Readonly\u2039 DrawerParamTogglerProps \u203a): DrawerParamToggler Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 DrawerParamTogglerProps \u203a Returns: DrawerParamToggler + new DrawerParamToggler ( props : DrawerParamTogglerProps , context? : any): DrawerParamToggler Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props DrawerParamTogglerProps context? any Returns: DrawerParamToggler Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 DrawerParamTogglerProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : State Overrides PageLayout . state Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:16 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerParamTogglerProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerParamTogglerProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 DrawerParamTogglerProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerParamTogglerProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 DrawerParamTogglerProps \u203a, prevState : Readonly\u2039State\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 DrawerParamTogglerProps \u203a prevState Readonly\u2039State\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerParamTogglerProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerParamTogglerProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 DrawerParamTogglerProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerParamTogglerProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 DrawerParamTogglerProps \u203a, prevState : Readonly\u2039State\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 DrawerParamTogglerProps \u203a prevState Readonly\u2039State\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:22 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof State Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 DrawerParamTogglerProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 DrawerParamTogglerProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: boolean toggle # \u25b8 toggle (): void Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:18 Returns: void","title":"Class: DrawerParamToggler \u2039**SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#class-drawerparamtoggler-ss","text":"","title":"Class: DrawerParamToggler \u2039SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#type-parameters","text":"\u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#hierarchy","text":"Component\u2039 DrawerParamTogglerProps , State\u203a \u21b3 DrawerParamToggler","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate toggle","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#constructor","text":"+ new DrawerParamToggler ( props : Readonly\u2039 DrawerParamTogglerProps \u203a): DrawerParamToggler Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 DrawerParamTogglerProps \u203a Returns: DrawerParamToggler + new DrawerParamToggler ( props : DrawerParamTogglerProps , context? : any): DrawerParamToggler Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props DrawerParamTogglerProps context? any Returns: DrawerParamToggler","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#props","text":"\u2022 props : Readonly\u2039 DrawerParamTogglerProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#state","text":"\u2022 state : State Overrides PageLayout . state Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:16","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerParamTogglerProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerParamTogglerProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 DrawerParamTogglerProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerParamTogglerProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 DrawerParamTogglerProps \u203a, prevState : Readonly\u2039State\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 DrawerParamTogglerProps \u203a prevState Readonly\u2039State\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerParamTogglerProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerParamTogglerProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 DrawerParamTogglerProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerParamTogglerProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 DrawerParamTogglerProps \u203a, prevState : Readonly\u2039State\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 DrawerParamTogglerProps \u203a prevState Readonly\u2039State\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:22 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof State Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 DrawerParamTogglerProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 DrawerParamTogglerProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#toggle","text":"\u25b8 toggle (): void Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:18 Returns: void","title":"toggle"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/","text":"Class: DrawerTitle \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 DrawerTitleProps \u203a \u21b3 DrawerTitle Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new DrawerTitle ( props : Readonly\u2039 DrawerTitleProps \u203a): DrawerTitle Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 DrawerTitleProps \u203a Returns: DrawerTitle + new DrawerTitle ( props : DrawerTitleProps , context? : any): DrawerTitle Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props DrawerTitleProps context? any Returns: DrawerTitle Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 DrawerTitleProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerTitleProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerTitleProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 DrawerTitleProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerTitleProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 DrawerTitleProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 DrawerTitleProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerTitleProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerTitleProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 DrawerTitleProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerTitleProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 DrawerTitleProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 DrawerTitleProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/drawer/drawer-title.tsx:11 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 DrawerTitleProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 DrawerTitleProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: DrawerTitle \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#class-drawertitle-s-ss-s","text":"","title":"Class: DrawerTitle \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#hierarchy","text":"Component\u2039 DrawerTitleProps \u203a \u21b3 DrawerTitle","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#constructor","text":"+ new DrawerTitle ( props : Readonly\u2039 DrawerTitleProps \u203a): DrawerTitle Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 DrawerTitleProps \u203a Returns: DrawerTitle + new DrawerTitle ( props : DrawerTitleProps , context? : any): DrawerTitle Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props DrawerTitleProps context? any Returns: DrawerTitle","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#props","text":"\u2022 props : Readonly\u2039 DrawerTitleProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerTitleProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerTitleProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 DrawerTitleProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerTitleProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 DrawerTitleProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 DrawerTitleProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerTitleProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerTitleProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 DrawerTitleProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerTitleProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 DrawerTitleProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 DrawerTitleProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/drawer/drawer-title.tsx:11 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 DrawerTitleProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 DrawerTitleProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.icon/","text":"Class: Icon \u2039 S, SS \u203a # Type parameters # \u25aa S \u25aa SS Hierarchy # PureComponent\u2039 IconProps \u203a \u21b3 Icon Index # Accessors # isInteractive Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate onClick onKeyDown render shouldComponentUpdate Object literals # defaultProps Accessors # isInteractive # \u2022 get isInteractive (): boolean Defined in src/renderer/components/icon/icon.tsx:33 Returns: boolean Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 IconProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 IconProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 IconProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 IconProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 IconProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 IconProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 IconProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 IconProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 IconProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 IconProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 IconProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 IconProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null onClick # \u25b8 onClick ( evt : MouseEvent): void Defined in src/renderer/components/icon/icon.tsx:39 Parameters: Name Type evt MouseEvent Returns: void onKeyDown # \u25b8 onKeyDown ( evt : KeyboardEvent\u2039any\u203a): void Defined in src/renderer/components/icon/icon.tsx:49 Parameters: Name Type evt KeyboardEvent\u2039any\u203a Returns: void render # \u25b8 render (): Element\u2039\u203a Defined in src/renderer/components/icon/icon.tsx:63 Returns: Element\u2039\u203a Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 IconProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 IconProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean Object literals # Static defaultProps # \u25aa defaultProps : object # Defined in src/renderer/components/icon/icon.tsx:29 focusable # \u2022 focusable : true = true Defined in src/renderer/components/icon/icon.tsx:30","title":"Class: Icon \u2039**S, SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#class-icon-s-ss","text":"","title":"Class: Icon \u2039S, SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#type-parameters","text":"\u25aa S \u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#hierarchy","text":"PureComponent\u2039 IconProps \u203a \u21b3 Icon","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#accessors","text":"isInteractive","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate onClick onKeyDown render shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#isinteractive","text":"\u2022 get isInteractive (): boolean Defined in src/renderer/components/icon/icon.tsx:33 Returns: boolean","title":"isInteractive"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 IconProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 IconProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 IconProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 IconProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 IconProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 IconProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 IconProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 IconProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 IconProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 IconProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 IconProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 IconProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#onclick","text":"\u25b8 onClick ( evt : MouseEvent): void Defined in src/renderer/components/icon/icon.tsx:39 Parameters: Name Type evt MouseEvent Returns: void","title":"onClick"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#onkeydown","text":"\u25b8 onKeyDown ( evt : KeyboardEvent\u2039any\u203a): void Defined in src/renderer/components/icon/icon.tsx:49 Parameters: Name Type evt KeyboardEvent\u2039any\u203a Returns: void","title":"onKeyDown"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#render","text":"\u25b8 render (): Element\u2039\u203a Defined in src/renderer/components/icon/icon.tsx:63 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 IconProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 IconProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#static-defaultprops","text":"","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#defaultprops-object","text":"Defined in src/renderer/components/icon/icon.tsx:29","title":"\u25aa defaultProps: object"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#focusable","text":"\u2022 focusable : true = true Defined in src/renderer/components/icon/icon.tsx:30","title":"focusable"},{"location":"extensions/api/classes/_renderer_api_components_.input/","text":"Class: Input \u2039 SS \u203a # Type parameters # \u25aa SS Hierarchy # Component\u2039 InputProps , State\u203a \u21b3 Input Index # Constructors # constructor Properties # context input props refs validators contextType defaultProps Accessors # isUncontrolled showMaxLenIndicator Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef blur componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focus forceUpdate getSnapshotBeforeUpdate getValue onBlur onChange onFocus onKeyDown render select setDirty setState setValidation setValue shouldComponentUpdate validate Object literals # state Constructors # constructor # + new Input ( props : Readonly\u2039 InputProps \u203a): Input Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 InputProps \u203a Returns: Input + new Input ( props : InputProps , context? : any): Input Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props InputProps context? any Returns: Input Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html input # \u2022 input : InputElement Defined in src/renderer/components/input/input.tsx:55 props # \u2022 props : Readonly\u2039 InputProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance validators # \u2022 validators : InputValidator [] = [] Defined in src/renderer/components/input/input.tsx:56 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Static defaultProps # \u25aa defaultProps : object = defaultProps as object Defined in src/renderer/components/input/input.tsx:53 Accessors # isUncontrolled # \u2022 get isUncontrolled (): boolean Defined in src/renderer/components/input/input.tsx:238 Returns: boolean showMaxLenIndicator # \u2022 get showMaxLenIndicator (): boolean Defined in src/renderer/components/input/input.tsx:233 Returns: boolean Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 InputProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 InputProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 InputProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 InputProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: void bindRef # \u25b8 bindRef ( elem : InputElement): void Defined in src/renderer/components/input/input.tsx:262 Parameters: Name Type elem InputElement Returns: void blur # \u25b8 blur (): void Defined in src/renderer/components/input/input.tsx:84 Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void componentDidMount # \u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/input/input.tsx:242 Returns: void componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : InputProps ): void Overrides PageLayout . componentDidUpdate Defined in src/renderer/components/input/input.tsx:247 Parameters: Name Type prevProps InputProps Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 InputProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 InputProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 InputProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 InputProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: void focus # \u25b8 focus (): void Defined in src/renderer/components/input/input.tsx:80 Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 InputProps \u203a, prevState : Readonly\u2039State\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 InputProps \u203a prevState Readonly\u2039State\u203a Returns: SS | null getValue # \u25b8 getValue (): string Defined in src/renderer/components/input/input.tsx:73 Returns: string onBlur # \u25b8 onBlur ( evt : FocusEvent\u2039InputElement\u203a): void Defined in src/renderer/components/input/input.tsx:190 Parameters: Name Type evt FocusEvent\u2039InputElement\u203a Returns: void onChange # \u25b8 onChange ( evt : ChangeEvent\u2039any\u203a): void Defined in src/renderer/components/input/input.tsx:198 Parameters: Name Type evt ChangeEvent\u2039any\u203a Returns: void onFocus # \u25b8 onFocus ( evt : FocusEvent\u2039InputElement\u203a): void Defined in src/renderer/components/input/input.tsx:182 Parameters: Name Type evt FocusEvent\u2039InputElement\u203a Returns: void onKeyDown # \u25b8 onKeyDown ( evt : KeyboardEvent\u2039any\u203a): void Defined in src/renderer/components/input/input.tsx:217 Parameters: Name Type evt KeyboardEvent\u2039any\u203a Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/input/input.tsx:266 Returns: Element\u2039\u203a select # \u25b8 select (): void Defined in src/renderer/components/input/input.tsx:88 Returns: void setDirty # \u25b8 setDirty ( dirty : boolean): void Defined in src/renderer/components/input/input.tsx:176 Parameters: Name Type Default dirty boolean true Returns: void setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof State Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void setValidation # \u25b8 setValidation ( errors : React.ReactNode[]): void Defined in src/renderer/components/input/input.tsx:148 Parameters: Name Type errors React.ReactNode[] Returns: void setValue # \u25b8 setValue ( value : string): void Defined in src/renderer/components/input/input.tsx:64 Parameters: Name Type value string Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 InputProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 InputProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: boolean validate # \u25b8 validate ( value : string): Promise\u2039void\u203a Defined in src/renderer/components/input/input.tsx:106 Parameters: Name Type Default value string this.getValue() Returns: Promise\u2039void\u203a Object literals # state # \u25aa state : object # Overrides PageLayout . state Defined in src/renderer/components/input/input.tsx:58 dirty # \u2022 dirty : boolean = !!this.props.dirty Defined in src/renderer/components/input/input.tsx:59 errors # \u2022 errors : undefined[] = [] Defined in src/renderer/components/input/input.tsx:61 valid # \u2022 valid : true = true Defined in src/renderer/components/input/input.tsx:60","title":"Class: Input \u2039**SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.input/#class-input-ss","text":"","title":"Class: Input \u2039SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.input/#type-parameters","text":"\u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.input/#hierarchy","text":"Component\u2039 InputProps , State\u203a \u21b3 Input","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.input/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.input/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.input/#properties","text":"context input props refs validators contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.input/#accessors","text":"isUncontrolled showMaxLenIndicator","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.input/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef blur componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focus forceUpdate getSnapshotBeforeUpdate getValue onBlur onChange onFocus onKeyDown render select setDirty setState setValidation setValue shouldComponentUpdate validate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.input/#object-literals","text":"state","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.input/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.input/#constructor","text":"+ new Input ( props : Readonly\u2039 InputProps \u203a): Input Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 InputProps \u203a Returns: Input + new Input ( props : InputProps , context? : any): Input Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props InputProps context? any Returns: Input","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.input/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.input/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.input/#input","text":"\u2022 input : InputElement Defined in src/renderer/components/input/input.tsx:55","title":"input"},{"location":"extensions/api/classes/_renderer_api_components_.input/#props","text":"\u2022 props : Readonly\u2039 InputProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.input/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.input/#validators","text":"\u2022 validators : InputValidator [] = [] Defined in src/renderer/components/input/input.tsx:56","title":"validators"},{"location":"extensions/api/classes/_renderer_api_components_.input/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.input/#static-defaultprops","text":"\u25aa defaultProps : object = defaultProps as object Defined in src/renderer/components/input/input.tsx:53","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.input/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.input/#isuncontrolled","text":"\u2022 get isUncontrolled (): boolean Defined in src/renderer/components/input/input.tsx:238 Returns: boolean","title":"isUncontrolled"},{"location":"extensions/api/classes/_renderer_api_components_.input/#showmaxlenindicator","text":"\u2022 get showMaxLenIndicator (): boolean Defined in src/renderer/components/input/input.tsx:233 Returns: boolean","title":"showMaxLenIndicator"},{"location":"extensions/api/classes/_renderer_api_components_.input/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.input/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.input/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 InputProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 InputProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.input/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 InputProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 InputProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.input/#bindref","text":"\u25b8 bindRef ( elem : InputElement): void Defined in src/renderer/components/input/input.tsx:262 Parameters: Name Type elem InputElement Returns: void","title":"bindRef"},{"location":"extensions/api/classes/_renderer_api_components_.input/#blur","text":"\u25b8 blur (): void Defined in src/renderer/components/input/input.tsx:84 Returns: void","title":"blur"},{"location":"extensions/api/classes/_renderer_api_components_.input/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.input/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/input/input.tsx:242 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.input/#componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : InputProps ): void Overrides PageLayout . componentDidUpdate Defined in src/renderer/components/input/input.tsx:247 Parameters: Name Type prevProps InputProps Returns: void","title":"componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.input/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.input/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 InputProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 InputProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.input/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.input/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 InputProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 InputProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.input/#focus","text":"\u25b8 focus (): void Defined in src/renderer/components/input/input.tsx:80 Returns: void","title":"focus"},{"location":"extensions/api/classes/_renderer_api_components_.input/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.input/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 InputProps \u203a, prevState : Readonly\u2039State\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 InputProps \u203a prevState Readonly\u2039State\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.input/#getvalue","text":"\u25b8 getValue (): string Defined in src/renderer/components/input/input.tsx:73 Returns: string","title":"getValue"},{"location":"extensions/api/classes/_renderer_api_components_.input/#onblur","text":"\u25b8 onBlur ( evt : FocusEvent\u2039InputElement\u203a): void Defined in src/renderer/components/input/input.tsx:190 Parameters: Name Type evt FocusEvent\u2039InputElement\u203a Returns: void","title":"onBlur"},{"location":"extensions/api/classes/_renderer_api_components_.input/#onchange","text":"\u25b8 onChange ( evt : ChangeEvent\u2039any\u203a): void Defined in src/renderer/components/input/input.tsx:198 Parameters: Name Type evt ChangeEvent\u2039any\u203a Returns: void","title":"onChange"},{"location":"extensions/api/classes/_renderer_api_components_.input/#onfocus","text":"\u25b8 onFocus ( evt : FocusEvent\u2039InputElement\u203a): void Defined in src/renderer/components/input/input.tsx:182 Parameters: Name Type evt FocusEvent\u2039InputElement\u203a Returns: void","title":"onFocus"},{"location":"extensions/api/classes/_renderer_api_components_.input/#onkeydown","text":"\u25b8 onKeyDown ( evt : KeyboardEvent\u2039any\u203a): void Defined in src/renderer/components/input/input.tsx:217 Parameters: Name Type evt KeyboardEvent\u2039any\u203a Returns: void","title":"onKeyDown"},{"location":"extensions/api/classes/_renderer_api_components_.input/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/input/input.tsx:266 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.input/#select","text":"\u25b8 select (): void Defined in src/renderer/components/input/input.tsx:88 Returns: void","title":"select"},{"location":"extensions/api/classes/_renderer_api_components_.input/#setdirty","text":"\u25b8 setDirty ( dirty : boolean): void Defined in src/renderer/components/input/input.tsx:176 Parameters: Name Type Default dirty boolean true Returns: void","title":"setDirty"},{"location":"extensions/api/classes/_renderer_api_components_.input/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof State Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.input/#setvalidation","text":"\u25b8 setValidation ( errors : React.ReactNode[]): void Defined in src/renderer/components/input/input.tsx:148 Parameters: Name Type errors React.ReactNode[] Returns: void","title":"setValidation"},{"location":"extensions/api/classes/_renderer_api_components_.input/#setvalue","text":"\u25b8 setValue ( value : string): void Defined in src/renderer/components/input/input.tsx:64 Parameters: Name Type value string Returns: void","title":"setValue"},{"location":"extensions/api/classes/_renderer_api_components_.input/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 InputProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 InputProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.input/#validate","text":"\u25b8 validate ( value : string): Promise\u2039void\u203a Defined in src/renderer/components/input/input.tsx:106 Parameters: Name Type Default value string this.getValue() Returns: Promise\u2039void\u203a","title":"validate"},{"location":"extensions/api/classes/_renderer_api_components_.input/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.input/#state","text":"","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.input/#state-object","text":"Overrides PageLayout . state Defined in src/renderer/components/input/input.tsx:58","title":"\u25aa state: object"},{"location":"extensions/api/classes/_renderer_api_components_.input/#dirty","text":"\u2022 dirty : boolean = !!this.props.dirty Defined in src/renderer/components/input/input.tsx:59","title":"dirty"},{"location":"extensions/api/classes/_renderer_api_components_.input/#errors","text":"\u2022 errors : undefined[] = [] Defined in src/renderer/components/input/input.tsx:61","title":"errors"},{"location":"extensions/api/classes/_renderer_api_components_.input/#valid","text":"\u2022 valid : true = true Defined in src/renderer/components/input/input.tsx:60","title":"valid"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/","text":"Class: KubeEventDetails \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 KubeEventDetailsProps \u203a \u21b3 KubeEventDetails Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new KubeEventDetails ( props : Readonly\u2039 KubeEventDetailsProps \u203a): KubeEventDetails Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 KubeEventDetailsProps \u203a Returns: KubeEventDetails + new KubeEventDetails ( props : KubeEventDetailsProps , context? : any): KubeEventDetails Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props KubeEventDetailsProps context? any Returns: KubeEventDetails Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 KubeEventDetailsProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 KubeEventDetailsProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeEventDetailsProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 KubeEventDetailsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeEventDetailsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void componentDidMount # \u25b8 componentDidMount (): Promise\u2039void\u203a Overrides WizardLayout . componentDidMount Defined in src/renderer/components/+events/kube-event-details.tsx:17 Returns: Promise\u2039void\u203a Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 KubeEventDetailsProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 KubeEventDetailsProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 KubeEventDetailsProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeEventDetailsProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 KubeEventDetailsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeEventDetailsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 KubeEventDetailsProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 KubeEventDetailsProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/+events/kube-event-details.tsx:21 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 KubeEventDetailsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 KubeEventDetailsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: KubeEventDetails \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#class-kubeeventdetails-s-ss-s","text":"","title":"Class: KubeEventDetails \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#hierarchy","text":"Component\u2039 KubeEventDetailsProps \u203a \u21b3 KubeEventDetails","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#constructor","text":"+ new KubeEventDetails ( props : Readonly\u2039 KubeEventDetailsProps \u203a): KubeEventDetails Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 KubeEventDetailsProps \u203a Returns: KubeEventDetails + new KubeEventDetails ( props : KubeEventDetailsProps , context? : any): KubeEventDetails Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props KubeEventDetailsProps context? any Returns: KubeEventDetails","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#props","text":"\u2022 props : Readonly\u2039 KubeEventDetailsProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 KubeEventDetailsProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeEventDetailsProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 KubeEventDetailsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeEventDetailsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#componentdidmount","text":"\u25b8 componentDidMount (): Promise\u2039void\u203a Overrides WizardLayout . componentDidMount Defined in src/renderer/components/+events/kube-event-details.tsx:17 Returns: Promise\u2039void\u203a","title":"componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 KubeEventDetailsProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 KubeEventDetailsProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 KubeEventDetailsProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeEventDetailsProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 KubeEventDetailsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeEventDetailsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 KubeEventDetailsProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 KubeEventDetailsProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/+events/kube-event-details.tsx:21 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 KubeEventDetailsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 KubeEventDetailsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/","text":"Class: KubeObjectDetails \u2039 P, S, SS, P, S \u203a # Type parameters # \u25aa P \u25aa S \u25aa SS \u25aa P \u25aa S Hierarchy # Component \u21b3 KubeObjectDetails Index # Constructors # constructor Properties # context isLoading loader loadingError props refs state contextType Accessors # isCrdInstance object path Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new KubeObjectDetails ( props : Readonly\u2039P\u203a): KubeObjectDetails Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039P\u203a Returns: KubeObjectDetails + new KubeObjectDetails ( props : P, context? : any): KubeObjectDetails Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props P context? any Returns: KubeObjectDetails Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html isLoading # \u2022 isLoading : boolean = false Defined in src/renderer/components/kube-object/kube-object-details.tsx:24 loader # \u2022 loader : IReactionDisposer = reaction(() => [ this.path, this.object, // resource might be updated via watch-event or from already opened details crdStore.items.length, // crd stores initialized after loading ], async () => { this.loadingError = \"\" const { path, object } = this; if (!object) { const store = apiManager.getStore(path); if (store) { this.isLoading = true try { await store.loadFromPath(path) } catch (err) { this.loadingError = Resource loading has failed: {err.toString()} } finally { this.isLoading = false } } } }) Defined in src/renderer/components/kube-object/kube-object-details.tsx:43 loadingError # \u2022 loadingError : React.ReactNode Defined in src/renderer/components/kube-object/kube-object-details.tsx:25 props # \u2022 props : Readonly\u2039P\u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Accessors # isCrdInstance # \u2022 get isCrdInstance (): boolean Defined in src/renderer/components/kube-object/kube-object-details.tsx:38 Returns: boolean object # \u2022 get object (): any Defined in src/renderer/components/kube-object/kube-object-details.tsx:31 Returns: any path # \u2022 get path (): string Defined in src/renderer/components/kube-object/kube-object-details.tsx:27 Returns: string Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039P\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039P\u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039P\u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039P\u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039P\u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039P\u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039P\u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039P\u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/kube-object/kube-object-details.tsx:65 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039P\u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039P\u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: KubeObjectDetails \u2039**P, S, SS, P, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#class-kubeobjectdetails-p-s-ss-p-s","text":"","title":"Class: KubeObjectDetails \u2039P, S, SS, P, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#type-parameters","text":"\u25aa P \u25aa S \u25aa SS \u25aa P \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#hierarchy","text":"Component \u21b3 KubeObjectDetails","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#properties","text":"context isLoading loader loadingError props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#accessors","text":"isCrdInstance object path","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#constructor","text":"+ new KubeObjectDetails ( props : Readonly\u2039P\u203a): KubeObjectDetails Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039P\u203a Returns: KubeObjectDetails + new KubeObjectDetails ( props : P, context? : any): KubeObjectDetails Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props P context? any Returns: KubeObjectDetails","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#isloading","text":"\u2022 isLoading : boolean = false Defined in src/renderer/components/kube-object/kube-object-details.tsx:24","title":"isLoading"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#loader","text":"\u2022 loader : IReactionDisposer = reaction(() => [ this.path, this.object, // resource might be updated via watch-event or from already opened details crdStore.items.length, // crd stores initialized after loading ], async () => { this.loadingError = \"\" const { path, object } = this; if (!object) { const store = apiManager.getStore(path); if (store) { this.isLoading = true try { await store.loadFromPath(path) } catch (err) { this.loadingError = Resource loading has failed: {err.toString()} } finally { this.isLoading = false } } } }) Defined in src/renderer/components/kube-object/kube-object-details.tsx:43","title":"loader"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#loadingerror","text":"\u2022 loadingError : React.ReactNode Defined in src/renderer/components/kube-object/kube-object-details.tsx:25","title":"loadingError"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#props","text":"\u2022 props : Readonly\u2039P\u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#iscrdinstance","text":"\u2022 get isCrdInstance (): boolean Defined in src/renderer/components/kube-object/kube-object-details.tsx:38 Returns: boolean","title":"isCrdInstance"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#object","text":"\u2022 get object (): any Defined in src/renderer/components/kube-object/kube-object-details.tsx:31 Returns: any","title":"object"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#path","text":"\u2022 get path (): string Defined in src/renderer/components/kube-object/kube-object-details.tsx:27 Returns: string","title":"path"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039P\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039P\u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039P\u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039P\u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039P\u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039P\u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039P\u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039P\u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/kube-object/kube-object-details.tsx:65 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039P\u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039P\u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/","text":"Class: KubeObjectListLayout \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 KubeObjectListLayoutProps \u203a \u21b3 KubeObjectListLayout Index # Constructors # constructor Properties # context props refs state contextType Accessors # selectedItem Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onDetails render setState shouldComponentUpdate Constructors # constructor # + new KubeObjectListLayout ( props : Readonly\u2039 KubeObjectListLayoutProps \u203a): KubeObjectListLayout Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 KubeObjectListLayoutProps \u203a Returns: KubeObjectListLayout + new KubeObjectListLayout ( props : KubeObjectListLayoutProps , context? : any): KubeObjectListLayout Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props KubeObjectListLayoutProps context? any Returns: KubeObjectListLayout Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 KubeObjectListLayoutProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Accessors # selectedItem # \u2022 get selectedItem (): any Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:17 Returns: any Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectListLayoutProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectListLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 KubeObjectListLayoutProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectListLayoutProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectListLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 KubeObjectListLayoutProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null onDetails # \u25b8 onDetails ( item : KubeObject ): void Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:21 Parameters: Name Type item KubeObject Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:30 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 KubeObjectListLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: KubeObjectListLayout \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#class-kubeobjectlistlayout-s-ss-s","text":"","title":"Class: KubeObjectListLayout \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#hierarchy","text":"Component\u2039 KubeObjectListLayoutProps \u203a \u21b3 KubeObjectListLayout","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#accessors","text":"selectedItem","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onDetails render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#constructor","text":"+ new KubeObjectListLayout ( props : Readonly\u2039 KubeObjectListLayoutProps \u203a): KubeObjectListLayout Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 KubeObjectListLayoutProps \u203a Returns: KubeObjectListLayout + new KubeObjectListLayout ( props : KubeObjectListLayoutProps , context? : any): KubeObjectListLayout Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props KubeObjectListLayoutProps context? any Returns: KubeObjectListLayout","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#props","text":"\u2022 props : Readonly\u2039 KubeObjectListLayoutProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#selecteditem","text":"\u2022 get selectedItem (): any Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:17 Returns: any","title":"selectedItem"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectListLayoutProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectListLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 KubeObjectListLayoutProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectListLayoutProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectListLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 KubeObjectListLayoutProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#ondetails","text":"\u25b8 onDetails ( item : KubeObject ): void Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:21 Parameters: Name Type item KubeObject Returns: void","title":"onDetails"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:30 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 KubeObjectListLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/","text":"Class: KubeObjectMenu \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 KubeObjectMenuProps \u203a \u21b3 KubeObjectMenu Index # Constructors # constructor Properties # context props refs state contextType Accessors # isEditable isRemovable store Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate remove render renderRemoveMessage setState shouldComponentUpdate update Constructors # constructor # + new KubeObjectMenu ( props : Readonly\u2039 KubeObjectMenuProps \u203a): KubeObjectMenu Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 KubeObjectMenuProps \u203a Returns: KubeObjectMenu + new KubeObjectMenu ( props : KubeObjectMenuProps , context? : any): KubeObjectMenu Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props KubeObjectMenuProps context? any Returns: KubeObjectMenu Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 KubeObjectMenuProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Accessors # isEditable # \u2022 get isEditable (): boolean Defined in src/renderer/components/kube-object/kube-object-menu.tsx:24 Returns: boolean isRemovable # \u2022 get isRemovable (): boolean Defined in src/renderer/components/kube-object/kube-object-menu.tsx:29 Returns: boolean store # \u2022 get store (): KubeObjectStore \u2039any\u203a Defined in src/renderer/components/kube-object/kube-object-menu.tsx:18 Returns: KubeObjectStore \u2039any\u203a Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 KubeObjectMenuProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMenuProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 KubeObjectMenuProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMenuProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 KubeObjectMenuProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 KubeObjectMenuProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 KubeObjectMenuProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMenuProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 KubeObjectMenuProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMenuProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 KubeObjectMenuProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 KubeObjectMenuProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null remove # \u25b8 remove (): Promise\u2039void\u203a Defined in src/renderer/components/kube-object/kube-object-menu.tsx:41 Returns: Promise\u2039void\u203a render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/kube-object/kube-object-menu.tsx:58 Returns: Element\u2039\u203a renderRemoveMessage # \u25b8 renderRemoveMessage (): Element\u2039\u203a Defined in src/renderer/components/kube-object/kube-object-menu.tsx:49 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 KubeObjectMenuProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 KubeObjectMenuProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean update # \u25b8 update (): Promise\u2039void\u203a Defined in src/renderer/components/kube-object/kube-object-menu.tsx:35 Returns: Promise\u2039void\u203a","title":"Class: KubeObjectMenu \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#class-kubeobjectmenu-s-ss-s","text":"","title":"Class: KubeObjectMenu \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#hierarchy","text":"Component\u2039 KubeObjectMenuProps \u203a \u21b3 KubeObjectMenu","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#accessors","text":"isEditable isRemovable store","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate remove render renderRemoveMessage setState shouldComponentUpdate update","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#constructor","text":"+ new KubeObjectMenu ( props : Readonly\u2039 KubeObjectMenuProps \u203a): KubeObjectMenu Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 KubeObjectMenuProps \u203a Returns: KubeObjectMenu + new KubeObjectMenu ( props : KubeObjectMenuProps , context? : any): KubeObjectMenu Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props KubeObjectMenuProps context? any Returns: KubeObjectMenu","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#props","text":"\u2022 props : Readonly\u2039 KubeObjectMenuProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#iseditable","text":"\u2022 get isEditable (): boolean Defined in src/renderer/components/kube-object/kube-object-menu.tsx:24 Returns: boolean","title":"isEditable"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#isremovable","text":"\u2022 get isRemovable (): boolean Defined in src/renderer/components/kube-object/kube-object-menu.tsx:29 Returns: boolean","title":"isRemovable"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#store","text":"\u2022 get store (): KubeObjectStore \u2039any\u203a Defined in src/renderer/components/kube-object/kube-object-menu.tsx:18 Returns: KubeObjectStore \u2039any\u203a","title":"store"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 KubeObjectMenuProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMenuProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 KubeObjectMenuProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMenuProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 KubeObjectMenuProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 KubeObjectMenuProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 KubeObjectMenuProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMenuProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 KubeObjectMenuProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMenuProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 KubeObjectMenuProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 KubeObjectMenuProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#remove","text":"\u25b8 remove (): Promise\u2039void\u203a Defined in src/renderer/components/kube-object/kube-object-menu.tsx:41 Returns: Promise\u2039void\u203a","title":"remove"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/kube-object/kube-object-menu.tsx:58 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#renderremovemessage","text":"\u25b8 renderRemoveMessage (): Element\u2039\u203a Defined in src/renderer/components/kube-object/kube-object-menu.tsx:49 Returns: Element\u2039\u203a","title":"renderRemoveMessage"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 KubeObjectMenuProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 KubeObjectMenuProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#update","text":"\u25b8 update (): Promise\u2039void\u203a Defined in src/renderer/components/kube-object/kube-object-menu.tsx:35 Returns: Promise\u2039void\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/","text":"Class: KubeObjectMeta \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 KubeObjectMetaProps \u203a \u21b3 KubeObjectMeta Index # Constructors # constructor Properties # context props refs state contextType defaultHiddenFields Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate isHidden render setState shouldComponentUpdate Constructors # constructor # + new KubeObjectMeta ( props : Readonly\u2039 KubeObjectMetaProps \u203a): KubeObjectMeta Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 KubeObjectMetaProps \u203a Returns: KubeObjectMeta + new KubeObjectMeta ( props : KubeObjectMetaProps , context? : any): KubeObjectMeta Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props KubeObjectMetaProps context? any Returns: KubeObjectMeta Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 KubeObjectMetaProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Static defaultHiddenFields # \u25aa defaultHiddenFields : IKubeMetaField[] = [ \"uid\", \"resourceVersion\", \"selfLink\" ] Defined in src/renderer/components/kube-object/kube-object-meta.tsx:16 Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 KubeObjectMetaProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMetaProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 KubeObjectMetaProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMetaProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 KubeObjectMetaProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 KubeObjectMetaProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 KubeObjectMetaProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMetaProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 KubeObjectMetaProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMetaProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 KubeObjectMetaProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 KubeObjectMetaProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null isHidden # \u25b8 isHidden ( field : IKubeMetaField): boolean Defined in src/renderer/components/kube-object/kube-object-meta.tsx:20 Parameters: Name Type field IKubeMetaField Returns: boolean render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/kube-object/kube-object-meta.tsx:25 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 KubeObjectMetaProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 KubeObjectMetaProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: KubeObjectMeta \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#class-kubeobjectmeta-s-ss-s","text":"","title":"Class: KubeObjectMeta \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#hierarchy","text":"Component\u2039 KubeObjectMetaProps \u203a \u21b3 KubeObjectMeta","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#properties","text":"context props refs state contextType defaultHiddenFields","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate isHidden render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#constructor","text":"+ new KubeObjectMeta ( props : Readonly\u2039 KubeObjectMetaProps \u203a): KubeObjectMeta Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 KubeObjectMetaProps \u203a Returns: KubeObjectMeta + new KubeObjectMeta ( props : KubeObjectMetaProps , context? : any): KubeObjectMeta Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props KubeObjectMetaProps context? any Returns: KubeObjectMeta","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#props","text":"\u2022 props : Readonly\u2039 KubeObjectMetaProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#static-defaulthiddenfields","text":"\u25aa defaultHiddenFields : IKubeMetaField[] = [ \"uid\", \"resourceVersion\", \"selfLink\" ] Defined in src/renderer/components/kube-object/kube-object-meta.tsx:16","title":"Static defaultHiddenFields"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 KubeObjectMetaProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMetaProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 KubeObjectMetaProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMetaProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 KubeObjectMetaProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 KubeObjectMetaProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 KubeObjectMetaProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMetaProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 KubeObjectMetaProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMetaProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 KubeObjectMetaProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 KubeObjectMetaProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#ishidden","text":"\u25b8 isHidden ( field : IKubeMetaField): boolean Defined in src/renderer/components/kube-object/kube-object-meta.tsx:20 Parameters: Name Type field IKubeMetaField Returns: boolean","title":"isHidden"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/kube-object/kube-object-meta.tsx:25 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 KubeObjectMetaProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 KubeObjectMetaProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/","text":"Class: LineProgress \u2039 S, SS \u203a # Type parameters # \u25aa S \u25aa SS Hierarchy # PureComponent\u2039 LineProgressProps \u203a \u21b3 LineProgress Index # Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate render shouldComponentUpdate Object literals # defaultProps Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 LineProgressProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 LineProgressProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 LineProgressProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 LineProgressProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 LineProgressProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 LineProgressProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 LineProgressProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 LineProgressProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 LineProgressProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 LineProgressProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 LineProgressProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 LineProgressProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Defined in src/renderer/components/line-progress/line-progress.tsx:23 Returns: Element\u2039\u203a Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 LineProgressProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 LineProgressProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean Object literals # Static defaultProps # \u25aa defaultProps : object # Defined in src/renderer/components/line-progress/line-progress.tsx:16 max # \u2022 max : number = 100 Defined in src/renderer/components/line-progress/line-progress.tsx:19 min # \u2022 min : number = 0 Defined in src/renderer/components/line-progress/line-progress.tsx:18 precise # \u2022 precise : number = 2 Defined in src/renderer/components/line-progress/line-progress.tsx:20 value # \u2022 value : number = 0 Defined in src/renderer/components/line-progress/line-progress.tsx:17","title":"Class: LineProgress \u2039**S, SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#class-lineprogress-s-ss","text":"","title":"Class: LineProgress \u2039S, SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#type-parameters","text":"\u25aa S \u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#hierarchy","text":"PureComponent\u2039 LineProgressProps \u203a \u21b3 LineProgress","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate render shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 LineProgressProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 LineProgressProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 LineProgressProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 LineProgressProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 LineProgressProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 LineProgressProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 LineProgressProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 LineProgressProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 LineProgressProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 LineProgressProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 LineProgressProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 LineProgressProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#render","text":"\u25b8 render (): Element\u2039\u203a Defined in src/renderer/components/line-progress/line-progress.tsx:23 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 LineProgressProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 LineProgressProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#static-defaultprops","text":"","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#defaultprops-object","text":"Defined in src/renderer/components/line-progress/line-progress.tsx:16","title":"\u25aa defaultProps: object"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#max","text":"\u2022 max : number = 100 Defined in src/renderer/components/line-progress/line-progress.tsx:19","title":"max"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#min","text":"\u2022 min : number = 0 Defined in src/renderer/components/line-progress/line-progress.tsx:18","title":"min"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#precise","text":"\u2022 precise : number = 2 Defined in src/renderer/components/line-progress/line-progress.tsx:20","title":"precise"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#value","text":"\u2022 value : number = 0 Defined in src/renderer/components/line-progress/line-progress.tsx:17","title":"value"},{"location":"extensions/api/classes/_renderer_api_components_.menu/","text":"Class: Menu \u2039 SS \u203a # Type parameters # \u25aa SS Hierarchy # Component\u2039 MenuProps , State\u203a \u21b3 Menu Index # Constructors # constructor Properties # context elem items opener props refreshPosition refs state contextType defaultProps Accessors # focusableItems focusedItem isOpen Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindItemRef bindRef close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focusNextItem forceUpdate getSnapshotBeforeUpdate onClickOutside onKeyDown onScrollOutside onWindowResize open render setState shouldComponentUpdate toggle Constructors # constructor # + new Menu ( props : Readonly\u2039 MenuProps \u203a): Menu Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 MenuProps \u203a Returns: Menu + new Menu ( props : MenuProps , context? : any): Menu Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props MenuProps context? any Returns: Menu Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html elem # \u2022 elem : HTMLUListElement Defined in src/renderer/components/menu/menu.tsx:54 Protected items # \u2022 items : object Defined in src/renderer/components/menu/menu.tsx:55 Type declaration: [ index : number ]: MenuItem opener # \u2022 opener : HTMLElement Defined in src/renderer/components/menu/menu.tsx:53 props # \u2022 props : Readonly\u2039 MenuProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refreshPosition # \u2022 refreshPosition : (Anonymous function) & Cancelable = debounce(() => { if (!this.props.usePortal || !this.opener) return; const { width, height } = this.opener.getBoundingClientRect(); let { left, top, bottom, right } = this.opener.getBoundingClientRect(); const withScroll = window.getComputedStyle(this.elem).position !== \"fixed\"; // window global scroll corrections if (withScroll) { left += window.pageXOffset; top += window.pageYOffset; right = left + width; bottom = top + height; } // setup initial position const position: MenuPosition = { left: true, bottom: true }; this.elem.style.left = left + \"px\" this.elem.style.top = bottom + \"px\" // correct position if menu doesn't fit to viewport const menuPos = this.elem.getBoundingClientRect(); if (menuPos.right > window.innerWidth) { this.elem.style.left = (right - this.elem.offsetWidth) + \"px\"; position.right = true; delete position.left; } if (menuPos.bottom > window.innerHeight) { this.elem.style.top = (top - this.elem.offsetHeight) + \"px\"; position.top = true; delete position.bottom; } this.setState({ position }); }, Animate.VISIBILITY_DELAY_MS) Defined in src/renderer/components/menu/menu.tsx:116 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : State Overrides PageLayout . state Defined in src/renderer/components/menu/menu.tsx:57 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Static defaultProps # \u25aa defaultProps : object = defaultPropsMenu as object Defined in src/renderer/components/menu/menu.tsx:51 Accessors # Protected focusableItems # \u2022 get focusableItems (): MenuItem \u2039\u203a[] Defined in src/renderer/components/menu/menu.tsx:93 Returns: MenuItem \u2039\u203a[] Protected focusedItem # \u2022 get focusedItem (): MenuItem \u2039\u203a Defined in src/renderer/components/menu/menu.tsx:97 Returns: MenuItem \u2039\u203a isOpen # \u2022 get isOpen (): boolean Defined in src/renderer/components/menu/menu.tsx:59 Returns: boolean Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 MenuProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 MenuProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: void Protected bindItemRef # \u25b8 bindItemRef ( item : MenuItem , index : number): void Defined in src/renderer/components/menu/menu.tsx:220 Parameters: Name Type item MenuItem index number Returns: void Protected bindRef # \u25b8 bindRef ( elem : HTMLUListElement): void Defined in src/renderer/components/menu/menu.tsx:216 Parameters: Name Type elem HTMLUListElement Returns: void close # \u25b8 close (): void Defined in src/renderer/components/menu/menu.tsx:157 Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void componentDidMount # \u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/menu/menu.tsx:63 Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 MenuProps \u203a, prevState : Readonly\u2039State\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 MenuProps \u203a prevState Readonly\u2039State\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 MenuProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuProps \u203a nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides WizardLayout . componentWillUnmount Defined in src/renderer/components/menu/menu.tsx:82 Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 MenuProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: void Protected focusNextItem # \u25b8 focusNextItem ( reverse : boolean): void Defined in src/renderer/components/menu/menu.tsx:101 Parameters: Name Type Default reverse boolean false Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 MenuProps \u203a, prevState : Readonly\u2039State\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 MenuProps \u203a prevState Readonly\u2039State\u203a Returns: SS | null onClickOutside # \u25b8 onClickOutside ( evt : MouseEvent): void Defined in src/renderer/components/menu/menu.tsx:205 Parameters: Name Type evt MouseEvent Returns: void onKeyDown # \u25b8 onKeyDown ( evt : KeyboardEvent): void Defined in src/renderer/components/menu/menu.tsx:166 Parameters: Name Type evt KeyboardEvent Returns: void onScrollOutside # \u25b8 onScrollOutside ( evt : UIEvent): void Defined in src/renderer/components/menu/menu.tsx:196 Parameters: Name Type evt UIEvent Returns: void onWindowResize # \u25b8 onWindowResize ( evt : UIEvent): void Defined in src/renderer/components/menu/menu.tsx:191 Parameters: Name Type evt UIEvent Returns: void open # \u25b8 open (): void Defined in src/renderer/components/menu/menu.tsx:150 Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/menu/menu.tsx:224 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof State Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 MenuProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 MenuProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: boolean toggle # \u25b8 toggle (): void Defined in src/renderer/components/menu/menu.tsx:162 Returns: void","title":"Class: Menu \u2039**SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#class-menu-ss","text":"","title":"Class: Menu \u2039SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#type-parameters","text":"\u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#hierarchy","text":"Component\u2039 MenuProps , State\u203a \u21b3 Menu","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#properties","text":"context elem items opener props refreshPosition refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#accessors","text":"focusableItems focusedItem isOpen","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindItemRef bindRef close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focusNextItem forceUpdate getSnapshotBeforeUpdate onClickOutside onKeyDown onScrollOutside onWindowResize open render setState shouldComponentUpdate toggle","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#constructor","text":"+ new Menu ( props : Readonly\u2039 MenuProps \u203a): Menu Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 MenuProps \u203a Returns: Menu + new Menu ( props : MenuProps , context? : any): Menu Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props MenuProps context? any Returns: Menu","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#elem","text":"\u2022 elem : HTMLUListElement Defined in src/renderer/components/menu/menu.tsx:54","title":"elem"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#protected-items","text":"\u2022 items : object Defined in src/renderer/components/menu/menu.tsx:55","title":"Protected items"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#opener","text":"\u2022 opener : HTMLElement Defined in src/renderer/components/menu/menu.tsx:53","title":"opener"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#props","text":"\u2022 props : Readonly\u2039 MenuProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#refreshposition","text":"\u2022 refreshPosition : (Anonymous function) & Cancelable = debounce(() => { if (!this.props.usePortal || !this.opener) return; const { width, height } = this.opener.getBoundingClientRect(); let { left, top, bottom, right } = this.opener.getBoundingClientRect(); const withScroll = window.getComputedStyle(this.elem).position !== \"fixed\"; // window global scroll corrections if (withScroll) { left += window.pageXOffset; top += window.pageYOffset; right = left + width; bottom = top + height; } // setup initial position const position: MenuPosition = { left: true, bottom: true }; this.elem.style.left = left + \"px\" this.elem.style.top = bottom + \"px\" // correct position if menu doesn't fit to viewport const menuPos = this.elem.getBoundingClientRect(); if (menuPos.right > window.innerWidth) { this.elem.style.left = (right - this.elem.offsetWidth) + \"px\"; position.right = true; delete position.left; } if (menuPos.bottom > window.innerHeight) { this.elem.style.top = (top - this.elem.offsetHeight) + \"px\"; position.top = true; delete position.bottom; } this.setState({ position }); }, Animate.VISIBILITY_DELAY_MS) Defined in src/renderer/components/menu/menu.tsx:116","title":"refreshPosition"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#state","text":"\u2022 state : State Overrides PageLayout . state Defined in src/renderer/components/menu/menu.tsx:57","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#static-defaultprops","text":"\u25aa defaultProps : object = defaultPropsMenu as object Defined in src/renderer/components/menu/menu.tsx:51","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#protected-focusableitems","text":"\u2022 get focusableItems (): MenuItem \u2039\u203a[] Defined in src/renderer/components/menu/menu.tsx:93 Returns: MenuItem \u2039\u203a[]","title":"Protected focusableItems"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#protected-focuseditem","text":"\u2022 get focusedItem (): MenuItem \u2039\u203a Defined in src/renderer/components/menu/menu.tsx:97 Returns: MenuItem \u2039\u203a","title":"Protected focusedItem"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#isopen","text":"\u2022 get isOpen (): boolean Defined in src/renderer/components/menu/menu.tsx:59 Returns: boolean","title":"isOpen"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 MenuProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 MenuProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#protected-binditemref","text":"\u25b8 bindItemRef ( item : MenuItem , index : number): void Defined in src/renderer/components/menu/menu.tsx:220 Parameters: Name Type item MenuItem index number Returns: void","title":"Protected bindItemRef"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#protected-bindref","text":"\u25b8 bindRef ( elem : HTMLUListElement): void Defined in src/renderer/components/menu/menu.tsx:216 Parameters: Name Type elem HTMLUListElement Returns: void","title":"Protected bindRef"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#close","text":"\u25b8 close (): void Defined in src/renderer/components/menu/menu.tsx:157 Returns: void","title":"close"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/menu/menu.tsx:63 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 MenuProps \u203a, prevState : Readonly\u2039State\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 MenuProps \u203a prevState Readonly\u2039State\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 MenuProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides WizardLayout . componentWillUnmount Defined in src/renderer/components/menu/menu.tsx:82 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 MenuProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#protected-focusnextitem","text":"\u25b8 focusNextItem ( reverse : boolean): void Defined in src/renderer/components/menu/menu.tsx:101 Parameters: Name Type Default reverse boolean false Returns: void","title":"Protected focusNextItem"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 MenuProps \u203a, prevState : Readonly\u2039State\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 MenuProps \u203a prevState Readonly\u2039State\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#onclickoutside","text":"\u25b8 onClickOutside ( evt : MouseEvent): void Defined in src/renderer/components/menu/menu.tsx:205 Parameters: Name Type evt MouseEvent Returns: void","title":"onClickOutside"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#onkeydown","text":"\u25b8 onKeyDown ( evt : KeyboardEvent): void Defined in src/renderer/components/menu/menu.tsx:166 Parameters: Name Type evt KeyboardEvent Returns: void","title":"onKeyDown"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#onscrolloutside","text":"\u25b8 onScrollOutside ( evt : UIEvent): void Defined in src/renderer/components/menu/menu.tsx:196 Parameters: Name Type evt UIEvent Returns: void","title":"onScrollOutside"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#onwindowresize","text":"\u25b8 onWindowResize ( evt : UIEvent): void Defined in src/renderer/components/menu/menu.tsx:191 Parameters: Name Type evt UIEvent Returns: void","title":"onWindowResize"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#open","text":"\u25b8 open (): void Defined in src/renderer/components/menu/menu.tsx:150 Returns: void","title":"open"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/menu/menu.tsx:224 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof State Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 MenuProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 MenuProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#toggle","text":"\u25b8 toggle (): void Defined in src/renderer/components/menu/menu.tsx:162 Returns: void","title":"toggle"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/","text":"Class: MenuActions \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 MenuActionsProps \u203a \u21b3 MenuActions Index # Constructors # constructor Properties # context id isOpen props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate remove render renderTriggerIcon setState shouldComponentUpdate toggle Object literals # defaultProps Constructors # constructor # + new MenuActions ( props : Readonly\u2039 MenuActionsProps \u203a): MenuActions Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 MenuActionsProps \u203a Returns: MenuActions + new MenuActions ( props : MenuActionsProps , context? : any): MenuActions Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props MenuActionsProps context? any Returns: MenuActions Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html id # \u2022 id : string = uniqueId(\"menu_actions_\") Defined in src/renderer/components/menu/menu-actions.tsx:32 isOpen # \u2022 isOpen : boolean = !!this.props.toolbar Defined in src/renderer/components/menu/menu-actions.tsx:34 props # \u2022 props : Readonly\u2039 MenuActionsProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 MenuActionsProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuActionsProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 MenuActionsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuActionsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 MenuActionsProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 MenuActionsProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 MenuActionsProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuActionsProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 MenuActionsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuActionsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 MenuActionsProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 MenuActionsProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null remove # \u25b8 remove (): void Defined in src/renderer/components/menu/menu-actions.tsx:42 Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/menu/menu-actions.tsx:78 Returns: Element\u2039\u203a renderTriggerIcon # \u25b8 renderTriggerIcon (): Element\u2039\u203a Defined in src/renderer/components/menu/menu-actions.tsx:55 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 MenuActionsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 MenuActionsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean toggle # \u25b8 toggle (): void Defined in src/renderer/components/menu/menu-actions.tsx:36 Returns: void Object literals # Static defaultProps # \u25aa defaultProps : object # Defined in src/renderer/components/menu/menu-actions.tsx:26 removeConfirmationMessage # \u2022 removeConfirmationMessage : Defined in src/renderer/components/menu/menu-actions.tsx:27","title":"Class: MenuActions \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#class-menuactions-s-ss-s","text":"","title":"Class: MenuActions \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#hierarchy","text":"Component\u2039 MenuActionsProps \u203a \u21b3 MenuActions","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#properties","text":"context id isOpen props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate remove render renderTriggerIcon setState shouldComponentUpdate toggle","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#constructor","text":"+ new MenuActions ( props : Readonly\u2039 MenuActionsProps \u203a): MenuActions Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 MenuActionsProps \u203a Returns: MenuActions + new MenuActions ( props : MenuActionsProps , context? : any): MenuActions Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props MenuActionsProps context? any Returns: MenuActions","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#id","text":"\u2022 id : string = uniqueId(\"menu_actions_\") Defined in src/renderer/components/menu/menu-actions.tsx:32","title":"id"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#isopen","text":"\u2022 isOpen : boolean = !!this.props.toolbar Defined in src/renderer/components/menu/menu-actions.tsx:34","title":"isOpen"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#props","text":"\u2022 props : Readonly\u2039 MenuActionsProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 MenuActionsProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuActionsProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 MenuActionsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuActionsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 MenuActionsProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 MenuActionsProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 MenuActionsProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuActionsProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 MenuActionsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuActionsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 MenuActionsProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 MenuActionsProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#remove","text":"\u25b8 remove (): void Defined in src/renderer/components/menu/menu-actions.tsx:42 Returns: void","title":"remove"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/menu/menu-actions.tsx:78 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#rendertriggericon","text":"\u25b8 renderTriggerIcon (): Element\u2039\u203a Defined in src/renderer/components/menu/menu-actions.tsx:55 Returns: Element\u2039\u203a","title":"renderTriggerIcon"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 MenuActionsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 MenuActionsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#toggle","text":"\u25b8 toggle (): void Defined in src/renderer/components/menu/menu-actions.tsx:36 Returns: void","title":"toggle"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#static-defaultprops","text":"","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#defaultprops-object","text":"Defined in src/renderer/components/menu/menu-actions.tsx:26","title":"\u25aa defaultProps: object"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#removeconfirmationmessage","text":"\u2022 removeConfirmationMessage : Defined in src/renderer/components/menu/menu-actions.tsx:27","title":"removeConfirmationMessage"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/","text":"Class: MenuItem \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 MenuItemProps \u203a \u21b3 MenuItem Index # Constructors # constructor Properties # context elem props refs state contextType defaultProps Accessors # isFocusable isLink Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onClick render setState shouldComponentUpdate Constructors # constructor # + new MenuItem ( props : Readonly\u2039 MenuItemProps \u203a): MenuItem Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 MenuItemProps \u203a Returns: MenuItem + new MenuItem ( props : MenuItemProps , context? : any): MenuItem Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props MenuItemProps context? any Returns: MenuItem Properties # context # \u2022 context : MenuContextValue Overrides PageLayout . context Defined in src/renderer/components/menu/menu.tsx:289 elem # \u2022 elem : HTMLElement Defined in src/renderer/components/menu/menu.tsx:290 props # \u2022 props : Readonly\u2039 MenuItemProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static contextType # \u25aa contextType : Context\u2039 Menu \u2039\u203a\u203a = MenuContext Overrides PageLayout . contextType Defined in src/renderer/components/menu/menu.tsx:287 Static defaultProps # \u25aa defaultProps : object = defaultPropsMenuItem as object Defined in src/renderer/components/menu/menu.tsx:286 Accessors # isFocusable # \u2022 get isFocusable (): boolean Defined in src/renderer/components/menu/menu.tsx:292 Returns: boolean isLink # \u2022 get isLink (): boolean Defined in src/renderer/components/menu/menu.tsx:297 Returns: boolean Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 MenuItemProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuItemProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 MenuItemProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuItemProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Protected bindRef # \u25b8 bindRef ( elem : HTMLElement): void Defined in src/renderer/components/menu/menu.tsx:311 Parameters: Name Type elem HTMLElement Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 MenuItemProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 MenuItemProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 MenuItemProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuItemProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 MenuItemProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuItemProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 MenuItemProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 MenuItemProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null onClick # \u25b8 onClick ( evt : MouseEvent): void Defined in src/renderer/components/menu/menu.tsx:301 Parameters: Name Type evt MouseEvent Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/menu/menu.tsx:315 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 MenuItemProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 MenuItemProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: MenuItem \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#class-menuitem-s-ss-s","text":"","title":"Class: MenuItem \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#hierarchy","text":"Component\u2039 MenuItemProps \u203a \u21b3 MenuItem","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#properties","text":"context elem props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#accessors","text":"isFocusable isLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onClick render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#constructor","text":"+ new MenuItem ( props : Readonly\u2039 MenuItemProps \u203a): MenuItem Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 MenuItemProps \u203a Returns: MenuItem + new MenuItem ( props : MenuItemProps , context? : any): MenuItem Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props MenuItemProps context? any Returns: MenuItem","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#context","text":"\u2022 context : MenuContextValue Overrides PageLayout . context Defined in src/renderer/components/menu/menu.tsx:289","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#elem","text":"\u2022 elem : HTMLElement Defined in src/renderer/components/menu/menu.tsx:290","title":"elem"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#props","text":"\u2022 props : Readonly\u2039 MenuItemProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#static-contexttype","text":"\u25aa contextType : Context\u2039 Menu \u2039\u203a\u203a = MenuContext Overrides PageLayout . contextType Defined in src/renderer/components/menu/menu.tsx:287","title":"Static contextType"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#static-defaultprops","text":"\u25aa defaultProps : object = defaultPropsMenuItem as object Defined in src/renderer/components/menu/menu.tsx:286","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#isfocusable","text":"\u2022 get isFocusable (): boolean Defined in src/renderer/components/menu/menu.tsx:292 Returns: boolean","title":"isFocusable"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#islink","text":"\u2022 get isLink (): boolean Defined in src/renderer/components/menu/menu.tsx:297 Returns: boolean","title":"isLink"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 MenuItemProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuItemProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 MenuItemProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuItemProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#protected-bindref","text":"\u25b8 bindRef ( elem : HTMLElement): void Defined in src/renderer/components/menu/menu.tsx:311 Parameters: Name Type elem HTMLElement Returns: void","title":"Protected bindRef"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 MenuItemProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 MenuItemProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 MenuItemProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuItemProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 MenuItemProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuItemProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 MenuItemProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 MenuItemProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#onclick","text":"\u25b8 onClick ( evt : MouseEvent): void Defined in src/renderer/components/menu/menu.tsx:301 Parameters: Name Type evt MouseEvent Returns: void","title":"onClick"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/menu/menu.tsx:315 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 MenuItemProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 MenuItemProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/","text":"Class: Notifications \u2039 P, S, SS, P, S \u203a # Type parameters # \u25aa P \u25aa S \u25aa SS \u25aa P \u25aa S Hierarchy # Component \u21b3 Notifications Index # Constructors # constructor Properties # context elem props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getMessage getSnapshotBeforeUpdate render scrollToLastNotification setState shouldComponentUpdate error info ok Constructors # constructor # + new Notifications ( props : Readonly\u2039P\u203a): Notifications Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039P\u203a Returns: Notifications + new Notifications ( props : P, context? : any): Notifications Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props P context? any Returns: Notifications Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html elem # \u2022 elem : HTMLElement Defined in src/renderer/components/notifications/notifications.tsx:14 props # \u2022 props : Readonly\u2039P\u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039P\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039P\u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void componentDidMount # \u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/notifications/notifications.tsx:41 Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039P\u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039P\u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039P\u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039P\u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void getMessage # \u25b8 getMessage ( notification : Notification ): (string | number | object | ReactElement\u2039any, string | function | object\u203a | ReactNodeArray\u2039\u203a | ReactPortal\u2039\u203a)[] Defined in src/renderer/components/notifications/notifications.tsx:59 Parameters: Name Type notification Notification Returns: (string | number | object | ReactElement\u2039any, string | function | object\u203a | ReactNodeArray\u2039\u203a | ReactPortal\u2039\u203a)[] Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039P\u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039P\u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/notifications/notifications.tsx:67 Returns: Element\u2039\u203a scrollToLastNotification # \u25b8 scrollToLastNotification (): void Defined in src/renderer/components/notifications/notifications.tsx:49 Returns: void setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039P\u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039P\u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean Static error # \u25b8 error ( message : NotificationMessage ): void Defined in src/renderer/components/notifications/notifications.tsx:24 Parameters: Name Type message NotificationMessage Returns: void Static info # \u25b8 info ( message : NotificationMessage , customOpts : Partial\u2039 Notification \u203a): void Defined in src/renderer/components/notifications/notifications.tsx:32 Parameters: Name Type Default message NotificationMessage - customOpts Partial\u2039 Notification \u203a {} Returns: void Static ok # \u25b8 ok ( message : NotificationMessage ): void Defined in src/renderer/components/notifications/notifications.tsx:16 Parameters: Name Type message NotificationMessage Returns: void","title":"Class: Notifications \u2039**P, S, SS, P, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#class-notifications-p-s-ss-p-s","text":"","title":"Class: Notifications \u2039P, S, SS, P, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#type-parameters","text":"\u25aa P \u25aa S \u25aa SS \u25aa P \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#hierarchy","text":"Component \u21b3 Notifications","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#properties","text":"context elem props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getMessage getSnapshotBeforeUpdate render scrollToLastNotification setState shouldComponentUpdate error info ok","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#constructor","text":"+ new Notifications ( props : Readonly\u2039P\u203a): Notifications Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039P\u203a Returns: Notifications + new Notifications ( props : P, context? : any): Notifications Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props P context? any Returns: Notifications","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#elem","text":"\u2022 elem : HTMLElement Defined in src/renderer/components/notifications/notifications.tsx:14","title":"elem"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#props","text":"\u2022 props : Readonly\u2039P\u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039P\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039P\u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/notifications/notifications.tsx:41 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039P\u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039P\u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039P\u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039P\u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#getmessage","text":"\u25b8 getMessage ( notification : Notification ): (string | number | object | ReactElement\u2039any, string | function | object\u203a | ReactNodeArray\u2039\u203a | ReactPortal\u2039\u203a)[] Defined in src/renderer/components/notifications/notifications.tsx:59 Parameters: Name Type notification Notification Returns: (string | number | object | ReactElement\u2039any, string | function | object\u203a | ReactNodeArray\u2039\u203a | ReactPortal\u2039\u203a)[]","title":"getMessage"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039P\u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039P\u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/notifications/notifications.tsx:67 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#scrolltolastnotification","text":"\u25b8 scrollToLastNotification (): void Defined in src/renderer/components/notifications/notifications.tsx:49 Returns: void","title":"scrollToLastNotification"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039P\u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039P\u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#static-error","text":"\u25b8 error ( message : NotificationMessage ): void Defined in src/renderer/components/notifications/notifications.tsx:24 Parameters: Name Type message NotificationMessage Returns: void","title":"Static error"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#static-info","text":"\u25b8 info ( message : NotificationMessage , customOpts : Partial\u2039 Notification \u203a): void Defined in src/renderer/components/notifications/notifications.tsx:32 Parameters: Name Type Default message NotificationMessage - customOpts Partial\u2039 Notification \u203a {} Returns: void","title":"Static info"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#static-ok","text":"\u25b8 ok ( message : NotificationMessage ): void Defined in src/renderer/components/notifications/notifications.tsx:16 Parameters: Name Type message NotificationMessage Returns: void","title":"Static ok"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/","text":"Class: NotificationsStore # Hierarchy # NotificationsStore Index # Properties # autoHideTimers notifications Methods # add addAutoHideTimer remove removeAutoHideTimer Properties # Protected autoHideTimers # \u2022 autoHideTimers : Map\u2039string | number, number\u203a = new Map () Defined in src/renderer/components/notifications/notifications.store.ts:28 notifications # \u2022 notifications : IObservableArray\u2039 Notification \u203a = observable ([], { deep: false }) Defined in src/renderer/components/notifications/notifications.store.ts:26 Methods # add # \u25b8 add ( notification : Notification ): void Defined in src/renderer/components/notifications/notifications.store.ts:48 Parameters: Name Type notification Notification Returns: void addAutoHideTimer # \u25b8 addAutoHideTimer ( notification : Notification ): void Defined in src/renderer/components/notifications/notifications.store.ts:30 Parameters: Name Type notification Notification Returns: void remove # \u25b8 remove ( itemOrId : NotificationId | Notification ): boolean Defined in src/renderer/components/notifications/notifications.store.ts:59 Parameters: Name Type itemOrId NotificationId | Notification Returns: boolean removeAutoHideTimer # \u25b8 removeAutoHideTimer ( notification : Notification ): void Defined in src/renderer/components/notifications/notifications.store.ts:39 Parameters: Name Type notification Notification Returns: void","title":"Class: NotificationsStore"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#class-notificationsstore","text":"","title":"Class: NotificationsStore"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#hierarchy","text":"NotificationsStore","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#properties","text":"autoHideTimers notifications","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#methods","text":"add addAutoHideTimer remove removeAutoHideTimer","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#protected-autohidetimers","text":"\u2022 autoHideTimers : Map\u2039string | number, number\u203a = new Map () Defined in src/renderer/components/notifications/notifications.store.ts:28","title":"Protected autoHideTimers"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#notifications","text":"\u2022 notifications : IObservableArray\u2039 Notification \u203a = observable ([], { deep: false }) Defined in src/renderer/components/notifications/notifications.store.ts:26","title":"notifications"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#add","text":"\u25b8 add ( notification : Notification ): void Defined in src/renderer/components/notifications/notifications.store.ts:48 Parameters: Name Type notification Notification Returns: void","title":"add"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#addautohidetimer","text":"\u25b8 addAutoHideTimer ( notification : Notification ): void Defined in src/renderer/components/notifications/notifications.store.ts:30 Parameters: Name Type notification Notification Returns: void","title":"addAutoHideTimer"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#remove","text":"\u25b8 remove ( itemOrId : NotificationId | Notification ): boolean Defined in src/renderer/components/notifications/notifications.store.ts:59 Parameters: Name Type itemOrId NotificationId | Notification Returns: boolean","title":"remove"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#removeautohidetimer","text":"\u25b8 removeAutoHideTimer ( notification : Notification ): void Defined in src/renderer/components/notifications/notifications.store.ts:39 Parameters: Name Type notification Notification Returns: void","title":"removeAutoHideTimer"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/","text":"Class: PageLayout \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 PageLayoutProps \u203a \u21b3 PageLayout Index # Constructors # constructor Properties # context props refs state contextType defaultProps Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate back componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onEscapeKey render setState shouldComponentUpdate Constructors # constructor # + new PageLayout ( props : Readonly\u2039 PageLayoutProps \u203a): PageLayout Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 PageLayoutProps \u203a Returns: PageLayout + new PageLayout ( props : PageLayoutProps , context? : any): PageLayout Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props PageLayoutProps context? any Returns: PageLayout Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 PageLayoutProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Static defaultProps # \u25aa defaultProps : object = defaultProps as object Defined in src/renderer/components/layout/page-layout.tsx:27 Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 PageLayoutProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 PageLayoutProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 PageLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 PageLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void back # \u25b8 back ( evt? : MouseEvent | KeyboardEvent): void Defined in src/renderer/components/layout/page-layout.tsx:30 Parameters: Name Type evt? MouseEvent | KeyboardEvent Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void componentDidMount # \u25b8 componentDidMount (): Promise\u2039void\u203a Overrides WizardLayout . componentDidMount Defined in src/renderer/components/layout/page-layout.tsx:38 Returns: Promise\u2039void\u203a Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 PageLayoutProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 PageLayoutProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 PageLayoutProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 PageLayoutProps \u203a nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides WizardLayout . componentWillUnmount Defined in src/renderer/components/layout/page-layout.tsx:42 Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 PageLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 PageLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 PageLayoutProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 PageLayoutProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null onEscapeKey # \u25b8 onEscapeKey ( evt : KeyboardEvent): void Defined in src/renderer/components/layout/page-layout.tsx:46 Parameters: Name Type evt KeyboardEvent Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/layout/page-layout.tsx:56 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 PageLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 PageLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: PageLayout \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#class-pagelayout-s-ss-s","text":"","title":"Class: PageLayout \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#hierarchy","text":"Component\u2039 PageLayoutProps \u203a \u21b3 PageLayout","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate back componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onEscapeKey render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#constructor","text":"+ new PageLayout ( props : Readonly\u2039 PageLayoutProps \u203a): PageLayout Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 PageLayoutProps \u203a Returns: PageLayout + new PageLayout ( props : PageLayoutProps , context? : any): PageLayout Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props PageLayoutProps context? any Returns: PageLayout","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#props","text":"\u2022 props : Readonly\u2039 PageLayoutProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#static-defaultprops","text":"\u25aa defaultProps : object = defaultProps as object Defined in src/renderer/components/layout/page-layout.tsx:27","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 PageLayoutProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 PageLayoutProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 PageLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 PageLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#back","text":"\u25b8 back ( evt? : MouseEvent | KeyboardEvent): void Defined in src/renderer/components/layout/page-layout.tsx:30 Parameters: Name Type evt? MouseEvent | KeyboardEvent Returns: void","title":"back"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#componentdidmount","text":"\u25b8 componentDidMount (): Promise\u2039void\u203a Overrides WizardLayout . componentDidMount Defined in src/renderer/components/layout/page-layout.tsx:38 Returns: Promise\u2039void\u203a","title":"componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 PageLayoutProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 PageLayoutProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 PageLayoutProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 PageLayoutProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides WizardLayout . componentWillUnmount Defined in src/renderer/components/layout/page-layout.tsx:42 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 PageLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 PageLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 PageLayoutProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 PageLayoutProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#onescapekey","text":"\u25b8 onEscapeKey ( evt : KeyboardEvent): void Defined in src/renderer/components/layout/page-layout.tsx:46 Parameters: Name Type evt KeyboardEvent Returns: void","title":"onEscapeKey"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/layout/page-layout.tsx:56 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 PageLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 PageLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.radio/","text":"Class: Radio \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 RadioProps \u203a \u21b3 Radio Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onChange onKeyDown render setState shouldComponentUpdate Constructors # constructor # + new Radio ( props : Readonly\u2039 RadioProps \u203a): Radio Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 RadioProps \u203a Returns: Radio + new Radio ( props : RadioProps , context? : any): Radio Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props RadioProps context? any Returns: Radio Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 RadioProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 RadioProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 RadioProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 RadioProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 RadioProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 RadioProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 RadioProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 RadioProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 RadioProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null onChange # \u25b8 onChange (): void Defined in src/renderer/components/radio/radio.tsx:50 Returns: void onKeyDown # \u25b8 onKeyDown ( e : KeyboardEvent\u2039any\u203a): void Defined in src/renderer/components/radio/radio.tsx:57 Parameters: Name Type e KeyboardEvent\u2039any\u203a Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/radio/radio.tsx:66 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 RadioProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 RadioProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: Radio \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#class-radio-s-ss-s","text":"","title":"Class: Radio \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#hierarchy","text":"Component\u2039 RadioProps \u203a \u21b3 Radio","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onChange onKeyDown render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#constructor","text":"+ new Radio ( props : Readonly\u2039 RadioProps \u203a): Radio Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 RadioProps \u203a Returns: Radio + new Radio ( props : RadioProps , context? : any): Radio Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props RadioProps context? any Returns: Radio","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#props","text":"\u2022 props : Readonly\u2039 RadioProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 RadioProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 RadioProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 RadioProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 RadioProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 RadioProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 RadioProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 RadioProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 RadioProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#onchange","text":"\u25b8 onChange (): void Defined in src/renderer/components/radio/radio.tsx:50 Returns: void","title":"onChange"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#onkeydown","text":"\u25b8 onKeyDown ( e : KeyboardEvent\u2039any\u203a): void Defined in src/renderer/components/radio/radio.tsx:57 Parameters: Name Type e KeyboardEvent\u2039any\u203a Returns: void","title":"onKeyDown"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/radio/radio.tsx:66 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 RadioProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 RadioProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/","text":"Class: RadioGroup \u2039 SS \u203a # Type parameters # \u25aa SS Hierarchy # Component\u2039 RadioGroupProps , object\u203a \u21b3 RadioGroup Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new RadioGroup ( props : Readonly\u2039 RadioGroupProps \u203a): RadioGroup Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 RadioGroupProps \u203a Returns: RadioGroup + new RadioGroup ( props : RadioGroupProps , context? : any): RadioGroup Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props RadioGroupProps context? any Returns: RadioGroup Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 RadioGroupProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039object\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 RadioGroupProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioGroupProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 RadioGroupProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioGroupProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 RadioGroupProps \u203a, prevState : Readonly\u2039object\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 RadioGroupProps \u203a prevState Readonly\u2039object\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 RadioGroupProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioGroupProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 RadioGroupProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioGroupProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 RadioGroupProps \u203a, prevState : Readonly\u2039object\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 RadioGroupProps \u203a prevState Readonly\u2039object\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/radio/radio.tsx:17 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof object Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 RadioGroupProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 RadioGroupProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: boolean","title":"Class: RadioGroup \u2039**SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#class-radiogroup-ss","text":"","title":"Class: RadioGroup \u2039SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#type-parameters","text":"\u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#hierarchy","text":"Component\u2039 RadioGroupProps , object\u203a \u21b3 RadioGroup","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#constructor","text":"+ new RadioGroup ( props : Readonly\u2039 RadioGroupProps \u203a): RadioGroup Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 RadioGroupProps \u203a Returns: RadioGroup + new RadioGroup ( props : RadioGroupProps , context? : any): RadioGroup Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props RadioGroupProps context? any Returns: RadioGroup","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#props","text":"\u2022 props : Readonly\u2039 RadioGroupProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#state","text":"\u2022 state : Readonly\u2039object\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 RadioGroupProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioGroupProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 RadioGroupProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioGroupProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 RadioGroupProps \u203a, prevState : Readonly\u2039object\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 RadioGroupProps \u203a prevState Readonly\u2039object\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 RadioGroupProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioGroupProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 RadioGroupProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioGroupProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 RadioGroupProps \u203a, prevState : Readonly\u2039object\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 RadioGroupProps \u203a prevState Readonly\u2039object\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/radio/radio.tsx:17 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof object Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 RadioGroupProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 RadioGroupProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.select/","text":"Class: Select \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 SelectProps \u203a \u21b3 Select Index # Constructors # constructor Properties # context props refs state contextType Accessors # options selectedOption theme Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate isValidOption onChange onKeyDown render setState shouldComponentUpdate Object literals # defaultProps Constructors # constructor # + new Select ( props : Readonly\u2039 SelectProps \u203a): Select Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 SelectProps \u203a Returns: Select + new Select ( props : SelectProps , context? : any): Select Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props SelectProps context? any Returns: Select Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 SelectProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Accessors # options # \u2022 get options (): SelectOption [] Defined in src/renderer/components/select/select.tsx:68 Returns: SelectOption [] selectedOption # \u2022 get selectedOption (): SelectOption \u2039any\u203a | SelectOption \u2039any\u203a[] Defined in src/renderer/components/select/select.tsx:57 Returns: SelectOption \u2039any\u203a | SelectOption \u2039any\u203a[] theme # \u2022 get theme (): \"dark\" | \"light\" | \"outlined\" Defined in src/renderer/components/select/select.tsx:42 Returns: \"dark\" | \"light\" | \"outlined\" Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 SelectProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SelectProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 SelectProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SelectProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 SelectProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 SelectProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 SelectProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SelectProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 SelectProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SelectProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 SelectProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 SelectProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null Protected isValidOption # \u25b8 isValidOption ( opt : SelectOption | any): boolean Defined in src/renderer/components/select/select.tsx:53 Parameters: Name Type opt SelectOption | any Returns: boolean onChange # \u25b8 onChange ( value : SelectOption , meta : ActionMeta\u2039any\u203a): void Defined in src/renderer/components/select/select.tsx:79 Parameters: Name Type value SelectOption meta ActionMeta\u2039any\u203a Returns: void onKeyDown # \u25b8 onKeyDown ( evt : KeyboardEvent\u2039HTMLElement\u203a): void Defined in src/renderer/components/select/select.tsx:86 Parameters: Name Type evt KeyboardEvent\u2039HTMLElement\u203a Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/select/select.tsx:94 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 SelectProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 SelectProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean Object literals # Static defaultProps # \u25aa defaultProps : object # Defined in src/renderer/components/select/select.tsx:36 autoConvertOptions # \u2022 autoConvertOptions : true = true Defined in src/renderer/components/select/select.tsx:37 menuPlacement # \u2022 menuPlacement : \"auto\" = \"auto\" Defined in src/renderer/components/select/select.tsx:39 menuPortalTarget # \u2022 menuPortalTarget : HTMLElement = document.body Defined in src/renderer/components/select/select.tsx:38","title":"Class: Select \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.select/#class-select-s-ss-s","text":"","title":"Class: Select \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.select/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.select/#hierarchy","text":"Component\u2039 SelectProps \u203a \u21b3 Select","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.select/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.select/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.select/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.select/#accessors","text":"options selectedOption theme","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.select/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate isValidOption onChange onKeyDown render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.select/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.select/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.select/#constructor","text":"+ new Select ( props : Readonly\u2039 SelectProps \u203a): Select Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 SelectProps \u203a Returns: Select + new Select ( props : SelectProps , context? : any): Select Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props SelectProps context? any Returns: Select","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.select/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.select/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.select/#props","text":"\u2022 props : Readonly\u2039 SelectProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.select/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.select/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.select/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.select/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.select/#options","text":"\u2022 get options (): SelectOption [] Defined in src/renderer/components/select/select.tsx:68 Returns: SelectOption []","title":"options"},{"location":"extensions/api/classes/_renderer_api_components_.select/#selectedoption","text":"\u2022 get selectedOption (): SelectOption \u2039any\u203a | SelectOption \u2039any\u203a[] Defined in src/renderer/components/select/select.tsx:57 Returns: SelectOption \u2039any\u203a | SelectOption \u2039any\u203a[]","title":"selectedOption"},{"location":"extensions/api/classes/_renderer_api_components_.select/#theme","text":"\u2022 get theme (): \"dark\" | \"light\" | \"outlined\" Defined in src/renderer/components/select/select.tsx:42 Returns: \"dark\" | \"light\" | \"outlined\"","title":"theme"},{"location":"extensions/api/classes/_renderer_api_components_.select/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.select/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.select/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 SelectProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SelectProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.select/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 SelectProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SelectProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.select/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.select/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.select/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 SelectProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 SelectProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.select/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.select/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 SelectProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SelectProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.select/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.select/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 SelectProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SelectProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.select/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.select/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 SelectProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 SelectProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.select/#protected-isvalidoption","text":"\u25b8 isValidOption ( opt : SelectOption | any): boolean Defined in src/renderer/components/select/select.tsx:53 Parameters: Name Type opt SelectOption | any Returns: boolean","title":"Protected isValidOption"},{"location":"extensions/api/classes/_renderer_api_components_.select/#onchange","text":"\u25b8 onChange ( value : SelectOption , meta : ActionMeta\u2039any\u203a): void Defined in src/renderer/components/select/select.tsx:79 Parameters: Name Type value SelectOption meta ActionMeta\u2039any\u203a Returns: void","title":"onChange"},{"location":"extensions/api/classes/_renderer_api_components_.select/#onkeydown","text":"\u25b8 onKeyDown ( evt : KeyboardEvent\u2039HTMLElement\u203a): void Defined in src/renderer/components/select/select.tsx:86 Parameters: Name Type evt KeyboardEvent\u2039HTMLElement\u203a Returns: void","title":"onKeyDown"},{"location":"extensions/api/classes/_renderer_api_components_.select/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/select/select.tsx:94 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.select/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.select/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 SelectProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 SelectProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.select/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.select/#static-defaultprops","text":"","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.select/#defaultprops-object","text":"Defined in src/renderer/components/select/select.tsx:36","title":"\u25aa defaultProps: object"},{"location":"extensions/api/classes/_renderer_api_components_.select/#autoconvertoptions","text":"\u2022 autoConvertOptions : true = true Defined in src/renderer/components/select/select.tsx:37","title":"autoConvertOptions"},{"location":"extensions/api/classes/_renderer_api_components_.select/#menuplacement","text":"\u2022 menuPlacement : \"auto\" = \"auto\" Defined in src/renderer/components/select/select.tsx:39","title":"menuPlacement"},{"location":"extensions/api/classes/_renderer_api_components_.select/#menuportaltarget","text":"\u2022 menuPortalTarget : HTMLElement = document.body Defined in src/renderer/components/select/select.tsx:38","title":"menuPortalTarget"},{"location":"extensions/api/classes/_renderer_api_components_.slider/","text":"Class: Slider \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 SliderProps \u203a \u21b3 Slider Index # Constructors # constructor Properties # context props refs state contextType defaultProps Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new Slider ( props : Readonly\u2039 SliderProps \u203a): Slider Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 SliderProps \u203a Returns: Slider + new Slider ( props : SliderProps , context? : any): Slider Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props SliderProps context? any Returns: Slider Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 SliderProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Static defaultProps # \u25aa defaultProps : object = defaultProps as object Defined in src/renderer/components/slider/slider.tsx:21 Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 SliderProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SliderProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 SliderProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SliderProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 SliderProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 SliderProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 SliderProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SliderProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 SliderProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SliderProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 SliderProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 SliderProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/slider/slider.tsx:30 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 SliderProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 SliderProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: Slider \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#class-slider-s-ss-s","text":"","title":"Class: Slider \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#hierarchy","text":"Component\u2039 SliderProps \u203a \u21b3 Slider","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#constructor","text":"+ new Slider ( props : Readonly\u2039 SliderProps \u203a): Slider Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 SliderProps \u203a Returns: Slider + new Slider ( props : SliderProps , context? : any): Slider Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props SliderProps context? any Returns: Slider","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#props","text":"\u2022 props : Readonly\u2039 SliderProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#static-defaultprops","text":"\u25aa defaultProps : object = defaultProps as object Defined in src/renderer/components/slider/slider.tsx:21","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 SliderProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SliderProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 SliderProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SliderProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 SliderProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 SliderProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 SliderProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SliderProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 SliderProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SliderProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 SliderProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 SliderProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/slider/slider.tsx:30 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 SliderProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 SliderProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/","text":"Class: Spinner \u2039 SS \u203a # Type parameters # \u25aa SS Hierarchy # Component\u2039 SpinnerProps , object\u203a \u21b3 Spinner Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Object literals # defaultProps Constructors # constructor # + new Spinner ( props : Readonly\u2039 SpinnerProps \u203a): Spinner Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 SpinnerProps \u203a Returns: Spinner + new Spinner ( props : SpinnerProps , context? : any): Spinner Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props SpinnerProps context? any Returns: Spinner Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 SpinnerProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039object\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 SpinnerProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SpinnerProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 SpinnerProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SpinnerProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 SpinnerProps \u203a, prevState : Readonly\u2039object\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 SpinnerProps \u203a prevState Readonly\u2039object\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 SpinnerProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SpinnerProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 SpinnerProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SpinnerProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 SpinnerProps \u203a, prevState : Readonly\u2039object\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 SpinnerProps \u203a prevState Readonly\u2039object\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/spinner/spinner.tsx:18 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof object Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 SpinnerProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 SpinnerProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: boolean Object literals # Static defaultProps # \u25aa defaultProps : object # Defined in src/renderer/components/spinner/spinner.tsx:13 center # \u2022 center : boolean = false Defined in src/renderer/components/spinner/spinner.tsx:15 singleColor # \u2022 singleColor : boolean = true Defined in src/renderer/components/spinner/spinner.tsx:14","title":"Class: Spinner \u2039**SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#class-spinner-ss","text":"","title":"Class: Spinner \u2039SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#type-parameters","text":"\u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#hierarchy","text":"Component\u2039 SpinnerProps , object\u203a \u21b3 Spinner","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#constructor","text":"+ new Spinner ( props : Readonly\u2039 SpinnerProps \u203a): Spinner Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 SpinnerProps \u203a Returns: Spinner + new Spinner ( props : SpinnerProps , context? : any): Spinner Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props SpinnerProps context? any Returns: Spinner","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#props","text":"\u2022 props : Readonly\u2039 SpinnerProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#state","text":"\u2022 state : Readonly\u2039object\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 SpinnerProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SpinnerProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 SpinnerProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SpinnerProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 SpinnerProps \u203a, prevState : Readonly\u2039object\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 SpinnerProps \u203a prevState Readonly\u2039object\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 SpinnerProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SpinnerProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 SpinnerProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SpinnerProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 SpinnerProps \u203a, prevState : Readonly\u2039object\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 SpinnerProps \u203a prevState Readonly\u2039object\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/spinner/spinner.tsx:18 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof object Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 SpinnerProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 SpinnerProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#static-defaultprops","text":"","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#defaultprops-object","text":"Defined in src/renderer/components/spinner/spinner.tsx:13","title":"\u25aa defaultProps: object"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#center","text":"\u2022 center : boolean = false Defined in src/renderer/components/spinner/spinner.tsx:15","title":"center"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#singlecolor","text":"\u2022 singleColor : boolean = true Defined in src/renderer/components/spinner/spinner.tsx:14","title":"singleColor"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/","text":"Class: StatusBrick \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 StatusBrickProps \u203a \u21b3 StatusBrick Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new StatusBrick ( props : Readonly\u2039 StatusBrickProps \u203a): StatusBrick Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 StatusBrickProps \u203a Returns: StatusBrick + new StatusBrick ( props : StatusBrickProps , context? : any): StatusBrick Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props StatusBrickProps context? any Returns: StatusBrick Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 StatusBrickProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 StatusBrickProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StatusBrickProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 StatusBrickProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StatusBrickProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 StatusBrickProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 StatusBrickProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 StatusBrickProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StatusBrickProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 StatusBrickProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StatusBrickProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 StatusBrickProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 StatusBrickProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/status-brick/status-brick.tsx:12 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 StatusBrickProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 StatusBrickProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: StatusBrick \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#class-statusbrick-s-ss-s","text":"","title":"Class: StatusBrick \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#hierarchy","text":"Component\u2039 StatusBrickProps \u203a \u21b3 StatusBrick","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#constructor","text":"+ new StatusBrick ( props : Readonly\u2039 StatusBrickProps \u203a): StatusBrick Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 StatusBrickProps \u203a Returns: StatusBrick + new StatusBrick ( props : StatusBrickProps , context? : any): StatusBrick Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props StatusBrickProps context? any Returns: StatusBrick","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#props","text":"\u2022 props : Readonly\u2039 StatusBrickProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 StatusBrickProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StatusBrickProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 StatusBrickProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StatusBrickProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 StatusBrickProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 StatusBrickProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 StatusBrickProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StatusBrickProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 StatusBrickProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StatusBrickProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 StatusBrickProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 StatusBrickProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/status-brick/status-brick.tsx:12 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 StatusBrickProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 StatusBrickProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/","text":"Class: Stepper \u2039 SS \u203a # Type parameters # \u25aa SS Hierarchy # Component\u2039 StepperProps , object\u203a \u21b3 Stepper Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new Stepper ( props : Readonly\u2039 StepperProps \u203a): Stepper Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 StepperProps \u203a Returns: Stepper + new Stepper ( props : StepperProps , context? : any): Stepper Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props StepperProps context? any Returns: Stepper Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 StepperProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039object\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 StepperProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StepperProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 StepperProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StepperProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 StepperProps \u203a, prevState : Readonly\u2039object\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 StepperProps \u203a prevState Readonly\u2039object\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 StepperProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StepperProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 StepperProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StepperProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 StepperProps \u203a, prevState : Readonly\u2039object\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 StepperProps \u203a prevState Readonly\u2039object\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/stepper/stepper.tsx:15 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof object Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 StepperProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 StepperProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: boolean","title":"Class: Stepper \u2039**SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#class-stepper-ss","text":"","title":"Class: Stepper \u2039SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#type-parameters","text":"\u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#hierarchy","text":"Component\u2039 StepperProps , object\u203a \u21b3 Stepper","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#constructor","text":"+ new Stepper ( props : Readonly\u2039 StepperProps \u203a): Stepper Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 StepperProps \u203a Returns: Stepper + new Stepper ( props : StepperProps , context? : any): Stepper Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props StepperProps context? any Returns: Stepper","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#props","text":"\u2022 props : Readonly\u2039 StepperProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#state","text":"\u2022 state : Readonly\u2039object\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 StepperProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StepperProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 StepperProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StepperProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 StepperProps \u203a, prevState : Readonly\u2039object\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 StepperProps \u203a prevState Readonly\u2039object\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 StepperProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StepperProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 StepperProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StepperProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 StepperProps \u203a, prevState : Readonly\u2039object\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 StepperProps \u203a prevState Readonly\u2039object\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/stepper/stepper.tsx:15 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof object Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 StepperProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 StepperProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tab/","text":"Class: Tab \u2039 S, SS \u203a # Type parameters # \u25aa S \u25aa SS Hierarchy # PureComponent\u2039 TabProps \u203a \u21b3 Tab Index # Properties # context elem contextType Accessors # isActive Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focus getSnapshotBeforeUpdate onClick onFocus onKeyDown render scrollIntoView shouldComponentUpdate Properties # context # \u2022 context : TabsContextValue Defined in src/renderer/components/tabs/tabs.tsx:63 elem # \u2022 elem : HTMLElement Defined in src/renderer/components/tabs/tabs.tsx:64 Static contextType # \u25aa contextType : Context\u2039TabsContextValue\u2039any\u203a\u203a = TabsContext Defined in src/renderer/components/tabs/tabs.tsx:62 Accessors # isActive # \u2022 get isActive (): boolean Defined in src/renderer/components/tabs/tabs.tsx:66 Returns: boolean Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TabProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TabProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Protected bindRef # \u25b8 bindRef ( elem : HTMLElement): void Defined in src/renderer/components/tabs/tabs.tsx:114 Parameters: Name Type elem HTMLElement Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void componentDidMount # \u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/tabs/tabs.tsx:107 Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TabProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TabProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TabProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TabProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void focus # \u25b8 focus (): void Defined in src/renderer/components/tabs/tabs.tsx:71 Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TabProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TabProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null onClick # \u25b8 onClick ( evt : MouseEvent\u2039HTMLElement\u203a): void Defined in src/renderer/components/tabs/tabs.tsx:83 Parameters: Name Type evt MouseEvent\u2039HTMLElement\u203a Returns: void onFocus # \u25b8 onFocus ( evt : FocusEvent\u2039HTMLElement\u203a): void Defined in src/renderer/components/tabs/tabs.tsx:92 Parameters: Name Type evt FocusEvent\u2039HTMLElement\u203a Returns: void onKeyDown # \u25b8 onKeyDown ( evt : KeyboardEvent\u2039HTMLElement\u203a): void Defined in src/renderer/components/tabs/tabs.tsx:99 Parameters: Name Type evt KeyboardEvent\u2039HTMLElement\u203a Returns: void render # \u25b8 render (): Element\u2039\u203a Defined in src/renderer/components/tabs/tabs.tsx:118 Returns: Element\u2039\u203a scrollIntoView # \u25b8 scrollIntoView (): void Defined in src/renderer/components/tabs/tabs.tsx:75 Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TabProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TabProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: Tab \u2039**S, SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#class-tab-s-ss","text":"","title":"Class: Tab \u2039S, SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#type-parameters","text":"\u25aa S \u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#hierarchy","text":"PureComponent\u2039 TabProps \u203a \u21b3 Tab","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#properties","text":"context elem contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#accessors","text":"isActive","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focus getSnapshotBeforeUpdate onClick onFocus onKeyDown render scrollIntoView shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#context","text":"\u2022 context : TabsContextValue Defined in src/renderer/components/tabs/tabs.tsx:63","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#elem","text":"\u2022 elem : HTMLElement Defined in src/renderer/components/tabs/tabs.tsx:64","title":"elem"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#static-contexttype","text":"\u25aa contextType : Context\u2039TabsContextValue\u2039any\u203a\u203a = TabsContext Defined in src/renderer/components/tabs/tabs.tsx:62","title":"Static contextType"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#isactive","text":"\u2022 get isActive (): boolean Defined in src/renderer/components/tabs/tabs.tsx:66 Returns: boolean","title":"isActive"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TabProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TabProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#protected-bindref","text":"\u25b8 bindRef ( elem : HTMLElement): void Defined in src/renderer/components/tabs/tabs.tsx:114 Parameters: Name Type elem HTMLElement Returns: void","title":"Protected bindRef"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/tabs/tabs.tsx:107 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TabProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TabProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TabProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TabProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#focus","text":"\u25b8 focus (): void Defined in src/renderer/components/tabs/tabs.tsx:71 Returns: void","title":"focus"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TabProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TabProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#onclick","text":"\u25b8 onClick ( evt : MouseEvent\u2039HTMLElement\u203a): void Defined in src/renderer/components/tabs/tabs.tsx:83 Parameters: Name Type evt MouseEvent\u2039HTMLElement\u203a Returns: void","title":"onClick"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#onfocus","text":"\u25b8 onFocus ( evt : FocusEvent\u2039HTMLElement\u203a): void Defined in src/renderer/components/tabs/tabs.tsx:92 Parameters: Name Type evt FocusEvent\u2039HTMLElement\u203a Returns: void","title":"onFocus"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#onkeydown","text":"\u25b8 onKeyDown ( evt : KeyboardEvent\u2039HTMLElement\u203a): void Defined in src/renderer/components/tabs/tabs.tsx:99 Parameters: Name Type evt KeyboardEvent\u2039HTMLElement\u203a Returns: void","title":"onKeyDown"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#render","text":"\u25b8 render (): Element\u2039\u203a Defined in src/renderer/components/tabs/tabs.tsx:118 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#scrollintoview","text":"\u25b8 scrollIntoView (): void Defined in src/renderer/components/tabs/tabs.tsx:75 Returns: void","title":"scrollIntoView"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TabProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TabProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.table/","text":"Class: Table \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 TableProps \u203a \u21b3 Table Index # Constructors # constructor Properties # context props refs sortParamsLocal state contextType Accessors # sortParams Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate getSorted onSort render renderHead renderRows setState shouldComponentUpdate sort Object literals # defaultProps Constructors # constructor # + new Table ( props : Readonly\u2039 TableProps \u203a): Table Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 TableProps \u203a Returns: Table + new Table ( props : TableProps , context? : any): Table Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props TableProps context? any Returns: Table Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 TableProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance sortParamsLocal # \u2022 sortParamsLocal : object = this.props.sortByDefault Defined in src/renderer/components/table/table.tsx:56 Type declaration: state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Accessors # sortParams # \u2022 get sortParams (): Partial\u2039 TableSortParams \u203a Defined in src/renderer/components/table/table.tsx:58 Returns: Partial\u2039 TableSortParams \u203a Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TableProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TableProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TableProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TableProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TableProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TableProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TableProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TableProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null getSorted # \u25b8 getSorted ( items : any[]): any[] Defined in src/renderer/components/table/table.tsx:97 Parameters: Name Type items any[] Returns: any[] Protected onSort # \u25b8 onSort ( params : TableSortParams ): void Defined in src/renderer/components/table/table.tsx:108 Parameters: Name Type params TableSortParams Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/table/table.tsx:171 Returns: Element\u2039\u203a renderHead # \u25b8 renderHead (): ReactElement\u2039 TableHeadProps \u2039\u203a, string | function | object\u203a Defined in src/renderer/components/table/table.tsx:67 Returns: ReactElement\u2039 TableHeadProps \u2039\u203a, string | function | object\u203a renderRows # \u25b8 renderRows (): object Defined in src/renderer/components/table/table.tsx:133 Returns: object setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TableProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TableProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean sort # \u25b8 sort ( colName : TableSortBy ): void Defined in src/renderer/components/table/table.tsx:122 Parameters: Name Type colName TableSortBy Returns: void Object literals # Static defaultProps # \u25aa defaultProps : object # Defined in src/renderer/components/table/table.tsx:48 autoSize # \u2022 autoSize : true = true Defined in src/renderer/components/table/table.tsx:50 rowLineHeight # \u2022 rowLineHeight : string = \"17px\" Defined in src/renderer/components/table/table.tsx:52 rowPadding # \u2022 rowPadding : string = \"8px\" Defined in src/renderer/components/table/table.tsx:51 scrollable # \u2022 scrollable : true = true Defined in src/renderer/components/table/table.tsx:49 sortSyncWithUrl # \u2022 sortSyncWithUrl : true = true Defined in src/renderer/components/table/table.tsx:53","title":"Class: Table \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.table/#class-table-s-ss-s","text":"","title":"Class: Table \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.table/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.table/#hierarchy","text":"Component\u2039 TableProps \u203a \u21b3 Table","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.table/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.table/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.table/#properties","text":"context props refs sortParamsLocal state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.table/#accessors","text":"sortParams","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.table/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate getSorted onSort render renderHead renderRows setState shouldComponentUpdate sort","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.table/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.table/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.table/#constructor","text":"+ new Table ( props : Readonly\u2039 TableProps \u203a): Table Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 TableProps \u203a Returns: Table + new Table ( props : TableProps , context? : any): Table Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props TableProps context? any Returns: Table","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.table/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.table/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.table/#props","text":"\u2022 props : Readonly\u2039 TableProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.table/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.table/#sortparamslocal","text":"\u2022 sortParamsLocal : object = this.props.sortByDefault Defined in src/renderer/components/table/table.tsx:56","title":"sortParamsLocal"},{"location":"extensions/api/classes/_renderer_api_components_.table/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.table/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.table/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.table/#sortparams","text":"\u2022 get sortParams (): Partial\u2039 TableSortParams \u203a Defined in src/renderer/components/table/table.tsx:58 Returns: Partial\u2039 TableSortParams \u203a","title":"sortParams"},{"location":"extensions/api/classes/_renderer_api_components_.table/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.table/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.table/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TableProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.table/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TableProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.table/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.table/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.table/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TableProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TableProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.table/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.table/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TableProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.table/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.table/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TableProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.table/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.table/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TableProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TableProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.table/#getsorted","text":"\u25b8 getSorted ( items : any[]): any[] Defined in src/renderer/components/table/table.tsx:97 Parameters: Name Type items any[] Returns: any[]","title":"getSorted"},{"location":"extensions/api/classes/_renderer_api_components_.table/#protected-onsort","text":"\u25b8 onSort ( params : TableSortParams ): void Defined in src/renderer/components/table/table.tsx:108 Parameters: Name Type params TableSortParams Returns: void","title":"Protected onSort"},{"location":"extensions/api/classes/_renderer_api_components_.table/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/table/table.tsx:171 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.table/#renderhead","text":"\u25b8 renderHead (): ReactElement\u2039 TableHeadProps \u2039\u203a, string | function | object\u203a Defined in src/renderer/components/table/table.tsx:67 Returns: ReactElement\u2039 TableHeadProps \u2039\u203a, string | function | object\u203a","title":"renderHead"},{"location":"extensions/api/classes/_renderer_api_components_.table/#renderrows","text":"\u25b8 renderRows (): object Defined in src/renderer/components/table/table.tsx:133 Returns: object","title":"renderRows"},{"location":"extensions/api/classes/_renderer_api_components_.table/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.table/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TableProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TableProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.table/#sort","text":"\u25b8 sort ( colName : TableSortBy ): void Defined in src/renderer/components/table/table.tsx:122 Parameters: Name Type colName TableSortBy Returns: void","title":"sort"},{"location":"extensions/api/classes/_renderer_api_components_.table/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.table/#static-defaultprops","text":"","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.table/#defaultprops-object","text":"Defined in src/renderer/components/table/table.tsx:48","title":"\u25aa defaultProps: object"},{"location":"extensions/api/classes/_renderer_api_components_.table/#autosize","text":"\u2022 autoSize : true = true Defined in src/renderer/components/table/table.tsx:50","title":"autoSize"},{"location":"extensions/api/classes/_renderer_api_components_.table/#rowlineheight","text":"\u2022 rowLineHeight : string = \"17px\" Defined in src/renderer/components/table/table.tsx:52","title":"rowLineHeight"},{"location":"extensions/api/classes/_renderer_api_components_.table/#rowpadding","text":"\u2022 rowPadding : string = \"8px\" Defined in src/renderer/components/table/table.tsx:51","title":"rowPadding"},{"location":"extensions/api/classes/_renderer_api_components_.table/#scrollable","text":"\u2022 scrollable : true = true Defined in src/renderer/components/table/table.tsx:49","title":"scrollable"},{"location":"extensions/api/classes/_renderer_api_components_.table/#sortsyncwithurl","text":"\u2022 sortSyncWithUrl : true = true Defined in src/renderer/components/table/table.tsx:53","title":"sortSyncWithUrl"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/","text":"Class: TableCell \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 TableCellProps \u203a \u21b3 TableCell Index # Constructors # constructor Properties # context props refs state contextType Accessors # isSortable Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onClick render renderCheckbox renderSortIcon setState shouldComponentUpdate Constructors # constructor # + new TableCell ( props : Readonly\u2039 TableCellProps \u203a): TableCell Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 TableCellProps \u203a Returns: TableCell + new TableCell ( props : TableCellProps , context? : any): TableCell Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props TableCellProps context? any Returns: TableCell Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 TableCellProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Accessors # isSortable # \u2022 get isSortable (): boolean Defined in src/renderer/components/table/table-cell.tsx:34 Returns: boolean Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TableCellProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableCellProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TableCellProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableCellProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TableCellProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TableCellProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TableCellProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableCellProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TableCellProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableCellProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TableCellProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TableCellProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null onClick # \u25b8 onClick ( evt : MouseEvent\u2039HTMLDivElement\u203a): void Defined in src/renderer/components/table/table-cell.tsx:25 Parameters: Name Type evt MouseEvent\u2039HTMLDivElement\u203a Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/table/table-cell.tsx:60 Returns: Element\u2039\u203a renderCheckbox # \u25b8 renderCheckbox (): Element\u2039\u203a Defined in src/renderer/components/table/table-cell.tsx:52 Returns: Element\u2039\u203a renderSortIcon # \u25b8 renderSortIcon (): Element\u2039\u203a Defined in src/renderer/components/table/table-cell.tsx:39 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TableCellProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TableCellProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: TableCell \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#class-tablecell-s-ss-s","text":"","title":"Class: TableCell \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#hierarchy","text":"Component\u2039 TableCellProps \u203a \u21b3 TableCell","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#accessors","text":"isSortable","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onClick render renderCheckbox renderSortIcon setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#constructor","text":"+ new TableCell ( props : Readonly\u2039 TableCellProps \u203a): TableCell Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 TableCellProps \u203a Returns: TableCell + new TableCell ( props : TableCellProps , context? : any): TableCell Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props TableCellProps context? any Returns: TableCell","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#props","text":"\u2022 props : Readonly\u2039 TableCellProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#issortable","text":"\u2022 get isSortable (): boolean Defined in src/renderer/components/table/table-cell.tsx:34 Returns: boolean","title":"isSortable"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TableCellProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableCellProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TableCellProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableCellProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TableCellProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TableCellProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TableCellProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableCellProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TableCellProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableCellProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TableCellProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TableCellProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#onclick","text":"\u25b8 onClick ( evt : MouseEvent\u2039HTMLDivElement\u203a): void Defined in src/renderer/components/table/table-cell.tsx:25 Parameters: Name Type evt MouseEvent\u2039HTMLDivElement\u203a Returns: void","title":"onClick"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/table/table-cell.tsx:60 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#rendercheckbox","text":"\u25b8 renderCheckbox (): Element\u2039\u203a Defined in src/renderer/components/table/table-cell.tsx:52 Returns: Element\u2039\u203a","title":"renderCheckbox"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#rendersorticon","text":"\u25b8 renderSortIcon (): Element\u2039\u203a Defined in src/renderer/components/table/table-cell.tsx:39 Returns: Element\u2039\u203a","title":"renderSortIcon"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TableCellProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TableCellProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/","text":"Class: TableHead \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 TableHeadProps \u203a \u21b3 TableHead Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Object literals # defaultProps Constructors # constructor # + new TableHead ( props : Readonly\u2039 TableHeadProps \u203a): TableHead Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 TableHeadProps \u203a Returns: TableHead + new TableHead ( props : TableHeadProps , context? : any): TableHead Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props TableHeadProps context? any Returns: TableHead Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 TableHeadProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TableHeadProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableHeadProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TableHeadProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableHeadProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TableHeadProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TableHeadProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TableHeadProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableHeadProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TableHeadProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableHeadProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TableHeadProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TableHeadProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/table/table-head.tsx:20 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TableHeadProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TableHeadProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean Object literals # Static defaultProps # \u25aa defaultProps : object # Defined in src/renderer/components/table/table-head.tsx:16 sticky # \u2022 sticky : true = true Defined in src/renderer/components/table/table-head.tsx:17","title":"Class: TableHead \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#class-tablehead-s-ss-s","text":"","title":"Class: TableHead \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#hierarchy","text":"Component\u2039 TableHeadProps \u203a \u21b3 TableHead","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#constructor","text":"+ new TableHead ( props : Readonly\u2039 TableHeadProps \u203a): TableHead Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 TableHeadProps \u203a Returns: TableHead + new TableHead ( props : TableHeadProps , context? : any): TableHead Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props TableHeadProps context? any Returns: TableHead","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#props","text":"\u2022 props : Readonly\u2039 TableHeadProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TableHeadProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableHeadProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TableHeadProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableHeadProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TableHeadProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TableHeadProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TableHeadProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableHeadProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TableHeadProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableHeadProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TableHeadProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TableHeadProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/table/table-head.tsx:20 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TableHeadProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TableHeadProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#static-defaultprops","text":"","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#defaultprops-object","text":"Defined in src/renderer/components/table/table-head.tsx:16","title":"\u25aa defaultProps: object"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#sticky","text":"\u2022 sticky : true = true Defined in src/renderer/components/table/table-head.tsx:17","title":"sticky"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/","text":"Class: TableRow \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 TableRowProps \u203a \u21b3 TableRow Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new TableRow ( props : Readonly\u2039 TableRowProps \u203a): TableRow Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 TableRowProps \u203a Returns: TableRow + new TableRow ( props : TableRowProps , context? : any): TableRow Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props TableRowProps context? any Returns: TableRow Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 TableRowProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TableRowProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableRowProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TableRowProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableRowProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TableRowProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TableRowProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TableRowProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableRowProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TableRowProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableRowProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TableRowProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TableRowProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/table/table-row.tsx:20 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TableRowProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TableRowProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: TableRow \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#class-tablerow-s-ss-s","text":"","title":"Class: TableRow \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#hierarchy","text":"Component\u2039 TableRowProps \u203a \u21b3 TableRow","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#constructor","text":"+ new TableRow ( props : Readonly\u2039 TableRowProps \u203a): TableRow Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 TableRowProps \u203a Returns: TableRow + new TableRow ( props : TableRowProps , context? : any): TableRow Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props TableRowProps context? any Returns: TableRow","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#props","text":"\u2022 props : Readonly\u2039 TableRowProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TableRowProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableRowProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TableRowProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableRowProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TableRowProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TableRowProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TableRowProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableRowProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TableRowProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableRowProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TableRowProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TableRowProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/table/table-row.tsx:20 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TableRowProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TableRowProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/","text":"Class: Tabs \u2039 S, SS \u203a # Type parameters # \u25aa S \u25aa SS Hierarchy # PureComponent\u2039 TabsProps \u203a \u21b3 Tabs Index # Properties # elem Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate render shouldComponentUpdate Properties # elem # \u2022 elem : HTMLElement Defined in src/renderer/components/tabs/tabs.tsx:25 Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TabsProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabsProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TabsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Protected bindRef # \u25b8 bindRef ( elem : HTMLElement): void Defined in src/renderer/components/tabs/tabs.tsx:28 Parameters: Name Type elem HTMLElement Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TabsProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TabsProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TabsProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabsProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TabsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TabsProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TabsProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Defined in src/renderer/components/tabs/tabs.tsx:32 Returns: Element\u2039\u203a Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TabsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TabsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: Tabs \u2039**S, SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#class-tabs-s-ss","text":"","title":"Class: Tabs \u2039S, SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#type-parameters","text":"\u25aa S \u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#hierarchy","text":"PureComponent\u2039 TabsProps \u203a \u21b3 Tabs","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#properties","text":"elem","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate render shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#elem","text":"\u2022 elem : HTMLElement Defined in src/renderer/components/tabs/tabs.tsx:25","title":"elem"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TabsProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabsProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TabsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#protected-bindref","text":"\u25b8 bindRef ( elem : HTMLElement): void Defined in src/renderer/components/tabs/tabs.tsx:28 Parameters: Name Type elem HTMLElement Returns: void","title":"Protected bindRef"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TabsProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TabsProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TabsProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabsProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TabsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TabsProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TabsProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#render","text":"\u25b8 render (): Element\u2039\u203a Defined in src/renderer/components/tabs/tabs.tsx:32 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TabsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TabsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/","text":"Class: Tooltip \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 TooltipProps \u203a \u21b3 Tooltip Index # Constructors # constructor Properties # activePosition context elem isVisible props refs state contextType defaultProps Accessors # hoverTarget targetElem Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getPosition getSnapshotBeforeUpdate onEnterTarget onLeaveTarget refreshPosition render setPosition setState shouldComponentUpdate Constructors # constructor # + new Tooltip ( props : Readonly\u2039 TooltipProps \u203a): Tooltip Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 TooltipProps \u203a Returns: Tooltip + new Tooltip ( props : TooltipProps , context? : any): Tooltip Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props TooltipProps context? any Returns: Tooltip Properties # activePosition # \u2022 activePosition : TooltipPosition Defined in src/renderer/components/tooltip/tooltip.tsx:51 context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html elem # \u2022 elem : HTMLElement Defined in src/renderer/components/tooltip/tooltip.tsx:50 isVisible # \u2022 isVisible : boolean = !!this.props.visible Defined in src/renderer/components/tooltip/tooltip.tsx:52 props # \u2022 props : Readonly\u2039 TooltipProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Static defaultProps # \u25aa defaultProps : object = defaultProps as object Defined in src/renderer/components/tooltip/tooltip.tsx:48 Accessors # hoverTarget # \u2022 get hoverTarget (): HTMLElement Defined in src/renderer/components/tooltip/tooltip.tsx:58 Returns: HTMLElement targetElem # \u2022 get targetElem (): HTMLElement Defined in src/renderer/components/tooltip/tooltip.tsx:54 Returns: HTMLElement Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TooltipProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TooltipProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TooltipProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TooltipProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void bindRef # \u25b8 bindRef ( elem : HTMLElement): void Defined in src/renderer/components/tooltip/tooltip.tsx:191 Parameters: Name Type elem HTMLElement Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void componentDidMount # \u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/tooltip/tooltip.tsx:66 Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TooltipProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TooltipProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TooltipProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TooltipProps \u203a nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides WizardLayout . componentWillUnmount Defined in src/renderer/components/tooltip/tooltip.tsx:71 Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TooltipProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TooltipProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Protected getPosition # \u25b8 getPosition ( position : TooltipPosition , tooltipBounds : DOMRect, targetBounds : DOMRect): object Defined in src/renderer/components/tooltip/tooltip.tsx:140 Parameters: Name Type position TooltipPosition tooltipBounds DOMRect targetBounds DOMRect Returns: object bottom : number = top + tooltipBounds.height left : number = left right : number = left + tooltipBounds.width top : number = top Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TooltipProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TooltipProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null Protected onEnterTarget # \u25b8 onEnterTarget ( evt : MouseEvent): void Defined in src/renderer/components/tooltip/tooltip.tsx:77 Parameters: Name Type evt MouseEvent Returns: void Protected onLeaveTarget # \u25b8 onLeaveTarget ( evt : MouseEvent): void Defined in src/renderer/components/tooltip/tooltip.tsx:83 Parameters: Name Type evt MouseEvent Returns: void refreshPosition # \u25b8 refreshPosition (): void Defined in src/renderer/components/tooltip/tooltip.tsx:88 Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/tooltip/tooltip.tsx:195 Returns: Element\u2039\u203a Protected setPosition # \u25b8 setPosition ( pos : object): void Defined in src/renderer/components/tooltip/tooltip.tsx:134 Parameters: \u25aa pos : object Name Type left number top number Returns: void setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TooltipProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TooltipProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: Tooltip \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#class-tooltip-s-ss-s","text":"","title":"Class: Tooltip \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#hierarchy","text":"Component\u2039 TooltipProps \u203a \u21b3 Tooltip","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#properties","text":"activePosition context elem isVisible props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#accessors","text":"hoverTarget targetElem","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getPosition getSnapshotBeforeUpdate onEnterTarget onLeaveTarget refreshPosition render setPosition setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#constructor","text":"+ new Tooltip ( props : Readonly\u2039 TooltipProps \u203a): Tooltip Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 TooltipProps \u203a Returns: Tooltip + new Tooltip ( props : TooltipProps , context? : any): Tooltip Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props TooltipProps context? any Returns: Tooltip","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#activeposition","text":"\u2022 activePosition : TooltipPosition Defined in src/renderer/components/tooltip/tooltip.tsx:51","title":"activePosition"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#elem","text":"\u2022 elem : HTMLElement Defined in src/renderer/components/tooltip/tooltip.tsx:50","title":"elem"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#isvisible","text":"\u2022 isVisible : boolean = !!this.props.visible Defined in src/renderer/components/tooltip/tooltip.tsx:52","title":"isVisible"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#props","text":"\u2022 props : Readonly\u2039 TooltipProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#static-defaultprops","text":"\u25aa defaultProps : object = defaultProps as object Defined in src/renderer/components/tooltip/tooltip.tsx:48","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#hovertarget","text":"\u2022 get hoverTarget (): HTMLElement Defined in src/renderer/components/tooltip/tooltip.tsx:58 Returns: HTMLElement","title":"hoverTarget"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#targetelem","text":"\u2022 get targetElem (): HTMLElement Defined in src/renderer/components/tooltip/tooltip.tsx:54 Returns: HTMLElement","title":"targetElem"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TooltipProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TooltipProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TooltipProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TooltipProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#bindref","text":"\u25b8 bindRef ( elem : HTMLElement): void Defined in src/renderer/components/tooltip/tooltip.tsx:191 Parameters: Name Type elem HTMLElement Returns: void","title":"bindRef"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/tooltip/tooltip.tsx:66 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TooltipProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TooltipProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TooltipProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TooltipProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides WizardLayout . componentWillUnmount Defined in src/renderer/components/tooltip/tooltip.tsx:71 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TooltipProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TooltipProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#protected-getposition","text":"\u25b8 getPosition ( position : TooltipPosition , tooltipBounds : DOMRect, targetBounds : DOMRect): object Defined in src/renderer/components/tooltip/tooltip.tsx:140 Parameters: Name Type position TooltipPosition tooltipBounds DOMRect targetBounds DOMRect Returns: object bottom : number = top + tooltipBounds.height left : number = left right : number = left + tooltipBounds.width top : number = top","title":"Protected getPosition"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TooltipProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TooltipProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#protected-onentertarget","text":"\u25b8 onEnterTarget ( evt : MouseEvent): void Defined in src/renderer/components/tooltip/tooltip.tsx:77 Parameters: Name Type evt MouseEvent Returns: void","title":"Protected onEnterTarget"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#protected-onleavetarget","text":"\u25b8 onLeaveTarget ( evt : MouseEvent): void Defined in src/renderer/components/tooltip/tooltip.tsx:83 Parameters: Name Type evt MouseEvent Returns: void","title":"Protected onLeaveTarget"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#refreshposition","text":"\u25b8 refreshPosition (): void Defined in src/renderer/components/tooltip/tooltip.tsx:88 Returns: void","title":"refreshPosition"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/tooltip/tooltip.tsx:195 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#protected-setposition","text":"\u25b8 setPosition ( pos : object): void Defined in src/renderer/components/tooltip/tooltip.tsx:134 Parameters: \u25aa pos : object Name Type left number top number Returns: void","title":"Protected setPosition"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TooltipProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TooltipProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/","text":"Class: WizardLayout \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 WizardLayoutProps \u203a \u21b3 WizardLayout Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new WizardLayout ( props : Readonly\u2039 WizardLayoutProps \u203a): WizardLayout Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 WizardLayoutProps \u203a Returns: WizardLayout + new WizardLayout ( props : WizardLayoutProps , context? : any): WizardLayout Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props WizardLayoutProps context? any Returns: WizardLayout Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 WizardLayoutProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 WizardLayoutProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 WizardLayoutProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 WizardLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 WizardLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 WizardLayoutProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 WizardLayoutProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 WizardLayoutProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 WizardLayoutProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 WizardLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 WizardLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 WizardLayoutProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 WizardLayoutProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/layout/wizard-layout.tsx:19 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 WizardLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 WizardLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: WizardLayout \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#class-wizardlayout-s-ss-s","text":"","title":"Class: WizardLayout \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#hierarchy","text":"Component\u2039 WizardLayoutProps \u203a \u21b3 WizardLayout","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#constructor","text":"+ new WizardLayout ( props : Readonly\u2039 WizardLayoutProps \u203a): WizardLayout Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 WizardLayoutProps \u203a Returns: WizardLayout + new WizardLayout ( props : WizardLayoutProps , context? : any): WizardLayout Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props WizardLayoutProps context? any Returns: WizardLayout","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#props","text":"\u2022 props : Readonly\u2039 WizardLayoutProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 WizardLayoutProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 WizardLayoutProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 WizardLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 WizardLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 WizardLayoutProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 WizardLayoutProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 WizardLayoutProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 WizardLayoutProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 WizardLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 WizardLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 WizardLayoutProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 WizardLayoutProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/layout/wizard-layout.tsx:19 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 WizardLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 WizardLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/","text":"Class: ClusterRole # Hierarchy # \u21b3 Role \u21b3 ClusterRole Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata rules status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getRules getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new ClusterRole ( data : KubeJsonApiData): ClusterRole Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: ClusterRole Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 rules # \u2022 rules : object[] Inherited from Role . rules Defined in src/renderer/api/endpoints/role.api.ts:9 Optional status # \u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 Static apiBase # \u25aa apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/clusterroles\" Overrides Role . apiBase Defined in src/renderer/api/endpoints/cluster-role.api.ts:9 Static kind # \u25aa kind : string = \"ClusterRole\" Overrides Role . kind Defined in src/renderer/api/endpoints/cluster-role.api.ts:7 Static namespaced # \u25aa namespaced : boolean = false Overrides Role . namespaced Defined in src/renderer/api/endpoints/cluster-role.api.ts:8 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getRules # \u25b8 getRules (): object[] Inherited from Role . getRules Defined in src/renderer/api/endpoints/role.api.ts:16 Returns: object[] getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: ClusterRole"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#class-clusterrole","text":"","title":"Class: ClusterRole"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#hierarchy","text":"\u21b3 Role \u21b3 ClusterRole","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#properties","text":"apiVersion kind metadata rules status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getRules getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#constructor","text":"+ new ClusterRole ( data : KubeJsonApiData): ClusterRole Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: ClusterRole","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#rules","text":"\u2022 rules : object[] Inherited from Role . rules Defined in src/renderer/api/endpoints/role.api.ts:9","title":"rules"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#optional-status","text":"\u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#static-apibase","text":"\u25aa apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/clusterroles\" Overrides Role . apiBase Defined in src/renderer/api/endpoints/cluster-role.api.ts:9","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#static-kind","text":"\u25aa kind : string = \"ClusterRole\" Overrides Role . kind Defined in src/renderer/api/endpoints/cluster-role.api.ts:7","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#static-namespaced","text":"\u25aa namespaced : boolean = false Overrides Role . namespaced Defined in src/renderer/api/endpoints/cluster-role.api.ts:8","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#getrules","text":"\u25b8 getRules (): object[] Inherited from Role . getRules Defined in src/renderer/api/endpoints/role.api.ts:16 Returns: object[]","title":"getRules"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/","text":"Class: ClusterRoleBinding # Hierarchy # \u21b3 RoleBinding \u21b3 ClusterRoleBinding Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata roleRef status subjects apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getSubjectNames getSubjects toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new ClusterRoleBinding ( data : KubeJsonApiData): ClusterRoleBinding Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: ClusterRoleBinding Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 roleRef # \u2022 roleRef : object Inherited from RoleBinding . roleRef Defined in src/renderer/api/endpoints/role-binding.api.ts:19 Type declaration: apiGroup ? : string kind : string name : string Optional status # \u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 Optional subjects # \u2022 subjects ? : IRoleBindingSubject[] Inherited from RoleBinding . subjects Defined in src/renderer/api/endpoints/role-binding.api.ts:18 Static apiBase # \u25aa apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/clusterrolebindings\" Overrides RoleBinding . apiBase Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:7 Static kind # \u25aa kind : string = \"ClusterRoleBinding\" Overrides RoleBinding . kind Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:5 Static namespaced # \u25aa namespaced : boolean = false Overrides RoleBinding . namespaced Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:6 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSubjectNames # \u25b8 getSubjectNames (): string Inherited from RoleBinding . getSubjectNames Defined in src/renderer/api/endpoints/role-binding.api.ts:29 Returns: string getSubjects # \u25b8 getSubjects (): IRoleBindingSubject[] Inherited from RoleBinding . getSubjects Defined in src/renderer/api/endpoints/role-binding.api.ts:25 Returns: IRoleBindingSubject[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: ClusterRoleBinding"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#class-clusterrolebinding","text":"","title":"Class: ClusterRoleBinding"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#hierarchy","text":"\u21b3 RoleBinding \u21b3 ClusterRoleBinding","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#properties","text":"apiVersion kind metadata roleRef status subjects apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getSubjectNames getSubjects toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#constructor","text":"+ new ClusterRoleBinding ( data : KubeJsonApiData): ClusterRoleBinding Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: ClusterRoleBinding","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#roleref","text":"\u2022 roleRef : object Inherited from RoleBinding . roleRef Defined in src/renderer/api/endpoints/role-binding.api.ts:19","title":"roleRef"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#optional-status","text":"\u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#optional-subjects","text":"\u2022 subjects ? : IRoleBindingSubject[] Inherited from RoleBinding . subjects Defined in src/renderer/api/endpoints/role-binding.api.ts:18","title":"Optional subjects"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#static-apibase","text":"\u25aa apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/clusterrolebindings\" Overrides RoleBinding . apiBase Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:7","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#static-kind","text":"\u25aa kind : string = \"ClusterRoleBinding\" Overrides RoleBinding . kind Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:5","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#static-namespaced","text":"\u25aa namespaced : boolean = false Overrides RoleBinding . namespaced Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:6","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#getsubjectnames","text":"\u25b8 getSubjectNames (): string Inherited from RoleBinding . getSubjectNames Defined in src/renderer/api/endpoints/role-binding.api.ts:29 Returns: string","title":"getSubjectNames"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#getsubjects","text":"\u25b8 getSubjects (): IRoleBindingSubject[] Inherited from RoleBinding . getSubjects Defined in src/renderer/api/endpoints/role-binding.api.ts:25 Returns: IRoleBindingSubject[]","title":"getSubjects"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/","text":"Class: ConfigMap # Hierarchy # KubeObject \u21b3 ConfigMap Implements # ItemObject Index # Constructors # constructor Properties # apiVersion data kind metadata status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getKeys getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new ConfigMap ( data : KubeJsonApiData): ConfigMap Overrides KubeObject . constructor Defined in src/renderer/api/endpoints/configmap.api.ts:10 Parameters: Name Type data KubeJsonApiData Returns: ConfigMap Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 data # \u2022 data : object Defined in src/renderer/api/endpoints/configmap.api.ts:17 Type declaration: [ param : string ]: string kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 Optional status # \u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 Static apiBase # \u25aa apiBase : string = \"/api/v1/configmaps\" Defined in src/renderer/api/endpoints/configmap.api.ts:10 Static kind # \u25aa kind : string = \"ConfigMap\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/configmap.api.ts:8 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/configmap.api.ts:9 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getKeys # \u25b8 getKeys (): string[] Defined in src/renderer/api/endpoints/configmap.api.ts:21 Returns: string[] getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: ConfigMap"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#class-configmap","text":"","title":"Class: ConfigMap"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#hierarchy","text":"KubeObject \u21b3 ConfigMap","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#properties","text":"apiVersion data kind metadata status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#methods","text":"delete getAge getAnnotations getFinalizers getId getKeys getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#constructor","text":"+ new ConfigMap ( data : KubeJsonApiData): ConfigMap Overrides KubeObject . constructor Defined in src/renderer/api/endpoints/configmap.api.ts:10 Parameters: Name Type data KubeJsonApiData Returns: ConfigMap","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#data","text":"\u2022 data : object Defined in src/renderer/api/endpoints/configmap.api.ts:17","title":"data"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#optional-status","text":"\u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#static-apibase","text":"\u25aa apiBase : string = \"/api/v1/configmaps\" Defined in src/renderer/api/endpoints/configmap.api.ts:10","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#static-kind","text":"\u25aa kind : string = \"ConfigMap\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/configmap.api.ts:8","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/configmap.api.ts:9","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#getkeys","text":"\u25b8 getKeys (): string[] Defined in src/renderer/api/endpoints/configmap.api.ts:21 Returns: string[]","title":"getKeys"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/","text":"Class: CronJob # Hierarchy # KubeObject \u21b3 CronJob Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getLastScheduleTime getName getNs getOwnerRefs getResourceVersion getSchedule getSearchFields getSuspendFlag isNeverRun toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new CronJob ( data : KubeJsonApiData): CronJob Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: CronJob Properties # apiVersion # \u2022 apiVersion : string Overrides KubeObject . apiVersion Defined in src/renderer/api/endpoints/cron-job.api.ts:15 kind # \u2022 kind : string Overrides KubeObject . kind Defined in src/renderer/api/endpoints/cron-job.api.ts:14 metadata # \u2022 metadata : object Overrides KubeObject . metadata Defined in src/renderer/api/endpoints/cron-job.api.ts:16 Type declaration: annotations (): object creationTimestamp : string labels (): object name : string namespace : string resourceVersion : string selfLink : string uid : string spec # \u2022 spec : object Defined in src/renderer/api/endpoints/cron-job.api.ts:30 Type declaration: concurrencyPolicy : string failedJobsHistoryLimit : number jobTemplate (): object metadata (): object annotations (): object creationTimestamp ? : string labels (): object spec (): object template (): object metadata (): object creationTimestamp ? : string spec (): object containers : IPodContainer [] dnsPolicy : string hostPID : boolean restartPolicy : string schedulerName : string terminationGracePeriodSeconds : number schedule : string successfulJobsHistoryLimit : number suspend : boolean status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/cron-job.api.ts:63 Type declaration: lastScheduleTime ? : string Static apiBase # \u25aa apiBase : string = \"/apis/batch/v1beta1/cronjobs\" Defined in src/renderer/api/endpoints/cron-job.api.ts:12 Static kind # \u25aa kind : string = \"CronJob\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/cron-job.api.ts:10 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/cron-job.api.ts:11 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getLastScheduleTime # \u25b8 getLastScheduleTime (): string Defined in src/renderer/api/endpoints/cron-job.api.ts:71 Returns: string getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSchedule # \u25b8 getSchedule (): string Defined in src/renderer/api/endpoints/cron-job.api.ts:77 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSuspendFlag # \u25b8 getSuspendFlag (): string Defined in src/renderer/api/endpoints/cron-job.api.ts:67 Returns: string isNeverRun # \u25b8 isNeverRun (): boolean Defined in src/renderer/api/endpoints/cron-job.api.ts:81 Returns: boolean toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: CronJob"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#class-cronjob","text":"","title":"Class: CronJob"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#hierarchy","text":"KubeObject \u21b3 CronJob","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getLastScheduleTime getName getNs getOwnerRefs getResourceVersion getSchedule getSearchFields getSuspendFlag isNeverRun toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#constructor","text":"+ new CronJob ( data : KubeJsonApiData): CronJob Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: CronJob","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#apiversion","text":"\u2022 apiVersion : string Overrides KubeObject . apiVersion Defined in src/renderer/api/endpoints/cron-job.api.ts:15","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#kind","text":"\u2022 kind : string Overrides KubeObject . kind Defined in src/renderer/api/endpoints/cron-job.api.ts:14","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#metadata","text":"\u2022 metadata : object Overrides KubeObject . metadata Defined in src/renderer/api/endpoints/cron-job.api.ts:16","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#spec","text":"\u2022 spec : object Defined in src/renderer/api/endpoints/cron-job.api.ts:30","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/cron-job.api.ts:63","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#static-apibase","text":"\u25aa apiBase : string = \"/apis/batch/v1beta1/cronjobs\" Defined in src/renderer/api/endpoints/cron-job.api.ts:12","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#static-kind","text":"\u25aa kind : string = \"CronJob\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/cron-job.api.ts:10","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/cron-job.api.ts:11","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getlastscheduletime","text":"\u25b8 getLastScheduleTime (): string Defined in src/renderer/api/endpoints/cron-job.api.ts:71 Returns: string","title":"getLastScheduleTime"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getschedule","text":"\u25b8 getSchedule (): string Defined in src/renderer/api/endpoints/cron-job.api.ts:77 Returns: string","title":"getSchedule"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getsuspendflag","text":"\u25b8 getSuspendFlag (): string Defined in src/renderer/api/endpoints/cron-job.api.ts:67 Returns: string","title":"getSuspendFlag"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#isneverrun","text":"\u25b8 isNeverRun (): boolean Defined in src/renderer/api/endpoints/cron-job.api.ts:81 Returns: boolean","title":"isNeverRun"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/","text":"Class: CustomResourceDefinition # Hierarchy # KubeObject \u21b3 CustomResourceDefinition Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getConditions getConversion getFinalizers getGroup getId getLabels getName getNames getNs getOwnerRefs getPluralName getPrinterColumns getResourceApiBase getResourceKind getResourceTitle getResourceUrl getResourceVersion getScope getSearchFields getStoredVersions getValidation getVersion isNamespaced toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new CustomResourceDefinition ( data : KubeJsonApiData): CustomResourceDefinition Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: CustomResourceDefinition Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Defined in src/renderer/api/endpoints/crd.api.ts:25 Type declaration: additionalPrinterColumns ? : AdditionalPrinterColumnsV1Beta[] conversion (): object strategy ? : string webhook ? : any group : string names (): object kind : string listKind : string plural : string singular : string scope : \"Namespaced\" | \"Cluster\" | string validation ? : any version ? : string versions : object[] status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/crd.api.ts:49 Type declaration: acceptedNames (): object kind : string listKind : string plural : string shortNames : string[] singular : string conditions : object[] storedVersions : string[] Static apiBase # \u25aa apiBase : string = \"/apis/apiextensions.k8s.io/v1/customresourcedefinitions\" Defined in src/renderer/api/endpoints/crd.api.ts:23 Static kind # \u25aa kind : string = \"CustomResourceDefinition\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/crd.api.ts:21 Static namespaced # \u25aa namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/crd.api.ts:22 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getConditions # \u25b8 getConditions (): object[] Defined in src/renderer/api/endpoints/crd.api.ts:136 Returns: object[] getConversion # \u25b8 getConversion (): string Defined in src/renderer/api/endpoints/crd.api.ts:119 Returns: string getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getGroup # \u25b8 getGroup (): string Defined in src/renderer/api/endpoints/crd.api.ts:94 Returns: string getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNames # \u25b8 getNames (): object Defined in src/renderer/api/endpoints/crd.api.ts:115 Returns: object kind : string listKind : string plural : string singular : string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getPluralName # \u25b8 getPluralName (): string Defined in src/renderer/api/endpoints/crd.api.ts:81 Returns: string getPrinterColumns # \u25b8 getPrinterColumns ( ignorePriority : boolean): AdditionalPrinterColumnsV1[] Defined in src/renderer/api/endpoints/crd.api.ts:123 Parameters: Name Type Default ignorePriority boolean true Returns: AdditionalPrinterColumnsV1[] getResourceApiBase # \u25b8 getResourceApiBase (): string Defined in src/renderer/api/endpoints/crd.api.ts:76 Returns: string getResourceKind # \u25b8 getResourceKind (): string Defined in src/renderer/api/endpoints/crd.api.ts:85 Returns: string getResourceTitle # \u25b8 getResourceTitle (): string Defined in src/renderer/api/endpoints/crd.api.ts:89 Returns: string getResourceUrl # \u25b8 getResourceUrl (): string Defined in src/renderer/api/endpoints/crd.api.ts:67 Returns: string getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getScope # \u25b8 getScope (): string Defined in src/renderer/api/endpoints/crd.api.ts:98 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getStoredVersions # \u25b8 getStoredVersions (): string Defined in src/renderer/api/endpoints/crd.api.ts:111 Returns: string getValidation # \u25b8 getValidation (): string Defined in src/renderer/api/endpoints/crd.api.ts:132 Returns: string getVersion # \u25b8 getVersion (): string Defined in src/renderer/api/endpoints/crd.api.ts:102 Returns: string isNamespaced # \u25b8 isNamespaced (): boolean Defined in src/renderer/api/endpoints/crd.api.ts:107 Returns: boolean toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: CustomResourceDefinition"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#class-customresourcedefinition","text":"","title":"Class: CustomResourceDefinition"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#hierarchy","text":"KubeObject \u21b3 CustomResourceDefinition","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#methods","text":"delete getAge getAnnotations getConditions getConversion getFinalizers getGroup getId getLabels getName getNames getNs getOwnerRefs getPluralName getPrinterColumns getResourceApiBase getResourceKind getResourceTitle getResourceUrl getResourceVersion getScope getSearchFields getStoredVersions getValidation getVersion isNamespaced toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#constructor","text":"+ new CustomResourceDefinition ( data : KubeJsonApiData): CustomResourceDefinition Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: CustomResourceDefinition","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#spec","text":"\u2022 spec : object Defined in src/renderer/api/endpoints/crd.api.ts:25","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/crd.api.ts:49","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#static-apibase","text":"\u25aa apiBase : string = \"/apis/apiextensions.k8s.io/v1/customresourcedefinitions\" Defined in src/renderer/api/endpoints/crd.api.ts:23","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#static-kind","text":"\u25aa kind : string = \"CustomResourceDefinition\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/crd.api.ts:21","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#static-namespaced","text":"\u25aa namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/crd.api.ts:22","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getconditions","text":"\u25b8 getConditions (): object[] Defined in src/renderer/api/endpoints/crd.api.ts:136 Returns: object[]","title":"getConditions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getconversion","text":"\u25b8 getConversion (): string Defined in src/renderer/api/endpoints/crd.api.ts:119 Returns: string","title":"getConversion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getgroup","text":"\u25b8 getGroup (): string Defined in src/renderer/api/endpoints/crd.api.ts:94 Returns: string","title":"getGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getnames","text":"\u25b8 getNames (): object Defined in src/renderer/api/endpoints/crd.api.ts:115 Returns: object kind : string listKind : string plural : string singular : string","title":"getNames"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getpluralname","text":"\u25b8 getPluralName (): string Defined in src/renderer/api/endpoints/crd.api.ts:81 Returns: string","title":"getPluralName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getprintercolumns","text":"\u25b8 getPrinterColumns ( ignorePriority : boolean): AdditionalPrinterColumnsV1[] Defined in src/renderer/api/endpoints/crd.api.ts:123 Parameters: Name Type Default ignorePriority boolean true Returns: AdditionalPrinterColumnsV1[]","title":"getPrinterColumns"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getresourceapibase","text":"\u25b8 getResourceApiBase (): string Defined in src/renderer/api/endpoints/crd.api.ts:76 Returns: string","title":"getResourceApiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getresourcekind","text":"\u25b8 getResourceKind (): string Defined in src/renderer/api/endpoints/crd.api.ts:85 Returns: string","title":"getResourceKind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getresourcetitle","text":"\u25b8 getResourceTitle (): string Defined in src/renderer/api/endpoints/crd.api.ts:89 Returns: string","title":"getResourceTitle"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getresourceurl","text":"\u25b8 getResourceUrl (): string Defined in src/renderer/api/endpoints/crd.api.ts:67 Returns: string","title":"getResourceUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getscope","text":"\u25b8 getScope (): string Defined in src/renderer/api/endpoints/crd.api.ts:98 Returns: string","title":"getScope"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getstoredversions","text":"\u25b8 getStoredVersions (): string Defined in src/renderer/api/endpoints/crd.api.ts:111 Returns: string","title":"getStoredVersions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getvalidation","text":"\u25b8 getValidation (): string Defined in src/renderer/api/endpoints/crd.api.ts:132 Returns: string","title":"getValidation"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getversion","text":"\u25b8 getVersion (): string Defined in src/renderer/api/endpoints/crd.api.ts:102 Returns: string","title":"getVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#isnamespaced","text":"\u25b8 isNamespaced (): boolean Defined in src/renderer/api/endpoints/crd.api.ts:107 Returns: boolean","title":"isNamespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/","text":"Class: DaemonSet # Hierarchy # WorkloadKubeObject \u21b3 DaemonSet Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAffinity getAffinityNumber getAge getAnnotations getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getResourceVersion getSearchFields getSelectors getTemplateLabels getTolerations toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new DaemonSet ( data : KubeJsonApiData): DaemonSet Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: DaemonSet Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Overrides void Defined in src/renderer/api/endpoints/daemon-set.api.ts:13 Type declaration: revisionHistoryLimit : number selector (): object matchLabels (): object template (): object metadata (): object creationTimestamp ? : string labels (): object name : string spec (): object affinity ? : IAffinity containers : IPodContainer [] dnsPolicy : string hostPID : boolean initContainers ? : IPodContainer [] nodeSelector (): object restartPolicy : string schedulerName : string securityContext (): object terminationGracePeriodSeconds : number tolerations : object[] updateStrategy (): object rollingUpdate (): object maxUnavailable : number type : string status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/daemon-set.api.ts:55 Type declaration: currentNumberScheduled : number desiredNumberScheduled : number numberAvailable : number numberMisscheduled : number numberReady : number numberUnavailable : number observedGeneration : number updatedNumberScheduled : number Static apiBase # \u25aa apiBase : string = \"/apis/apps/v1/daemonsets\" Defined in src/renderer/api/endpoints/daemon-set.api.ts:11 Static kind # \u25aa kind : string = \"DaemonSet\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/daemon-set.api.ts:9 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/daemon-set.api.ts:10 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAffinity # \u25b8 getAffinity (): IAffinity Inherited from Deployment . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Inherited from Pod . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getImages # \u25b8 getImages (): string[] Defined in src/renderer/api/endpoints/daemon-set.api.ts:66 Returns: string[] getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeSelectors # \u25b8 getNodeSelectors (): string[] Inherited from Deployment . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[] getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSelectors # \u25b8 getSelectors (): string[] Inherited from Pod . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[] getTemplateLabels # \u25b8 getTemplateLabels (): string[] Inherited from Pod . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): IToleration[] Inherited from Deployment . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: DaemonSet"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#class-daemonset","text":"","title":"Class: DaemonSet"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#hierarchy","text":"WorkloadKubeObject \u21b3 DaemonSet","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#methods","text":"delete getAffinity getAffinityNumber getAge getAnnotations getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getResourceVersion getSearchFields getSelectors getTemplateLabels getTolerations toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#constructor","text":"+ new DaemonSet ( data : KubeJsonApiData): DaemonSet Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: DaemonSet","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#spec","text":"\u2022 spec : object Overrides void Defined in src/renderer/api/endpoints/daemon-set.api.ts:13","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/daemon-set.api.ts:55","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#static-apibase","text":"\u25aa apiBase : string = \"/apis/apps/v1/daemonsets\" Defined in src/renderer/api/endpoints/daemon-set.api.ts:11","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#static-kind","text":"\u25aa kind : string = \"DaemonSet\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/daemon-set.api.ts:9","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/daemon-set.api.ts:10","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Inherited from Deployment . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Inherited from Pod . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getimages","text":"\u25b8 getImages (): string[] Defined in src/renderer/api/endpoints/daemon-set.api.ts:66 Returns: string[]","title":"getImages"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Inherited from Deployment . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getselectors","text":"\u25b8 getSelectors (): string[] Inherited from Pod . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Inherited from Pod . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#gettolerations","text":"\u25b8 getTolerations (): IToleration[] Inherited from Deployment . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration[]","title":"getTolerations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/","text":"Class: Deployment # Hierarchy # WorkloadKubeObject \u21b3 Deployment Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAffinity getAffinityNumber getAge getAnnotations getConditions getConditionsText getFinalizers getId getLabels getName getNodeSelectors getNs getOwnerRefs getReplicas getResourceVersion getSearchFields getSelectors getTemplateLabels getTolerations toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new Deployment ( data : KubeJsonApiData): Deployment Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Deployment Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Overrides void Defined in src/renderer/api/endpoints/deployment.api.ts:55 Type declaration: replicas : number selector (): object matchLabels (): object strategy (): object rollingUpdate (): object maxSurge : number maxUnavailable : number type : string template (): object metadata (): object annotations (): object creationTimestamp ? : string labels (): object spec (): object affinity ? : IAffinity containers : object[] dnsPolicy : string nodeSelector (): object restartPolicy : string schedulerName : string securityContext (): object serviceAccount : string serviceAccountName : string terminationGracePeriodSeconds : number tolerations ? : object[] volumes ? : object[] status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/deployment.api.ts:155 Type declaration: availableReplicas ? : number conditions : object[] observedGeneration : number readyReplicas : number replicas : number unavailableReplicas ? : number updatedReplicas : number Static apiBase # \u25aa apiBase : string = \"/apis/apps/v1/deployments\" Defined in src/renderer/api/endpoints/deployment.api.ts:53 Static kind # \u25aa kind : string = \"Deployment\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/deployment.api.ts:51 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/deployment.api.ts:52 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAffinity # \u25b8 getAffinity (): IAffinity Inherited from Deployment . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Inherited from Pod . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getConditions # \u25b8 getConditions ( activeOnly : boolean): object[] Defined in src/renderer/api/endpoints/deployment.api.ts:172 Parameters: Name Type Default activeOnly boolean false Returns: object[] getConditionsText # \u25b8 getConditionsText ( activeOnly : boolean): string Defined in src/renderer/api/endpoints/deployment.api.ts:181 Parameters: Name Type Default activeOnly boolean true Returns: string getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeSelectors # \u25b8 getNodeSelectors (): string[] Inherited from Deployment . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[] getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getReplicas # \u25b8 getReplicas (): number Defined in src/renderer/api/endpoints/deployment.api.ts:185 Returns: number getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSelectors # \u25b8 getSelectors (): string[] Inherited from Pod . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[] getTemplateLabels # \u25b8 getTemplateLabels (): string[] Inherited from Pod . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): IToleration[] Inherited from Deployment . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: Deployment"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#class-deployment","text":"","title":"Class: Deployment"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#hierarchy","text":"WorkloadKubeObject \u21b3 Deployment","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#methods","text":"delete getAffinity getAffinityNumber getAge getAnnotations getConditions getConditionsText getFinalizers getId getLabels getName getNodeSelectors getNs getOwnerRefs getReplicas getResourceVersion getSearchFields getSelectors getTemplateLabels getTolerations toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#constructor","text":"+ new Deployment ( data : KubeJsonApiData): Deployment Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Deployment","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#spec","text":"\u2022 spec : object Overrides void Defined in src/renderer/api/endpoints/deployment.api.ts:55","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/deployment.api.ts:155","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#static-apibase","text":"\u25aa apiBase : string = \"/apis/apps/v1/deployments\" Defined in src/renderer/api/endpoints/deployment.api.ts:53","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#static-kind","text":"\u25aa kind : string = \"Deployment\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/deployment.api.ts:51","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/deployment.api.ts:52","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Inherited from Deployment . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Inherited from Pod . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getconditions","text":"\u25b8 getConditions ( activeOnly : boolean): object[] Defined in src/renderer/api/endpoints/deployment.api.ts:172 Parameters: Name Type Default activeOnly boolean false Returns: object[]","title":"getConditions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getconditionstext","text":"\u25b8 getConditionsText ( activeOnly : boolean): string Defined in src/renderer/api/endpoints/deployment.api.ts:181 Parameters: Name Type Default activeOnly boolean true Returns: string","title":"getConditionsText"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Inherited from Deployment . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getreplicas","text":"\u25b8 getReplicas (): number Defined in src/renderer/api/endpoints/deployment.api.ts:185 Returns: number","title":"getReplicas"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getselectors","text":"\u25b8 getSelectors (): string[] Inherited from Pod . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Inherited from Pod . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#gettolerations","text":"\u25b8 getTolerations (): IToleration[] Inherited from Deployment . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration[]","title":"getTolerations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/","text":"Class: DeploymentApi # Hierarchy # KubeApi \u2039 Deployment \u203a \u21b3 DeploymentApi Index # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi Methods # create delete get getReplicas getResourceVersion getScaleApiUrl getUrl getWatchUrl list parseResponse refreshResourceVersion restart scale setResourceVersion update watch watchAll Constructors # constructor # + new DeploymentApi ( options : IKubeApiOptions\u2039 Deployment \u203a): DeploymentApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions\u2039 Deployment \u203a Returns: DeploymentApi Properties # apiBase # \u2022 apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57 apiGroup # \u2022 apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59 apiPrefix # \u2022 apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58 apiResource # \u2022 apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62 apiVersion # \u2022 apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60 apiVersionWithGroup # \u2022 apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61 isNamespaced # \u2022 isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63 kind # \u2022 kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor\u2039 Deployment \u203a Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65 Protected options # \u2022 options : IKubeApiOptions\u2039 Deployment \u203a Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69 Protected request # \u2022 request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66 Protected resourceVersions # \u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67 Static parseApi # \u25aa parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49 Methods # create # \u25b8 create ( __namedParameters : object, data? : Partial\u2039 Deployment \u203a): Promise\u2039 Deployment \u203a Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Deployment \u203a Returns: Promise\u2039 Deployment \u203a delete # \u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a get # \u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Deployment \u203a Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Deployment \u203a getReplicas # \u25b8 getReplicas ( params : object): Promise\u2039number\u203a Defined in src/renderer/api/endpoints/deployment.api.ts:12 Parameters: \u25aa params : object Name Type name string namespace string Returns: Promise\u2039number\u203a getResourceVersion # \u25b8 getResourceVersion ( namespace : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default namespace string \"\" Returns: string Protected getScaleApiUrl # \u25b8 getScaleApiUrl ( params : object): string Defined in src/renderer/api/endpoints/deployment.api.ts:8 Parameters: \u25aa params : object Name Type name string namespace string Returns: string getUrl # \u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string getWatchUrl # \u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Deployment []\u203a Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Deployment []\u203a Protected parseResponse # \u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any refreshResourceVersion # \u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a restart # \u25b8 restart ( params : object): CancelablePromise\u2039KubeJsonApiData\u203a Defined in src/renderer/api/endpoints/deployment.api.ts:29 Parameters: \u25aa params : object Name Type name string namespace string Returns: CancelablePromise\u2039KubeJsonApiData\u203a scale # \u25b8 scale ( params : object, replicas : number): CancelablePromise\u2039KubeJsonApiData\u203a Defined in src/renderer/api/endpoints/deployment.api.ts:18 Parameters: \u25aa params : object Name Type name string namespace string \u25aa replicas : number Returns: CancelablePromise\u2039KubeJsonApiData\u203a setResourceVersion # \u25b8 setResourceVersion ( namespace : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters : object, data? : Partial\u2039 Deployment \u203a): Promise\u2039 Deployment \u203a Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Deployment \u203a Returns: Promise\u2039 Deployment \u203a watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function \u25b8 (): void Static watchAll # \u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Class: DeploymentApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#class-deploymentapi","text":"","title":"Class: DeploymentApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#hierarchy","text":"KubeApi \u2039 Deployment \u203a \u21b3 DeploymentApi","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#methods","text":"create delete get getReplicas getResourceVersion getScaleApiUrl getUrl getWatchUrl list parseResponse refreshResourceVersion restart scale setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#constructor","text":"+ new DeploymentApi ( options : IKubeApiOptions\u2039 Deployment \u203a): DeploymentApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions\u2039 Deployment \u203a Returns: DeploymentApi","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#apibase","text":"\u2022 apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57","title":"apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#apigroup","text":"\u2022 apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59","title":"apiGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#apiprefix","text":"\u2022 apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58","title":"apiPrefix"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#apiresource","text":"\u2022 apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62","title":"apiResource"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#apiversionwithgroup","text":"\u2022 apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#isnamespaced","text":"\u2022 isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63","title":"isNamespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#kind","text":"\u2022 kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor\u2039 Deployment \u203a Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65","title":"objectConstructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#protected-options","text":"\u2022 options : IKubeApiOptions\u2039 Deployment \u203a Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69","title":"Protected options"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#protected-request","text":"\u2022 request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66","title":"Protected request"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#protected-resourceversions","text":"\u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67","title":"Protected resourceVersions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#static-parseapi","text":"\u25aa parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49","title":"Static parseApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#create","text":"\u25b8 create ( __namedParameters : object, data? : Partial\u2039 Deployment \u203a): Promise\u2039 Deployment \u203a Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Deployment \u203a Returns: Promise\u2039 Deployment \u203a","title":"create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#delete","text":"\u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#get","text":"\u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Deployment \u203a Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Deployment \u203a","title":"get"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#getreplicas","text":"\u25b8 getReplicas ( params : object): Promise\u2039number\u203a Defined in src/renderer/api/endpoints/deployment.api.ts:12 Parameters: \u25aa params : object Name Type name string namespace string Returns: Promise\u2039number\u203a","title":"getReplicas"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default namespace string \"\" Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#protected-getscaleapiurl","text":"\u25b8 getScaleApiUrl ( params : object): string Defined in src/renderer/api/endpoints/deployment.api.ts:8 Parameters: \u25aa params : object Name Type name string namespace string Returns: string","title":"Protected getScaleApiUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#geturl","text":"\u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string","title":"getUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string","title":"getWatchUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#list","text":"\u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Deployment []\u203a Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Deployment []\u203a","title":"list"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#protected-parseresponse","text":"\u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any","title":"Protected parseResponse"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#restart","text":"\u25b8 restart ( params : object): CancelablePromise\u2039KubeJsonApiData\u203a Defined in src/renderer/api/endpoints/deployment.api.ts:29 Parameters: \u25aa params : object Name Type name string namespace string Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"restart"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#scale","text":"\u25b8 scale ( params : object, replicas : number): CancelablePromise\u2039KubeJsonApiData\u203a Defined in src/renderer/api/endpoints/deployment.api.ts:18 Parameters: \u25aa params : object Name Type name string namespace string \u25aa replicas : number Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"scale"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void","title":"setResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#update","text":"\u25b8 update ( __namedParameters : object, data? : Partial\u2039 Deployment \u203a): Promise\u2039 Deployment \u203a Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Deployment \u203a Returns: Promise\u2039 Deployment \u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function \u25b8 (): void","title":"watch"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#static-watchall","text":"\u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Static watchAll"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/","text":"Class: Endpoint # Hierarchy # KubeObject \u21b3 Endpoint Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata status subsets apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getEndpointSubsets getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields toPlainObject toString update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new Endpoint ( data : KubeJsonApiData): Endpoint Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Endpoint Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 Optional status # \u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 subsets # \u2022 subsets : IEndpointSubset[] Defined in src/renderer/api/endpoints/endpoint.api.ts:105 Static apiBase # \u25aa apiBase : string = \"/api/v1/endpoints\" Defined in src/renderer/api/endpoints/endpoint.api.ts:103 Static kind # \u25aa kind : string = \"Endpoints\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/endpoint.api.ts:101 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/endpoint.api.ts:102 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getEndpointSubsets # \u25b8 getEndpointSubsets (): EndpointSubset[] Defined in src/renderer/api/endpoints/endpoint.api.ts:107 Returns: EndpointSubset[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object toString # \u25b8 toString (): string Defined in src/renderer/api/endpoints/endpoint.api.ts:112 Returns: string update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: Endpoint"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#class-endpoint","text":"","title":"Class: Endpoint"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#hierarchy","text":"KubeObject \u21b3 Endpoint","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#properties","text":"apiVersion kind metadata status subsets apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#methods","text":"delete getAge getAnnotations getEndpointSubsets getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields toPlainObject toString update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#constructor","text":"+ new Endpoint ( data : KubeJsonApiData): Endpoint Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Endpoint","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#optional-status","text":"\u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#subsets","text":"\u2022 subsets : IEndpointSubset[] Defined in src/renderer/api/endpoints/endpoint.api.ts:105","title":"subsets"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#static-apibase","text":"\u25aa apiBase : string = \"/api/v1/endpoints\" Defined in src/renderer/api/endpoints/endpoint.api.ts:103","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#static-kind","text":"\u25aa kind : string = \"Endpoints\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/endpoint.api.ts:101","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/endpoint.api.ts:102","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#getendpointsubsets","text":"\u25b8 getEndpointSubsets (): EndpointSubset[] Defined in src/renderer/api/endpoints/endpoint.api.ts:107 Returns: EndpointSubset[]","title":"getEndpointSubsets"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#tostring","text":"\u25b8 toString (): string Defined in src/renderer/api/endpoints/endpoint.api.ts:112 Returns: string","title":"toString"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/","text":"Class: EventStore # Hierarchy # \u21b3 KubeObjectStore \u2039 KubeEvent \u203a \u21b3 EventStore Index # Constructors # constructor Properties # api eventsBuffer isLoaded isLoading items limit selectedItemsIds Accessors # selectedItems Methods # [Symbol.iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getByLabel getByName getByPath getEventsByObject getStatuses getWarnings isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems onWatchApiEvent remove removeItem removeSelectedItems reset resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # + new EventStore (): EventStore Inherited from KubeObjectStore . constructor Defined in src/renderer/kube-object.store.ts:14 Returns: EventStore Properties # api # \u2022 api : KubeApi \u2039 KubeEvent \u2039\u203a\u203a = eventApi Overrides KubeObjectStore . api Defined in src/renderer/components/+events/event.store.ts:13 Protected eventsBuffer # \u2022 eventsBuffer : IObservableArray\u2039IKubeWatchEvent\u2039KubeJsonApiData\u203a\u203a = observable >([], { deep: false }) Inherited from KubeObjectStore . eventsBuffer Defined in src/renderer/kube-object.store.ts:145 isLoaded # \u2022 isLoaded : boolean = false Inherited from KubeObjectStore . isLoaded Defined in src/renderer/item.store.ts:17 isLoading # \u2022 isLoading : boolean = false Inherited from KubeObjectStore . isLoading Defined in src/renderer/item.store.ts:16 items # \u2022 items : IObservableArray\u2039T\u203a = observable.array ([], { deep: false }) Inherited from KubeObjectStore . items Defined in src/renderer/item.store.ts:18 limit # \u2022 limit : number = 1000 Overrides KubeObjectStore . limit Defined in src/renderer/components/+events/event.store.ts:14 selectedItemsIds # \u2022 selectedItemsIds : ObservableMap\u2039string, boolean\u203a = observable.map () Inherited from KubeObjectStore . selectedItemsIds Defined in src/renderer/item.store.ts:19 Accessors # selectedItems # \u2022 get selectedItems (): KubeEvent [] Inherited from KubeObjectStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: KubeEvent [] Methods # [Symbol.iterator] # \u25b8 [Symbol.iterator] (): Generator\u2039T, void, undefined\u203a Inherited from KubeObjectStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\u2039T, void, undefined\u203a Protected bindWatchEventsUpdater # \u25b8 bindWatchEventsUpdater (): IReactionDisposer Overrides KubeObjectStore . bindWatchEventsUpdater Defined in src/renderer/components/+events/event.store.ts:16 Returns: IReactionDisposer create # \u25b8 create ( params : object, data? : Partial\u2039 KubeEvent \u203a): Promise\u2039 KubeEvent \u203a Inherited from KubeObjectStore . create Defined in src/renderer/kube-object.store.ts:120 Parameters: \u25aa params : object Name Type name string namespace? string \u25aa Optional data : Partial\u2039 KubeEvent \u203a Returns: Promise\u2039 KubeEvent \u203a Protected createItem # \u25b8 createItem ( params : object, data? : Partial\u2039 KubeEvent \u203a): Promise\u2039 KubeEvent \u203a Inherited from KubeObjectStore . createItem Overrides void Defined in src/renderer/kube-object.store.ts:116 Parameters: \u25aa params : object Name Type name string namespace? string \u25aa Optional data : Partial\u2039 KubeEvent \u203a Returns: Promise\u2039 KubeEvent \u203a Protected defaultSorting # \u25b8 defaultSorting ( item : KubeEvent ): string Inherited from KubeObjectStore . defaultSorting Defined in src/renderer/item.store.ts:14 Parameters: Name Type item KubeEvent Returns: string Protected filterItemsOnLoad # \u25b8 filterItemsOnLoad ( items : KubeEvent []): T[] Inherited from KubeObjectStore . filterItemsOnLoad Defined in src/renderer/kube-object.store.ts:72 Parameters: Name Type items KubeEvent [] Returns: T[] getAllByNs # \u25b8 getAllByNs ( namespace : string | string[], strict : boolean): KubeEvent [] Inherited from KubeObjectStore . getAllByNs Defined in src/renderer/kube-object.store.ts:24 Parameters: Name Type Default namespace string | string[] - strict boolean false Returns: KubeEvent [] getByLabel # \u25b8 getByLabel ( labels : string[] | object): KubeEvent [] Inherited from KubeObjectStore . getByLabel Defined in src/renderer/kube-object.store.ts:45 Parameters: Name Type labels string[] | object Returns: KubeEvent [] getByName # \u25b8 getByName ( name : string, namespace? : string): KubeEvent Inherited from KubeObjectStore . getByName Overrides void Defined in src/renderer/kube-object.store.ts:33 Parameters: Name Type name string namespace? string Returns: KubeEvent getByPath # \u25b8 getByPath ( path : string): KubeEvent Inherited from KubeObjectStore . getByPath Defined in src/renderer/kube-object.store.ts:41 Parameters: Name Type path string Returns: KubeEvent getEventsByObject # \u25b8 getEventsByObject ( obj : KubeObject ): KubeEvent [] Defined in src/renderer/components/+events/event.store.ts:26 Parameters: Name Type obj KubeObject Returns: KubeEvent [] Optional getStatuses # \u25b8 getStatuses ( items : KubeEvent []): Record\u2039string, number\u203a Inherited from KubeObjectStore . getStatuses Defined in src/renderer/kube-object.store.ts:22 Parameters: Name Type items KubeEvent [] Returns: Record\u2039string, number\u203a getWarnings # \u25b8 getWarnings (): KubeEvent \u2039\u203a[] Defined in src/renderer/components/+events/event.store.ts:35 Returns: KubeEvent \u2039\u203a[] isSelected # \u25b8 isSelected ( item : KubeEvent ): boolean Inherited from KubeObjectStore . isSelected Defined in src/renderer/item.store.ts:102 Parameters: Name Type item KubeEvent Returns: boolean isSelectedAll # \u25b8 isSelectedAll ( visibleItems : KubeEvent []): boolean Inherited from KubeObjectStore . isSelectedAll Defined in src/renderer/item.store.ts:137 Parameters: Name Type Default visibleItems KubeEvent [] this.items Returns: boolean load # \u25b8 load ( params : object): Promise\u2039 KubeEvent \u203a Inherited from KubeObjectStore . load Defined in src/renderer/kube-object.store.ts:99 Parameters: \u25aa params : object Name Type name string namespace? string Returns: Promise\u2039 KubeEvent \u203a loadAll # \u25b8 loadAll (): Promise\u2039void\u203a Inherited from KubeObjectStore . loadAll Overrides void Defined in src/renderer/kube-object.store.ts:77 Returns: Promise\u2039void\u203a loadFromPath # \u25b8 loadFromPath ( resourcePath : string): Promise\u2039T\u203a Inherited from KubeObjectStore . loadFromPath Defined in src/renderer/kube-object.store.ts:111 Parameters: Name Type resourcePath string Returns: Promise\u2039T\u203a Protected loadItem # \u25b8 loadItem ( params : object): Promise\u2039 KubeEvent \u203a Inherited from KubeObjectStore . loadItem Overrides void Defined in src/renderer/kube-object.store.ts:94 Parameters: \u25aa params : object Name Type name string namespace? string Returns: Promise\u2039 KubeEvent \u203a Protected loadItems # \u25b8 loadItems ( allowedNamespaces? : string[]): Promise\u2039 KubeEvent []\u203a Inherited from KubeObjectStore . loadItems Overrides void Defined in src/renderer/kube-object.store.ts:60 Parameters: Name Type allowedNamespaces? string[] Returns: Promise\u2039 KubeEvent []\u203a Protected onWatchApiEvent # \u25b8 onWatchApiEvent ( evt : IKubeWatchEvent): void Inherited from KubeObjectStore . onWatchApiEvent Defined in src/renderer/kube-object.store.ts:157 Parameters: Name Type evt IKubeWatchEvent Returns: void remove # \u25b8 remove ( item : KubeEvent ): Promise\u2039void\u203a Inherited from KubeObjectStore . remove Defined in src/renderer/kube-object.store.ts:134 Parameters: Name Type item KubeEvent Returns: Promise\u2039void\u203a Protected removeItem # \u25b8 removeItem ( item : KubeEvent , request : function): Promise\u2039void\u203a Inherited from KubeObjectStore . removeItem Defined in src/renderer/item.store.ts:96 Parameters: \u25aa item : KubeEvent \u25aa request : function \u25b8 (): Promise\u2039any\u203a Returns: Promise\u2039void\u203a removeSelectedItems # \u25b8 removeSelectedItems (): Promise\u2039void[]\u203a Inherited from KubeObjectStore . removeSelectedItems Overrides void Defined in src/renderer/kube-object.store.ts:140 Returns: Promise\u2039void[]\u203a reset # \u25b8 reset (): void Inherited from KubeObjectStore . reset Defined in src/renderer/item.store.ts:148 Returns: void resetSelection # \u25b8 resetSelection (): void Inherited from KubeObjectStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void select # \u25b8 select ( item : KubeEvent ): void Inherited from KubeObjectStore . select Defined in src/renderer/item.store.ts:107 Parameters: Name Type item KubeEvent Returns: void Protected sortItems # \u25b8 sortItems ( items : KubeEvent []): KubeEvent \u2039\u203a[] Overrides KubeObjectStore . sortItems Defined in src/renderer/components/+events/event.store.ts:20 Parameters: Name Type items KubeEvent [] Returns: KubeEvent \u2039\u203a[] subscribe # \u25b8 subscribe ( apis : KubeApi \u2039T\u203a[]): (Anonymous function) Inherited from KubeObjectStore . subscribe Overrides void Defined in src/renderer/kube-object.store.ts:153 Parameters: Name Type Default apis KubeApi \u2039T\u203a[] [this.api] Returns: (Anonymous function) toggleSelection # \u25b8 toggleSelection ( item : KubeEvent ): void Inherited from KubeObjectStore . toggleSelection Defined in src/renderer/item.store.ts:117 Parameters: Name Type item KubeEvent Returns: void toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems : KubeEvent []): void Inherited from KubeObjectStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127 Parameters: Name Type Default visibleItems KubeEvent [] this.items Returns: void unselect # \u25b8 unselect ( item : KubeEvent ): void Inherited from KubeObjectStore . unselect Defined in src/renderer/item.store.ts:112 Parameters: Name Type item KubeEvent Returns: void update # \u25b8 update ( item : KubeEvent , data : Partial\u2039 KubeEvent \u203a): Promise\u2039 KubeEvent \u203a Inherited from KubeObjectStore . update Defined in src/renderer/kube-object.store.ts:127 Parameters: Name Type item KubeEvent data Partial\u2039 KubeEvent \u203a Returns: Promise\u2039 KubeEvent \u203a Protected updateFromEventsBuffer # \u25b8 updateFromEventsBuffer (): void Inherited from KubeObjectStore . updateFromEventsBuffer Defined in src/renderer/kube-object.store.ts:163 Returns: void Protected updateItem # \u25b8 updateItem ( item : KubeEvent , request : function): Promise\u2039T\u203a Inherited from KubeObjectStore . updateItem Defined in src/renderer/item.store.ts:88 Parameters: \u25aa item : KubeEvent \u25aa request : function \u25b8 (): Promise\u2039 KubeEvent \u203a Returns: Promise\u2039T\u203a","title":"Class: EventStore"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#class-eventstore","text":"","title":"Class: EventStore"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#hierarchy","text":"\u21b3 KubeObjectStore \u2039 KubeEvent \u203a \u21b3 EventStore","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#properties","text":"api eventsBuffer isLoaded isLoading items limit selectedItemsIds","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#accessors","text":"selectedItems","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#methods","text":"[Symbol.iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getByLabel getByName getByPath getEventsByObject getStatuses getWarnings isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems onWatchApiEvent remove removeItem removeSelectedItems reset resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#constructor","text":"+ new EventStore (): EventStore Inherited from KubeObjectStore . constructor Defined in src/renderer/kube-object.store.ts:14 Returns: EventStore","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#api","text":"\u2022 api : KubeApi \u2039 KubeEvent \u2039\u203a\u203a = eventApi Overrides KubeObjectStore . api Defined in src/renderer/components/+events/event.store.ts:13","title":"api"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#protected-eventsbuffer","text":"\u2022 eventsBuffer : IObservableArray\u2039IKubeWatchEvent\u2039KubeJsonApiData\u203a\u203a = observable >([], { deep: false }) Inherited from KubeObjectStore . eventsBuffer Defined in src/renderer/kube-object.store.ts:145","title":"Protected eventsBuffer"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from KubeObjectStore . isLoaded Defined in src/renderer/item.store.ts:17","title":"isLoaded"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#isloading","text":"\u2022 isLoading : boolean = false Inherited from KubeObjectStore . isLoading Defined in src/renderer/item.store.ts:16","title":"isLoading"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#items","text":"\u2022 items : IObservableArray\u2039T\u203a = observable.array ([], { deep: false }) Inherited from KubeObjectStore . items Defined in src/renderer/item.store.ts:18","title":"items"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#limit","text":"\u2022 limit : number = 1000 Overrides KubeObjectStore . limit Defined in src/renderer/components/+events/event.store.ts:14","title":"limit"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap\u2039string, boolean\u203a = observable.map () Inherited from KubeObjectStore . selectedItemsIds Defined in src/renderer/item.store.ts:19","title":"selectedItemsIds"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#selecteditems","text":"\u2022 get selectedItems (): KubeEvent [] Inherited from KubeObjectStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: KubeEvent []","title":"selectedItems"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#symboliterator","text":"\u25b8 [Symbol.iterator] (): Generator\u2039T, void, undefined\u203a Inherited from KubeObjectStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\u2039T, void, undefined\u203a","title":"[Symbol.iterator]"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#protected-bindwatcheventsupdater","text":"\u25b8 bindWatchEventsUpdater (): IReactionDisposer Overrides KubeObjectStore . bindWatchEventsUpdater Defined in src/renderer/components/+events/event.store.ts:16 Returns: IReactionDisposer","title":"Protected bindWatchEventsUpdater"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#create","text":"\u25b8 create ( params : object, data? : Partial\u2039 KubeEvent \u203a): Promise\u2039 KubeEvent \u203a Inherited from KubeObjectStore . create Defined in src/renderer/kube-object.store.ts:120 Parameters: \u25aa params : object Name Type name string namespace? string \u25aa Optional data : Partial\u2039 KubeEvent \u203a Returns: Promise\u2039 KubeEvent \u203a","title":"create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#protected-createitem","text":"\u25b8 createItem ( params : object, data? : Partial\u2039 KubeEvent \u203a): Promise\u2039 KubeEvent \u203a Inherited from KubeObjectStore . createItem Overrides void Defined in src/renderer/kube-object.store.ts:116 Parameters: \u25aa params : object Name Type name string namespace? string \u25aa Optional data : Partial\u2039 KubeEvent \u203a Returns: Promise\u2039 KubeEvent \u203a","title":"Protected createItem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#protected-defaultsorting","text":"\u25b8 defaultSorting ( item : KubeEvent ): string Inherited from KubeObjectStore . defaultSorting Defined in src/renderer/item.store.ts:14 Parameters: Name Type item KubeEvent Returns: string","title":"Protected defaultSorting"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#protected-filteritemsonload","text":"\u25b8 filterItemsOnLoad ( items : KubeEvent []): T[] Inherited from KubeObjectStore . filterItemsOnLoad Defined in src/renderer/kube-object.store.ts:72 Parameters: Name Type items KubeEvent [] Returns: T[]","title":"Protected filterItemsOnLoad"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#getallbyns","text":"\u25b8 getAllByNs ( namespace : string | string[], strict : boolean): KubeEvent [] Inherited from KubeObjectStore . getAllByNs Defined in src/renderer/kube-object.store.ts:24 Parameters: Name Type Default namespace string | string[] - strict boolean false Returns: KubeEvent []","title":"getAllByNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#getbylabel","text":"\u25b8 getByLabel ( labels : string[] | object): KubeEvent [] Inherited from KubeObjectStore . getByLabel Defined in src/renderer/kube-object.store.ts:45 Parameters: Name Type labels string[] | object Returns: KubeEvent []","title":"getByLabel"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#getbyname","text":"\u25b8 getByName ( name : string, namespace? : string): KubeEvent Inherited from KubeObjectStore . getByName Overrides void Defined in src/renderer/kube-object.store.ts:33 Parameters: Name Type name string namespace? string Returns: KubeEvent","title":"getByName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#getbypath","text":"\u25b8 getByPath ( path : string): KubeEvent Inherited from KubeObjectStore . getByPath Defined in src/renderer/kube-object.store.ts:41 Parameters: Name Type path string Returns: KubeEvent","title":"getByPath"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#geteventsbyobject","text":"\u25b8 getEventsByObject ( obj : KubeObject ): KubeEvent [] Defined in src/renderer/components/+events/event.store.ts:26 Parameters: Name Type obj KubeObject Returns: KubeEvent []","title":"getEventsByObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#optional-getstatuses","text":"\u25b8 getStatuses ( items : KubeEvent []): Record\u2039string, number\u203a Inherited from KubeObjectStore . getStatuses Defined in src/renderer/kube-object.store.ts:22 Parameters: Name Type items KubeEvent [] Returns: Record\u2039string, number\u203a","title":"Optional getStatuses"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#getwarnings","text":"\u25b8 getWarnings (): KubeEvent \u2039\u203a[] Defined in src/renderer/components/+events/event.store.ts:35 Returns: KubeEvent \u2039\u203a[]","title":"getWarnings"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#isselected","text":"\u25b8 isSelected ( item : KubeEvent ): boolean Inherited from KubeObjectStore . isSelected Defined in src/renderer/item.store.ts:102 Parameters: Name Type item KubeEvent Returns: boolean","title":"isSelected"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems : KubeEvent []): boolean Inherited from KubeObjectStore . isSelectedAll Defined in src/renderer/item.store.ts:137 Parameters: Name Type Default visibleItems KubeEvent [] this.items Returns: boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#load","text":"\u25b8 load ( params : object): Promise\u2039 KubeEvent \u203a Inherited from KubeObjectStore . load Defined in src/renderer/kube-object.store.ts:99 Parameters: \u25aa params : object Name Type name string namespace? string Returns: Promise\u2039 KubeEvent \u203a","title":"load"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#loadall","text":"\u25b8 loadAll (): Promise\u2039void\u203a Inherited from KubeObjectStore . loadAll Overrides void Defined in src/renderer/kube-object.store.ts:77 Returns: Promise\u2039void\u203a","title":"loadAll"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath : string): Promise\u2039T\u203a Inherited from KubeObjectStore . loadFromPath Defined in src/renderer/kube-object.store.ts:111 Parameters: Name Type resourcePath string Returns: Promise\u2039T\u203a","title":"loadFromPath"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#protected-loaditem","text":"\u25b8 loadItem ( params : object): Promise\u2039 KubeEvent \u203a Inherited from KubeObjectStore . loadItem Overrides void Defined in src/renderer/kube-object.store.ts:94 Parameters: \u25aa params : object Name Type name string namespace? string Returns: Promise\u2039 KubeEvent \u203a","title":"Protected loadItem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#protected-loaditems","text":"\u25b8 loadItems ( allowedNamespaces? : string[]): Promise\u2039 KubeEvent []\u203a Inherited from KubeObjectStore . loadItems Overrides void Defined in src/renderer/kube-object.store.ts:60 Parameters: Name Type allowedNamespaces? string[] Returns: Promise\u2039 KubeEvent []\u203a","title":"Protected loadItems"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#protected-onwatchapievent","text":"\u25b8 onWatchApiEvent ( evt : IKubeWatchEvent): void Inherited from KubeObjectStore . onWatchApiEvent Defined in src/renderer/kube-object.store.ts:157 Parameters: Name Type evt IKubeWatchEvent Returns: void","title":"Protected onWatchApiEvent"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#remove","text":"\u25b8 remove ( item : KubeEvent ): Promise\u2039void\u203a Inherited from KubeObjectStore . remove Defined in src/renderer/kube-object.store.ts:134 Parameters: Name Type item KubeEvent Returns: Promise\u2039void\u203a","title":"remove"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#protected-removeitem","text":"\u25b8 removeItem ( item : KubeEvent , request : function): Promise\u2039void\u203a Inherited from KubeObjectStore . removeItem Defined in src/renderer/item.store.ts:96 Parameters: \u25aa item : KubeEvent \u25aa request : function \u25b8 (): Promise\u2039any\u203a Returns: Promise\u2039void\u203a","title":"Protected removeItem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise\u2039void[]\u203a Inherited from KubeObjectStore . removeSelectedItems Overrides void Defined in src/renderer/kube-object.store.ts:140 Returns: Promise\u2039void[]\u203a","title":"removeSelectedItems"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#reset","text":"\u25b8 reset (): void Inherited from KubeObjectStore . reset Defined in src/renderer/item.store.ts:148 Returns: void","title":"reset"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#resetselection","text":"\u25b8 resetSelection (): void Inherited from KubeObjectStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void","title":"resetSelection"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#select","text":"\u25b8 select ( item : KubeEvent ): void Inherited from KubeObjectStore . select Defined in src/renderer/item.store.ts:107 Parameters: Name Type item KubeEvent Returns: void","title":"select"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#protected-sortitems","text":"\u25b8 sortItems ( items : KubeEvent []): KubeEvent \u2039\u203a[] Overrides KubeObjectStore . sortItems Defined in src/renderer/components/+events/event.store.ts:20 Parameters: Name Type items KubeEvent [] Returns: KubeEvent \u2039\u203a[]","title":"Protected sortItems"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#subscribe","text":"\u25b8 subscribe ( apis : KubeApi \u2039T\u203a[]): (Anonymous function) Inherited from KubeObjectStore . subscribe Overrides void Defined in src/renderer/kube-object.store.ts:153 Parameters: Name Type Default apis KubeApi \u2039T\u203a[] [this.api] Returns: (Anonymous function)","title":"subscribe"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#toggleselection","text":"\u25b8 toggleSelection ( item : KubeEvent ): void Inherited from KubeObjectStore . toggleSelection Defined in src/renderer/item.store.ts:117 Parameters: Name Type item KubeEvent Returns: void","title":"toggleSelection"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems : KubeEvent []): void Inherited from KubeObjectStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127 Parameters: Name Type Default visibleItems KubeEvent [] this.items Returns: void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#unselect","text":"\u25b8 unselect ( item : KubeEvent ): void Inherited from KubeObjectStore . unselect Defined in src/renderer/item.store.ts:112 Parameters: Name Type item KubeEvent Returns: void","title":"unselect"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#update","text":"\u25b8 update ( item : KubeEvent , data : Partial\u2039 KubeEvent \u203a): Promise\u2039 KubeEvent \u203a Inherited from KubeObjectStore . update Defined in src/renderer/kube-object.store.ts:127 Parameters: Name Type item KubeEvent data Partial\u2039 KubeEvent \u203a Returns: Promise\u2039 KubeEvent \u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#protected-updatefromeventsbuffer","text":"\u25b8 updateFromEventsBuffer (): void Inherited from KubeObjectStore . updateFromEventsBuffer Defined in src/renderer/kube-object.store.ts:163 Returns: void","title":"Protected updateFromEventsBuffer"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#protected-updateitem","text":"\u25b8 updateItem ( item : KubeEvent , request : function): Promise\u2039T\u203a Inherited from KubeObjectStore . updateItem Defined in src/renderer/item.store.ts:88 Parameters: \u25aa item : KubeEvent \u25aa request : function \u25b8 (): Promise\u2039 KubeEvent \u203a Returns: Promise\u2039T\u203a","title":"Protected updateItem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/","text":"Class: HorizontalPodAutoscaler # Hierarchy # KubeObject \u21b3 HorizontalPodAutoscaler Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getConditions getCurrentMetrics getFinalizers getId getLabels getMaxPods getMetricName getMetricValues getMetrics getMinPods getName getNs getOwnerRefs getReplicas getResourceVersion getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new HorizontalPodAutoscaler ( data : KubeJsonApiData): HorizontalPodAutoscaler Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: HorizontalPodAutoscaler Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Defined in src/renderer/api/endpoints/hpa.api.ts:46 Type declaration: maxReplicas : number metrics : IHpaMetric[] minReplicas : number scaleTargetRef (): object apiVersion : string kind : string name : string status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/hpa.api.ts:56 Type declaration: conditions : object[] currentMetrics : IHpaMetric[] currentReplicas : number desiredReplicas : number Static apiBase # \u25aa apiBase : string = \"/apis/autoscaling/v2beta1/horizontalpodautoscalers\" Defined in src/renderer/api/endpoints/hpa.api.ts:44 Static kind # \u25aa kind : string = \"HorizontalPodAutoscaler\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/hpa.api.ts:42 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/hpa.api.ts:43 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getConditions # \u25b8 getConditions (): object[] Defined in src/renderer/api/endpoints/hpa.api.ts:81 Returns: object[] getCurrentMetrics # \u25b8 getCurrentMetrics (): IHpaMetric[] Defined in src/renderer/api/endpoints/hpa.api.ts:97 Returns: IHpaMetric[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getMaxPods # \u25b8 getMaxPods (): number Defined in src/renderer/api/endpoints/hpa.api.ts:69 Returns: number Protected getMetricName # \u25b8 getMetricName ( metric : IHpaMetric): string Defined in src/renderer/api/endpoints/hpa.api.ts:101 Parameters: Name Type metric IHpaMetric Returns: string getMetricValues # \u25b8 getMetricValues ( metric : IHpaMetric): string Defined in src/renderer/api/endpoints/hpa.api.ts:116 Parameters: Name Type metric IHpaMetric Returns: string getMetrics # \u25b8 getMetrics (): IHpaMetric[] Defined in src/renderer/api/endpoints/hpa.api.ts:93 Returns: IHpaMetric[] getMinPods # \u25b8 getMinPods (): number Defined in src/renderer/api/endpoints/hpa.api.ts:73 Returns: number getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getReplicas # \u25b8 getReplicas (): number Defined in src/renderer/api/endpoints/hpa.api.ts:77 Returns: number getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: HorizontalPodAutoscaler"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#class-horizontalpodautoscaler","text":"","title":"Class: HorizontalPodAutoscaler"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#hierarchy","text":"KubeObject \u21b3 HorizontalPodAutoscaler","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#methods","text":"delete getAge getAnnotations getConditions getCurrentMetrics getFinalizers getId getLabels getMaxPods getMetricName getMetricValues getMetrics getMinPods getName getNs getOwnerRefs getReplicas getResourceVersion getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#constructor","text":"+ new HorizontalPodAutoscaler ( data : KubeJsonApiData): HorizontalPodAutoscaler Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: HorizontalPodAutoscaler","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#spec","text":"\u2022 spec : object Defined in src/renderer/api/endpoints/hpa.api.ts:46","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/hpa.api.ts:56","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#static-apibase","text":"\u25aa apiBase : string = \"/apis/autoscaling/v2beta1/horizontalpodautoscalers\" Defined in src/renderer/api/endpoints/hpa.api.ts:44","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#static-kind","text":"\u25aa kind : string = \"HorizontalPodAutoscaler\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/hpa.api.ts:42","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/hpa.api.ts:43","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getconditions","text":"\u25b8 getConditions (): object[] Defined in src/renderer/api/endpoints/hpa.api.ts:81 Returns: object[]","title":"getConditions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getcurrentmetrics","text":"\u25b8 getCurrentMetrics (): IHpaMetric[] Defined in src/renderer/api/endpoints/hpa.api.ts:97 Returns: IHpaMetric[]","title":"getCurrentMetrics"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getmaxpods","text":"\u25b8 getMaxPods (): number Defined in src/renderer/api/endpoints/hpa.api.ts:69 Returns: number","title":"getMaxPods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#protected-getmetricname","text":"\u25b8 getMetricName ( metric : IHpaMetric): string Defined in src/renderer/api/endpoints/hpa.api.ts:101 Parameters: Name Type metric IHpaMetric Returns: string","title":"Protected getMetricName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getmetricvalues","text":"\u25b8 getMetricValues ( metric : IHpaMetric): string Defined in src/renderer/api/endpoints/hpa.api.ts:116 Parameters: Name Type metric IHpaMetric Returns: string","title":"getMetricValues"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getmetrics","text":"\u25b8 getMetrics (): IHpaMetric[] Defined in src/renderer/api/endpoints/hpa.api.ts:93 Returns: IHpaMetric[]","title":"getMetrics"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getminpods","text":"\u25b8 getMinPods (): number Defined in src/renderer/api/endpoints/hpa.api.ts:73 Returns: number","title":"getMinPods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getreplicas","text":"\u25b8 getReplicas (): number Defined in src/renderer/api/endpoints/hpa.api.ts:77 Returns: number","title":"getReplicas"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/","text":"Class: Ingress # Hierarchy # KubeObject \u21b3 Ingress Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getHosts getId getLabels getLoadBalancers getName getNs getOwnerRefs getPorts getResourceVersion getRoutes getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new Ingress ( data : KubeJsonApiData): Ingress Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Ingress Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Defined in src/renderer/api/endpoints/ingress.api.ts:38 Type declaration: backend (): object serviceName : string servicePort : number rules ? : object[] tls : object[] status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/ingress.api.ts:59 Type declaration: loadBalancer (): object ingress : ILoadBalancerIngress[] Static apiBase # \u25aa apiBase : string = \"/apis/extensions/v1beta1/ingresses\" Defined in src/renderer/api/endpoints/ingress.api.ts:36 Static kind # \u25aa kind : string = \"Ingress\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/ingress.api.ts:34 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/ingress.api.ts:35 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getHosts # \u25b8 getHosts (): string[] Defined in src/renderer/api/endpoints/ingress.api.ts:86 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getLoadBalancers # \u25b8 getLoadBalancers (): string[] Defined in src/renderer/api/endpoints/ingress.api.ts:113 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getPorts # \u25b8 getPorts (): string Defined in src/renderer/api/endpoints/ingress.api.ts:92 Returns: string getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getRoutes # \u25b8 getRoutes (): string[] Defined in src/renderer/api/endpoints/ingress.api.ts:65 Returns: string[] getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: Ingress"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#class-ingress","text":"","title":"Class: Ingress"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#hierarchy","text":"KubeObject \u21b3 Ingress","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#methods","text":"delete getAge getAnnotations getFinalizers getHosts getId getLabels getLoadBalancers getName getNs getOwnerRefs getPorts getResourceVersion getRoutes getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#constructor","text":"+ new Ingress ( data : KubeJsonApiData): Ingress Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Ingress","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#spec","text":"\u2022 spec : object Defined in src/renderer/api/endpoints/ingress.api.ts:38","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/ingress.api.ts:59","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#static-apibase","text":"\u25aa apiBase : string = \"/apis/extensions/v1beta1/ingresses\" Defined in src/renderer/api/endpoints/ingress.api.ts:36","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#static-kind","text":"\u25aa kind : string = \"Ingress\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/ingress.api.ts:34","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/ingress.api.ts:35","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#gethosts","text":"\u25b8 getHosts (): string[] Defined in src/renderer/api/endpoints/ingress.api.ts:86 Returns: string[]","title":"getHosts"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getloadbalancers","text":"\u25b8 getLoadBalancers (): string[] Defined in src/renderer/api/endpoints/ingress.api.ts:113 Returns: string[]","title":"getLoadBalancers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getports","text":"\u25b8 getPorts (): string Defined in src/renderer/api/endpoints/ingress.api.ts:92 Returns: string","title":"getPorts"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getroutes","text":"\u25b8 getRoutes (): string[] Defined in src/renderer/api/endpoints/ingress.api.ts:65 Returns: string[]","title":"getRoutes"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/","text":"Class: IngressApi # Hierarchy # KubeApi \u2039 Ingress \u203a \u21b3 IngressApi Index # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi Methods # create delete get getMetrics getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll Constructors # constructor # + new IngressApi ( options : IKubeApiOptions\u2039 Ingress \u203a): IngressApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions\u2039 Ingress \u203a Returns: IngressApi Properties # apiBase # \u2022 apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57 apiGroup # \u2022 apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59 apiPrefix # \u2022 apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58 apiResource # \u2022 apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62 apiVersion # \u2022 apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60 apiVersionWithGroup # \u2022 apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61 isNamespaced # \u2022 isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63 kind # \u2022 kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor\u2039 Ingress \u203a Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65 Protected options # \u2022 options : IKubeApiOptions\u2039 Ingress \u203a Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69 Protected request # \u2022 request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66 Protected resourceVersions # \u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67 Static parseApi # \u25aa parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49 Methods # create # \u25b8 create ( __namedParameters : object, data? : Partial\u2039 Ingress \u203a): Promise\u2039 Ingress \u203a Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Ingress \u203a Returns: Promise\u2039 Ingress \u203a delete # \u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a get # \u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Ingress \u203a Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Ingress \u203a getMetrics # \u25b8 getMetrics ( ingress : string, namespace : string): Promise\u2039IIngressMetrics\u203a Defined in src/renderer/api/endpoints/ingress.api.ts:7 Parameters: Name Type ingress string namespace string Returns: Promise\u2039IIngressMetrics\u203a getResourceVersion # \u25b8 getResourceVersion ( namespace : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string getWatchUrl # \u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Ingress []\u203a Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Ingress []\u203a Protected parseResponse # \u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any refreshResourceVersion # \u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a setResourceVersion # \u25b8 setResourceVersion ( namespace : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters : object, data? : Partial\u2039 Ingress \u203a): Promise\u2039 Ingress \u203a Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Ingress \u203a Returns: Promise\u2039 Ingress \u203a watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function \u25b8 (): void Static watchAll # \u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Class: IngressApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#class-ingressapi","text":"","title":"Class: IngressApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#hierarchy","text":"KubeApi \u2039 Ingress \u203a \u21b3 IngressApi","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#methods","text":"create delete get getMetrics getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#constructor","text":"+ new IngressApi ( options : IKubeApiOptions\u2039 Ingress \u203a): IngressApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions\u2039 Ingress \u203a Returns: IngressApi","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#apibase","text":"\u2022 apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57","title":"apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#apigroup","text":"\u2022 apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59","title":"apiGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#apiprefix","text":"\u2022 apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58","title":"apiPrefix"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#apiresource","text":"\u2022 apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62","title":"apiResource"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#apiversionwithgroup","text":"\u2022 apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#isnamespaced","text":"\u2022 isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63","title":"isNamespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#kind","text":"\u2022 kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor\u2039 Ingress \u203a Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65","title":"objectConstructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#protected-options","text":"\u2022 options : IKubeApiOptions\u2039 Ingress \u203a Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69","title":"Protected options"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#protected-request","text":"\u2022 request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66","title":"Protected request"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#protected-resourceversions","text":"\u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67","title":"Protected resourceVersions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#static-parseapi","text":"\u25aa parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49","title":"Static parseApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#create","text":"\u25b8 create ( __namedParameters : object, data? : Partial\u2039 Ingress \u203a): Promise\u2039 Ingress \u203a Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Ingress \u203a Returns: Promise\u2039 Ingress \u203a","title":"create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#delete","text":"\u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#get","text":"\u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Ingress \u203a Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Ingress \u203a","title":"get"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#getmetrics","text":"\u25b8 getMetrics ( ingress : string, namespace : string): Promise\u2039IIngressMetrics\u203a Defined in src/renderer/api/endpoints/ingress.api.ts:7 Parameters: Name Type ingress string namespace string Returns: Promise\u2039IIngressMetrics\u203a","title":"getMetrics"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default namespace string \"\" Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#geturl","text":"\u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string","title":"getUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string","title":"getWatchUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#list","text":"\u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Ingress []\u203a Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Ingress []\u203a","title":"list"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#protected-parseresponse","text":"\u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any","title":"Protected parseResponse"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void","title":"setResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#update","text":"\u25b8 update ( __namedParameters : object, data? : Partial\u2039 Ingress \u203a): Promise\u2039 Ingress \u203a Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Ingress \u203a Returns: Promise\u2039 Ingress \u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function \u25b8 (): void","title":"watch"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#static-watchall","text":"\u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Static watchAll"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/","text":"Class: Job # Hierarchy # WorkloadKubeObject \u21b3 Job Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAffinity getAffinityNumber getAge getAnnotations getCompletions getCondition getDesiredCompletions getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getParallelism getResourceVersion getSearchFields getSelectors getTemplateLabels getTolerations toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new Job ( data : KubeJsonApiData): Job Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Job Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Overrides void Defined in src/renderer/api/endpoints/job.api.ts:14 Type declaration: backoffLimit ? : number completions ? : number containers ? : IPodContainer [] dnsPolicy ? : string parallelism ? : number restartPolicy ? : string schedulerName ? : string selector (): object matchLabels (): object serviceAccount ? : string serviceAccountName ? : string template (): object metadata (): object annotations (): object creationTimestamp ? : string labels (): object spec (): object affinity ? : IAffinity containers : IPodContainer [] dnsPolicy : string hostPID : boolean nodeSelector (): object restartPolicy : string schedulerName : string terminationGracePeriodSeconds : number tolerations ? : object[] terminationGracePeriodSeconds ? : number status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/job.api.ts:60 Type declaration: completionTime : string conditions : object[] startTime : string succeeded : number Static apiBase # \u25aa apiBase : string = \"/apis/batch/v1/jobs\" Defined in src/renderer/api/endpoints/job.api.ts:12 Static kind # \u25aa kind : string = \"Job\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/job.api.ts:10 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/job.api.ts:11 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete (): CancelablePromise\u2039KubeJsonApiData\u203a Overrides KubeObject . delete Defined in src/renderer/api/endpoints/job.api.ts:98 Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAffinity # \u25b8 getAffinity (): IAffinity Inherited from Deployment . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Inherited from Pod . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getCompletions # \u25b8 getCompletions (): number Defined in src/renderer/api/endpoints/job.api.ts:77 Returns: number getCondition # \u25b8 getCondition (): object Defined in src/renderer/api/endpoints/job.api.ts:85 Returns: object lastProbeTime : string lastTransitionTime : string message ? : string status : string type : string getDesiredCompletions # \u25b8 getDesiredCompletions (): number Defined in src/renderer/api/endpoints/job.api.ts:73 Returns: number getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getImages # \u25b8 getImages (): string[] Defined in src/renderer/api/endpoints/job.api.ts:93 Returns: string[] getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeSelectors # \u25b8 getNodeSelectors (): string[] Inherited from Deployment . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[] getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getParallelism # \u25b8 getParallelism (): number Defined in src/renderer/api/endpoints/job.api.ts:81 Returns: number getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSelectors # \u25b8 getSelectors (): string[] Inherited from Pod . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[] getTemplateLabels # \u25b8 getTemplateLabels (): string[] Inherited from Pod . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): IToleration[] Inherited from Deployment . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: Job"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#class-job","text":"","title":"Class: Job"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#hierarchy","text":"WorkloadKubeObject \u21b3 Job","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#methods","text":"delete getAffinity getAffinityNumber getAge getAnnotations getCompletions getCondition getDesiredCompletions getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getParallelism getResourceVersion getSearchFields getSelectors getTemplateLabels getTolerations toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#constructor","text":"+ new Job ( data : KubeJsonApiData): Job Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Job","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#spec","text":"\u2022 spec : object Overrides void Defined in src/renderer/api/endpoints/job.api.ts:14","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/job.api.ts:60","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#static-apibase","text":"\u25aa apiBase : string = \"/apis/batch/v1/jobs\" Defined in src/renderer/api/endpoints/job.api.ts:12","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#static-kind","text":"\u25aa kind : string = \"Job\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/job.api.ts:10","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/job.api.ts:11","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#delete","text":"\u25b8 delete (): CancelablePromise\u2039KubeJsonApiData\u203a Overrides KubeObject . delete Defined in src/renderer/api/endpoints/job.api.ts:98 Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Inherited from Deployment . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Inherited from Pod . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getcompletions","text":"\u25b8 getCompletions (): number Defined in src/renderer/api/endpoints/job.api.ts:77 Returns: number","title":"getCompletions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getcondition","text":"\u25b8 getCondition (): object Defined in src/renderer/api/endpoints/job.api.ts:85 Returns: object lastProbeTime : string lastTransitionTime : string message ? : string status : string type : string","title":"getCondition"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getdesiredcompletions","text":"\u25b8 getDesiredCompletions (): number Defined in src/renderer/api/endpoints/job.api.ts:73 Returns: number","title":"getDesiredCompletions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getimages","text":"\u25b8 getImages (): string[] Defined in src/renderer/api/endpoints/job.api.ts:93 Returns: string[]","title":"getImages"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Inherited from Deployment . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getparallelism","text":"\u25b8 getParallelism (): number Defined in src/renderer/api/endpoints/job.api.ts:81 Returns: number","title":"getParallelism"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getselectors","text":"\u25b8 getSelectors (): string[] Inherited from Pod . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Inherited from Pod . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#gettolerations","text":"\u25b8 getTolerations (): IToleration[] Inherited from Deployment . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration[]","title":"getTolerations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/","text":"Class: KubeApi \u2039 T \u203a # Type parameters # \u25aa T : KubeObject Hierarchy # KubeApi \u21b3 VersionedKubeApi \u21b3 PodsApi \u21b3 NodesApi \u21b3 DeploymentApi \u21b3 IngressApi \u21b3 PersistentVolumeClaimsApi Index # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi Methods # create delete get getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll Constructors # constructor # + new KubeApi ( options : IKubeApiOptions\u2039T\u203a): KubeApi Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions\u2039T\u203a Returns: KubeApi Properties # apiBase # \u2022 apiBase : string Defined in src/renderer/api/kube-api.ts:57 apiGroup # \u2022 apiGroup : string Defined in src/renderer/api/kube-api.ts:59 apiPrefix # \u2022 apiPrefix : string Defined in src/renderer/api/kube-api.ts:58 apiResource # \u2022 apiResource : string Defined in src/renderer/api/kube-api.ts:62 apiVersion # \u2022 apiVersion : string Defined in src/renderer/api/kube-api.ts:60 apiVersionWithGroup # \u2022 apiVersionWithGroup : string Defined in src/renderer/api/kube-api.ts:61 isNamespaced # \u2022 isNamespaced : boolean Defined in src/renderer/api/kube-api.ts:63 kind # \u2022 kind : string Defined in src/renderer/api/kube-api.ts:56 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor\u2039T\u203a Defined in src/renderer/api/kube-api.ts:65 Protected options # \u2022 options : IKubeApiOptions\u2039T\u203a Defined in src/renderer/api/kube-api.ts:69 Protected request # \u2022 request : KubeJsonApi Defined in src/renderer/api/kube-api.ts:66 Protected resourceVersions # \u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Defined in src/renderer/api/kube-api.ts:67 Static parseApi # \u25aa parseApi : parseKubeApi = parseKubeApi Defined in src/renderer/api/kube-api.ts:49 Methods # create # \u25b8 create ( __namedParameters : object, data? : Partial\u2039T\u203a): Promise\u2039T\u203a Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039T\u203a Returns: Promise\u2039T\u203a delete # \u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Defined in src/renderer/api/kube-api.ts:182 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a get # \u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039T\u203a Defined in src/renderer/api/kube-api.ts:152 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039T\u203a getResourceVersion # \u25b8 getResourceVersion ( namespace : string): string Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Defined in src/renderer/api/kube-api.ts:108 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string getWatchUrl # \u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Defined in src/renderer/api/kube-api.ts:187 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039T[]\u203a Defined in src/renderer/api/kube-api.ts:146 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039T[]\u203a Protected parseResponse # \u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Defined in src/renderer/api/kube-api.ts:120 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any refreshResourceVersion # \u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Defined in src/renderer/api/kube-api.ts:104 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a setResourceVersion # \u25b8 setResourceVersion ( namespace : string, newVersion : string): void Defined in src/renderer/api/kube-api.ts:96 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters : object, data? : Partial\u2039T\u203a): Promise\u2039T\u203a Defined in src/renderer/api/kube-api.ts:175 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039T\u203a Returns: Promise\u2039T\u203a watch # \u25b8 watch (): function Defined in src/renderer/api/kube-api.ts:195 Returns: function \u25b8 (): void Static watchAll # \u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Defined in src/renderer/api/kube-api.ts:51 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Class: KubeApi \u2039**T**\u203a"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#class-kubeapi-t","text":"","title":"Class: KubeApi \u2039T\u203a"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#type-parameters","text":"\u25aa T : KubeObject","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#hierarchy","text":"KubeApi \u21b3 VersionedKubeApi \u21b3 PodsApi \u21b3 NodesApi \u21b3 DeploymentApi \u21b3 IngressApi \u21b3 PersistentVolumeClaimsApi","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#methods","text":"create delete get getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#constructor","text":"+ new KubeApi ( options : IKubeApiOptions\u2039T\u203a): KubeApi Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions\u2039T\u203a Returns: KubeApi","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#apibase","text":"\u2022 apiBase : string Defined in src/renderer/api/kube-api.ts:57","title":"apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#apigroup","text":"\u2022 apiGroup : string Defined in src/renderer/api/kube-api.ts:59","title":"apiGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#apiprefix","text":"\u2022 apiPrefix : string Defined in src/renderer/api/kube-api.ts:58","title":"apiPrefix"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#apiresource","text":"\u2022 apiResource : string Defined in src/renderer/api/kube-api.ts:62","title":"apiResource"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#apiversion","text":"\u2022 apiVersion : string Defined in src/renderer/api/kube-api.ts:60","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#apiversionwithgroup","text":"\u2022 apiVersionWithGroup : string Defined in src/renderer/api/kube-api.ts:61","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#isnamespaced","text":"\u2022 isNamespaced : boolean Defined in src/renderer/api/kube-api.ts:63","title":"isNamespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#kind","text":"\u2022 kind : string Defined in src/renderer/api/kube-api.ts:56","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor\u2039T\u203a Defined in src/renderer/api/kube-api.ts:65","title":"objectConstructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#protected-options","text":"\u2022 options : IKubeApiOptions\u2039T\u203a Defined in src/renderer/api/kube-api.ts:69","title":"Protected options"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#protected-request","text":"\u2022 request : KubeJsonApi Defined in src/renderer/api/kube-api.ts:66","title":"Protected request"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#protected-resourceversions","text":"\u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Defined in src/renderer/api/kube-api.ts:67","title":"Protected resourceVersions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#static-parseapi","text":"\u25aa parseApi : parseKubeApi = parseKubeApi Defined in src/renderer/api/kube-api.ts:49","title":"Static parseApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#create","text":"\u25b8 create ( __namedParameters : object, data? : Partial\u2039T\u203a): Promise\u2039T\u203a Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#delete","text":"\u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Defined in src/renderer/api/kube-api.ts:182 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#get","text":"\u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039T\u203a Defined in src/renderer/api/kube-api.ts:152 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039T\u203a","title":"get"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace : string): string Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default namespace string \"\" Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#geturl","text":"\u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Defined in src/renderer/api/kube-api.ts:108 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string","title":"getUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Defined in src/renderer/api/kube-api.ts:187 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string","title":"getWatchUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#list","text":"\u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039T[]\u203a Defined in src/renderer/api/kube-api.ts:146 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039T[]\u203a","title":"list"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#protected-parseresponse","text":"\u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Defined in src/renderer/api/kube-api.ts:120 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any","title":"Protected parseResponse"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Defined in src/renderer/api/kube-api.ts:104 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace : string, newVersion : string): void Defined in src/renderer/api/kube-api.ts:96 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void","title":"setResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#update","text":"\u25b8 update ( __namedParameters : object, data? : Partial\u2039T\u203a): Promise\u2039T\u203a Defined in src/renderer/api/kube-api.ts:175 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#watch","text":"\u25b8 watch (): function Defined in src/renderer/api/kube-api.ts:195 Returns: function \u25b8 (): void","title":"watch"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#static-watchall","text":"\u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Defined in src/renderer/api/kube-api.ts:51 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Static watchAll"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/","text":"Class: KubeEvent # Hierarchy # KubeObject \u21b3 KubeEvent Implements # ItemObject Index # Constructors # constructor Properties # apiVersion count eventTime firstTimestamp involvedObject kind lastTimestamp message metadata reason reportingComponent reportingInstance source status type apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getFirstSeenTime getId getLabels getLastSeenTime getName getNs getOwnerRefs getResourceVersion getSearchFields getSource isWarning toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new KubeEvent ( data : KubeJsonApiData): KubeEvent Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: KubeEvent Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 count # \u2022 count : number Defined in src/renderer/api/endpoints/events.api.ts:30 eventTime # \u2022 eventTime : null Defined in src/renderer/api/endpoints/events.api.ts:32 firstTimestamp # \u2022 firstTimestamp : string Defined in src/renderer/api/endpoints/events.api.ts:28 involvedObject # \u2022 involvedObject : object Defined in src/renderer/api/endpoints/events.api.ts:13 Type declaration: apiVersion : string fieldPath : string kind : string name : string namespace : string resourceVersion : string uid : string kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 lastTimestamp # \u2022 lastTimestamp : string Defined in src/renderer/api/endpoints/events.api.ts:29 message # \u2022 message : string Defined in src/renderer/api/endpoints/events.api.ts:23 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 reason # \u2022 reason : string Defined in src/renderer/api/endpoints/events.api.ts:22 reportingComponent # \u2022 reportingComponent : string Defined in src/renderer/api/endpoints/events.api.ts:33 reportingInstance # \u2022 reportingInstance : string Defined in src/renderer/api/endpoints/events.api.ts:34 source # \u2022 source : object Defined in src/renderer/api/endpoints/events.api.ts:24 Type declaration: component : string host : string Optional status # \u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 type # \u2022 type : string Defined in src/renderer/api/endpoints/events.api.ts:31 Static apiBase # \u25aa apiBase : string = \"/api/v1/events\" Defined in src/renderer/api/endpoints/events.api.ts:11 Static kind # \u25aa kind : string = \"Event\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/events.api.ts:9 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/events.api.ts:10 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getFirstSeenTime # \u25b8 getFirstSeenTime (): string Defined in src/renderer/api/endpoints/events.api.ts:45 Returns: string getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getLastSeenTime # \u25b8 getLastSeenTime (): string Defined in src/renderer/api/endpoints/events.api.ts:50 Returns: string getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSource # \u25b8 getSource (): string Defined in src/renderer/api/endpoints/events.api.ts:40 Returns: string isWarning # \u25b8 isWarning (): boolean Defined in src/renderer/api/endpoints/events.api.ts:36 Returns: boolean toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: KubeEvent"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#class-kubeevent","text":"","title":"Class: KubeEvent"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#hierarchy","text":"KubeObject \u21b3 KubeEvent","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#properties","text":"apiVersion count eventTime firstTimestamp involvedObject kind lastTimestamp message metadata reason reportingComponent reportingInstance source status type apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#methods","text":"delete getAge getAnnotations getFinalizers getFirstSeenTime getId getLabels getLastSeenTime getName getNs getOwnerRefs getResourceVersion getSearchFields getSource isWarning toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#constructor","text":"+ new KubeEvent ( data : KubeJsonApiData): KubeEvent Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: KubeEvent","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#count","text":"\u2022 count : number Defined in src/renderer/api/endpoints/events.api.ts:30","title":"count"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#eventtime","text":"\u2022 eventTime : null Defined in src/renderer/api/endpoints/events.api.ts:32","title":"eventTime"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#firsttimestamp","text":"\u2022 firstTimestamp : string Defined in src/renderer/api/endpoints/events.api.ts:28","title":"firstTimestamp"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#involvedobject","text":"\u2022 involvedObject : object Defined in src/renderer/api/endpoints/events.api.ts:13","title":"involvedObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#lasttimestamp","text":"\u2022 lastTimestamp : string Defined in src/renderer/api/endpoints/events.api.ts:29","title":"lastTimestamp"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#message","text":"\u2022 message : string Defined in src/renderer/api/endpoints/events.api.ts:23","title":"message"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#reason","text":"\u2022 reason : string Defined in src/renderer/api/endpoints/events.api.ts:22","title":"reason"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#reportingcomponent","text":"\u2022 reportingComponent : string Defined in src/renderer/api/endpoints/events.api.ts:33","title":"reportingComponent"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#reportinginstance","text":"\u2022 reportingInstance : string Defined in src/renderer/api/endpoints/events.api.ts:34","title":"reportingInstance"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#source","text":"\u2022 source : object Defined in src/renderer/api/endpoints/events.api.ts:24","title":"source"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#optional-status","text":"\u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#type","text":"\u2022 type : string Defined in src/renderer/api/endpoints/events.api.ts:31","title":"type"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#static-apibase","text":"\u25aa apiBase : string = \"/api/v1/events\" Defined in src/renderer/api/endpoints/events.api.ts:11","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#static-kind","text":"\u25aa kind : string = \"Event\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/events.api.ts:9","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/events.api.ts:10","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getfirstseentime","text":"\u25b8 getFirstSeenTime (): string Defined in src/renderer/api/endpoints/events.api.ts:45 Returns: string","title":"getFirstSeenTime"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getlastseentime","text":"\u25b8 getLastSeenTime (): string Defined in src/renderer/api/endpoints/events.api.ts:50 Returns: string","title":"getLastSeenTime"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getsource","text":"\u25b8 getSource (): string Defined in src/renderer/api/endpoints/events.api.ts:40 Returns: string","title":"getSource"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#iswarning","text":"\u25b8 isWarning (): boolean Defined in src/renderer/api/endpoints/events.api.ts:36 Returns: boolean","title":"isWarning"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/","text":"Class: KubeObject # Hierarchy # KubeObject \u21b3 Node \u21b3 CronJob \u21b3 ConfigMap \u21b3 Secret \u21b3 ResourceQuota \u21b3 HorizontalPodAutoscaler \u21b3 PodDisruptionBudget \u21b3 Service \u21b3 Endpoint \u21b3 Ingress \u21b3 NetworkPolicy \u21b3 PersistentVolume \u21b3 PersistentVolumeClaim \u21b3 StorageClass \u21b3 Namespace \u21b3 KubeEvent \u21b3 ServiceAccount \u21b3 Role \u21b3 RoleBinding \u21b3 CustomResourceDefinition Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata status kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new KubeObject ( data : KubeJsonApiData): KubeObject Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: KubeObject Properties # apiVersion # \u2022 apiVersion : string Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Defined in src/renderer/api/kube-object.ts:77 Optional status # \u2022 status ? : any Defined in src/renderer/api/kube-object.ts:78 Static kind # \u25aa kind : string Defined in src/renderer/api/kube-object.ts:47 Static namespaced # \u25aa namespaced : boolean Defined in src/renderer/api/kube-object.ts:48 Accessors # selfLink # \u2022 get selfLink (): string Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Defined in src/renderer/api/kube-object.ts:137 Returns: string[] toPlainObject # \u25b8 toPlainObject (): object Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: KubeObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#class-kubeobject","text":"","title":"Class: KubeObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#hierarchy","text":"KubeObject \u21b3 Node \u21b3 CronJob \u21b3 ConfigMap \u21b3 Secret \u21b3 ResourceQuota \u21b3 HorizontalPodAutoscaler \u21b3 PodDisruptionBudget \u21b3 Service \u21b3 Endpoint \u21b3 Ingress \u21b3 NetworkPolicy \u21b3 PersistentVolume \u21b3 PersistentVolumeClaim \u21b3 StorageClass \u21b3 Namespace \u21b3 KubeEvent \u21b3 ServiceAccount \u21b3 Role \u21b3 RoleBinding \u21b3 CustomResourceDefinition","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#properties","text":"apiVersion kind metadata status kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#constructor","text":"+ new KubeObject ( data : KubeJsonApiData): KubeObject Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: KubeObject","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#apiversion","text":"\u2022 apiVersion : string Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#kind","text":"\u2022 kind : string Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#optional-status","text":"\u2022 status ? : any Defined in src/renderer/api/kube-object.ts:78","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#static-kind","text":"\u25aa kind : string Defined in src/renderer/api/kube-object.ts:47","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#static-namespaced","text":"\u25aa namespaced : boolean Defined in src/renderer/api/kube-object.ts:48","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#selflink","text":"\u2022 get selfLink (): string Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#getid","text":"\u25b8 getId (): string Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#getlabels","text":"\u25b8 getLabels (): string[] Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#getname","text":"\u25b8 getName (): string Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#getns","text":"\u25b8 getNs (): string Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#getresourceversion","text":"\u25b8 getResourceVersion (): string Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#toplainobject","text":"\u25b8 toPlainObject (): object Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/","text":"Class: KubeObjectStore \u2039 T \u203a # Type parameters # \u25aa T : KubeObject Hierarchy # ItemStore\u2039T\u203a \u21b3 KubeObjectStore \u21b3 EventStore Index # Constructors # constructor Properties # api eventsBuffer isLoaded isLoading items limit selectedItemsIds Accessors # selectedItems Methods # [Symbol.iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getByLabel getByName getByPath getStatuses isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems onWatchApiEvent remove removeItem removeSelectedItems reset resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # + new KubeObjectStore (): KubeObjectStore Defined in src/renderer/kube-object.store.ts:14 Returns: KubeObjectStore Properties # Abstract api # \u2022 api : KubeApi \u2039T\u203a Defined in src/renderer/kube-object.store.ts:13 Protected eventsBuffer # \u2022 eventsBuffer : IObservableArray\u2039IKubeWatchEvent\u2039KubeJsonApiData\u203a\u203a = observable >([], { deep: false }) Defined in src/renderer/kube-object.store.ts:145 isLoaded # \u2022 isLoaded : boolean = false Inherited from KubeObjectStore . isLoaded Defined in src/renderer/item.store.ts:17 isLoading # \u2022 isLoading : boolean = false Inherited from KubeObjectStore . isLoading Defined in src/renderer/item.store.ts:16 items # \u2022 items : IObservableArray\u2039T\u203a = observable.array ([], { deep: false }) Inherited from KubeObjectStore . items Defined in src/renderer/item.store.ts:18 limit # \u2022 limit : number Defined in src/renderer/kube-object.store.ts:14 selectedItemsIds # \u2022 selectedItemsIds : ObservableMap\u2039string, boolean\u203a = observable.map () Inherited from KubeObjectStore . selectedItemsIds Defined in src/renderer/item.store.ts:19 Accessors # selectedItems # \u2022 get selectedItems (): T[] Inherited from KubeObjectStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: T[] Methods # [Symbol.iterator] # \u25b8 [Symbol.iterator] (): Generator\u2039T, void, undefined\u203a Inherited from KubeObjectStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\u2039T, void, undefined\u203a Protected bindWatchEventsUpdater # \u25b8 bindWatchEventsUpdater ( delay : number): IReactionDisposer Defined in src/renderer/kube-object.store.ts:147 Parameters: Name Type Default delay number 1000 Returns: IReactionDisposer create # \u25b8 create ( params : object, data? : Partial\u2039T\u203a): Promise\u2039T\u203a Defined in src/renderer/kube-object.store.ts:120 Parameters: \u25aa params : object Name Type name string namespace? string \u25aa Optional data : Partial\u2039T\u203a Returns: Promise\u2039T\u203a Protected createItem # \u25b8 createItem ( params : object, data? : Partial\u2039T\u203a): Promise\u2039T\u203a Overrides void Defined in src/renderer/kube-object.store.ts:116 Parameters: \u25aa params : object Name Type name string namespace? string \u25aa Optional data : Partial\u2039T\u203a Returns: Promise\u2039T\u203a Protected defaultSorting # \u25b8 defaultSorting ( item : T): string Inherited from KubeObjectStore . defaultSorting Defined in src/renderer/item.store.ts:14 Parameters: Name Type item T Returns: string Protected filterItemsOnLoad # \u25b8 filterItemsOnLoad ( items : T[]): T[] Defined in src/renderer/kube-object.store.ts:72 Parameters: Name Type items T[] Returns: T[] getAllByNs # \u25b8 getAllByNs ( namespace : string | string[], strict : boolean): T[] Defined in src/renderer/kube-object.store.ts:24 Parameters: Name Type Default namespace string | string[] - strict boolean false Returns: T[] getByLabel # \u25b8 getByLabel ( labels : string[] | object): T[] Defined in src/renderer/kube-object.store.ts:45 Parameters: Name Type labels string[] | object Returns: T[] getByName # \u25b8 getByName ( name : string, namespace? : string): T Overrides void Defined in src/renderer/kube-object.store.ts:33 Parameters: Name Type name string namespace? string Returns: T getByPath # \u25b8 getByPath ( path : string): T Defined in src/renderer/kube-object.store.ts:41 Parameters: Name Type path string Returns: T Optional getStatuses # \u25b8 getStatuses ( items : T[]): Record\u2039string, number\u203a Defined in src/renderer/kube-object.store.ts:22 Parameters: Name Type items T[] Returns: Record\u2039string, number\u203a isSelected # \u25b8 isSelected ( item : T): boolean Inherited from KubeObjectStore . isSelected Defined in src/renderer/item.store.ts:102 Parameters: Name Type item T Returns: boolean isSelectedAll # \u25b8 isSelectedAll ( visibleItems : T[]): boolean Inherited from KubeObjectStore . isSelectedAll Defined in src/renderer/item.store.ts:137 Parameters: Name Type Default visibleItems T[] this.items Returns: boolean load # \u25b8 load ( params : object): Promise\u2039T\u203a Defined in src/renderer/kube-object.store.ts:99 Parameters: \u25aa params : object Name Type name string namespace? string Returns: Promise\u2039T\u203a loadAll # \u25b8 loadAll (): Promise\u2039void\u203a Overrides void Defined in src/renderer/kube-object.store.ts:77 Returns: Promise\u2039void\u203a loadFromPath # \u25b8 loadFromPath ( resourcePath : string): Promise\u2039T\u203a Defined in src/renderer/kube-object.store.ts:111 Parameters: Name Type resourcePath string Returns: Promise\u2039T\u203a Protected loadItem # \u25b8 loadItem ( params : object): Promise\u2039T\u203a Overrides void Defined in src/renderer/kube-object.store.ts:94 Parameters: \u25aa params : object Name Type name string namespace? string Returns: Promise\u2039T\u203a Protected loadItems # \u25b8 loadItems ( allowedNamespaces? : string[]): Promise\u2039T[]\u203a Overrides void Defined in src/renderer/kube-object.store.ts:60 Parameters: Name Type allowedNamespaces? string[] Returns: Promise\u2039T[]\u203a Protected onWatchApiEvent # \u25b8 onWatchApiEvent ( evt : IKubeWatchEvent): void Defined in src/renderer/kube-object.store.ts:157 Parameters: Name Type evt IKubeWatchEvent Returns: void remove # \u25b8 remove ( item : T): Promise\u2039void\u203a Defined in src/renderer/kube-object.store.ts:134 Parameters: Name Type item T Returns: Promise\u2039void\u203a Protected removeItem # \u25b8 removeItem ( item : T, request : function): Promise\u2039void\u203a Inherited from KubeObjectStore . removeItem Defined in src/renderer/item.store.ts:96 Parameters: \u25aa item : T \u25aa request : function \u25b8 (): Promise\u2039any\u203a Returns: Promise\u2039void\u203a removeSelectedItems # \u25b8 removeSelectedItems (): Promise\u2039void[]\u203a Overrides void Defined in src/renderer/kube-object.store.ts:140 Returns: Promise\u2039void[]\u203a reset # \u25b8 reset (): void Inherited from KubeObjectStore . reset Defined in src/renderer/item.store.ts:148 Returns: void resetSelection # \u25b8 resetSelection (): void Inherited from KubeObjectStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void select # \u25b8 select ( item : T): void Inherited from KubeObjectStore . select Defined in src/renderer/item.store.ts:107 Parameters: Name Type item T Returns: void Protected sortItems # \u25b8 sortItems ( items : T[], sorting? : function[], order? : \"asc\" | \"desc\"): T[] Inherited from KubeObjectStore . sortItems Defined in src/renderer/item.store.ts:31 Parameters: Name Type Default items T[] this.items sorting? function[] - order? \"asc\" | \"desc\" - Returns: T[] subscribe # \u25b8 subscribe ( apis : KubeApi \u2039T\u203a[]): (Anonymous function) Overrides void Defined in src/renderer/kube-object.store.ts:153 Parameters: Name Type Default apis KubeApi \u2039T\u203a[] [this.api] Returns: (Anonymous function) toggleSelection # \u25b8 toggleSelection ( item : T): void Inherited from KubeObjectStore . toggleSelection Defined in src/renderer/item.store.ts:117 Parameters: Name Type item T Returns: void toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems : T[]): void Inherited from KubeObjectStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127 Parameters: Name Type Default visibleItems T[] this.items Returns: void unselect # \u25b8 unselect ( item : T): void Inherited from KubeObjectStore . unselect Defined in src/renderer/item.store.ts:112 Parameters: Name Type item T Returns: void update # \u25b8 update ( item : T, data : Partial\u2039T\u203a): Promise\u2039T\u203a Defined in src/renderer/kube-object.store.ts:127 Parameters: Name Type item T data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Protected updateFromEventsBuffer # \u25b8 updateFromEventsBuffer (): void Defined in src/renderer/kube-object.store.ts:163 Returns: void Protected updateItem # \u25b8 updateItem ( item : T, request : function): Promise\u2039T\u203a Inherited from KubeObjectStore . updateItem Defined in src/renderer/item.store.ts:88 Parameters: \u25aa item : T \u25aa request : function \u25b8 (): Promise\u2039T\u203a Returns: Promise\u2039T\u203a","title":"Class: KubeObjectStore \u2039**T**\u203a"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#class-kubeobjectstore-t","text":"","title":"Class: KubeObjectStore \u2039T\u203a"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#type-parameters","text":"\u25aa T : KubeObject","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#hierarchy","text":"ItemStore\u2039T\u203a \u21b3 KubeObjectStore \u21b3 EventStore","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#properties","text":"api eventsBuffer isLoaded isLoading items limit selectedItemsIds","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#accessors","text":"selectedItems","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#methods","text":"[Symbol.iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getByLabel getByName getByPath getStatuses isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems onWatchApiEvent remove removeItem removeSelectedItems reset resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#constructor","text":"+ new KubeObjectStore (): KubeObjectStore Defined in src/renderer/kube-object.store.ts:14 Returns: KubeObjectStore","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#abstract-api","text":"\u2022 api : KubeApi \u2039T\u203a Defined in src/renderer/kube-object.store.ts:13","title":"Abstract api"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#protected-eventsbuffer","text":"\u2022 eventsBuffer : IObservableArray\u2039IKubeWatchEvent\u2039KubeJsonApiData\u203a\u203a = observable >([], { deep: false }) Defined in src/renderer/kube-object.store.ts:145","title":"Protected eventsBuffer"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from KubeObjectStore . isLoaded Defined in src/renderer/item.store.ts:17","title":"isLoaded"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#isloading","text":"\u2022 isLoading : boolean = false Inherited from KubeObjectStore . isLoading Defined in src/renderer/item.store.ts:16","title":"isLoading"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#items","text":"\u2022 items : IObservableArray\u2039T\u203a = observable.array ([], { deep: false }) Inherited from KubeObjectStore . items Defined in src/renderer/item.store.ts:18","title":"items"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#limit","text":"\u2022 limit : number Defined in src/renderer/kube-object.store.ts:14","title":"limit"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap\u2039string, boolean\u203a = observable.map () Inherited from KubeObjectStore . selectedItemsIds Defined in src/renderer/item.store.ts:19","title":"selectedItemsIds"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#selecteditems","text":"\u2022 get selectedItems (): T[] Inherited from KubeObjectStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: T[]","title":"selectedItems"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#symboliterator","text":"\u25b8 [Symbol.iterator] (): Generator\u2039T, void, undefined\u203a Inherited from KubeObjectStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\u2039T, void, undefined\u203a","title":"[Symbol.iterator]"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#protected-bindwatcheventsupdater","text":"\u25b8 bindWatchEventsUpdater ( delay : number): IReactionDisposer Defined in src/renderer/kube-object.store.ts:147 Parameters: Name Type Default delay number 1000 Returns: IReactionDisposer","title":"Protected bindWatchEventsUpdater"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#create","text":"\u25b8 create ( params : object, data? : Partial\u2039T\u203a): Promise\u2039T\u203a Defined in src/renderer/kube-object.store.ts:120 Parameters: \u25aa params : object Name Type name string namespace? string \u25aa Optional data : Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#protected-createitem","text":"\u25b8 createItem ( params : object, data? : Partial\u2039T\u203a): Promise\u2039T\u203a Overrides void Defined in src/renderer/kube-object.store.ts:116 Parameters: \u25aa params : object Name Type name string namespace? string \u25aa Optional data : Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"Protected createItem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#protected-defaultsorting","text":"\u25b8 defaultSorting ( item : T): string Inherited from KubeObjectStore . defaultSorting Defined in src/renderer/item.store.ts:14 Parameters: Name Type item T Returns: string","title":"Protected defaultSorting"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#protected-filteritemsonload","text":"\u25b8 filterItemsOnLoad ( items : T[]): T[] Defined in src/renderer/kube-object.store.ts:72 Parameters: Name Type items T[] Returns: T[]","title":"Protected filterItemsOnLoad"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#getallbyns","text":"\u25b8 getAllByNs ( namespace : string | string[], strict : boolean): T[] Defined in src/renderer/kube-object.store.ts:24 Parameters: Name Type Default namespace string | string[] - strict boolean false Returns: T[]","title":"getAllByNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#getbylabel","text":"\u25b8 getByLabel ( labels : string[] | object): T[] Defined in src/renderer/kube-object.store.ts:45 Parameters: Name Type labels string[] | object Returns: T[]","title":"getByLabel"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#getbyname","text":"\u25b8 getByName ( name : string, namespace? : string): T Overrides void Defined in src/renderer/kube-object.store.ts:33 Parameters: Name Type name string namespace? string Returns: T","title":"getByName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#getbypath","text":"\u25b8 getByPath ( path : string): T Defined in src/renderer/kube-object.store.ts:41 Parameters: Name Type path string Returns: T","title":"getByPath"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#optional-getstatuses","text":"\u25b8 getStatuses ( items : T[]): Record\u2039string, number\u203a Defined in src/renderer/kube-object.store.ts:22 Parameters: Name Type items T[] Returns: Record\u2039string, number\u203a","title":"Optional getStatuses"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#isselected","text":"\u25b8 isSelected ( item : T): boolean Inherited from KubeObjectStore . isSelected Defined in src/renderer/item.store.ts:102 Parameters: Name Type item T Returns: boolean","title":"isSelected"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems : T[]): boolean Inherited from KubeObjectStore . isSelectedAll Defined in src/renderer/item.store.ts:137 Parameters: Name Type Default visibleItems T[] this.items Returns: boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#load","text":"\u25b8 load ( params : object): Promise\u2039T\u203a Defined in src/renderer/kube-object.store.ts:99 Parameters: \u25aa params : object Name Type name string namespace? string Returns: Promise\u2039T\u203a","title":"load"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#loadall","text":"\u25b8 loadAll (): Promise\u2039void\u203a Overrides void Defined in src/renderer/kube-object.store.ts:77 Returns: Promise\u2039void\u203a","title":"loadAll"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath : string): Promise\u2039T\u203a Defined in src/renderer/kube-object.store.ts:111 Parameters: Name Type resourcePath string Returns: Promise\u2039T\u203a","title":"loadFromPath"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#protected-loaditem","text":"\u25b8 loadItem ( params : object): Promise\u2039T\u203a Overrides void Defined in src/renderer/kube-object.store.ts:94 Parameters: \u25aa params : object Name Type name string namespace? string Returns: Promise\u2039T\u203a","title":"Protected loadItem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#protected-loaditems","text":"\u25b8 loadItems ( allowedNamespaces? : string[]): Promise\u2039T[]\u203a Overrides void Defined in src/renderer/kube-object.store.ts:60 Parameters: Name Type allowedNamespaces? string[] Returns: Promise\u2039T[]\u203a","title":"Protected loadItems"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#protected-onwatchapievent","text":"\u25b8 onWatchApiEvent ( evt : IKubeWatchEvent): void Defined in src/renderer/kube-object.store.ts:157 Parameters: Name Type evt IKubeWatchEvent Returns: void","title":"Protected onWatchApiEvent"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#remove","text":"\u25b8 remove ( item : T): Promise\u2039void\u203a Defined in src/renderer/kube-object.store.ts:134 Parameters: Name Type item T Returns: Promise\u2039void\u203a","title":"remove"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#protected-removeitem","text":"\u25b8 removeItem ( item : T, request : function): Promise\u2039void\u203a Inherited from KubeObjectStore . removeItem Defined in src/renderer/item.store.ts:96 Parameters: \u25aa item : T \u25aa request : function \u25b8 (): Promise\u2039any\u203a Returns: Promise\u2039void\u203a","title":"Protected removeItem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise\u2039void[]\u203a Overrides void Defined in src/renderer/kube-object.store.ts:140 Returns: Promise\u2039void[]\u203a","title":"removeSelectedItems"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#reset","text":"\u25b8 reset (): void Inherited from KubeObjectStore . reset Defined in src/renderer/item.store.ts:148 Returns: void","title":"reset"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#resetselection","text":"\u25b8 resetSelection (): void Inherited from KubeObjectStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void","title":"resetSelection"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#select","text":"\u25b8 select ( item : T): void Inherited from KubeObjectStore . select Defined in src/renderer/item.store.ts:107 Parameters: Name Type item T Returns: void","title":"select"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#protected-sortitems","text":"\u25b8 sortItems ( items : T[], sorting? : function[], order? : \"asc\" | \"desc\"): T[] Inherited from KubeObjectStore . sortItems Defined in src/renderer/item.store.ts:31 Parameters: Name Type Default items T[] this.items sorting? function[] - order? \"asc\" | \"desc\" - Returns: T[]","title":"Protected sortItems"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#subscribe","text":"\u25b8 subscribe ( apis : KubeApi \u2039T\u203a[]): (Anonymous function) Overrides void Defined in src/renderer/kube-object.store.ts:153 Parameters: Name Type Default apis KubeApi \u2039T\u203a[] [this.api] Returns: (Anonymous function)","title":"subscribe"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#toggleselection","text":"\u25b8 toggleSelection ( item : T): void Inherited from KubeObjectStore . toggleSelection Defined in src/renderer/item.store.ts:117 Parameters: Name Type item T Returns: void","title":"toggleSelection"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems : T[]): void Inherited from KubeObjectStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127 Parameters: Name Type Default visibleItems T[] this.items Returns: void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#unselect","text":"\u25b8 unselect ( item : T): void Inherited from KubeObjectStore . unselect Defined in src/renderer/item.store.ts:112 Parameters: Name Type item T Returns: void","title":"unselect"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#update","text":"\u25b8 update ( item : T, data : Partial\u2039T\u203a): Promise\u2039T\u203a Defined in src/renderer/kube-object.store.ts:127 Parameters: Name Type item T data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#protected-updatefromeventsbuffer","text":"\u25b8 updateFromEventsBuffer (): void Defined in src/renderer/kube-object.store.ts:163 Returns: void","title":"Protected updateFromEventsBuffer"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#protected-updateitem","text":"\u25b8 updateItem ( item : T, request : function): Promise\u2039T\u203a Inherited from KubeObjectStore . updateItem Defined in src/renderer/item.store.ts:88 Parameters: \u25aa item : T \u25aa request : function \u25b8 (): Promise\u2039T\u203a Returns: Promise\u2039T\u203a","title":"Protected updateItem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/","text":"Class: Namespace # Hierarchy # KubeObject \u21b3 Namespace Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getStatus toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new Namespace ( data : KubeJsonApiData): Namespace Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Namespace Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 Optional status # \u2022 status ? : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/namespaces.api.ts:16 Type declaration: phase : string Static apiBase # \u25aa apiBase : string = \"/api/v1/namespaces\" Defined in src/renderer/api/endpoints/namespaces.api.ts:14 Static kind # \u25aa kind : string = \"Namespace\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/namespaces.api.ts:12 Static namespaced # \u25aa namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/namespaces.api.ts:13 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getStatus # \u25b8 getStatus (): string Defined in src/renderer/api/endpoints/namespaces.api.ts:20 Returns: string toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: Namespace"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#class-namespace","text":"","title":"Class: Namespace"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#hierarchy","text":"KubeObject \u21b3 Namespace","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#properties","text":"apiVersion kind metadata status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getStatus toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#constructor","text":"+ new Namespace ( data : KubeJsonApiData): Namespace Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Namespace","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#optional-status","text":"\u2022 status ? : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/namespaces.api.ts:16","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#static-apibase","text":"\u25aa apiBase : string = \"/api/v1/namespaces\" Defined in src/renderer/api/endpoints/namespaces.api.ts:14","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#static-kind","text":"\u25aa kind : string = \"Namespace\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/namespaces.api.ts:12","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#static-namespaced","text":"\u25aa namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/namespaces.api.ts:13","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#getstatus","text":"\u25b8 getStatus (): string Defined in src/renderer/api/endpoints/namespaces.api.ts:20 Returns: string","title":"getStatus"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/","text":"Class: NetworkPolicy # Hierarchy # KubeObject \u21b3 NetworkPolicy Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getMatchLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getTypes toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new NetworkPolicy ( data : KubeJsonApiData): NetworkPolicy Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: NetworkPolicy Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Defined in src/renderer/api/endpoints/network-policy.api.ts:44 Type declaration: egress : IPolicyEgress[] ingress : IPolicyIngress[] podSelector (): object matchLabels (): object role : string policyTypes : string[] Optional status # \u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 Static apiBase # \u25aa apiBase : string = \"/apis/networking.k8s.io/v1/networkpolicies\" Defined in src/renderer/api/endpoints/network-policy.api.ts:42 Static kind # \u25aa kind : string = \"NetworkPolicy\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/network-policy.api.ts:40 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/network-policy.api.ts:41 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getMatchLabels # \u25b8 getMatchLabels (): string[] Defined in src/renderer/api/endpoints/network-policy.api.ts:56 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getTypes # \u25b8 getTypes (): string[] Defined in src/renderer/api/endpoints/network-policy.api.ts:63 Returns: string[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: NetworkPolicy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#class-networkpolicy","text":"","title":"Class: NetworkPolicy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#hierarchy","text":"KubeObject \u21b3 NetworkPolicy","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getMatchLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getTypes toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#constructor","text":"+ new NetworkPolicy ( data : KubeJsonApiData): NetworkPolicy Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: NetworkPolicy","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#spec","text":"\u2022 spec : object Defined in src/renderer/api/endpoints/network-policy.api.ts:44","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#optional-status","text":"\u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#static-apibase","text":"\u25aa apiBase : string = \"/apis/networking.k8s.io/v1/networkpolicies\" Defined in src/renderer/api/endpoints/network-policy.api.ts:42","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#static-kind","text":"\u25aa kind : string = \"NetworkPolicy\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/network-policy.api.ts:40","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/network-policy.api.ts:41","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#getmatchlabels","text":"\u25b8 getMatchLabels (): string[] Defined in src/renderer/api/endpoints/network-policy.api.ts:56 Returns: string[]","title":"getMatchLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#gettypes","text":"\u25b8 getTypes (): string[] Defined in src/renderer/api/endpoints/network-policy.api.ts:63 Returns: string[]","title":"getTypes"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/","text":"Class: Node # Hierarchy # KubeObject \u21b3 Node Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getActiveConditions getAge getAnnotations getConditions getCpuCapacity getFinalizers getId getKubeletVersion getLabels getMemoryCapacity getName getNodeConditionText getNs getOperatingSystem getOwnerRefs getResourceVersion getRoleLabels getSearchFields getTaints getWarningConditions isUnschedulable toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new Node ( data : KubeJsonApiData): Node Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Node Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Defined in src/renderer/api/endpoints/nodes.api.ts:37 Type declaration: externalID : string podCIDR : string taints ? : object[] unschedulable ? : boolean status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/nodes.api.ts:47 Type declaration: addresses : object[] allocatable (): object cpu : string memory : string pods : string capacity (): object cpu : string memory : string pods : string conditions : object[] images : object[] nodeInfo (): object architecture : string bootID : string containerRuntimeVersion : string kernelVersion : string kubeProxyVersion : string kubeletVersion : string machineID : string operatingSystem : string osImage : string systemUUID : string Static apiBase # \u25aa apiBase : string = \"/api/v1/nodes\" Defined in src/renderer/api/endpoints/nodes.api.ts:35 Static kind # \u25aa kind : string = \"Node\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/nodes.api.ts:33 Static namespaced # \u25aa namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/nodes.api.ts:34 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getActiveConditions # \u25b8 getActiveConditions (): object[] Defined in src/renderer/api/endpoints/nodes.api.ts:131 Returns: object[] getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getConditions # \u25b8 getConditions (): object[] Defined in src/renderer/api/endpoints/nodes.api.ts:123 Returns: object[] getCpuCapacity # \u25b8 getCpuCapacity (): number Defined in src/renderer/api/endpoints/nodes.api.ts:113 Returns: number getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getKubeletVersion # \u25b8 getKubeletVersion (): string Defined in src/renderer/api/endpoints/nodes.api.ts:142 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getMemoryCapacity # \u25b8 getMemoryCapacity (): number Defined in src/renderer/api/endpoints/nodes.api.ts:118 Returns: number getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeConditionText # \u25b8 getNodeConditionText (): string Defined in src/renderer/api/endpoints/nodes.api.ts:88 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOperatingSystem # \u25b8 getOperatingSystem (): string Defined in src/renderer/api/endpoints/nodes.api.ts:146 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getRoleLabels # \u25b8 getRoleLabels (): string Defined in src/renderer/api/endpoints/nodes.api.ts:101 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getTaints # \u25b8 getTaints (): object[] Defined in src/renderer/api/endpoints/nodes.api.ts:97 Returns: object[] getWarningConditions # \u25b8 getWarningConditions (): object[] Defined in src/renderer/api/endpoints/nodes.api.ts:135 Returns: object[] isUnschedulable # \u25b8 isUnschedulable (): boolean Defined in src/renderer/api/endpoints/nodes.api.ts:155 Returns: boolean toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: Node"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#class-node","text":"","title":"Class: Node"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#hierarchy","text":"KubeObject \u21b3 Node","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#methods","text":"delete getActiveConditions getAge getAnnotations getConditions getCpuCapacity getFinalizers getId getKubeletVersion getLabels getMemoryCapacity getName getNodeConditionText getNs getOperatingSystem getOwnerRefs getResourceVersion getRoleLabels getSearchFields getTaints getWarningConditions isUnschedulable toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#constructor","text":"+ new Node ( data : KubeJsonApiData): Node Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Node","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#spec","text":"\u2022 spec : object Defined in src/renderer/api/endpoints/nodes.api.ts:37","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/nodes.api.ts:47","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#static-apibase","text":"\u25aa apiBase : string = \"/api/v1/nodes\" Defined in src/renderer/api/endpoints/nodes.api.ts:35","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#static-kind","text":"\u25aa kind : string = \"Node\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/nodes.api.ts:33","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#static-namespaced","text":"\u25aa namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/nodes.api.ts:34","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getactiveconditions","text":"\u25b8 getActiveConditions (): object[] Defined in src/renderer/api/endpoints/nodes.api.ts:131 Returns: object[]","title":"getActiveConditions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getconditions","text":"\u25b8 getConditions (): object[] Defined in src/renderer/api/endpoints/nodes.api.ts:123 Returns: object[]","title":"getConditions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getcpucapacity","text":"\u25b8 getCpuCapacity (): number Defined in src/renderer/api/endpoints/nodes.api.ts:113 Returns: number","title":"getCpuCapacity"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getkubeletversion","text":"\u25b8 getKubeletVersion (): string Defined in src/renderer/api/endpoints/nodes.api.ts:142 Returns: string","title":"getKubeletVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getmemorycapacity","text":"\u25b8 getMemoryCapacity (): number Defined in src/renderer/api/endpoints/nodes.api.ts:118 Returns: number","title":"getMemoryCapacity"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getnodeconditiontext","text":"\u25b8 getNodeConditionText (): string Defined in src/renderer/api/endpoints/nodes.api.ts:88 Returns: string","title":"getNodeConditionText"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getoperatingsystem","text":"\u25b8 getOperatingSystem (): string Defined in src/renderer/api/endpoints/nodes.api.ts:146 Returns: string","title":"getOperatingSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getrolelabels","text":"\u25b8 getRoleLabels (): string Defined in src/renderer/api/endpoints/nodes.api.ts:101 Returns: string","title":"getRoleLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#gettaints","text":"\u25b8 getTaints (): object[] Defined in src/renderer/api/endpoints/nodes.api.ts:97 Returns: object[]","title":"getTaints"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getwarningconditions","text":"\u25b8 getWarningConditions (): object[] Defined in src/renderer/api/endpoints/nodes.api.ts:135 Returns: object[]","title":"getWarningConditions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#isunschedulable","text":"\u25b8 isUnschedulable (): boolean Defined in src/renderer/api/endpoints/nodes.api.ts:155 Returns: boolean","title":"isUnschedulable"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/","text":"Class: NodesApi # Hierarchy # KubeApi \u2039 Node \u203a \u21b3 NodesApi Index # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi Methods # create delete get getMetrics getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll Constructors # constructor # + new NodesApi ( options : IKubeApiOptions\u2039 Node \u203a): NodesApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions\u2039 Node \u203a Returns: NodesApi Properties # apiBase # \u2022 apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57 apiGroup # \u2022 apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59 apiPrefix # \u2022 apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58 apiResource # \u2022 apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62 apiVersion # \u2022 apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60 apiVersionWithGroup # \u2022 apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61 isNamespaced # \u2022 isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63 kind # \u2022 kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor\u2039 Node \u203a Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65 Protected options # \u2022 options : IKubeApiOptions\u2039 Node \u203a Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69 Protected request # \u2022 request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66 Protected resourceVersions # \u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67 Static parseApi # \u25aa parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49 Methods # create # \u25b8 create ( __namedParameters : object, data? : Partial\u2039 Node \u203a): Promise\u2039 Node \u203a Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Node \u203a Returns: Promise\u2039 Node \u203a delete # \u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a get # \u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Node \u203a Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Node \u203a getMetrics # \u25b8 getMetrics (): Promise\u2039INodeMetrics\u203a Defined in src/renderer/api/endpoints/nodes.api.ts:7 Returns: Promise\u2039INodeMetrics\u203a getResourceVersion # \u25b8 getResourceVersion ( namespace : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string getWatchUrl # \u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Node []\u203a Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Node []\u203a Protected parseResponse # \u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any refreshResourceVersion # \u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a setResourceVersion # \u25b8 setResourceVersion ( namespace : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters : object, data? : Partial\u2039 Node \u203a): Promise\u2039 Node \u203a Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Node \u203a Returns: Promise\u2039 Node \u203a watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function \u25b8 (): void Static watchAll # \u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Class: NodesApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#class-nodesapi","text":"","title":"Class: NodesApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#hierarchy","text":"KubeApi \u2039 Node \u203a \u21b3 NodesApi","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#methods","text":"create delete get getMetrics getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#constructor","text":"+ new NodesApi ( options : IKubeApiOptions\u2039 Node \u203a): NodesApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions\u2039 Node \u203a Returns: NodesApi","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#apibase","text":"\u2022 apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57","title":"apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#apigroup","text":"\u2022 apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59","title":"apiGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#apiprefix","text":"\u2022 apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58","title":"apiPrefix"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#apiresource","text":"\u2022 apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62","title":"apiResource"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#apiversionwithgroup","text":"\u2022 apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#isnamespaced","text":"\u2022 isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63","title":"isNamespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#kind","text":"\u2022 kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor\u2039 Node \u203a Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65","title":"objectConstructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#protected-options","text":"\u2022 options : IKubeApiOptions\u2039 Node \u203a Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69","title":"Protected options"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#protected-request","text":"\u2022 request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66","title":"Protected request"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#protected-resourceversions","text":"\u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67","title":"Protected resourceVersions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#static-parseapi","text":"\u25aa parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49","title":"Static parseApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#create","text":"\u25b8 create ( __namedParameters : object, data? : Partial\u2039 Node \u203a): Promise\u2039 Node \u203a Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Node \u203a Returns: Promise\u2039 Node \u203a","title":"create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#delete","text":"\u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#get","text":"\u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Node \u203a Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Node \u203a","title":"get"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#getmetrics","text":"\u25b8 getMetrics (): Promise\u2039INodeMetrics\u203a Defined in src/renderer/api/endpoints/nodes.api.ts:7 Returns: Promise\u2039INodeMetrics\u203a","title":"getMetrics"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default namespace string \"\" Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#geturl","text":"\u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string","title":"getUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string","title":"getWatchUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#list","text":"\u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Node []\u203a Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Node []\u203a","title":"list"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#protected-parseresponse","text":"\u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any","title":"Protected parseResponse"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void","title":"setResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#update","text":"\u25b8 update ( __namedParameters : object, data? : Partial\u2039 Node \u203a): Promise\u2039 Node \u203a Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Node \u203a Returns: Promise\u2039 Node \u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function \u25b8 (): void","title":"watch"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#static-watchall","text":"\u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Static watchAll"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/","text":"Class: PersistentVolume # Hierarchy # KubeObject \u21b3 PersistentVolume Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getCapacity getClaimRefName getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getStatus toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new PersistentVolume ( data : KubeJsonApiData): PersistentVolume Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: PersistentVolume Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Defined in src/renderer/api/endpoints/persistent-volume.api.ts:12 Type declaration: accessModes : string[] capacity (): object storage : string claimRef (): object apiVersion : string kind : string name : string namespace : string resourceVersion : string uid : string flexVolume (): object driver : string options (): object clusterNamespace : string image : string pool : string storageClass : string mountOptions ? : string[] nfs (): object path : string server : string persistentVolumeReclaimPolicy : string storageClassName : string status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/persistent-volume.api.ts:43 Type declaration: phase : string reason ? : string Static apiBase # \u25aa apiBase : string = \"/api/v1/persistentvolumes\" Defined in src/renderer/api/endpoints/persistent-volume.api.ts:10 Static kind # \u25aa kind : string = \"PersistentVolume\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/persistent-volume.api.ts:8 Static namespaced # \u25aa namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/persistent-volume.api.ts:9 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getCapacity # \u25b8 getCapacity ( inBytes : boolean): string | number Defined in src/renderer/api/endpoints/persistent-volume.api.ts:48 Parameters: Name Type Default inBytes boolean false Returns: string | number getClaimRefName # \u25b8 getClaimRefName (): string Defined in src/renderer/api/endpoints/persistent-volume.api.ts:62 Returns: string getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getStatus # \u25b8 getStatus (): string Defined in src/renderer/api/endpoints/persistent-volume.api.ts:57 Returns: string toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: PersistentVolume"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#class-persistentvolume","text":"","title":"Class: PersistentVolume"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#hierarchy","text":"KubeObject \u21b3 PersistentVolume","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#methods","text":"delete getAge getAnnotations getCapacity getClaimRefName getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getStatus toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#constructor","text":"+ new PersistentVolume ( data : KubeJsonApiData): PersistentVolume Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: PersistentVolume","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#spec","text":"\u2022 spec : object Defined in src/renderer/api/endpoints/persistent-volume.api.ts:12","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/persistent-volume.api.ts:43","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#static-apibase","text":"\u25aa apiBase : string = \"/api/v1/persistentvolumes\" Defined in src/renderer/api/endpoints/persistent-volume.api.ts:10","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#static-kind","text":"\u25aa kind : string = \"PersistentVolume\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/persistent-volume.api.ts:8","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#static-namespaced","text":"\u25aa namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/persistent-volume.api.ts:9","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getcapacity","text":"\u25b8 getCapacity ( inBytes : boolean): string | number Defined in src/renderer/api/endpoints/persistent-volume.api.ts:48 Parameters: Name Type Default inBytes boolean false Returns: string | number","title":"getCapacity"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getclaimrefname","text":"\u25b8 getClaimRefName (): string Defined in src/renderer/api/endpoints/persistent-volume.api.ts:62 Returns: string","title":"getClaimRefName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getstatus","text":"\u25b8 getStatus (): string Defined in src/renderer/api/endpoints/persistent-volume.api.ts:57 Returns: string","title":"getStatus"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/","text":"Class: PersistentVolumeClaim # Hierarchy # KubeObject \u21b3 PersistentVolumeClaim Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getMatchExpressions getMatchLabels getName getNs getOwnerRefs getPods getResourceVersion getSearchFields getStatus getStorage toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new PersistentVolumeClaim ( data : KubeJsonApiData): PersistentVolumeClaim Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: PersistentVolumeClaim Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:30 Type declaration: accessModes : string[] resources (): object requests (): object storage : string selector (): object matchExpressions : object[] matchLabels (): object release : string storageClassName : string status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:49 Type declaration: phase : string Static apiBase # \u25aa apiBase : string = \"/api/v1/persistentvolumeclaims\" Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:28 Static kind # \u25aa kind : string = \"PersistentVolumeClaim\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:26 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:27 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getMatchExpressions # \u25b8 getMatchExpressions (): object[] Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:74 Returns: object[] getMatchLabels # \u25b8 getMatchLabels (): string[] Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:68 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getPods # \u25b8 getPods ( allPods : Pod []): Pod [] Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:53 Parameters: Name Type allPods Pod [] Returns: Pod [] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getStatus # \u25b8 getStatus (): string Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:79 Returns: string getStorage # \u25b8 getStorage (): string Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:63 Returns: string toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: PersistentVolumeClaim"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#class-persistentvolumeclaim","text":"","title":"Class: PersistentVolumeClaim"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#hierarchy","text":"KubeObject \u21b3 PersistentVolumeClaim","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getMatchExpressions getMatchLabels getName getNs getOwnerRefs getPods getResourceVersion getSearchFields getStatus getStorage toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#constructor","text":"+ new PersistentVolumeClaim ( data : KubeJsonApiData): PersistentVolumeClaim Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: PersistentVolumeClaim","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#spec","text":"\u2022 spec : object Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:30","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:49","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#static-apibase","text":"\u25aa apiBase : string = \"/api/v1/persistentvolumeclaims\" Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:28","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#static-kind","text":"\u25aa kind : string = \"PersistentVolumeClaim\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:26","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:27","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getmatchexpressions","text":"\u25b8 getMatchExpressions (): object[] Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:74 Returns: object[]","title":"getMatchExpressions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getmatchlabels","text":"\u25b8 getMatchLabels (): string[] Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:68 Returns: string[]","title":"getMatchLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getpods","text":"\u25b8 getPods ( allPods : Pod []): Pod [] Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:53 Parameters: Name Type allPods Pod [] Returns: Pod []","title":"getPods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getstatus","text":"\u25b8 getStatus (): string Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:79 Returns: string","title":"getStatus"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getstorage","text":"\u25b8 getStorage (): string Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:63 Returns: string","title":"getStorage"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/","text":"Class: PersistentVolumeClaimsApi # Hierarchy # KubeApi \u2039 PersistentVolumeClaim \u203a \u21b3 PersistentVolumeClaimsApi Index # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi Methods # create delete get getMetrics getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll Constructors # constructor # + new PersistentVolumeClaimsApi ( options : IKubeApiOptions\u2039 PersistentVolumeClaim \u203a): PersistentVolumeClaimsApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions\u2039 PersistentVolumeClaim \u203a Returns: PersistentVolumeClaimsApi Properties # apiBase # \u2022 apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57 apiGroup # \u2022 apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59 apiPrefix # \u2022 apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58 apiResource # \u2022 apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62 apiVersion # \u2022 apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60 apiVersionWithGroup # \u2022 apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61 isNamespaced # \u2022 isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63 kind # \u2022 kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor\u2039 PersistentVolumeClaim \u203a Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65 Protected options # \u2022 options : IKubeApiOptions\u2039 PersistentVolumeClaim \u203a Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69 Protected request # \u2022 request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66 Protected resourceVersions # \u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67 Static parseApi # \u25aa parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49 Methods # create # \u25b8 create ( __namedParameters : object, data? : Partial\u2039 PersistentVolumeClaim \u203a): Promise\u2039 PersistentVolumeClaim \u203a Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 PersistentVolumeClaim \u203a Returns: Promise\u2039 PersistentVolumeClaim \u203a delete # \u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a get # \u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 PersistentVolumeClaim \u203a Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 PersistentVolumeClaim \u203a getMetrics # \u25b8 getMetrics ( pvcName : string, namespace : string): Promise\u2039IPvcMetrics\u203a Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:8 Parameters: Name Type pvcName string namespace string Returns: Promise\u2039IPvcMetrics\u203a getResourceVersion # \u25b8 getResourceVersion ( namespace : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string getWatchUrl # \u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 PersistentVolumeClaim []\u203a Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 PersistentVolumeClaim []\u203a Protected parseResponse # \u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any refreshResourceVersion # \u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a setResourceVersion # \u25b8 setResourceVersion ( namespace : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters : object, data? : Partial\u2039 PersistentVolumeClaim \u203a): Promise\u2039 PersistentVolumeClaim \u203a Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 PersistentVolumeClaim \u203a Returns: Promise\u2039 PersistentVolumeClaim \u203a watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function \u25b8 (): void Static watchAll # \u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Class: PersistentVolumeClaimsApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#class-persistentvolumeclaimsapi","text":"","title":"Class: PersistentVolumeClaimsApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#hierarchy","text":"KubeApi \u2039 PersistentVolumeClaim \u203a \u21b3 PersistentVolumeClaimsApi","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#methods","text":"create delete get getMetrics getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#constructor","text":"+ new PersistentVolumeClaimsApi ( options : IKubeApiOptions\u2039 PersistentVolumeClaim \u203a): PersistentVolumeClaimsApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions\u2039 PersistentVolumeClaim \u203a Returns: PersistentVolumeClaimsApi","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#apibase","text":"\u2022 apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57","title":"apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#apigroup","text":"\u2022 apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59","title":"apiGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#apiprefix","text":"\u2022 apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58","title":"apiPrefix"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#apiresource","text":"\u2022 apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62","title":"apiResource"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#apiversionwithgroup","text":"\u2022 apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#isnamespaced","text":"\u2022 isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63","title":"isNamespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#kind","text":"\u2022 kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor\u2039 PersistentVolumeClaim \u203a Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65","title":"objectConstructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#protected-options","text":"\u2022 options : IKubeApiOptions\u2039 PersistentVolumeClaim \u203a Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69","title":"Protected options"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#protected-request","text":"\u2022 request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66","title":"Protected request"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#protected-resourceversions","text":"\u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67","title":"Protected resourceVersions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#static-parseapi","text":"\u25aa parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49","title":"Static parseApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#create","text":"\u25b8 create ( __namedParameters : object, data? : Partial\u2039 PersistentVolumeClaim \u203a): Promise\u2039 PersistentVolumeClaim \u203a Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 PersistentVolumeClaim \u203a Returns: Promise\u2039 PersistentVolumeClaim \u203a","title":"create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#delete","text":"\u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#get","text":"\u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 PersistentVolumeClaim \u203a Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 PersistentVolumeClaim \u203a","title":"get"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#getmetrics","text":"\u25b8 getMetrics ( pvcName : string, namespace : string): Promise\u2039IPvcMetrics\u203a Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:8 Parameters: Name Type pvcName string namespace string Returns: Promise\u2039IPvcMetrics\u203a","title":"getMetrics"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default namespace string \"\" Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#geturl","text":"\u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string","title":"getUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string","title":"getWatchUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#list","text":"\u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 PersistentVolumeClaim []\u203a Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 PersistentVolumeClaim []\u203a","title":"list"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#protected-parseresponse","text":"\u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any","title":"Protected parseResponse"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void","title":"setResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#update","text":"\u25b8 update ( __namedParameters : object, data? : Partial\u2039 PersistentVolumeClaim \u203a): Promise\u2039 PersistentVolumeClaim \u203a Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 PersistentVolumeClaim \u203a Returns: Promise\u2039 PersistentVolumeClaim \u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function \u25b8 (): void","title":"watch"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#static-watchall","text":"\u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Static watchAll"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/","text":"Class: Pod # Hierarchy # WorkloadKubeObject \u21b3 Pod Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAffinity getAffinityNumber getAge getAllContainers getAnnotations getConditions getContainerStatuses getContainers getFinalizers getId getInitContainers getLabels getLivenessProbe getName getNodeName getNodeSelectors getNs getOwnerRefs getPriorityClassName getProbe getQosClass getReadinessProbe getReason getResourceVersion getRestartsCount getRunningContainers getSearchFields getSecrets getSelectedNodeOs getSelectors getStatus getStatusMessage getStatusPhase getTemplateLabels getTolerations getVolumes hasIssues toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new Pod ( data : KubeJsonApiData): Pod Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Pod Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Overrides void Defined in src/renderer/api/endpoints/pods.api.ts:178 Type declaration: affinity : IAffinity containers : IPodContainer [] dnsPolicy : string initContainers : IPodContainer [] nodeName : string nodeSelector (): object priority : number priorityClassName : string restartPolicy : string schedulerName : string securityContext (): object serviceAccount : string serviceAccountName : string terminationGracePeriodSeconds : number tolerations : object[] volumes ? : object[] status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/pods.api.ts:219 Type declaration: conditions : object[] containerStatuses ? : IPodContainerStatus [] hostIP : string initContainerStatuses ? : IPodContainerStatus [] phase : string podIP : string qosClass : string reason ? : string startTime : string Static apiBase # \u25aa apiBase : string = \"/api/v1/pods\" Defined in src/renderer/api/endpoints/pods.api.ts:176 Static kind # \u25aa kind : string = \"Pod\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/pods.api.ts:174 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/pods.api.ts:175 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAffinity # \u25b8 getAffinity (): IAffinity Overrides Deployment . getAffinity Defined in src/renderer/api/endpoints/pods.api.ts:360 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Inherited from Pod . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAllContainers # \u25b8 getAllContainers (): IPodContainer [] Defined in src/renderer/api/endpoints/pods.api.ts:244 Returns: IPodContainer [] getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getConditions # \u25b8 getConditions (): object[] Defined in src/renderer/api/endpoints/pods.api.ts:336 Returns: object[] getContainerStatuses # \u25b8 getContainerStatuses ( includeInitContainers : boolean): IPodContainerStatus [] Defined in src/renderer/api/endpoints/pods.api.ts:256 Parameters: Name Type Default includeInitContainers boolean true Returns: IPodContainerStatus [] getContainers # \u25b8 getContainers (): IPodContainer [] Defined in src/renderer/api/endpoints/pods.api.ts:240 Returns: IPodContainer [] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getInitContainers # \u25b8 getInitContainers (): IPodContainer [] Defined in src/renderer/api/endpoints/pods.api.ts:236 Returns: IPodContainer [] getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getLivenessProbe # \u25b8 getLivenessProbe ( container : IPodContainer ): string[] Defined in src/renderer/api/endpoints/pods.api.ts:379 Parameters: Name Type container IPodContainer Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeName # \u25b8 getNodeName (): string Defined in src/renderer/api/endpoints/pods.api.ts:420 Returns: string getNodeSelectors # \u25b8 getNodeSelectors (): string[] Overrides Deployment . getNodeSelectors Defined in src/renderer/api/endpoints/pods.api.ts:350 Returns: string[] getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getPriorityClassName # \u25b8 getPriorityClassName (): string Defined in src/renderer/api/endpoints/pods.api.ts:282 Returns: string getProbe # \u25b8 getProbe ( probeData : IContainerProbe): string[] Defined in src/renderer/api/endpoints/pods.api.ts:387 Parameters: Name Type probeData IContainerProbe Returns: string[] getQosClass # \u25b8 getQosClass (): string Defined in src/renderer/api/endpoints/pods.api.ts:274 Returns: string getReadinessProbe # \u25b8 getReadinessProbe ( container : IPodContainer ): string[] Defined in src/renderer/api/endpoints/pods.api.ts:383 Parameters: Name Type container IPodContainer Returns: string[] getReason # \u25b8 getReason (): string Defined in src/renderer/api/endpoints/pods.api.ts:278 Returns: string getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getRestartsCount # \u25b8 getRestartsCount (): number Defined in src/renderer/api/endpoints/pods.api.ts:268 Returns: number getRunningContainers # \u25b8 getRunningContainers (): IPodContainer [] Defined in src/renderer/api/endpoints/pods.api.ts:248 Returns: IPodContainer [] getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSecrets # \u25b8 getSecrets (): string[] Defined in src/renderer/api/endpoints/pods.api.ts:344 Returns: string[] getSelectedNodeOs # \u25b8 getSelectedNodeOs (): string Defined in src/renderer/api/endpoints/pods.api.ts:424 Returns: string getSelectors # \u25b8 getSelectors (): string[] Inherited from Pod . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[] getStatus # \u25b8 getStatus (): FAILED | PENDING | RUNNING | SUCCEEDED | EVICTED Defined in src/renderer/api/endpoints/pods.api.ts:287 Returns: FAILED | PENDING | RUNNING | SUCCEEDED | EVICTED getStatusMessage # \u25b8 getStatusMessage (): string Defined in src/renderer/api/endpoints/pods.api.ts:309 Returns: string getStatusPhase # \u25b8 getStatusPhase (): string Defined in src/renderer/api/endpoints/pods.api.ts:332 Returns: string getTemplateLabels # \u25b8 getTemplateLabels (): string[] Inherited from Pod . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): object[] Overrides Deployment . getTolerations Defined in src/renderer/api/endpoints/pods.api.ts:356 Returns: object[] getVolumes # \u25b8 getVolumes (): object[] Defined in src/renderer/api/endpoints/pods.api.ts:340 Returns: object[] hasIssues # \u25b8 hasIssues (): boolean Defined in src/renderer/api/endpoints/pods.api.ts:364 Returns: boolean toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: Pod"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#class-pod","text":"","title":"Class: Pod"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#hierarchy","text":"WorkloadKubeObject \u21b3 Pod","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#methods","text":"delete getAffinity getAffinityNumber getAge getAllContainers getAnnotations getConditions getContainerStatuses getContainers getFinalizers getId getInitContainers getLabels getLivenessProbe getName getNodeName getNodeSelectors getNs getOwnerRefs getPriorityClassName getProbe getQosClass getReadinessProbe getReason getResourceVersion getRestartsCount getRunningContainers getSearchFields getSecrets getSelectedNodeOs getSelectors getStatus getStatusMessage getStatusPhase getTemplateLabels getTolerations getVolumes hasIssues toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#constructor","text":"+ new Pod ( data : KubeJsonApiData): Pod Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Pod","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#spec","text":"\u2022 spec : object Overrides void Defined in src/renderer/api/endpoints/pods.api.ts:178","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/pods.api.ts:219","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#static-apibase","text":"\u25aa apiBase : string = \"/api/v1/pods\" Defined in src/renderer/api/endpoints/pods.api.ts:176","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#static-kind","text":"\u25aa kind : string = \"Pod\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/pods.api.ts:174","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/pods.api.ts:175","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Overrides Deployment . getAffinity Defined in src/renderer/api/endpoints/pods.api.ts:360 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Inherited from Pod . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getallcontainers","text":"\u25b8 getAllContainers (): IPodContainer [] Defined in src/renderer/api/endpoints/pods.api.ts:244 Returns: IPodContainer []","title":"getAllContainers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getconditions","text":"\u25b8 getConditions (): object[] Defined in src/renderer/api/endpoints/pods.api.ts:336 Returns: object[]","title":"getConditions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getcontainerstatuses","text":"\u25b8 getContainerStatuses ( includeInitContainers : boolean): IPodContainerStatus [] Defined in src/renderer/api/endpoints/pods.api.ts:256 Parameters: Name Type Default includeInitContainers boolean true Returns: IPodContainerStatus []","title":"getContainerStatuses"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getcontainers","text":"\u25b8 getContainers (): IPodContainer [] Defined in src/renderer/api/endpoints/pods.api.ts:240 Returns: IPodContainer []","title":"getContainers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getinitcontainers","text":"\u25b8 getInitContainers (): IPodContainer [] Defined in src/renderer/api/endpoints/pods.api.ts:236 Returns: IPodContainer []","title":"getInitContainers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getlivenessprobe","text":"\u25b8 getLivenessProbe ( container : IPodContainer ): string[] Defined in src/renderer/api/endpoints/pods.api.ts:379 Parameters: Name Type container IPodContainer Returns: string[]","title":"getLivenessProbe"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getnodename","text":"\u25b8 getNodeName (): string Defined in src/renderer/api/endpoints/pods.api.ts:420 Returns: string","title":"getNodeName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Overrides Deployment . getNodeSelectors Defined in src/renderer/api/endpoints/pods.api.ts:350 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getpriorityclassname","text":"\u25b8 getPriorityClassName (): string Defined in src/renderer/api/endpoints/pods.api.ts:282 Returns: string","title":"getPriorityClassName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getprobe","text":"\u25b8 getProbe ( probeData : IContainerProbe): string[] Defined in src/renderer/api/endpoints/pods.api.ts:387 Parameters: Name Type probeData IContainerProbe Returns: string[]","title":"getProbe"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getqosclass","text":"\u25b8 getQosClass (): string Defined in src/renderer/api/endpoints/pods.api.ts:274 Returns: string","title":"getQosClass"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getreadinessprobe","text":"\u25b8 getReadinessProbe ( container : IPodContainer ): string[] Defined in src/renderer/api/endpoints/pods.api.ts:383 Parameters: Name Type container IPodContainer Returns: string[]","title":"getReadinessProbe"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getreason","text":"\u25b8 getReason (): string Defined in src/renderer/api/endpoints/pods.api.ts:278 Returns: string","title":"getReason"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getrestartscount","text":"\u25b8 getRestartsCount (): number Defined in src/renderer/api/endpoints/pods.api.ts:268 Returns: number","title":"getRestartsCount"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getrunningcontainers","text":"\u25b8 getRunningContainers (): IPodContainer [] Defined in src/renderer/api/endpoints/pods.api.ts:248 Returns: IPodContainer []","title":"getRunningContainers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getsecrets","text":"\u25b8 getSecrets (): string[] Defined in src/renderer/api/endpoints/pods.api.ts:344 Returns: string[]","title":"getSecrets"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getselectednodeos","text":"\u25b8 getSelectedNodeOs (): string Defined in src/renderer/api/endpoints/pods.api.ts:424 Returns: string","title":"getSelectedNodeOs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getselectors","text":"\u25b8 getSelectors (): string[] Inherited from Pod . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getstatus","text":"\u25b8 getStatus (): FAILED | PENDING | RUNNING | SUCCEEDED | EVICTED Defined in src/renderer/api/endpoints/pods.api.ts:287 Returns: FAILED | PENDING | RUNNING | SUCCEEDED | EVICTED","title":"getStatus"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getstatusmessage","text":"\u25b8 getStatusMessage (): string Defined in src/renderer/api/endpoints/pods.api.ts:309 Returns: string","title":"getStatusMessage"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getstatusphase","text":"\u25b8 getStatusPhase (): string Defined in src/renderer/api/endpoints/pods.api.ts:332 Returns: string","title":"getStatusPhase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Inherited from Pod . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#gettolerations","text":"\u25b8 getTolerations (): object[] Overrides Deployment . getTolerations Defined in src/renderer/api/endpoints/pods.api.ts:356 Returns: object[]","title":"getTolerations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getvolumes","text":"\u25b8 getVolumes (): object[] Defined in src/renderer/api/endpoints/pods.api.ts:340 Returns: object[]","title":"getVolumes"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#hasissues","text":"\u25b8 hasIssues (): boolean Defined in src/renderer/api/endpoints/pods.api.ts:364 Returns: boolean","title":"hasIssues"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/","text":"Class: PodDisruptionBudget # Hierarchy # KubeObject \u21b3 PodDisruptionBudget Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getCurrentHealthy getDesiredHealthy getFinalizers getId getLabels getMaxUnavailable getMinAvailable getName getNs getOwnerRefs getResourceVersion getSearchFields getSelectors toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new PodDisruptionBudget ( data : KubeJsonApiData): PodDisruptionBudget Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: PodDisruptionBudget Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:11 Type declaration: maxUnavailable : string minAvailable : string selector (): object matchLabels (): object status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:16 Type declaration: currentHealthy : number desiredHealthy : number disruptionsAllowed : number expectedPods : number Static apiBase # \u25aa apiBase : string = \"/apis/policy/v1beta1/poddisruptionbudgets\" Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:9 Static kind # \u25aa kind : string = \"PodDisruptionBudget\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:7 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:8 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getCurrentHealthy # \u25b8 getCurrentHealthy (): number Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:36 Returns: number getDesiredHealthy # \u25b8 getDesiredHealthy (): number Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:40 Returns: number getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getMaxUnavailable # \u25b8 getMaxUnavailable (): string Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:32 Returns: string getMinAvailable # \u25b8 getMinAvailable (): string Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:28 Returns: string getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSelectors # \u25b8 getSelectors (): string[] Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:23 Returns: string[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: PodDisruptionBudget"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#class-poddisruptionbudget","text":"","title":"Class: PodDisruptionBudget"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#hierarchy","text":"KubeObject \u21b3 PodDisruptionBudget","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#methods","text":"delete getAge getAnnotations getCurrentHealthy getDesiredHealthy getFinalizers getId getLabels getMaxUnavailable getMinAvailable getName getNs getOwnerRefs getResourceVersion getSearchFields getSelectors toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#constructor","text":"+ new PodDisruptionBudget ( data : KubeJsonApiData): PodDisruptionBudget Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: PodDisruptionBudget","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#spec","text":"\u2022 spec : object Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:11","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:16","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#static-apibase","text":"\u25aa apiBase : string = \"/apis/policy/v1beta1/poddisruptionbudgets\" Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:9","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#static-kind","text":"\u25aa kind : string = \"PodDisruptionBudget\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:7","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:8","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getcurrenthealthy","text":"\u25b8 getCurrentHealthy (): number Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:36 Returns: number","title":"getCurrentHealthy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getdesiredhealthy","text":"\u25b8 getDesiredHealthy (): number Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:40 Returns: number","title":"getDesiredHealthy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getmaxunavailable","text":"\u25b8 getMaxUnavailable (): string Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:32 Returns: string","title":"getMaxUnavailable"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getminavailable","text":"\u25b8 getMinAvailable (): string Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:28 Returns: string","title":"getMinAvailable"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getselectors","text":"\u25b8 getSelectors (): string[] Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:23 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/","text":"Class: PodsApi # Hierarchy # KubeApi \u2039 Pod \u203a \u21b3 PodsApi Index # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi Methods # create delete get getLogs getMetrics getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll Constructors # constructor # + new PodsApi ( options : IKubeApiOptions\u2039 Pod \u203a): PodsApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions\u2039 Pod \u203a Returns: PodsApi Properties # apiBase # \u2022 apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57 apiGroup # \u2022 apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59 apiPrefix # \u2022 apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58 apiResource # \u2022 apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62 apiVersion # \u2022 apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60 apiVersionWithGroup # \u2022 apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61 isNamespaced # \u2022 isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63 kind # \u2022 kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor\u2039 Pod \u203a Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65 Protected options # \u2022 options : IKubeApiOptions\u2039 Pod \u203a Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69 Protected request # \u2022 request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66 Protected resourceVersions # \u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67 Static parseApi # \u25aa parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49 Methods # create # \u25b8 create ( __namedParameters : object, data? : Partial\u2039 Pod \u203a): Promise\u2039 Pod \u203a Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Pod \u203a Returns: Promise\u2039 Pod \u203a delete # \u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a get # \u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Pod \u203a Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Pod \u203a getLogs # \u25b8 getLogs ( params : object, query? : IPodLogsQuery): Promise\u2039string\u203a Defined in src/renderer/api/endpoints/pods.api.ts:7 Parameters: \u25aa params : object Name Type name string namespace string \u25aa Optional query : IPodLogsQuery Returns: Promise\u2039string\u203a getMetrics # \u25b8 getMetrics ( pods : Pod [], namespace : string, selector : string): Promise\u2039IPodMetrics\u203a Defined in src/renderer/api/endpoints/pods.api.ts:12 Parameters: Name Type Default pods Pod [] - namespace string - selector string \"pod, namespace\" Returns: Promise\u2039IPodMetrics\u203a getResourceVersion # \u25b8 getResourceVersion ( namespace : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string getWatchUrl # \u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Pod []\u203a Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Pod []\u203a Protected parseResponse # \u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any refreshResourceVersion # \u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a setResourceVersion # \u25b8 setResourceVersion ( namespace : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters : object, data? : Partial\u2039 Pod \u203a): Promise\u2039 Pod \u203a Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Pod \u203a Returns: Promise\u2039 Pod \u203a watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function \u25b8 (): void Static watchAll # \u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Class: PodsApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#class-podsapi","text":"","title":"Class: PodsApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#hierarchy","text":"KubeApi \u2039 Pod \u203a \u21b3 PodsApi","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#methods","text":"create delete get getLogs getMetrics getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#constructor","text":"+ new PodsApi ( options : IKubeApiOptions\u2039 Pod \u203a): PodsApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions\u2039 Pod \u203a Returns: PodsApi","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#apibase","text":"\u2022 apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57","title":"apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#apigroup","text":"\u2022 apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59","title":"apiGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#apiprefix","text":"\u2022 apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58","title":"apiPrefix"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#apiresource","text":"\u2022 apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62","title":"apiResource"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#apiversionwithgroup","text":"\u2022 apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#isnamespaced","text":"\u2022 isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63","title":"isNamespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#kind","text":"\u2022 kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor\u2039 Pod \u203a Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65","title":"objectConstructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#protected-options","text":"\u2022 options : IKubeApiOptions\u2039 Pod \u203a Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69","title":"Protected options"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#protected-request","text":"\u2022 request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66","title":"Protected request"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#protected-resourceversions","text":"\u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67","title":"Protected resourceVersions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#static-parseapi","text":"\u25aa parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49","title":"Static parseApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#create","text":"\u25b8 create ( __namedParameters : object, data? : Partial\u2039 Pod \u203a): Promise\u2039 Pod \u203a Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Pod \u203a Returns: Promise\u2039 Pod \u203a","title":"create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#delete","text":"\u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#get","text":"\u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Pod \u203a Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Pod \u203a","title":"get"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#getlogs","text":"\u25b8 getLogs ( params : object, query? : IPodLogsQuery): Promise\u2039string\u203a Defined in src/renderer/api/endpoints/pods.api.ts:7 Parameters: \u25aa params : object Name Type name string namespace string \u25aa Optional query : IPodLogsQuery Returns: Promise\u2039string\u203a","title":"getLogs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#getmetrics","text":"\u25b8 getMetrics ( pods : Pod [], namespace : string, selector : string): Promise\u2039IPodMetrics\u203a Defined in src/renderer/api/endpoints/pods.api.ts:12 Parameters: Name Type Default pods Pod [] - namespace string - selector string \"pod, namespace\" Returns: Promise\u2039IPodMetrics\u203a","title":"getMetrics"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default namespace string \"\" Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#geturl","text":"\u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string","title":"getUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string","title":"getWatchUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#list","text":"\u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Pod []\u203a Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Pod []\u203a","title":"list"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#protected-parseresponse","text":"\u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any","title":"Protected parseResponse"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void","title":"setResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#update","text":"\u25b8 update ( __namedParameters : object, data? : Partial\u2039 Pod \u203a): Promise\u2039 Pod \u203a Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Pod \u203a Returns: Promise\u2039 Pod \u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function \u25b8 (): void","title":"watch"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#static-watchall","text":"\u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Static watchAll"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/","text":"Class: ReplicaSet # Hierarchy # WorkloadKubeObject \u21b3 ReplicaSet Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAffinity getAffinityNumber getAge getAnnotations getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getResourceVersion getSearchFields getSelectors getTemplateLabels getTolerations toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new ReplicaSet ( data : KubeJsonApiData): ReplicaSet Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: ReplicaSet Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Overrides void Defined in src/renderer/api/endpoints/replica-set.api.ts:13 Type declaration: containers ? : IPodContainer [] dnsPolicy ? : string replicas ? : number restartPolicy ? : string schedulerName ? : string selector (): object matchLabels (): object template (): object spec (): object affinity ? : IAffinity containers : IPodContainer [] nodeSelector (): object tolerations : object[] terminationGracePeriodSeconds ? : number status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/replica-set.api.ts:41 Type declaration: availableReplicas : number fullyLabeledReplicas : number observedGeneration : number readyReplicas : number replicas : number Static apiBase # \u25aa apiBase : string = \"/apis/apps/v1/replicasets\" Defined in src/renderer/api/endpoints/replica-set.api.ts:11 Static kind # \u25aa kind : string = \"ReplicaSet\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/replica-set.api.ts:9 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/replica-set.api.ts:10 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAffinity # \u25b8 getAffinity (): IAffinity Inherited from Deployment . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Inherited from Pod . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getImages # \u25b8 getImages (): string[] Defined in src/renderer/api/endpoints/replica-set.api.ts:49 Returns: string[] getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeSelectors # \u25b8 getNodeSelectors (): string[] Inherited from Deployment . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[] getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSelectors # \u25b8 getSelectors (): string[] Inherited from Pod . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[] getTemplateLabels # \u25b8 getTemplateLabels (): string[] Inherited from Pod . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): IToleration[] Inherited from Deployment . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: ReplicaSet"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#class-replicaset","text":"","title":"Class: ReplicaSet"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#hierarchy","text":"WorkloadKubeObject \u21b3 ReplicaSet","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#methods","text":"delete getAffinity getAffinityNumber getAge getAnnotations getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getResourceVersion getSearchFields getSelectors getTemplateLabels getTolerations toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#constructor","text":"+ new ReplicaSet ( data : KubeJsonApiData): ReplicaSet Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: ReplicaSet","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#spec","text":"\u2022 spec : object Overrides void Defined in src/renderer/api/endpoints/replica-set.api.ts:13","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/replica-set.api.ts:41","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#static-apibase","text":"\u25aa apiBase : string = \"/apis/apps/v1/replicasets\" Defined in src/renderer/api/endpoints/replica-set.api.ts:11","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#static-kind","text":"\u25aa kind : string = \"ReplicaSet\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/replica-set.api.ts:9","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/replica-set.api.ts:10","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Inherited from Deployment . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Inherited from Pod . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getimages","text":"\u25b8 getImages (): string[] Defined in src/renderer/api/endpoints/replica-set.api.ts:49 Returns: string[]","title":"getImages"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Inherited from Deployment . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getselectors","text":"\u25b8 getSelectors (): string[] Inherited from Pod . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Inherited from Pod . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#gettolerations","text":"\u25b8 getTolerations (): IToleration[] Inherited from Deployment . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration[]","title":"getTolerations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/","text":"Class: ResourceQuota # Hierarchy # KubeObject \u21b3 ResourceQuota Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getScopeSelector getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new ResourceQuota ( data : KubeJsonApiData): ResourceQuota Overrides KubeObject . constructor Defined in src/renderer/api/endpoints/resource-quota.api.ts:36 Parameters: Name Type data KubeJsonApiData Returns: ResourceQuota Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Defined in src/renderer/api/endpoints/resource-quota.api.ts:43 Type declaration: hard : IResourceQuotaValues scopeSelector (): object matchExpressions : object[] status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/resource-quota.api.ts:54 Type declaration: hard : IResourceQuotaValues used : IResourceQuotaValues Static apiBase # \u25aa apiBase : string = \"/api/v1/resourcequotas\" Defined in src/renderer/api/endpoints/resource-quota.api.ts:36 Static kind # \u25aa kind : string = \"ResourceQuota\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/resource-quota.api.ts:34 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/resource-quota.api.ts:35 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getScopeSelector # \u25b8 getScopeSelector (): object[] Defined in src/renderer/api/endpoints/resource-quota.api.ts:59 Returns: object[] getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: ResourceQuota"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#class-resourcequota","text":"","title":"Class: ResourceQuota"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#hierarchy","text":"KubeObject \u21b3 ResourceQuota","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getScopeSelector getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#constructor","text":"+ new ResourceQuota ( data : KubeJsonApiData): ResourceQuota Overrides KubeObject . constructor Defined in src/renderer/api/endpoints/resource-quota.api.ts:36 Parameters: Name Type data KubeJsonApiData Returns: ResourceQuota","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#spec","text":"\u2022 spec : object Defined in src/renderer/api/endpoints/resource-quota.api.ts:43","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/resource-quota.api.ts:54","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#static-apibase","text":"\u25aa apiBase : string = \"/api/v1/resourcequotas\" Defined in src/renderer/api/endpoints/resource-quota.api.ts:36","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#static-kind","text":"\u25aa kind : string = \"ResourceQuota\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/resource-quota.api.ts:34","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/resource-quota.api.ts:35","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#getscopeselector","text":"\u25b8 getScopeSelector (): object[] Defined in src/renderer/api/endpoints/resource-quota.api.ts:59 Returns: object[]","title":"getScopeSelector"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/","text":"Class: Role # Hierarchy # KubeObject \u21b3 Role \u21b3 ClusterRole Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata rules status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getRules getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new Role ( data : KubeJsonApiData): Role Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Role Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 rules # \u2022 rules : object[] Defined in src/renderer/api/endpoints/role.api.ts:9 Optional status # \u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 Static apiBase # \u25aa apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/roles\" Defined in src/renderer/api/endpoints/role.api.ts:7 Static kind # \u25aa kind : string = \"Role\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/role.api.ts:5 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/role.api.ts:6 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getRules # \u25b8 getRules (): object[] Defined in src/renderer/api/endpoints/role.api.ts:16 Returns: object[] getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: Role"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#class-role","text":"","title":"Class: Role"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#hierarchy","text":"KubeObject \u21b3 Role \u21b3 ClusterRole","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#properties","text":"apiVersion kind metadata rules status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getRules getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#constructor","text":"+ new Role ( data : KubeJsonApiData): Role Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Role","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#rules","text":"\u2022 rules : object[] Defined in src/renderer/api/endpoints/role.api.ts:9","title":"rules"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#optional-status","text":"\u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#static-apibase","text":"\u25aa apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/roles\" Defined in src/renderer/api/endpoints/role.api.ts:7","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#static-kind","text":"\u25aa kind : string = \"Role\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/role.api.ts:5","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/role.api.ts:6","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#getrules","text":"\u25b8 getRules (): object[] Defined in src/renderer/api/endpoints/role.api.ts:16 Returns: object[]","title":"getRules"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/","text":"Class: RoleBinding # Hierarchy # KubeObject \u21b3 RoleBinding \u21b3 ClusterRoleBinding Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata roleRef status subjects apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getSubjectNames getSubjects toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new RoleBinding ( data : KubeJsonApiData): RoleBinding Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: RoleBinding Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 roleRef # \u2022 roleRef : object Defined in src/renderer/api/endpoints/role-binding.api.ts:19 Type declaration: apiGroup ? : string kind : string name : string Optional status # \u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 Optional subjects # \u2022 subjects ? : IRoleBindingSubject[] Defined in src/renderer/api/endpoints/role-binding.api.ts:18 Static apiBase # \u25aa apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/rolebindings\" Defined in src/renderer/api/endpoints/role-binding.api.ts:16 Static kind # \u25aa kind : string = \"RoleBinding\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/role-binding.api.ts:14 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/role-binding.api.ts:15 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSubjectNames # \u25b8 getSubjectNames (): string Defined in src/renderer/api/endpoints/role-binding.api.ts:29 Returns: string getSubjects # \u25b8 getSubjects (): IRoleBindingSubject[] Defined in src/renderer/api/endpoints/role-binding.api.ts:25 Returns: IRoleBindingSubject[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: RoleBinding"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#class-rolebinding","text":"","title":"Class: RoleBinding"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#hierarchy","text":"KubeObject \u21b3 RoleBinding \u21b3 ClusterRoleBinding","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#properties","text":"apiVersion kind metadata roleRef status subjects apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getSubjectNames getSubjects toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#constructor","text":"+ new RoleBinding ( data : KubeJsonApiData): RoleBinding Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: RoleBinding","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#roleref","text":"\u2022 roleRef : object Defined in src/renderer/api/endpoints/role-binding.api.ts:19","title":"roleRef"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#optional-status","text":"\u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#optional-subjects","text":"\u2022 subjects ? : IRoleBindingSubject[] Defined in src/renderer/api/endpoints/role-binding.api.ts:18","title":"Optional subjects"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#static-apibase","text":"\u25aa apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/rolebindings\" Defined in src/renderer/api/endpoints/role-binding.api.ts:16","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#static-kind","text":"\u25aa kind : string = \"RoleBinding\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/role-binding.api.ts:14","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/role-binding.api.ts:15","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#getsubjectnames","text":"\u25b8 getSubjectNames (): string Defined in src/renderer/api/endpoints/role-binding.api.ts:29 Returns: string","title":"getSubjectNames"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#getsubjects","text":"\u25b8 getSubjects (): IRoleBindingSubject[] Defined in src/renderer/api/endpoints/role-binding.api.ts:25 Returns: IRoleBindingSubject[]","title":"getSubjects"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/","text":"Class: Secret # Hierarchy # KubeObject \u21b3 Secret Implements # ItemObject Index # Constructors # constructor Properties # apiVersion data kind metadata status type apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getKeys getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getToken toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new Secret ( data : KubeJsonApiData): Secret Overrides KubeObject . constructor Defined in src/renderer/api/endpoints/secret.api.ts:32 Parameters: Name Type data KubeJsonApiData Returns: Secret Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 data # \u2022 data : object Defined in src/renderer/api/endpoints/secret.api.ts:29 Type declaration: [ prop : string ]: string token ? : string kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 Optional status # \u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 type # \u2022 type : SecretType Defined in src/renderer/api/endpoints/secret.api.ts:28 Static apiBase # \u25aa apiBase : string = \"/api/v1/secrets\" Defined in src/renderer/api/endpoints/secret.api.ts:26 Static kind # \u25aa kind : string = \"Secret\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/secret.api.ts:24 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/secret.api.ts:25 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getKeys # \u25b8 getKeys (): string[] Defined in src/renderer/api/endpoints/secret.api.ts:39 Returns: string[] getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getToken # \u25b8 getToken (): string Defined in src/renderer/api/endpoints/secret.api.ts:43 Returns: string toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: Secret"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#class-secret","text":"","title":"Class: Secret"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#hierarchy","text":"KubeObject \u21b3 Secret","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#properties","text":"apiVersion data kind metadata status type apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#methods","text":"delete getAge getAnnotations getFinalizers getId getKeys getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getToken toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#constructor","text":"+ new Secret ( data : KubeJsonApiData): Secret Overrides KubeObject . constructor Defined in src/renderer/api/endpoints/secret.api.ts:32 Parameters: Name Type data KubeJsonApiData Returns: Secret","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#data","text":"\u2022 data : object Defined in src/renderer/api/endpoints/secret.api.ts:29","title":"data"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#optional-status","text":"\u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#type","text":"\u2022 type : SecretType Defined in src/renderer/api/endpoints/secret.api.ts:28","title":"type"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#static-apibase","text":"\u25aa apiBase : string = \"/api/v1/secrets\" Defined in src/renderer/api/endpoints/secret.api.ts:26","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#static-kind","text":"\u25aa kind : string = \"Secret\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/secret.api.ts:24","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/secret.api.ts:25","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#getkeys","text":"\u25b8 getKeys (): string[] Defined in src/renderer/api/endpoints/secret.api.ts:39 Returns: string[]","title":"getKeys"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#gettoken","text":"\u25b8 getToken (): string Defined in src/renderer/api/endpoints/secret.api.ts:43 Returns: string","title":"getToken"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/","text":"Class: Service # Hierarchy # KubeObject \u21b3 Service Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getClusterIp getExternalIps getFinalizers getId getLabels getLoadBalancer getName getNs getOwnerRefs getPorts getResourceVersion getSearchFields getSelector getStatus getType isActive toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new Service ( data : KubeJsonApiData): Service Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Service Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Defined in src/renderer/api/endpoints/service.api.ts:38 Type declaration: clusterIP : string externalIPs ? : string[] externalTrafficPolicy ? : string loadBalancerIP ? : string ports : ServicePort[] selector (): object sessionAffinity : string type : string status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/service.api.ts:49 Type declaration: loadBalancer (): object ingress ? : object[] Static apiBase # \u25aa apiBase : string = \"/api/v1/services\" Defined in src/renderer/api/endpoints/service.api.ts:36 Static kind # \u25aa kind : string = \"Service\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/service.api.ts:34 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/service.api.ts:35 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getClusterIp # \u25b8 getClusterIp (): string Defined in src/renderer/api/endpoints/service.api.ts:58 Returns: string getExternalIps # \u25b8 getExternalIps (): string[] Defined in src/renderer/api/endpoints/service.api.ts:62 Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getLoadBalancer # \u25b8 getLoadBalancer (): object Defined in src/renderer/api/endpoints/service.api.ts:84 Returns: object ingress ? : object[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getPorts # \u25b8 getPorts (): ServicePort[] Defined in src/renderer/api/endpoints/service.api.ts:79 Returns: ServicePort[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSelector # \u25b8 getSelector (): string[] Defined in src/renderer/api/endpoints/service.api.ts:74 Returns: string[] getStatus # \u25b8 getStatus (): \"Active\" | \"Pending\" Defined in src/renderer/api/endpoints/service.api.ts:92 Returns: \"Active\" | \"Pending\" getType # \u25b8 getType (): string Defined in src/renderer/api/endpoints/service.api.ts:70 Returns: string isActive # \u25b8 isActive (): boolean Defined in src/renderer/api/endpoints/service.api.ts:88 Returns: boolean toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: Service"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#class-service","text":"","title":"Class: Service"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#hierarchy","text":"KubeObject \u21b3 Service","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#methods","text":"delete getAge getAnnotations getClusterIp getExternalIps getFinalizers getId getLabels getLoadBalancer getName getNs getOwnerRefs getPorts getResourceVersion getSearchFields getSelector getStatus getType isActive toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#constructor","text":"+ new Service ( data : KubeJsonApiData): Service Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Service","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#spec","text":"\u2022 spec : object Defined in src/renderer/api/endpoints/service.api.ts:38","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/service.api.ts:49","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#static-apibase","text":"\u25aa apiBase : string = \"/api/v1/services\" Defined in src/renderer/api/endpoints/service.api.ts:36","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#static-kind","text":"\u25aa kind : string = \"Service\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/service.api.ts:34","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/service.api.ts:35","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getclusterip","text":"\u25b8 getClusterIp (): string Defined in src/renderer/api/endpoints/service.api.ts:58 Returns: string","title":"getClusterIp"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getexternalips","text":"\u25b8 getExternalIps (): string[] Defined in src/renderer/api/endpoints/service.api.ts:62 Returns: string[]","title":"getExternalIps"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getloadbalancer","text":"\u25b8 getLoadBalancer (): object Defined in src/renderer/api/endpoints/service.api.ts:84 Returns: object ingress ? : object[]","title":"getLoadBalancer"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getports","text":"\u25b8 getPorts (): ServicePort[] Defined in src/renderer/api/endpoints/service.api.ts:79 Returns: ServicePort[]","title":"getPorts"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getselector","text":"\u25b8 getSelector (): string[] Defined in src/renderer/api/endpoints/service.api.ts:74 Returns: string[]","title":"getSelector"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getstatus","text":"\u25b8 getStatus (): \"Active\" | \"Pending\" Defined in src/renderer/api/endpoints/service.api.ts:92 Returns: \"Active\" | \"Pending\"","title":"getStatus"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#gettype","text":"\u25b8 getType (): string Defined in src/renderer/api/endpoints/service.api.ts:70 Returns: string","title":"getType"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#isactive","text":"\u25b8 isActive (): boolean Defined in src/renderer/api/endpoints/service.api.ts:88 Returns: boolean","title":"isActive"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/","text":"Class: ServiceAccount # Hierarchy # KubeObject \u21b3 ServiceAccount Implements # ItemObject Index # Constructors # constructor Properties # apiVersion imagePullSecrets kind metadata secrets status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getImagePullSecrets getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getSecrets toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new ServiceAccount ( data : KubeJsonApiData): ServiceAccount Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: ServiceAccount Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 Optional imagePullSecrets # \u2022 imagePullSecrets ? : object[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:14 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 Optional secrets # \u2022 secrets ? : object[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:11 Optional status # \u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 Static apiBase # \u25aa apiBase : string = \"/api/v1/serviceaccounts\" Defined in src/renderer/api/endpoints/service-accounts.api.ts:9 Static kind # \u25aa kind : string = \"ServiceAccount\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/service-accounts.api.ts:7 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/service-accounts.api.ts:8 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getImagePullSecrets # \u25b8 getImagePullSecrets (): object[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:22 Returns: object[] getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSecrets # \u25b8 getSecrets (): object[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:18 Returns: object[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: ServiceAccount"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#class-serviceaccount","text":"","title":"Class: ServiceAccount"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#hierarchy","text":"KubeObject \u21b3 ServiceAccount","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#properties","text":"apiVersion imagePullSecrets kind metadata secrets status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#methods","text":"delete getAge getAnnotations getFinalizers getId getImagePullSecrets getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getSecrets toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#constructor","text":"+ new ServiceAccount ( data : KubeJsonApiData): ServiceAccount Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: ServiceAccount","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#optional-imagepullsecrets","text":"\u2022 imagePullSecrets ? : object[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:14","title":"Optional imagePullSecrets"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#optional-secrets","text":"\u2022 secrets ? : object[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:11","title":"Optional secrets"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#optional-status","text":"\u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#static-apibase","text":"\u25aa apiBase : string = \"/api/v1/serviceaccounts\" Defined in src/renderer/api/endpoints/service-accounts.api.ts:9","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#static-kind","text":"\u25aa kind : string = \"ServiceAccount\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/service-accounts.api.ts:7","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/service-accounts.api.ts:8","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#getimagepullsecrets","text":"\u25b8 getImagePullSecrets (): object[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:22 Returns: object[]","title":"getImagePullSecrets"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#getsecrets","text":"\u25b8 getSecrets (): object[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:18 Returns: object[]","title":"getSecrets"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/","text":"Class: StatefulSet # Hierarchy # WorkloadKubeObject \u21b3 StatefulSet Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAffinity getAffinityNumber getAge getAnnotations getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getResourceVersion getSearchFields getSelectors getTemplateLabels getTolerations toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new StatefulSet ( data : KubeJsonApiData): StatefulSet Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: StatefulSet Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Overrides void Defined in src/renderer/api/endpoints/stateful-set.api.ts:13 Type declaration: replicas : number selector (): object matchLabels (): object serviceName : string template (): object metadata (): object labels (): object app : string spec (): object affinity ? : IAffinity containers : object[] nodeSelector (): object tolerations : object[] volumeClaimTemplates : object[] status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/stateful-set.api.ts:66 Type declaration: collisionCount : number currentReplicas : number currentRevision : string observedGeneration : number replicas : number updateRevision : string Static apiBase # \u25aa apiBase : string = \"/apis/apps/v1/statefulsets\" Defined in src/renderer/api/endpoints/stateful-set.api.ts:11 Static kind # \u25aa kind : string = \"StatefulSet\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/stateful-set.api.ts:9 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/stateful-set.api.ts:10 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAffinity # \u25b8 getAffinity (): IAffinity Inherited from Deployment . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Inherited from Pod . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getImages # \u25b8 getImages (): string[] Defined in src/renderer/api/endpoints/stateful-set.api.ts:75 Returns: string[] getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeSelectors # \u25b8 getNodeSelectors (): string[] Inherited from Deployment . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[] getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSelectors # \u25b8 getSelectors (): string[] Inherited from Pod . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[] getTemplateLabels # \u25b8 getTemplateLabels (): string[] Inherited from Pod . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): IToleration[] Inherited from Deployment . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: StatefulSet"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#class-statefulset","text":"","title":"Class: StatefulSet"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#hierarchy","text":"WorkloadKubeObject \u21b3 StatefulSet","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#methods","text":"delete getAffinity getAffinityNumber getAge getAnnotations getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getResourceVersion getSearchFields getSelectors getTemplateLabels getTolerations toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#constructor","text":"+ new StatefulSet ( data : KubeJsonApiData): StatefulSet Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: StatefulSet","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#spec","text":"\u2022 spec : object Overrides void Defined in src/renderer/api/endpoints/stateful-set.api.ts:13","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/stateful-set.api.ts:66","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#static-apibase","text":"\u25aa apiBase : string = \"/apis/apps/v1/statefulsets\" Defined in src/renderer/api/endpoints/stateful-set.api.ts:11","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#static-kind","text":"\u25aa kind : string = \"StatefulSet\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/stateful-set.api.ts:9","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/stateful-set.api.ts:10","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Inherited from Deployment . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Inherited from Pod . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getimages","text":"\u25b8 getImages (): string[] Defined in src/renderer/api/endpoints/stateful-set.api.ts:75 Returns: string[]","title":"getImages"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Inherited from Deployment . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getselectors","text":"\u25b8 getSelectors (): string[] Inherited from Pod . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Inherited from Pod . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#gettolerations","text":"\u25b8 getTolerations (): IToleration[] Inherited from Deployment . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration[]","title":"getTolerations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/","text":"Class: StorageClass # Hierarchy # KubeObject \u21b3 StorageClass Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata mountOptions parameters provisioner reclaimPolicy status volumeBindingMode apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getReclaimPolicy getResourceVersion getSearchFields getVolumeBindingMode isDefault toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new StorageClass ( data : KubeJsonApiData): StorageClass Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: StorageClass Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 Optional mountOptions # \u2022 mountOptions ? : string[] Defined in src/renderer/api/endpoints/storage-class.api.ts:12 parameters # \u2022 parameters : object Defined in src/renderer/api/endpoints/storage-class.api.ts:15 Type declaration: [ param : string ]: string provisioner # \u2022 provisioner : string Defined in src/renderer/api/endpoints/storage-class.api.ts:11 reclaimPolicy # \u2022 reclaimPolicy : string Defined in src/renderer/api/endpoints/storage-class.api.ts:14 Optional status # \u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 volumeBindingMode # \u2022 volumeBindingMode : string Defined in src/renderer/api/endpoints/storage-class.api.ts:13 Static apiBase # \u25aa apiBase : string = \"/apis/storage.k8s.io/v1/storageclasses\" Defined in src/renderer/api/endpoints/storage-class.api.ts:9 Static kind # \u25aa kind : string = \"StorageClass\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/storage-class.api.ts:7 Static namespaced # \u25aa namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/storage-class.api.ts:8 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getReclaimPolicy # \u25b8 getReclaimPolicy (): string Defined in src/renderer/api/endpoints/storage-class.api.ts:31 Returns: string getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getVolumeBindingMode # \u25b8 getVolumeBindingMode (): string Defined in src/renderer/api/endpoints/storage-class.api.ts:27 Returns: string isDefault # \u25b8 isDefault (): boolean Defined in src/renderer/api/endpoints/storage-class.api.ts:19 Returns: boolean toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: StorageClass"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#class-storageclass","text":"","title":"Class: StorageClass"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#hierarchy","text":"KubeObject \u21b3 StorageClass","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#properties","text":"apiVersion kind metadata mountOptions parameters provisioner reclaimPolicy status volumeBindingMode apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getReclaimPolicy getResourceVersion getSearchFields getVolumeBindingMode isDefault toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#constructor","text":"+ new StorageClass ( data : KubeJsonApiData): StorageClass Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: StorageClass","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#optional-mountoptions","text":"\u2022 mountOptions ? : string[] Defined in src/renderer/api/endpoints/storage-class.api.ts:12","title":"Optional mountOptions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#parameters","text":"\u2022 parameters : object Defined in src/renderer/api/endpoints/storage-class.api.ts:15","title":"parameters"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#provisioner","text":"\u2022 provisioner : string Defined in src/renderer/api/endpoints/storage-class.api.ts:11","title":"provisioner"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#reclaimpolicy","text":"\u2022 reclaimPolicy : string Defined in src/renderer/api/endpoints/storage-class.api.ts:14","title":"reclaimPolicy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#optional-status","text":"\u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#volumebindingmode","text":"\u2022 volumeBindingMode : string Defined in src/renderer/api/endpoints/storage-class.api.ts:13","title":"volumeBindingMode"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#static-apibase","text":"\u25aa apiBase : string = \"/apis/storage.k8s.io/v1/storageclasses\" Defined in src/renderer/api/endpoints/storage-class.api.ts:9","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#static-kind","text":"\u25aa kind : string = \"StorageClass\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/storage-class.api.ts:7","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#static-namespaced","text":"\u25aa namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/storage-class.api.ts:8","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#getreclaimpolicy","text":"\u25b8 getReclaimPolicy (): string Defined in src/renderer/api/endpoints/storage-class.api.ts:31 Returns: string","title":"getReclaimPolicy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#getvolumebindingmode","text":"\u25b8 getVolumeBindingMode (): string Defined in src/renderer/api/endpoints/storage-class.api.ts:27 Returns: string","title":"getVolumeBindingMode"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#isdefault","text":"\u25b8 isDefault (): boolean Defined in src/renderer/api/endpoints/storage-class.api.ts:19 Returns: boolean","title":"isDefault"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/","text":"Class: VersionedKubeApi \u2039 T \u203a # Type parameters # \u25aa T : KubeObject Hierarchy # KubeApi \u2039T\u203a \u21b3 VersionedKubeApi Index # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi Methods # create delete get getPreferredVersion getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll Constructors # constructor # + new VersionedKubeApi ( opts : IKubeApiOptions\u2039T\u203a): VersionedKubeApi Overrides KubeApi . constructor Defined in src/renderer/api/kube-api-versioned.ts:8 Parameters: Name Type opts IKubeApiOptions\u2039T\u203a Returns: VersionedKubeApi Properties # apiBase # \u2022 apiBase : string Overrides KubeApi . apiBase Defined in src/renderer/api/kube-api-versioned.ts:20 apiGroup # \u2022 apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59 apiPrefix # \u2022 apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58 apiResource # \u2022 apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62 apiVersion # \u2022 apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60 apiVersionWithGroup # \u2022 apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61 isNamespaced # \u2022 isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63 kind # \u2022 kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor\u2039T\u203a Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65 Protected options # \u2022 options : IKubeApiOptions\u2039T\u203a Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69 Protected request # \u2022 request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66 Protected resourceVersions # \u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67 Static parseApi # \u25aa parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49 Methods # create # \u25b8 create ( __namedParameters : object, data? : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039T\u203a Returns: Promise\u2039T\u203a delete # \u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a get # \u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039T\u203a Overrides KubeApi . get Defined in src/renderer/api/kube-api-versioned.ts:39 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039T\u203a getPreferredVersion # \u25b8 getPreferredVersion (): Promise\u2039void\u203a Defined in src/renderer/api/kube-api-versioned.ts:22 Returns: Promise\u2039void\u203a getResourceVersion # \u25b8 getResourceVersion ( namespace : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Overrides KubeApi . getUrl Defined in src/renderer/api/kube-api-versioned.ts:44 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string getWatchUrl # \u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039T[]\u203a Overrides KubeApi . list Defined in src/renderer/api/kube-api-versioned.ts:35 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039T[]\u203a Protected parseResponse # \u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any refreshResourceVersion # \u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a setResourceVersion # \u25b8 setResourceVersion ( namespace : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters : object, data? : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039T\u203a Returns: Promise\u2039T\u203a watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function \u25b8 (): void Static watchAll # \u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Class: VersionedKubeApi \u2039**T**\u203a"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#class-versionedkubeapi-t","text":"","title":"Class: VersionedKubeApi \u2039T\u203a"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#type-parameters","text":"\u25aa T : KubeObject","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#hierarchy","text":"KubeApi \u2039T\u203a \u21b3 VersionedKubeApi","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#methods","text":"create delete get getPreferredVersion getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#constructor","text":"+ new VersionedKubeApi ( opts : IKubeApiOptions\u2039T\u203a): VersionedKubeApi Overrides KubeApi . constructor Defined in src/renderer/api/kube-api-versioned.ts:8 Parameters: Name Type opts IKubeApiOptions\u2039T\u203a Returns: VersionedKubeApi","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#apibase","text":"\u2022 apiBase : string Overrides KubeApi . apiBase Defined in src/renderer/api/kube-api-versioned.ts:20","title":"apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#apigroup","text":"\u2022 apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59","title":"apiGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#apiprefix","text":"\u2022 apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58","title":"apiPrefix"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#apiresource","text":"\u2022 apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62","title":"apiResource"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#apiversionwithgroup","text":"\u2022 apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#isnamespaced","text":"\u2022 isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63","title":"isNamespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#kind","text":"\u2022 kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor\u2039T\u203a Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65","title":"objectConstructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#protected-options","text":"\u2022 options : IKubeApiOptions\u2039T\u203a Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69","title":"Protected options"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#protected-request","text":"\u2022 request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66","title":"Protected request"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#protected-resourceversions","text":"\u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67","title":"Protected resourceVersions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#static-parseapi","text":"\u25aa parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49","title":"Static parseApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#create","text":"\u25b8 create ( __namedParameters : object, data? : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#delete","text":"\u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#get","text":"\u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039T\u203a Overrides KubeApi . get Defined in src/renderer/api/kube-api-versioned.ts:39 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039T\u203a","title":"get"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#getpreferredversion","text":"\u25b8 getPreferredVersion (): Promise\u2039void\u203a Defined in src/renderer/api/kube-api-versioned.ts:22 Returns: Promise\u2039void\u203a","title":"getPreferredVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default namespace string \"\" Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#geturl","text":"\u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Overrides KubeApi . getUrl Defined in src/renderer/api/kube-api-versioned.ts:44 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string","title":"getUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string","title":"getWatchUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#list","text":"\u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039T[]\u203a Overrides KubeApi . list Defined in src/renderer/api/kube-api-versioned.ts:35 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039T[]\u203a","title":"list"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#protected-parseresponse","text":"\u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any","title":"Protected parseResponse"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void","title":"setResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#update","text":"\u25b8 update ( __namedParameters : object, data? : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function \u25b8 (): void","title":"watch"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#static-watchall","text":"\u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Static watchAll"},{"location":"extensions/api/classes/lensmainextension/","text":"Class: LensMainExtension # Hierarchy # LensExtension \u21b3 LensMainExtension Index # Constructors # constructor Properties # appMenus isBundled manifest manifestPath Accessors # description id name version Methods # disable enable onActivate onDeactivate toggle whenEnabled Constructors # constructor # + new LensMainExtension ( __namedParameters : object): LensMainExtension Inherited from LensMainExtension . constructor Defined in src/extensions/lens-extension.ts:21 Parameters: \u25aa __namedParameters : object Name Type isBundled boolean manifest LensExtensionManifest manifestPath string Returns: LensMainExtension Properties # appMenus # \u2022 appMenus : MenuRegistration[] = [] Defined in src/extensions/lens-main-extension.ts:6 isBundled # \u2022 isBundled : boolean Inherited from LensMainExtension . isBundled Defined in src/extensions/lens-extension.ts:19 manifest # \u2022 manifest : LensExtensionManifest Inherited from LensMainExtension . manifest Defined in src/extensions/lens-extension.ts:17 manifestPath # \u2022 manifestPath : string Inherited from LensMainExtension . manifestPath Defined in src/extensions/lens-extension.ts:18 Accessors # description # \u2022 get description (): string Inherited from LensMainExtension . description Defined in src/extensions/lens-extension.ts:41 Returns: string id # \u2022 get id (): LensExtensionId Inherited from LensMainExtension . id Defined in src/extensions/lens-extension.ts:29 Returns: LensExtensionId name # \u2022 get name (): string Inherited from LensMainExtension . name Defined in src/extensions/lens-extension.ts:33 Returns: string version # \u2022 get version (): string Inherited from LensMainExtension . version Defined in src/extensions/lens-extension.ts:37 Returns: string Methods # disable # \u25b8 disable (): Promise\u2039void\u203a Inherited from LensMainExtension . disable Defined in src/extensions/lens-extension.ts:54 Returns: Promise\u2039void\u203a enable # \u25b8 enable (): Promise\u2039void\u203a Inherited from LensMainExtension . enable Defined in src/extensions/lens-extension.ts:46 Returns: Promise\u2039void\u203a Protected onActivate # \u25b8 onActivate (): void Inherited from LensMainExtension . onActivate Defined in src/extensions/lens-extension.ts:90 Returns: void Protected onDeactivate # \u25b8 onDeactivate (): void Inherited from LensMainExtension . onDeactivate Defined in src/extensions/lens-extension.ts:94 Returns: void toggle # \u25b8 toggle ( enable? : boolean): void Inherited from LensMainExtension . toggle Defined in src/extensions/lens-extension.ts:61 Parameters: Name Type enable? boolean Returns: void whenEnabled # \u25b8 whenEnabled ( handlers : function): Promise\u2039(Anonymous function)\u203a Inherited from LensMainExtension . whenEnabled Defined in src/extensions/lens-extension.ts:69 Parameters: \u25aa handlers : function \u25b8 (): Function[] Returns: Promise\u2039(Anonymous function)\u203a","title":"Class: LensMainExtension"},{"location":"extensions/api/classes/lensmainextension/#class-lensmainextension","text":"","title":"Class: LensMainExtension"},{"location":"extensions/api/classes/lensmainextension/#hierarchy","text":"LensExtension \u21b3 LensMainExtension","title":"Hierarchy"},{"location":"extensions/api/classes/lensmainextension/#index","text":"","title":"Index"},{"location":"extensions/api/classes/lensmainextension/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/lensmainextension/#properties","text":"appMenus isBundled manifest manifestPath","title":"Properties"},{"location":"extensions/api/classes/lensmainextension/#accessors","text":"description id name version","title":"Accessors"},{"location":"extensions/api/classes/lensmainextension/#methods","text":"disable enable onActivate onDeactivate toggle whenEnabled","title":"Methods"},{"location":"extensions/api/classes/lensmainextension/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/lensmainextension/#constructor","text":"+ new LensMainExtension ( __namedParameters : object): LensMainExtension Inherited from LensMainExtension . constructor Defined in src/extensions/lens-extension.ts:21 Parameters: \u25aa __namedParameters : object Name Type isBundled boolean manifest LensExtensionManifest manifestPath string Returns: LensMainExtension","title":"constructor"},{"location":"extensions/api/classes/lensmainextension/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/lensmainextension/#appmenus","text":"\u2022 appMenus : MenuRegistration[] = [] Defined in src/extensions/lens-main-extension.ts:6","title":"appMenus"},{"location":"extensions/api/classes/lensmainextension/#isbundled","text":"\u2022 isBundled : boolean Inherited from LensMainExtension . isBundled Defined in src/extensions/lens-extension.ts:19","title":"isBundled"},{"location":"extensions/api/classes/lensmainextension/#manifest","text":"\u2022 manifest : LensExtensionManifest Inherited from LensMainExtension . manifest Defined in src/extensions/lens-extension.ts:17","title":"manifest"},{"location":"extensions/api/classes/lensmainextension/#manifestpath","text":"\u2022 manifestPath : string Inherited from LensMainExtension . manifestPath Defined in src/extensions/lens-extension.ts:18","title":"manifestPath"},{"location":"extensions/api/classes/lensmainextension/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/lensmainextension/#description","text":"\u2022 get description (): string Inherited from LensMainExtension . description Defined in src/extensions/lens-extension.ts:41 Returns: string","title":"description"},{"location":"extensions/api/classes/lensmainextension/#id","text":"\u2022 get id (): LensExtensionId Inherited from LensMainExtension . id Defined in src/extensions/lens-extension.ts:29 Returns: LensExtensionId","title":"id"},{"location":"extensions/api/classes/lensmainextension/#name","text":"\u2022 get name (): string Inherited from LensMainExtension . name Defined in src/extensions/lens-extension.ts:33 Returns: string","title":"name"},{"location":"extensions/api/classes/lensmainextension/#version","text":"\u2022 get version (): string Inherited from LensMainExtension . version Defined in src/extensions/lens-extension.ts:37 Returns: string","title":"version"},{"location":"extensions/api/classes/lensmainextension/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/lensmainextension/#disable","text":"\u25b8 disable (): Promise\u2039void\u203a Inherited from LensMainExtension . disable Defined in src/extensions/lens-extension.ts:54 Returns: Promise\u2039void\u203a","title":"disable"},{"location":"extensions/api/classes/lensmainextension/#enable","text":"\u25b8 enable (): Promise\u2039void\u203a Inherited from LensMainExtension . enable Defined in src/extensions/lens-extension.ts:46 Returns: Promise\u2039void\u203a","title":"enable"},{"location":"extensions/api/classes/lensmainextension/#protected-onactivate","text":"\u25b8 onActivate (): void Inherited from LensMainExtension . onActivate Defined in src/extensions/lens-extension.ts:90 Returns: void","title":"Protected onActivate"},{"location":"extensions/api/classes/lensmainextension/#protected-ondeactivate","text":"\u25b8 onDeactivate (): void Inherited from LensMainExtension . onDeactivate Defined in src/extensions/lens-extension.ts:94 Returns: void","title":"Protected onDeactivate"},{"location":"extensions/api/classes/lensmainextension/#toggle","text":"\u25b8 toggle ( enable? : boolean): void Inherited from LensMainExtension . toggle Defined in src/extensions/lens-extension.ts:61 Parameters: Name Type enable? boolean Returns: void","title":"toggle"},{"location":"extensions/api/classes/lensmainextension/#whenenabled","text":"\u25b8 whenEnabled ( handlers : function): Promise\u2039(Anonymous function)\u203a Inherited from LensMainExtension . whenEnabled Defined in src/extensions/lens-extension.ts:69 Parameters: \u25aa handlers : function \u25b8 (): Function[] Returns: Promise\u2039(Anonymous function)\u203a","title":"whenEnabled"},{"location":"extensions/api/classes/lensrendererextension/","text":"Class: LensRendererExtension # Hierarchy # LensExtension \u21b3 LensRendererExtension Index # Constructors # constructor Properties # appPreferences clusterFeatures clusterPages globalPages isBundled kubeObjectDetailItems kubeObjectMenuItems kubeObjectStatusTexts manifest manifestPath statusBarItems Accessors # description id name version Methods # disable enable onActivate onDeactivate toggle whenEnabled Constructors # constructor # + new LensRendererExtension ( __namedParameters : object): LensRendererExtension Inherited from LensMainExtension . constructor Defined in src/extensions/lens-extension.ts:21 Parameters: \u25aa __namedParameters : object Name Type isBundled boolean manifest LensExtensionManifest manifestPath string Returns: LensRendererExtension Properties # appPreferences # \u2022 appPreferences : AppPreferenceRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:13 clusterFeatures # \u2022 clusterFeatures : ClusterFeatureRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:14 clusterPages # \u2022 clusterPages : PageRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:11 globalPages # \u2022 globalPages : PageRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:10 isBundled # \u2022 isBundled : boolean Inherited from LensMainExtension . isBundled Defined in src/extensions/lens-extension.ts:19 kubeObjectDetailItems # \u2022 kubeObjectDetailItems : KubeObjectDetailRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:16 kubeObjectMenuItems # \u2022 kubeObjectMenuItems : KubeObjectMenuRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:17 kubeObjectStatusTexts # \u2022 kubeObjectStatusTexts : KubeObjectStatusRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:12 manifest # \u2022 manifest : LensExtensionManifest Inherited from LensMainExtension . manifest Defined in src/extensions/lens-extension.ts:17 manifestPath # \u2022 manifestPath : string Inherited from LensMainExtension . manifestPath Defined in src/extensions/lens-extension.ts:18 statusBarItems # \u2022 statusBarItems : StatusBarRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:15 Accessors # description # \u2022 get description (): string Inherited from LensMainExtension . description Defined in src/extensions/lens-extension.ts:41 Returns: string id # \u2022 get id (): LensExtensionId Inherited from LensMainExtension . id Defined in src/extensions/lens-extension.ts:29 Returns: LensExtensionId name # \u2022 get name (): string Inherited from LensMainExtension . name Defined in src/extensions/lens-extension.ts:33 Returns: string version # \u2022 get version (): string Inherited from LensMainExtension . version Defined in src/extensions/lens-extension.ts:37 Returns: string Methods # disable # \u25b8 disable (): Promise\u2039void\u203a Inherited from LensMainExtension . disable Defined in src/extensions/lens-extension.ts:54 Returns: Promise\u2039void\u203a enable # \u25b8 enable (): Promise\u2039void\u203a Inherited from LensMainExtension . enable Defined in src/extensions/lens-extension.ts:46 Returns: Promise\u2039void\u203a Protected onActivate # \u25b8 onActivate (): void Inherited from LensMainExtension . onActivate Defined in src/extensions/lens-extension.ts:90 Returns: void Protected onDeactivate # \u25b8 onDeactivate (): void Inherited from LensMainExtension . onDeactivate Defined in src/extensions/lens-extension.ts:94 Returns: void toggle # \u25b8 toggle ( enable? : boolean): void Inherited from LensMainExtension . toggle Defined in src/extensions/lens-extension.ts:61 Parameters: Name Type enable? boolean Returns: void whenEnabled # \u25b8 whenEnabled ( handlers : function): Promise\u2039(Anonymous function)\u203a Inherited from LensMainExtension . whenEnabled Defined in src/extensions/lens-extension.ts:69 Parameters: \u25aa handlers : function \u25b8 (): Function[] Returns: Promise\u2039(Anonymous function)\u203a","title":"Class: LensRendererExtension"},{"location":"extensions/api/classes/lensrendererextension/#class-lensrendererextension","text":"","title":"Class: LensRendererExtension"},{"location":"extensions/api/classes/lensrendererextension/#hierarchy","text":"LensExtension \u21b3 LensRendererExtension","title":"Hierarchy"},{"location":"extensions/api/classes/lensrendererextension/#index","text":"","title":"Index"},{"location":"extensions/api/classes/lensrendererextension/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/lensrendererextension/#properties","text":"appPreferences clusterFeatures clusterPages globalPages isBundled kubeObjectDetailItems kubeObjectMenuItems kubeObjectStatusTexts manifest manifestPath statusBarItems","title":"Properties"},{"location":"extensions/api/classes/lensrendererextension/#accessors","text":"description id name version","title":"Accessors"},{"location":"extensions/api/classes/lensrendererextension/#methods","text":"disable enable onActivate onDeactivate toggle whenEnabled","title":"Methods"},{"location":"extensions/api/classes/lensrendererextension/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/lensrendererextension/#constructor","text":"+ new LensRendererExtension ( __namedParameters : object): LensRendererExtension Inherited from LensMainExtension . constructor Defined in src/extensions/lens-extension.ts:21 Parameters: \u25aa __namedParameters : object Name Type isBundled boolean manifest LensExtensionManifest manifestPath string Returns: LensRendererExtension","title":"constructor"},{"location":"extensions/api/classes/lensrendererextension/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/lensrendererextension/#apppreferences","text":"\u2022 appPreferences : AppPreferenceRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:13","title":"appPreferences"},{"location":"extensions/api/classes/lensrendererextension/#clusterfeatures","text":"\u2022 clusterFeatures : ClusterFeatureRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:14","title":"clusterFeatures"},{"location":"extensions/api/classes/lensrendererextension/#clusterpages","text":"\u2022 clusterPages : PageRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:11","title":"clusterPages"},{"location":"extensions/api/classes/lensrendererextension/#globalpages","text":"\u2022 globalPages : PageRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:10","title":"globalPages"},{"location":"extensions/api/classes/lensrendererextension/#isbundled","text":"\u2022 isBundled : boolean Inherited from LensMainExtension . isBundled Defined in src/extensions/lens-extension.ts:19","title":"isBundled"},{"location":"extensions/api/classes/lensrendererextension/#kubeobjectdetailitems","text":"\u2022 kubeObjectDetailItems : KubeObjectDetailRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:16","title":"kubeObjectDetailItems"},{"location":"extensions/api/classes/lensrendererextension/#kubeobjectmenuitems","text":"\u2022 kubeObjectMenuItems : KubeObjectMenuRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:17","title":"kubeObjectMenuItems"},{"location":"extensions/api/classes/lensrendererextension/#kubeobjectstatustexts","text":"\u2022 kubeObjectStatusTexts : KubeObjectStatusRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:12","title":"kubeObjectStatusTexts"},{"location":"extensions/api/classes/lensrendererextension/#manifest","text":"\u2022 manifest : LensExtensionManifest Inherited from LensMainExtension . manifest Defined in src/extensions/lens-extension.ts:17","title":"manifest"},{"location":"extensions/api/classes/lensrendererextension/#manifestpath","text":"\u2022 manifestPath : string Inherited from LensMainExtension . manifestPath Defined in src/extensions/lens-extension.ts:18","title":"manifestPath"},{"location":"extensions/api/classes/lensrendererextension/#statusbaritems","text":"\u2022 statusBarItems : StatusBarRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:15","title":"statusBarItems"},{"location":"extensions/api/classes/lensrendererextension/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/lensrendererextension/#description","text":"\u2022 get description (): string Inherited from LensMainExtension . description Defined in src/extensions/lens-extension.ts:41 Returns: string","title":"description"},{"location":"extensions/api/classes/lensrendererextension/#id","text":"\u2022 get id (): LensExtensionId Inherited from LensMainExtension . id Defined in src/extensions/lens-extension.ts:29 Returns: LensExtensionId","title":"id"},{"location":"extensions/api/classes/lensrendererextension/#name","text":"\u2022 get name (): string Inherited from LensMainExtension . name Defined in src/extensions/lens-extension.ts:33 Returns: string","title":"name"},{"location":"extensions/api/classes/lensrendererextension/#version","text":"\u2022 get version (): string Inherited from LensMainExtension . version Defined in src/extensions/lens-extension.ts:37 Returns: string","title":"version"},{"location":"extensions/api/classes/lensrendererextension/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/lensrendererextension/#disable","text":"\u25b8 disable (): Promise\u2039void\u203a Inherited from LensMainExtension . disable Defined in src/extensions/lens-extension.ts:54 Returns: Promise\u2039void\u203a","title":"disable"},{"location":"extensions/api/classes/lensrendererextension/#enable","text":"\u25b8 enable (): Promise\u2039void\u203a Inherited from LensMainExtension . enable Defined in src/extensions/lens-extension.ts:46 Returns: Promise\u2039void\u203a","title":"enable"},{"location":"extensions/api/classes/lensrendererextension/#protected-onactivate","text":"\u25b8 onActivate (): void Inherited from LensMainExtension . onActivate Defined in src/extensions/lens-extension.ts:90 Returns: void","title":"Protected onActivate"},{"location":"extensions/api/classes/lensrendererextension/#protected-ondeactivate","text":"\u25b8 onDeactivate (): void Inherited from LensMainExtension . onDeactivate Defined in src/extensions/lens-extension.ts:94 Returns: void","title":"Protected onDeactivate"},{"location":"extensions/api/classes/lensrendererextension/#toggle","text":"\u25b8 toggle ( enable? : boolean): void Inherited from LensMainExtension . toggle Defined in src/extensions/lens-extension.ts:61 Parameters: Name Type enable? boolean Returns: void","title":"toggle"},{"location":"extensions/api/classes/lensrendererextension/#whenenabled","text":"\u25b8 whenEnabled ( handlers : function): Promise\u2039(Anonymous function)\u203a Inherited from LensMainExtension . whenEnabled Defined in src/extensions/lens-extension.ts:69 Parameters: \u25aa handlers : function \u25b8 (): Function[] Returns: Promise\u2039(Anonymous function)\u203a","title":"whenEnabled"},{"location":"extensions/api/enums/_renderer_api_components_.notificationstatus/","text":"Enumeration: NotificationStatus # Index # Enumeration members # ERROR INFO OK Enumeration members # ERROR # \u2022 ERROR : = \"error\" Defined in src/renderer/components/notifications/notifications.store.ts:13 INFO # \u2022 INFO : = \"info\" Defined in src/renderer/components/notifications/notifications.store.ts:14 OK # \u2022 OK : = \"ok\" Defined in src/renderer/components/notifications/notifications.store.ts:12","title":"Enumeration: NotificationStatus"},{"location":"extensions/api/enums/_renderer_api_components_.notificationstatus/#enumeration-notificationstatus","text":"","title":"Enumeration: NotificationStatus"},{"location":"extensions/api/enums/_renderer_api_components_.notificationstatus/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_renderer_api_components_.notificationstatus/#enumeration-members","text":"ERROR INFO OK","title":"Enumeration members"},{"location":"extensions/api/enums/_renderer_api_components_.notificationstatus/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_renderer_api_components_.notificationstatus/#error","text":"\u2022 ERROR : = \"error\" Defined in src/renderer/components/notifications/notifications.store.ts:13","title":"ERROR"},{"location":"extensions/api/enums/_renderer_api_components_.notificationstatus/#info","text":"\u2022 INFO : = \"info\" Defined in src/renderer/components/notifications/notifications.store.ts:14","title":"INFO"},{"location":"extensions/api/enums/_renderer_api_components_.notificationstatus/#ok","text":"\u2022 OK : = \"ok\" Defined in src/renderer/components/notifications/notifications.store.ts:12","title":"OK"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/","text":"Enumeration: TooltipPosition # Index # Enumeration members # BOTTOM BOTTOM_LEFT BOTTOM_RIGHT LEFT RIGHT TOP TOP_LEFT TOP_RIGHT Enumeration members # BOTTOM # \u2022 BOTTOM : = \"bottom\" Defined in src/renderer/components/tooltip/tooltip.tsx:11 BOTTOM_LEFT # \u2022 BOTTOM_LEFT : = \"bottom_left\" Defined in src/renderer/components/tooltip/tooltip.tsx:16 BOTTOM_RIGHT # \u2022 BOTTOM_RIGHT : = \"bottom_right\" Defined in src/renderer/components/tooltip/tooltip.tsx:17 LEFT # \u2022 LEFT : = \"left\" Defined in src/renderer/components/tooltip/tooltip.tsx:12 RIGHT # \u2022 RIGHT : = \"right\" Defined in src/renderer/components/tooltip/tooltip.tsx:13 TOP # \u2022 TOP : = \"top\" Defined in src/renderer/components/tooltip/tooltip.tsx:10 TOP_LEFT # \u2022 TOP_LEFT : = \"top_left\" Defined in src/renderer/components/tooltip/tooltip.tsx:14 TOP_RIGHT # \u2022 TOP_RIGHT : = \"top_right\" Defined in src/renderer/components/tooltip/tooltip.tsx:15","title":"Enumeration: TooltipPosition"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/#enumeration-tooltipposition","text":"","title":"Enumeration: TooltipPosition"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/#enumeration-members","text":"BOTTOM BOTTOM_LEFT BOTTOM_RIGHT LEFT RIGHT TOP TOP_LEFT TOP_RIGHT","title":"Enumeration members"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/#bottom","text":"\u2022 BOTTOM : = \"bottom\" Defined in src/renderer/components/tooltip/tooltip.tsx:11","title":"BOTTOM"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/#bottom_left","text":"\u2022 BOTTOM_LEFT : = \"bottom_left\" Defined in src/renderer/components/tooltip/tooltip.tsx:16","title":"BOTTOM_LEFT"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/#bottom_right","text":"\u2022 BOTTOM_RIGHT : = \"bottom_right\" Defined in src/renderer/components/tooltip/tooltip.tsx:17","title":"BOTTOM_RIGHT"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/#left","text":"\u2022 LEFT : = \"left\" Defined in src/renderer/components/tooltip/tooltip.tsx:12","title":"LEFT"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/#right","text":"\u2022 RIGHT : = \"right\" Defined in src/renderer/components/tooltip/tooltip.tsx:13","title":"RIGHT"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/#top","text":"\u2022 TOP : = \"top\" Defined in src/renderer/components/tooltip/tooltip.tsx:10","title":"TOP"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/#top_left","text":"\u2022 TOP_LEFT : = \"top_left\" Defined in src/renderer/components/tooltip/tooltip.tsx:14","title":"TOP_LEFT"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/#top_right","text":"\u2022 TOP_RIGHT : = \"top_right\" Defined in src/renderer/components/tooltip/tooltip.tsx:15","title":"TOP_RIGHT"},{"location":"extensions/api/enums/_renderer_api_k8s_api_.kubeobjectstatuslevel/","text":"Enumeration: KubeObjectStatusLevel # Index # Enumeration members # CRITICAL INFO WARNING Enumeration members # CRITICAL # \u2022 CRITICAL : = 3 Defined in src/extensions/renderer-api/kube-object-status.ts:10 INFO # \u2022 INFO : = 1 Defined in src/extensions/renderer-api/kube-object-status.ts:8 WARNING # \u2022 WARNING : = 2 Defined in src/extensions/renderer-api/kube-object-status.ts:9","title":"Enumeration: KubeObjectStatusLevel"},{"location":"extensions/api/enums/_renderer_api_k8s_api_.kubeobjectstatuslevel/#enumeration-kubeobjectstatuslevel","text":"","title":"Enumeration: KubeObjectStatusLevel"},{"location":"extensions/api/enums/_renderer_api_k8s_api_.kubeobjectstatuslevel/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_renderer_api_k8s_api_.kubeobjectstatuslevel/#enumeration-members","text":"CRITICAL INFO WARNING","title":"Enumeration members"},{"location":"extensions/api/enums/_renderer_api_k8s_api_.kubeobjectstatuslevel/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_renderer_api_k8s_api_.kubeobjectstatuslevel/#critical","text":"\u2022 CRITICAL : = 3 Defined in src/extensions/renderer-api/kube-object-status.ts:10","title":"CRITICAL"},{"location":"extensions/api/enums/_renderer_api_k8s_api_.kubeobjectstatuslevel/#info","text":"\u2022 INFO : = 1 Defined in src/extensions/renderer-api/kube-object-status.ts:8","title":"INFO"},{"location":"extensions/api/enums/_renderer_api_k8s_api_.kubeobjectstatuslevel/#warning","text":"\u2022 WARNING : = 2 Defined in src/extensions/renderer-api/kube-object-status.ts:9","title":"WARNING"},{"location":"extensions/api/interfaces/_core_api_cluster_feature_.clusterfeaturestatus/","text":"Interface: ClusterFeatureStatus # Hierarchy # ClusterFeatureStatus Index # Properties # canUpgrade currentVersion installed latestVersion Properties # canUpgrade # \u2022 canUpgrade : boolean Defined in src/extensions/cluster-feature.ts:15 currentVersion # \u2022 currentVersion : string Defined in src/extensions/cluster-feature.ts:12 installed # \u2022 installed : boolean Defined in src/extensions/cluster-feature.ts:13 latestVersion # \u2022 latestVersion : string Defined in src/extensions/cluster-feature.ts:14","title":"Interface: ClusterFeatureStatus"},{"location":"extensions/api/interfaces/_core_api_cluster_feature_.clusterfeaturestatus/#interface-clusterfeaturestatus","text":"","title":"Interface: ClusterFeatureStatus"},{"location":"extensions/api/interfaces/_core_api_cluster_feature_.clusterfeaturestatus/#hierarchy","text":"ClusterFeatureStatus","title":"Hierarchy"},{"location":"extensions/api/interfaces/_core_api_cluster_feature_.clusterfeaturestatus/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_core_api_cluster_feature_.clusterfeaturestatus/#properties","text":"canUpgrade currentVersion installed latestVersion","title":"Properties"},{"location":"extensions/api/interfaces/_core_api_cluster_feature_.clusterfeaturestatus/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_core_api_cluster_feature_.clusterfeaturestatus/#canupgrade","text":"\u2022 canUpgrade : boolean Defined in src/extensions/cluster-feature.ts:15","title":"canUpgrade"},{"location":"extensions/api/interfaces/_core_api_cluster_feature_.clusterfeaturestatus/#currentversion","text":"\u2022 currentVersion : string Defined in src/extensions/cluster-feature.ts:12","title":"currentVersion"},{"location":"extensions/api/interfaces/_core_api_cluster_feature_.clusterfeaturestatus/#installed","text":"\u2022 installed : boolean Defined in src/extensions/cluster-feature.ts:13","title":"installed"},{"location":"extensions/api/interfaces/_core_api_cluster_feature_.clusterfeaturestatus/#latestversion","text":"\u2022 latestVersion : string Defined in src/extensions/cluster-feature.ts:14","title":"latestVersion"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/","text":"Interface: ClusterModel # Hierarchy # ClusterModel Implemented by # Cluster Index # Properties # accessibleNamespaces contextName id kubeConfig kubeConfigPath metadata ownerRef preferences workspace Properties # Optional accessibleNamespaces # \u2022 accessibleNamespaces ? : string[] Defined in src/common/cluster-store.ts:42 Optional contextName # \u2022 contextName ? : string Defined in src/common/cluster-store.ts:38 id # \u2022 id : ClusterId Defined in src/common/cluster-store.ts:35 Optional kubeConfig # \u2022 kubeConfig ? : string Defined in src/common/cluster-store.ts:45 deprecated kubeConfigPath # \u2022 kubeConfigPath : string Defined in src/common/cluster-store.ts:36 Optional metadata # \u2022 metadata ? : ClusterMetadata Defined in src/common/cluster-store.ts:40 Optional ownerRef # \u2022 ownerRef ? : string Defined in src/common/cluster-store.ts:41 Optional preferences # \u2022 preferences ? : ClusterPreferences Defined in src/common/cluster-store.ts:39 Optional workspace # \u2022 workspace ? : WorkspaceId Defined in src/common/cluster-store.ts:37","title":"Interface: ClusterModel"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#interface-clustermodel","text":"","title":"Interface: ClusterModel"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#hierarchy","text":"ClusterModel","title":"Hierarchy"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#implemented-by","text":"Cluster","title":"Implemented by"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#properties","text":"accessibleNamespaces contextName id kubeConfig kubeConfigPath metadata ownerRef preferences workspace","title":"Properties"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#optional-accessiblenamespaces","text":"\u2022 accessibleNamespaces ? : string[] Defined in src/common/cluster-store.ts:42","title":"Optional accessibleNamespaces"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#optional-contextname","text":"\u2022 contextName ? : string Defined in src/common/cluster-store.ts:38","title":"Optional contextName"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#id","text":"\u2022 id : ClusterId Defined in src/common/cluster-store.ts:35","title":"id"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#optional-kubeconfig","text":"\u2022 kubeConfig ? : string Defined in src/common/cluster-store.ts:45 deprecated","title":"Optional kubeConfig"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#kubeconfigpath","text":"\u2022 kubeConfigPath : string Defined in src/common/cluster-store.ts:36","title":"kubeConfigPath"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#optional-metadata","text":"\u2022 metadata ? : ClusterMetadata Defined in src/common/cluster-store.ts:40","title":"Optional metadata"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#optional-ownerref","text":"\u2022 ownerRef ? : string Defined in src/common/cluster-store.ts:41","title":"Optional ownerRef"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#optional-preferences","text":"\u2022 preferences ? : ClusterPreferences Defined in src/common/cluster-store.ts:39","title":"Optional preferences"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#optional-workspace","text":"\u2022 workspace ? : WorkspaceId Defined in src/common/cluster-store.ts:37","title":"Optional workspace"},{"location":"extensions/api/interfaces/_core_api_stores_.workspacemodel/","text":"Interface: WorkspaceModel # Hierarchy # WorkspaceModel Implemented by # Workspace Index # Properties # description id name ownerRef Properties # Optional description # \u2022 description ? : string Defined in src/common/workspace-store.ts:19 id # \u2022 id : WorkspaceId Defined in src/common/workspace-store.ts:17 name # \u2022 name : string Defined in src/common/workspace-store.ts:18 Optional ownerRef # \u2022 ownerRef ? : string Defined in src/common/workspace-store.ts:20","title":"Interface: WorkspaceModel"},{"location":"extensions/api/interfaces/_core_api_stores_.workspacemodel/#interface-workspacemodel","text":"","title":"Interface: WorkspaceModel"},{"location":"extensions/api/interfaces/_core_api_stores_.workspacemodel/#hierarchy","text":"WorkspaceModel","title":"Hierarchy"},{"location":"extensions/api/interfaces/_core_api_stores_.workspacemodel/#implemented-by","text":"Workspace","title":"Implemented by"},{"location":"extensions/api/interfaces/_core_api_stores_.workspacemodel/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_core_api_stores_.workspacemodel/#properties","text":"description id name ownerRef","title":"Properties"},{"location":"extensions/api/interfaces/_core_api_stores_.workspacemodel/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_core_api_stores_.workspacemodel/#optional-description","text":"\u2022 description ? : string Defined in src/common/workspace-store.ts:19","title":"Optional description"},{"location":"extensions/api/interfaces/_core_api_stores_.workspacemodel/#id","text":"\u2022 id : WorkspaceId Defined in src/common/workspace-store.ts:17","title":"id"},{"location":"extensions/api/interfaces/_core_api_stores_.workspacemodel/#name","text":"\u2022 name : string Defined in src/common/workspace-store.ts:18","title":"name"},{"location":"extensions/api/interfaces/_core_api_stores_.workspacemodel/#optional-ownerref","text":"\u2022 ownerRef ? : string Defined in src/common/workspace-store.ts:20","title":"Optional ownerRef"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferencecomponents/","text":"Interface: AppPreferenceComponents # Hierarchy # AppPreferenceComponents Index # Properties # Hint Input Properties # Hint # \u2022 Hint : React.ComponentType\u2039any\u203a Defined in src/extensions/registries/app-preference-registry.ts:5 Input # \u2022 Input : React.ComponentType\u2039any\u203a Defined in src/extensions/registries/app-preference-registry.ts:6","title":"Interface: AppPreferenceComponents"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferencecomponents/#interface-apppreferencecomponents","text":"","title":"Interface: AppPreferenceComponents"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferencecomponents/#hierarchy","text":"AppPreferenceComponents","title":"Hierarchy"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferencecomponents/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferencecomponents/#properties","text":"Hint Input","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferencecomponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferencecomponents/#hint","text":"\u2022 Hint : React.ComponentType\u2039any\u203a Defined in src/extensions/registries/app-preference-registry.ts:5","title":"Hint"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferencecomponents/#input","text":"\u2022 Input : React.ComponentType\u2039any\u203a Defined in src/extensions/registries/app-preference-registry.ts:6","title":"Input"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferenceregistration/","text":"Interface: AppPreferenceRegistration # Hierarchy # AppPreferenceRegistration Index # Properties # components title Properties # components # \u2022 components : AppPreferenceComponents Defined in src/extensions/registries/app-preference-registry.ts:11 title # \u2022 title : string Defined in src/extensions/registries/app-preference-registry.ts:10","title":"Interface: AppPreferenceRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferenceregistration/#interface-apppreferenceregistration","text":"","title":"Interface: AppPreferenceRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferenceregistration/#hierarchy","text":"AppPreferenceRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferenceregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferenceregistration/#properties","text":"components title","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferenceregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferenceregistration/#components","text":"\u2022 components : AppPreferenceComponents Defined in src/extensions/registries/app-preference-registry.ts:11","title":"components"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferenceregistration/#title","text":"\u2022 title : string Defined in src/extensions/registries/app-preference-registry.ts:10","title":"title"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeaturecomponents/","text":"Interface: ClusterFeatureComponents # Hierarchy # ClusterFeatureComponents Index # Properties # Description Properties # Description # \u2022 Description : React.ComponentType\u2039any\u203a Defined in src/extensions/registries/cluster-feature-registry.ts:5","title":"Interface: ClusterFeatureComponents"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeaturecomponents/#interface-clusterfeaturecomponents","text":"","title":"Interface: ClusterFeatureComponents"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeaturecomponents/#hierarchy","text":"ClusterFeatureComponents","title":"Hierarchy"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeaturecomponents/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeaturecomponents/#properties","text":"Description","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeaturecomponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeaturecomponents/#description","text":"\u2022 Description : React.ComponentType\u2039any\u203a Defined in src/extensions/registries/cluster-feature-registry.ts:5","title":"Description"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeatureregistration/","text":"Interface: ClusterFeatureRegistration # Hierarchy # ClusterFeatureRegistration Index # Properties # components feature title Properties # components # \u2022 components : ClusterFeatureComponents Defined in src/extensions/registries/cluster-feature-registry.ts:10 feature # \u2022 feature : ClusterFeature Defined in src/extensions/registries/cluster-feature-registry.ts:11 title # \u2022 title : string Defined in src/extensions/registries/cluster-feature-registry.ts:9","title":"Interface: ClusterFeatureRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeatureregistration/#interface-clusterfeatureregistration","text":"","title":"Interface: ClusterFeatureRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeatureregistration/#hierarchy","text":"ClusterFeatureRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeatureregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeatureregistration/#properties","text":"components feature title","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeatureregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeatureregistration/#components","text":"\u2022 components : ClusterFeatureComponents Defined in src/extensions/registries/cluster-feature-registry.ts:10","title":"components"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeatureregistration/#feature","text":"\u2022 feature : ClusterFeature Defined in src/extensions/registries/cluster-feature-registry.ts:11","title":"feature"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeatureregistration/#title","text":"\u2022 title : string Defined in src/extensions/registries/cluster-feature-registry.ts:9","title":"title"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailcomponents/","text":"Interface: KubeObjectDetailComponents # Hierarchy # KubeObjectDetailComponents Index # Properties # Details Properties # Details # \u2022 Details : React.ComponentType\u2039any\u203a Defined in src/extensions/registries/kube-object-detail-registry.ts:5","title":"Interface: KubeObjectDetailComponents"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailcomponents/#interface-kubeobjectdetailcomponents","text":"","title":"Interface: KubeObjectDetailComponents"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailcomponents/#hierarchy","text":"KubeObjectDetailComponents","title":"Hierarchy"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailcomponents/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailcomponents/#properties","text":"Details","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailcomponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailcomponents/#details","text":"\u2022 Details : React.ComponentType\u2039any\u203a Defined in src/extensions/registries/kube-object-detail-registry.ts:5","title":"Details"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailregistration/","text":"Interface: KubeObjectDetailRegistration # Hierarchy # KubeObjectDetailRegistration Index # Properties # apiVersions components kind Properties # apiVersions # \u2022 apiVersions : string[] Defined in src/extensions/registries/kube-object-detail-registry.ts:10 components # \u2022 components : KubeObjectDetailComponents Defined in src/extensions/registries/kube-object-detail-registry.ts:11 kind # \u2022 kind : string Defined in src/extensions/registries/kube-object-detail-registry.ts:9","title":"Interface: KubeObjectDetailRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailregistration/#interface-kubeobjectdetailregistration","text":"","title":"Interface: KubeObjectDetailRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailregistration/#hierarchy","text":"KubeObjectDetailRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailregistration/#properties","text":"apiVersions components kind","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailregistration/#apiversions","text":"\u2022 apiVersions : string[] Defined in src/extensions/registries/kube-object-detail-registry.ts:10","title":"apiVersions"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailregistration/#components","text":"\u2022 components : KubeObjectDetailComponents Defined in src/extensions/registries/kube-object-detail-registry.ts:11","title":"components"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailregistration/#kind","text":"\u2022 kind : string Defined in src/extensions/registries/kube-object-detail-registry.ts:9","title":"kind"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenucomponents/","text":"Interface: KubeObjectMenuComponents # Hierarchy # KubeObjectMenuComponents Index # Properties # MenuItem Properties # MenuItem # \u2022 MenuItem : React.ComponentType\u2039any\u203a Defined in src/extensions/registries/kube-object-menu-registry.ts:5","title":"Interface: KubeObjectMenuComponents"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenucomponents/#interface-kubeobjectmenucomponents","text":"","title":"Interface: KubeObjectMenuComponents"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenucomponents/#hierarchy","text":"KubeObjectMenuComponents","title":"Hierarchy"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenucomponents/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenucomponents/#properties","text":"MenuItem","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenucomponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenucomponents/#menuitem","text":"\u2022 MenuItem : React.ComponentType\u2039any\u203a Defined in src/extensions/registries/kube-object-menu-registry.ts:5","title":"MenuItem"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenuregistration/","text":"Interface: KubeObjectMenuRegistration # Hierarchy # KubeObjectMenuRegistration Index # Properties # apiVersions components kind Properties # apiVersions # \u2022 apiVersions : string[] Defined in src/extensions/registries/kube-object-menu-registry.ts:10 components # \u2022 components : KubeObjectMenuComponents Defined in src/extensions/registries/kube-object-menu-registry.ts:11 kind # \u2022 kind : string Defined in src/extensions/registries/kube-object-menu-registry.ts:9","title":"Interface: KubeObjectMenuRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenuregistration/#interface-kubeobjectmenuregistration","text":"","title":"Interface: KubeObjectMenuRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenuregistration/#hierarchy","text":"KubeObjectMenuRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenuregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenuregistration/#properties","text":"apiVersions components kind","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenuregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenuregistration/#apiversions","text":"\u2022 apiVersions : string[] Defined in src/extensions/registries/kube-object-menu-registry.ts:10","title":"apiVersions"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenuregistration/#components","text":"\u2022 components : KubeObjectMenuComponents Defined in src/extensions/registries/kube-object-menu-registry.ts:11","title":"components"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenuregistration/#kind","text":"\u2022 kind : string Defined in src/extensions/registries/kube-object-menu-registry.ts:9","title":"kind"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectstatusregistration/","text":"Interface: KubeObjectStatusRegistration # Hierarchy # KubeObjectStatusRegistration Index # Properties # apiVersions kind resolve Properties # apiVersions # \u2022 apiVersions : string[] Defined in src/extensions/registries/kube-object-status-registry.ts:6 kind # \u2022 kind : string Defined in src/extensions/registries/kube-object-status-registry.ts:5 resolve # \u2022 resolve : function Defined in src/extensions/registries/kube-object-status-registry.ts:7 Type declaration: \u25b8 ( object : KubeObject ): KubeObjectStatus Parameters: Name Type object KubeObject","title":"Interface: KubeObjectStatusRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectstatusregistration/#interface-kubeobjectstatusregistration","text":"","title":"Interface: KubeObjectStatusRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectstatusregistration/#hierarchy","text":"KubeObjectStatusRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectstatusregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectstatusregistration/#properties","text":"apiVersions kind resolve","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectstatusregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectstatusregistration/#apiversions","text":"\u2022 apiVersions : string[] Defined in src/extensions/registries/kube-object-status-registry.ts:6","title":"apiVersions"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectstatusregistration/#kind","text":"\u2022 kind : string Defined in src/extensions/registries/kube-object-status-registry.ts:5","title":"kind"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectstatusregistration/#resolve","text":"\u2022 resolve : function Defined in src/extensions/registries/kube-object-status-registry.ts:7","title":"resolve"},{"location":"extensions/api/interfaces/_interfaces_index_.pagecomponents/","text":"Interface: PageComponents # Hierarchy # PageComponents Index # Properties # MenuIcon Page Properties # Optional MenuIcon # \u2022 MenuIcon ? : React.ComponentType\u2039 IconProps \u203a Defined in src/extensions/registries/page-registry.ts:21 Page # \u2022 Page : React.ComponentType\u2039any\u203a Defined in src/extensions/registries/page-registry.ts:20","title":"Interface: PageComponents"},{"location":"extensions/api/interfaces/_interfaces_index_.pagecomponents/#interface-pagecomponents","text":"","title":"Interface: PageComponents"},{"location":"extensions/api/interfaces/_interfaces_index_.pagecomponents/#hierarchy","text":"PageComponents","title":"Hierarchy"},{"location":"extensions/api/interfaces/_interfaces_index_.pagecomponents/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_interfaces_index_.pagecomponents/#properties","text":"MenuIcon Page","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.pagecomponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.pagecomponents/#optional-menuicon","text":"\u2022 MenuIcon ? : React.ComponentType\u2039 IconProps \u203a Defined in src/extensions/registries/page-registry.ts:21","title":"Optional MenuIcon"},{"location":"extensions/api/interfaces/_interfaces_index_.pagecomponents/#page","text":"\u2022 Page : React.ComponentType\u2039any\u203a Defined in src/extensions/registries/page-registry.ts:20","title":"Page"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/","text":"Interface: PageRegistration # Hierarchy # RouteProps \u21b3 PageRegistration Index # Properties # children className component components exact hideInMenu location path render sensitive strict subPages title url Properties # Optional children # \u2022 children ? : function | React.ReactNode Inherited from PageRegistration . children Defined in node_modules/@types/react-router/index.d.ts:91 Optional className # \u2022 className ? : IClassName Defined in src/extensions/registries/page-registry.ts:11 Optional component # \u2022 component ? : React.ComponentType\u2039RouteComponentProps\u2039any\u203a\u203a | React.ComponentType\u2039any\u203a Inherited from PageRegistration . component Defined in node_modules/@types/react-router/index.d.ts:89 components # \u2022 components : PageComponents Defined in src/extensions/registries/page-registry.ts:16 Optional exact # \u2022 exact ? : boolean Inherited from PageRegistration . exact Defined in node_modules/@types/react-router/index.d.ts:93 Optional hideInMenu # \u2022 hideInMenu ? : boolean Defined in src/extensions/registries/page-registry.ts:14 Optional location # \u2022 location ? : Location Inherited from PageRegistration . location Defined in node_modules/@types/react-router/index.d.ts:88 Optional path # \u2022 path ? : string | string[] Inherited from PageRegistration . path Defined in node_modules/@types/react-router/index.d.ts:92 Optional render # \u2022 render ? : function Inherited from PageRegistration . render Defined in node_modules/@types/react-router/index.d.ts:90 Type declaration: \u25b8 ( props : RouteComponentProps\u2039any\u203a): React.ReactNode Parameters: Name Type props RouteComponentProps\u2039any\u203a Optional sensitive # \u2022 sensitive ? : boolean Inherited from PageRegistration . sensitive Defined in node_modules/@types/react-router/index.d.ts:94 Optional strict # \u2022 strict ? : boolean Inherited from PageRegistration . strict Defined in node_modules/@types/react-router/index.d.ts:95 Optional subPages # \u2022 subPages ? : PageRegistration & TabRoute [] Defined in src/extensions/registries/page-registry.ts:15 Optional title # \u2022 title ? : React.ReactNode Defined in src/extensions/registries/page-registry.ts:13 Optional url # \u2022 url ? : string Defined in src/extensions/registries/page-registry.ts:12","title":"Interface: PageRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#interface-pageregistration","text":"","title":"Interface: PageRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#hierarchy","text":"RouteProps \u21b3 PageRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#properties","text":"children className component components exact hideInMenu location path render sensitive strict subPages title url","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-children","text":"\u2022 children ? : function | React.ReactNode Inherited from PageRegistration . children Defined in node_modules/@types/react-router/index.d.ts:91","title":"Optional children"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-classname","text":"\u2022 className ? : IClassName Defined in src/extensions/registries/page-registry.ts:11","title":"Optional className"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-component","text":"\u2022 component ? : React.ComponentType\u2039RouteComponentProps\u2039any\u203a\u203a | React.ComponentType\u2039any\u203a Inherited from PageRegistration . component Defined in node_modules/@types/react-router/index.d.ts:89","title":"Optional component"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#components","text":"\u2022 components : PageComponents Defined in src/extensions/registries/page-registry.ts:16","title":"components"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-exact","text":"\u2022 exact ? : boolean Inherited from PageRegistration . exact Defined in node_modules/@types/react-router/index.d.ts:93","title":"Optional exact"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-hideinmenu","text":"\u2022 hideInMenu ? : boolean Defined in src/extensions/registries/page-registry.ts:14","title":"Optional hideInMenu"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-location","text":"\u2022 location ? : Location Inherited from PageRegistration . location Defined in node_modules/@types/react-router/index.d.ts:88","title":"Optional location"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-path","text":"\u2022 path ? : string | string[] Inherited from PageRegistration . path Defined in node_modules/@types/react-router/index.d.ts:92","title":"Optional path"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-render","text":"\u2022 render ? : function Inherited from PageRegistration . render Defined in node_modules/@types/react-router/index.d.ts:90","title":"Optional render"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-sensitive","text":"\u2022 sensitive ? : boolean Inherited from PageRegistration . sensitive Defined in node_modules/@types/react-router/index.d.ts:94","title":"Optional sensitive"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-strict","text":"\u2022 strict ? : boolean Inherited from PageRegistration . strict Defined in node_modules/@types/react-router/index.d.ts:95","title":"Optional strict"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-subpages","text":"\u2022 subPages ? : PageRegistration & TabRoute [] Defined in src/extensions/registries/page-registry.ts:15","title":"Optional subPages"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-title","text":"\u2022 title ? : React.ReactNode Defined in src/extensions/registries/page-registry.ts:13","title":"Optional title"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-url","text":"\u2022 url ? : string Defined in src/extensions/registries/page-registry.ts:12","title":"Optional url"},{"location":"extensions/api/interfaces/_interfaces_index_.statusbarregistration/","text":"Interface: StatusBarRegistration # Hierarchy # StatusBarRegistration Index # Properties # item Properties # Optional item # \u2022 item ? : React.ReactNode Defined in src/extensions/registries/status-bar-registry.ts:7","title":"Interface: StatusBarRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.statusbarregistration/#interface-statusbarregistration","text":"","title":"Interface: StatusBarRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.statusbarregistration/#hierarchy","text":"StatusBarRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_interfaces_index_.statusbarregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_interfaces_index_.statusbarregistration/#properties","text":"item","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.statusbarregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.statusbarregistration/#optional-item","text":"\u2022 item ? : React.ReactNode Defined in src/extensions/registries/status-bar-registry.ts:7","title":"Optional item"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/","text":"Interface: BadgeProps # Hierarchy # HTMLAttributes\u2039any\u203a TooltipDecoratorProps \u21b3 BadgeProps Index # Properties # about accessKey aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext autoCapitalize autoCorrect autoSave checkedLink children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir draggable hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType label lang onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup resource results role security slot small spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title tooltip tooltipOverrideDisabled translate typeof unselectable valueLink vocab Properties # Optional about # \u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775 Optional accessKey # \u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 Optional aria-activedescendant # \u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Optional aria-atomic # \u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. Optional aria-autocomplete # \u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made. Optional aria-busy # \u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. Optional aria-checked # \u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Optional aria-colcount # \u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Optional aria-colindex # \u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan. Optional aria-colspan # \u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Optional aria-controls # \u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Optional aria-current # \u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements. Optional aria-describedby # \u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby Optional aria-details # \u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Optional aria-disabled # \u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Optional aria-dropeffect # \u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Optional aria-errormessage # \u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Optional aria-expanded # \u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Optional aria-flowto # \u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order. Optional aria-grabbed # \u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Optional aria-haspopup # \u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Optional aria-hidden # \u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled. Optional aria-invalid # \u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Optional aria-keyshortcuts # \u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Optional aria-label # \u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. Optional aria-labelledby # \u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby. Optional aria-level # \u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. Optional aria-live # \u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. Optional aria-modal # \u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. Optional aria-multiline # \u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line. Optional aria-multiselectable # \u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants. Optional aria-orientation # \u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Optional aria-owns # \u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls. Optional aria-placeholder # \u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. Optional aria-posinset # \u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize. Optional aria-pressed # \u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Optional aria-readonly # \u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Optional aria-relevant # \u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Optional aria-required # \u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted. Optional aria-roledescription # \u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element. Optional aria-rowcount # \u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Optional aria-rowindex # \u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan. Optional aria-rowspan # \u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Optional aria-selected # \u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Optional aria-setsize # \u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset. Optional aria-sort # \u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order. Optional aria-valuemax # \u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. Optional aria-valuemin # \u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. Optional aria-valuenow # \u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. Optional aria-valuetext # \u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget. Optional autoCapitalize # \u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 Optional autoCorrect # \u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 Optional autoSave # \u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 Optional checkedLink # \u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752 Optional color # \u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788 Optional contentEditable # \u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 Optional contextMenu # \u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional datatype # \u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 Optional defaultChecked # \u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 Optional defaultValue # \u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 Optional dir # \u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755 Optional draggable # \u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 Optional hidden # \u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 Optional id # \u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758 Optional inlist # \u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 Optional inputMode # \u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute Optional is # \u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is Optional itemID # \u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 Optional itemProp # \u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 Optional itemRef # \u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 Optional itemScope # \u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 Optional itemType # \u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 Optional label # \u2022 label ? : React.ReactNode Defined in src/renderer/components/badge/badge.tsx:9 Optional lang # \u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional placeholder # \u2022 placeholder ? : string Inherited from ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 Optional prefix # \u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 Optional property # \u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779 Optional radioGroup # \u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 Optional resource # \u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780 Optional results # \u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794 Optional role # \u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772 Optional security # \u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795 Optional slot # \u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761 Optional small # \u2022 small ? : boolean Defined in src/renderer/components/badge/badge.tsx:8 Optional spellCheck # \u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 Optional style # \u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763 Optional suppressContentEditableWarning # \u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 Optional suppressHydrationWarning # \u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 Optional tabIndex # \u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 Optional title # \u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765 Optional tooltip # \u2022 tooltip ? : ReactNode | Omit\u2039 TooltipProps , \"targetId\"\u203a Inherited from ButtonProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10 Optional tooltipOverrideDisabled # \u2022 tooltipOverrideDisabled ? : boolean Inherited from ButtonProps . tooltipOverrideDisabled Defined in src/renderer/components/tooltip/withTooltip.tsx:15 forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\" Optional translate # \u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766 Optional typeof # \u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 Optional unselectable # \u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 Optional valueLink # \u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 Optional vocab # \u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Interface: BadgeProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#interface-badgeprops","text":"","title":"Interface: BadgeProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#hierarchy","text":"HTMLAttributes\u2039any\u203a TooltipDecoratorProps \u21b3 BadgeProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#properties","text":"about accessKey aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext autoCapitalize autoCorrect autoSave checkedLink children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir draggable hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType label lang onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup resource results role security slot small spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title tooltip tooltipOverrideDisabled translate typeof unselectable valueLink vocab","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-about","text":"\u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"Optional about"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-accesskey","text":"\u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"Optional accessKey"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-activedescendant","text":"\u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"Optional aria-activedescendant"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-atomic","text":"\u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.","title":"Optional aria-atomic"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-autocomplete","text":"\u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.","title":"Optional aria-autocomplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-busy","text":"\u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.","title":"Optional aria-busy"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-checked","text":"\u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected.","title":"Optional aria-checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-colcount","text":"\u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"Optional aria-colcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-colindex","text":"\u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan.","title":"Optional aria-colindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-colspan","text":"\u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan.","title":"Optional aria-colspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-controls","text":"\u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns.","title":"Optional aria-controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-current","text":"\u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements.","title":"Optional aria-current"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-describedby","text":"\u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby","title":"Optional aria-describedby"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-details","text":"\u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"Optional aria-details"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-disabled","text":"\u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly.","title":"Optional aria-disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-dropeffect","text":"\u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1","title":"Optional aria-dropeffect"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-errormessage","text":"\u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"Optional aria-errormessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-expanded","text":"\u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"Optional aria-expanded"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-flowto","text":"\u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.","title":"Optional aria-flowto"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-grabbed","text":"\u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"Optional aria-grabbed"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-haspopup","text":"\u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.","title":"Optional aria-haspopup"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-hidden","text":"\u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"Optional aria-hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-invalid","text":"\u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"Optional aria-invalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-keyshortcuts","text":"\u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"Optional aria-keyshortcuts"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-label","text":"\u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby.","title":"Optional aria-label"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-labelledby","text":"\u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"Optional aria-labelledby"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-level","text":"\u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"Optional aria-level"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-live","text":"\u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.","title":"Optional aria-live"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-modal","text":"\u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"Optional aria-modal"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-multiline","text":"\u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line.","title":"Optional aria-multiline"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-multiselectable","text":"\u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants.","title":"Optional aria-multiselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-orientation","text":"\u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"Optional aria-orientation"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-owns","text":"\u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls.","title":"Optional aria-owns"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-placeholder","text":"\u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.","title":"Optional aria-placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-posinset","text":"\u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize.","title":"Optional aria-posinset"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-pressed","text":"\u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"Optional aria-pressed"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-readonly","text":"\u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"Optional aria-readonly"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-relevant","text":"\u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic.","title":"Optional aria-relevant"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-required","text":"\u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted.","title":"Optional aria-required"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-roledescription","text":"\u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element.","title":"Optional aria-roledescription"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-rowcount","text":"\u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"Optional aria-rowcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-rowindex","text":"\u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan.","title":"Optional aria-rowindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-rowspan","text":"\u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan.","title":"Optional aria-rowspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-selected","text":"\u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"Optional aria-selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-setsize","text":"\u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset.","title":"Optional aria-setsize"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-sort","text":"\u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order.","title":"Optional aria-sort"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-valuemax","text":"\u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"Optional aria-valuemax"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-valuemin","text":"\u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"Optional aria-valuemin"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-valuenow","text":"\u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"Optional aria-valuenow"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-valuetext","text":"\u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget.","title":"Optional aria-valuetext"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-autocapitalize","text":"\u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"Optional autoCapitalize"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-autocorrect","text":"\u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"Optional autoCorrect"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-autosave","text":"\u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"Optional autoSave"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-checkedlink","text":"\u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"Optional checkedLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-classname","text":"\u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-color","text":"\u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"Optional color"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-contenteditable","text":"\u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"Optional contentEditable"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-contextmenu","text":"\u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"Optional contextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-datatype","text":"\u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"Optional datatype"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-defaultchecked","text":"\u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"Optional defaultChecked"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-defaultvalue","text":"\u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"Optional defaultValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-dir","text":"\u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"Optional dir"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-draggable","text":"\u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"Optional draggable"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-hidden","text":"\u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"Optional hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-id","text":"\u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-inlist","text":"\u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"Optional inlist"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-inputmode","text":"\u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute","title":"Optional inputMode"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-is","text":"\u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is","title":"Optional is"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-itemid","text":"\u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"Optional itemID"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-itemprop","text":"\u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"Optional itemProp"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-itemref","text":"\u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"Optional itemRef"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-itemscope","text":"\u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"Optional itemScope"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-itemtype","text":"\u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"Optional itemType"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-label","text":"\u2022 label ? : React.ReactNode Defined in src/renderer/components/badge/badge.tsx:9","title":"Optional label"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-lang","text":"\u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"Optional lang"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-placeholder","text":"\u2022 placeholder ? : string Inherited from ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"Optional placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-prefix","text":"\u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"Optional prefix"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-property","text":"\u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"Optional property"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-radiogroup","text":"\u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"Optional radioGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-resource","text":"\u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"Optional resource"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-results","text":"\u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"Optional results"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-role","text":"\u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"Optional role"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-security","text":"\u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"Optional security"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-slot","text":"\u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"Optional slot"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-small","text":"\u2022 small ? : boolean Defined in src/renderer/components/badge/badge.tsx:8","title":"Optional small"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-spellcheck","text":"\u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"Optional spellCheck"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-style","text":"\u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"Optional style"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-suppresscontenteditablewarning","text":"\u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"Optional suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-suppresshydrationwarning","text":"\u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"Optional suppressHydrationWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-tabindex","text":"\u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"Optional tabIndex"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-title","text":"\u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"Optional title"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-tooltip","text":"\u2022 tooltip ? : ReactNode | Omit\u2039 TooltipProps , \"targetId\"\u203a Inherited from ButtonProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10","title":"Optional tooltip"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-tooltipoverridedisabled","text":"\u2022 tooltipOverrideDisabled ? : boolean Inherited from ButtonProps . tooltipOverrideDisabled Defined in src/renderer/components/tooltip/withTooltip.tsx:15 forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\"","title":"Optional tooltipOverrideDisabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-translate","text":"\u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"Optional translate"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-typeof","text":"\u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"Optional typeof"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-unselectable","text":"\u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"Optional unselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-valuelink","text":"\u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"Optional valueLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-vocab","text":"\u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Optional vocab"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/","text":"Interface: ButtonProps # Hierarchy # ButtonHTMLAttributes\u2039any\u203a TooltipDecoratorProps \u21b3 ButtonProps Index # Properties # about accent accessKey active aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext autoCapitalize autoCorrect autoFocus autoSave big checkedLink children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir disabled draggable form formAction formEncType formMethod formNoValidate formTarget hidden href id inlist inputMode is itemID itemProp itemRef itemScope itemType label lang name onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture outlined placeholder plain prefix primary property radioGroup resource results role round security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex target title tooltip tooltipOverrideDisabled translate type typeof unselectable value valueLink vocab waiting Properties # Optional about # \u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775 Optional accent # \u2022 accent ? : boolean Defined in src/renderer/components/button/button.tsx:10 Optional accessKey # \u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 Optional active # \u2022 active ? : boolean Defined in src/renderer/components/button/button.tsx:14 Optional aria-activedescendant # \u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Optional aria-atomic # \u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. Optional aria-autocomplete # \u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made. Optional aria-busy # \u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. Optional aria-checked # \u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Optional aria-colcount # \u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Optional aria-colindex # \u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan. Optional aria-colspan # \u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Optional aria-controls # \u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Optional aria-current # \u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements. Optional aria-describedby # \u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby Optional aria-details # \u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Optional aria-disabled # \u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Optional aria-dropeffect # \u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Optional aria-errormessage # \u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Optional aria-expanded # \u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Optional aria-flowto # \u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order. Optional aria-grabbed # \u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Optional aria-haspopup # \u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Optional aria-hidden # \u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled. Optional aria-invalid # \u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Optional aria-keyshortcuts # \u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Optional aria-label # \u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. Optional aria-labelledby # \u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby. Optional aria-level # \u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. Optional aria-live # \u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. Optional aria-modal # \u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. Optional aria-multiline # \u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line. Optional aria-multiselectable # \u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants. Optional aria-orientation # \u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Optional aria-owns # \u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls. Optional aria-placeholder # \u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. Optional aria-posinset # \u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize. Optional aria-pressed # \u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Optional aria-readonly # \u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Optional aria-relevant # \u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Optional aria-required # \u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted. Optional aria-roledescription # \u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element. Optional aria-rowcount # \u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Optional aria-rowindex # \u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan. Optional aria-rowspan # \u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Optional aria-selected # \u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Optional aria-setsize # \u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset. Optional aria-sort # \u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order. Optional aria-valuemax # \u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. Optional aria-valuemin # \u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. Optional aria-valuenow # \u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. Optional aria-valuetext # \u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget. Optional autoCapitalize # \u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 Optional autoCorrect # \u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 Optional autoFocus # \u2022 autoFocus ? : boolean Inherited from ButtonProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1958 Optional autoSave # \u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 Optional big # \u2022 big ? : boolean Defined in src/renderer/components/button/button.tsx:15 Optional checkedLink # \u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752 Optional color # \u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788 Optional contentEditable # \u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 Optional contextMenu # \u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional datatype # \u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 Optional defaultChecked # \u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 Optional defaultValue # \u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 Optional dir # \u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755 Optional disabled # \u2022 disabled ? : boolean Inherited from ButtonProps . disabled Defined in node_modules/@types/react/index.d.ts:1959 Optional draggable # \u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 Optional form # \u2022 form ? : string Inherited from ButtonProps . form Defined in node_modules/@types/react/index.d.ts:1960 Optional formAction # \u2022 formAction ? : string Inherited from ButtonProps . formAction Defined in node_modules/@types/react/index.d.ts:1961 Optional formEncType # \u2022 formEncType ? : string Inherited from ButtonProps . formEncType Defined in node_modules/@types/react/index.d.ts:1962 Optional formMethod # \u2022 formMethod ? : string Inherited from ButtonProps . formMethod Defined in node_modules/@types/react/index.d.ts:1963 Optional formNoValidate # \u2022 formNoValidate ? : boolean Inherited from ButtonProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1964 Optional formTarget # \u2022 formTarget ? : string Inherited from ButtonProps . formTarget Defined in node_modules/@types/react/index.d.ts:1965 Optional hidden # \u2022 hidden ? : boolean Overrides IconProps . hidden Defined in src/renderer/components/button/button.tsx:13 Optional href # \u2022 href ? : string Defined in src/renderer/components/button/button.tsx:17 Optional id # \u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758 Optional inlist # \u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 Optional inputMode # \u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute Optional is # \u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is Optional itemID # \u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 Optional itemProp # \u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 Optional itemRef # \u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 Optional itemScope # \u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 Optional itemType # \u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 Optional label # \u2022 label ? : React.ReactNode Defined in src/renderer/components/button/button.tsx:7 Optional lang # \u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759 Optional name # \u2022 name ? : string Inherited from ButtonProps . name Defined in node_modules/@types/react/index.d.ts:1966 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional outlined # \u2022 outlined ? : boolean Defined in src/renderer/components/button/button.tsx:12 Optional placeholder # \u2022 placeholder ? : string Inherited from ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 Optional plain # \u2022 plain ? : boolean Defined in src/renderer/components/button/button.tsx:11 Optional prefix # \u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 Optional primary # \u2022 primary ? : boolean Defined in src/renderer/components/button/button.tsx:9 Optional property # \u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779 Optional radioGroup # \u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 Optional resource # \u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780 Optional results # \u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794 Optional role # \u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772 Optional round # \u2022 round ? : boolean Defined in src/renderer/components/button/button.tsx:16 Optional security # \u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795 Optional slot # \u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761 Optional spellCheck # \u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 Optional style # \u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763 Optional suppressContentEditableWarning # \u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 Optional suppressHydrationWarning # \u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 Optional tabIndex # \u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 Optional target # \u2022 target ? : \"_blank\" Defined in src/renderer/components/button/button.tsx:18 Optional title # \u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765 Optional tooltip # \u2022 tooltip ? : ReactNode | Omit\u2039 TooltipProps , \"targetId\"\u203a Inherited from ButtonProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10 Optional tooltipOverrideDisabled # \u2022 tooltipOverrideDisabled ? : boolean Inherited from ButtonProps . tooltipOverrideDisabled Defined in src/renderer/components/tooltip/withTooltip.tsx:15 forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\" Optional translate # \u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766 Optional type # \u2022 type ? : \"submit\" | \"reset\" | \"button\" Inherited from ButtonProps . type Defined in node_modules/@types/react/index.d.ts:1967 Optional typeof # \u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 Optional unselectable # \u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 Optional value # \u2022 value ? : string | string[] | number Inherited from ButtonProps . value Defined in node_modules/@types/react/index.d.ts:1968 Optional valueLink # \u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 Optional vocab # \u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782 Optional waiting # \u2022 waiting ? : boolean Defined in src/renderer/components/button/button.tsx:8","title":"Interface: ButtonProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#interface-buttonprops","text":"","title":"Interface: ButtonProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#hierarchy","text":"ButtonHTMLAttributes\u2039any\u203a TooltipDecoratorProps \u21b3 ButtonProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#properties","text":"about accent accessKey active aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext autoCapitalize autoCorrect autoFocus autoSave big checkedLink children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir disabled draggable form formAction formEncType formMethod formNoValidate formTarget hidden href id inlist inputMode is itemID itemProp itemRef itemScope itemType label lang name onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture outlined placeholder plain prefix primary property radioGroup resource results role round security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex target title tooltip tooltipOverrideDisabled translate type typeof unselectable value valueLink vocab waiting","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-about","text":"\u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"Optional about"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-accent","text":"\u2022 accent ? : boolean Defined in src/renderer/components/button/button.tsx:10","title":"Optional accent"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-accesskey","text":"\u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"Optional accessKey"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-active","text":"\u2022 active ? : boolean Defined in src/renderer/components/button/button.tsx:14","title":"Optional active"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-activedescendant","text":"\u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"Optional aria-activedescendant"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-atomic","text":"\u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.","title":"Optional aria-atomic"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-autocomplete","text":"\u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.","title":"Optional aria-autocomplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-busy","text":"\u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.","title":"Optional aria-busy"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-checked","text":"\u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected.","title":"Optional aria-checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-colcount","text":"\u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"Optional aria-colcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-colindex","text":"\u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan.","title":"Optional aria-colindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-colspan","text":"\u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan.","title":"Optional aria-colspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-controls","text":"\u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns.","title":"Optional aria-controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-current","text":"\u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements.","title":"Optional aria-current"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-describedby","text":"\u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby","title":"Optional aria-describedby"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-details","text":"\u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"Optional aria-details"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-disabled","text":"\u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly.","title":"Optional aria-disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-dropeffect","text":"\u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1","title":"Optional aria-dropeffect"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-errormessage","text":"\u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"Optional aria-errormessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-expanded","text":"\u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"Optional aria-expanded"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-flowto","text":"\u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.","title":"Optional aria-flowto"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-grabbed","text":"\u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"Optional aria-grabbed"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-haspopup","text":"\u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.","title":"Optional aria-haspopup"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-hidden","text":"\u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"Optional aria-hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-invalid","text":"\u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"Optional aria-invalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-keyshortcuts","text":"\u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"Optional aria-keyshortcuts"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-label","text":"\u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby.","title":"Optional aria-label"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-labelledby","text":"\u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"Optional aria-labelledby"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-level","text":"\u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"Optional aria-level"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-live","text":"\u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.","title":"Optional aria-live"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-modal","text":"\u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"Optional aria-modal"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-multiline","text":"\u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line.","title":"Optional aria-multiline"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-multiselectable","text":"\u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants.","title":"Optional aria-multiselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-orientation","text":"\u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"Optional aria-orientation"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-owns","text":"\u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls.","title":"Optional aria-owns"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-placeholder","text":"\u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.","title":"Optional aria-placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-posinset","text":"\u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize.","title":"Optional aria-posinset"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-pressed","text":"\u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"Optional aria-pressed"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-readonly","text":"\u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"Optional aria-readonly"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-relevant","text":"\u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic.","title":"Optional aria-relevant"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-required","text":"\u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted.","title":"Optional aria-required"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-roledescription","text":"\u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element.","title":"Optional aria-roledescription"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-rowcount","text":"\u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"Optional aria-rowcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-rowindex","text":"\u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan.","title":"Optional aria-rowindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-rowspan","text":"\u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan.","title":"Optional aria-rowspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-selected","text":"\u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"Optional aria-selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-setsize","text":"\u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset.","title":"Optional aria-setsize"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-sort","text":"\u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order.","title":"Optional aria-sort"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-valuemax","text":"\u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"Optional aria-valuemax"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-valuemin","text":"\u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"Optional aria-valuemin"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-valuenow","text":"\u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"Optional aria-valuenow"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-valuetext","text":"\u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget.","title":"Optional aria-valuetext"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-autocapitalize","text":"\u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"Optional autoCapitalize"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-autocorrect","text":"\u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"Optional autoCorrect"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-autofocus","text":"\u2022 autoFocus ? : boolean Inherited from ButtonProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1958","title":"Optional autoFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-autosave","text":"\u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"Optional autoSave"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-big","text":"\u2022 big ? : boolean Defined in src/renderer/components/button/button.tsx:15","title":"Optional big"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-checkedlink","text":"\u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"Optional checkedLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-classname","text":"\u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-color","text":"\u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"Optional color"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-contenteditable","text":"\u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"Optional contentEditable"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-contextmenu","text":"\u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"Optional contextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-datatype","text":"\u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"Optional datatype"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-defaultchecked","text":"\u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"Optional defaultChecked"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-defaultvalue","text":"\u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"Optional defaultValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-dir","text":"\u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"Optional dir"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-disabled","text":"\u2022 disabled ? : boolean Inherited from ButtonProps . disabled Defined in node_modules/@types/react/index.d.ts:1959","title":"Optional disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-draggable","text":"\u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"Optional draggable"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-form","text":"\u2022 form ? : string Inherited from ButtonProps . form Defined in node_modules/@types/react/index.d.ts:1960","title":"Optional form"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-formaction","text":"\u2022 formAction ? : string Inherited from ButtonProps . formAction Defined in node_modules/@types/react/index.d.ts:1961","title":"Optional formAction"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-formenctype","text":"\u2022 formEncType ? : string Inherited from ButtonProps . formEncType Defined in node_modules/@types/react/index.d.ts:1962","title":"Optional formEncType"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-formmethod","text":"\u2022 formMethod ? : string Inherited from ButtonProps . formMethod Defined in node_modules/@types/react/index.d.ts:1963","title":"Optional formMethod"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-formnovalidate","text":"\u2022 formNoValidate ? : boolean Inherited from ButtonProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1964","title":"Optional formNoValidate"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-formtarget","text":"\u2022 formTarget ? : string Inherited from ButtonProps . formTarget Defined in node_modules/@types/react/index.d.ts:1965","title":"Optional formTarget"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-hidden","text":"\u2022 hidden ? : boolean Overrides IconProps . hidden Defined in src/renderer/components/button/button.tsx:13","title":"Optional hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-href","text":"\u2022 href ? : string Defined in src/renderer/components/button/button.tsx:17","title":"Optional href"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-id","text":"\u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-inlist","text":"\u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"Optional inlist"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-inputmode","text":"\u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute","title":"Optional inputMode"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-is","text":"\u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is","title":"Optional is"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-itemid","text":"\u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"Optional itemID"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-itemprop","text":"\u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"Optional itemProp"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-itemref","text":"\u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"Optional itemRef"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-itemscope","text":"\u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"Optional itemScope"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-itemtype","text":"\u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"Optional itemType"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-label","text":"\u2022 label ? : React.ReactNode Defined in src/renderer/components/button/button.tsx:7","title":"Optional label"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-lang","text":"\u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"Optional lang"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-name","text":"\u2022 name ? : string Inherited from ButtonProps . name Defined in node_modules/@types/react/index.d.ts:1966","title":"Optional name"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-outlined","text":"\u2022 outlined ? : boolean Defined in src/renderer/components/button/button.tsx:12","title":"Optional outlined"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-placeholder","text":"\u2022 placeholder ? : string Inherited from ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"Optional placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-plain","text":"\u2022 plain ? : boolean Defined in src/renderer/components/button/button.tsx:11","title":"Optional plain"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-prefix","text":"\u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"Optional prefix"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-primary","text":"\u2022 primary ? : boolean Defined in src/renderer/components/button/button.tsx:9","title":"Optional primary"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-property","text":"\u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"Optional property"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-radiogroup","text":"\u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"Optional radioGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-resource","text":"\u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"Optional resource"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-results","text":"\u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"Optional results"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-role","text":"\u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"Optional role"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-round","text":"\u2022 round ? : boolean Defined in src/renderer/components/button/button.tsx:16","title":"Optional round"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-security","text":"\u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"Optional security"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-slot","text":"\u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"Optional slot"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-spellcheck","text":"\u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"Optional spellCheck"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-style","text":"\u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"Optional style"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-suppresscontenteditablewarning","text":"\u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"Optional suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-suppresshydrationwarning","text":"\u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"Optional suppressHydrationWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-tabindex","text":"\u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"Optional tabIndex"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-target","text":"\u2022 target ? : \"_blank\" Defined in src/renderer/components/button/button.tsx:18","title":"Optional target"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-title","text":"\u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"Optional title"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-tooltip","text":"\u2022 tooltip ? : ReactNode | Omit\u2039 TooltipProps , \"targetId\"\u203a Inherited from ButtonProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10","title":"Optional tooltip"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-tooltipoverridedisabled","text":"\u2022 tooltipOverrideDisabled ? : boolean Inherited from ButtonProps . tooltipOverrideDisabled Defined in src/renderer/components/tooltip/withTooltip.tsx:15 forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\"","title":"Optional tooltipOverrideDisabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-translate","text":"\u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"Optional translate"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-type","text":"\u2022 type ? : \"submit\" | \"reset\" | \"button\" Inherited from ButtonProps . type Defined in node_modules/@types/react/index.d.ts:1967","title":"Optional type"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-typeof","text":"\u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"Optional typeof"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-unselectable","text":"\u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"Optional unselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-value","text":"\u2022 value ? : string | string[] | number Inherited from ButtonProps . value Defined in node_modules/@types/react/index.d.ts:1968","title":"Optional value"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-valuelink","text":"\u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"Optional valueLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-vocab","text":"\u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Optional vocab"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-waiting","text":"\u2022 waiting ? : boolean Defined in src/renderer/components/button/button.tsx:8","title":"Optional waiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/","text":"Interface: CheckboxProps \u2039 T \u203a # Type parameters # \u25aa T Hierarchy # CheckboxProps Index # Properties # className disabled inline label theme value Methods # onChange Properties # Optional className # \u2022 className ? : string Defined in src/renderer/components/checkbox/checkbox.tsx:7 Optional disabled # \u2022 disabled ? : boolean Defined in src/renderer/components/checkbox/checkbox.tsx:10 Optional inline # \u2022 inline ? : boolean Defined in src/renderer/components/checkbox/checkbox.tsx:9 Optional label # \u2022 label ? : React.ReactNode Defined in src/renderer/components/checkbox/checkbox.tsx:8 Optional theme # \u2022 theme ? : \"dark\" | \"light\" Defined in src/renderer/components/checkbox/checkbox.tsx:6 Optional value # \u2022 value ? : T Defined in src/renderer/components/checkbox/checkbox.tsx:11 Methods # Optional onChange # \u25b8 onChange ( value : T, evt : ChangeEvent\u2039HTMLInputElement\u203a): void Defined in src/renderer/components/checkbox/checkbox.tsx:12 Parameters: Name Type value T evt ChangeEvent\u2039HTMLInputElement\u203a Returns: void","title":"Interface: CheckboxProps \u2039**T**\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#interface-checkboxprops-t","text":"","title":"Interface: CheckboxProps \u2039T\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#type-parameters","text":"\u25aa T","title":"Type parameters"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#hierarchy","text":"CheckboxProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#properties","text":"className disabled inline label theme value","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/checkbox/checkbox.tsx:7","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#optional-disabled","text":"\u2022 disabled ? : boolean Defined in src/renderer/components/checkbox/checkbox.tsx:10","title":"Optional disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#optional-inline","text":"\u2022 inline ? : boolean Defined in src/renderer/components/checkbox/checkbox.tsx:9","title":"Optional inline"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#optional-label","text":"\u2022 label ? : React.ReactNode Defined in src/renderer/components/checkbox/checkbox.tsx:8","title":"Optional label"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#optional-theme","text":"\u2022 theme ? : \"dark\" | \"light\" Defined in src/renderer/components/checkbox/checkbox.tsx:6","title":"Optional theme"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#optional-value","text":"\u2022 value ? : T Defined in src/renderer/components/checkbox/checkbox.tsx:11","title":"Optional value"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#optional-onchange","text":"\u25b8 onChange ( value : T, evt : ChangeEvent\u2039HTMLInputElement\u203a): void Defined in src/renderer/components/checkbox/checkbox.tsx:12 Parameters: Name Type value T evt ChangeEvent\u2039HTMLInputElement\u203a Returns: void","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/","text":"Interface: ConfirmDialogParams # Hierarchy # ConfirmDialogParams Index # Properties # cancelButtonProps icon labelCancel labelOk message ok okButtonProps Properties # Optional cancelButtonProps # \u2022 cancelButtonProps ? : Partial\u2039 ButtonProps \u203a Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:22 Optional icon # \u2022 icon ? : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:20 Optional labelCancel # \u2022 labelCancel ? : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:18 Optional labelOk # \u2022 labelOk ? : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:17 Optional message # \u2022 message ? : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:19 Optional ok # \u2022 ok ? : function Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:16 Type declaration: \u25b8 (): void Optional okButtonProps # \u2022 okButtonProps ? : Partial\u2039 ButtonProps \u203a Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:21","title":"Interface: ConfirmDialogParams"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/#interface-confirmdialogparams","text":"","title":"Interface: ConfirmDialogParams"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/#hierarchy","text":"ConfirmDialogParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/#properties","text":"cancelButtonProps icon labelCancel labelOk message ok okButtonProps","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/#optional-cancelbuttonprops","text":"\u2022 cancelButtonProps ? : Partial\u2039 ButtonProps \u203a Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:22","title":"Optional cancelButtonProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/#optional-icon","text":"\u2022 icon ? : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:20","title":"Optional icon"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/#optional-labelcancel","text":"\u2022 labelCancel ? : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:18","title":"Optional labelCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/#optional-labelok","text":"\u2022 labelOk ? : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:17","title":"Optional labelOk"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/#optional-message","text":"\u2022 message ? : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:19","title":"Optional message"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/#optional-ok","text":"\u2022 ok ? : function Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:16","title":"Optional ok"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/#optional-okbuttonprops","text":"\u2022 okButtonProps ? : Partial\u2039 ButtonProps \u203a Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:21","title":"Optional okButtonProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogprops/","text":"Interface: ConfirmDialogProps # Hierarchy # object \u21b3 ConfirmDialogProps","title":"Interface: ConfirmDialogProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogprops/#interface-confirmdialogprops","text":"","title":"Interface: ConfirmDialogProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogprops/#hierarchy","text":"object \u21b3 ConfirmDialogProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.cubespinnerprops/","text":"Interface: CubeSpinnerProps # Hierarchy # CubeSpinnerProps Index # Properties # center className Properties # Optional center # \u2022 center ? : boolean Defined in src/renderer/components/spinner/cube-spinner.tsx:7 Optional className # \u2022 className ? : string Defined in src/renderer/components/spinner/cube-spinner.tsx:6","title":"Interface: CubeSpinnerProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.cubespinnerprops/#interface-cubespinnerprops","text":"","title":"Interface: CubeSpinnerProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.cubespinnerprops/#hierarchy","text":"CubeSpinnerProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.cubespinnerprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.cubespinnerprops/#properties","text":"center className","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.cubespinnerprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.cubespinnerprops/#optional-center","text":"\u2022 center ? : boolean Defined in src/renderer/components/spinner/cube-spinner.tsx:7","title":"Optional center"},{"location":"extensions/api/interfaces/_renderer_api_components_.cubespinnerprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/spinner/cube-spinner.tsx:6","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/","text":"Interface: DialogProps # Hierarchy # DialogProps Index # Properties # animated className close isOpen modal onClose onOpen open pinned Properties # Optional animated # \u2022 animated ? : boolean Defined in src/renderer/components/dialog/dialog.tsx:22 Optional className # \u2022 className ? : string Defined in src/renderer/components/dialog/dialog.tsx:14 Optional close # \u2022 close ? : function Defined in src/renderer/components/dialog/dialog.tsx:17 Type declaration: \u25b8 (): void Optional isOpen # \u2022 isOpen ? : boolean Defined in src/renderer/components/dialog/dialog.tsx:15 Optional modal # \u2022 modal ? : boolean Defined in src/renderer/components/dialog/dialog.tsx:20 Optional onClose # \u2022 onClose ? : function Defined in src/renderer/components/dialog/dialog.tsx:19 Type declaration: \u25b8 (): void Optional onOpen # \u2022 onOpen ? : function Defined in src/renderer/components/dialog/dialog.tsx:18 Type declaration: \u25b8 (): void Optional open # \u2022 open ? : function Defined in src/renderer/components/dialog/dialog.tsx:16 Type declaration: \u25b8 (): void Optional pinned # \u2022 pinned ? : boolean Defined in src/renderer/components/dialog/dialog.tsx:21","title":"Interface: DialogProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#interface-dialogprops","text":"","title":"Interface: DialogProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#hierarchy","text":"DialogProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#properties","text":"animated className close isOpen modal onClose onOpen open pinned","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#optional-animated","text":"\u2022 animated ? : boolean Defined in src/renderer/components/dialog/dialog.tsx:22","title":"Optional animated"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/dialog/dialog.tsx:14","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#optional-close","text":"\u2022 close ? : function Defined in src/renderer/components/dialog/dialog.tsx:17","title":"Optional close"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#optional-isopen","text":"\u2022 isOpen ? : boolean Defined in src/renderer/components/dialog/dialog.tsx:15","title":"Optional isOpen"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#optional-modal","text":"\u2022 modal ? : boolean Defined in src/renderer/components/dialog/dialog.tsx:20","title":"Optional modal"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#optional-onclose","text":"\u2022 onClose ? : function Defined in src/renderer/components/dialog/dialog.tsx:19","title":"Optional onClose"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#optional-onopen","text":"\u2022 onOpen ? : function Defined in src/renderer/components/dialog/dialog.tsx:18","title":"Optional onOpen"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#optional-open","text":"\u2022 open ? : function Defined in src/renderer/components/dialog/dialog.tsx:16","title":"Optional open"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#optional-pinned","text":"\u2022 pinned ? : boolean Defined in src/renderer/components/dialog/dialog.tsx:21","title":"Optional pinned"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/","text":"Interface: DrawerItemLabelsProps # Hierarchy # \u21b3 DrawerItemProps \u21b3 DrawerItemLabelsProps Index # Properties # about accessKey aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext autoCapitalize autoCorrect autoSave checkedLink children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir draggable hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType labels labelsOnly lang name onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup renderBoolean resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable valueLink vocab Properties # Optional about # \u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775 Optional accessKey # \u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 Optional aria-activedescendant # \u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Optional aria-atomic # \u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. Optional aria-autocomplete # \u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made. Optional aria-busy # \u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. Optional aria-checked # \u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Optional aria-colcount # \u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Optional aria-colindex # \u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan. Optional aria-colspan # \u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Optional aria-controls # \u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Optional aria-current # \u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements. Optional aria-describedby # \u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby Optional aria-details # \u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Optional aria-disabled # \u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Optional aria-dropeffect # \u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Optional aria-errormessage # \u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Optional aria-expanded # \u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Optional aria-flowto # \u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order. Optional aria-grabbed # \u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Optional aria-haspopup # \u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Optional aria-hidden # \u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled. Optional aria-invalid # \u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Optional aria-keyshortcuts # \u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Optional aria-label # \u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. Optional aria-labelledby # \u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby. Optional aria-level # \u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. Optional aria-live # \u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. Optional aria-modal # \u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. Optional aria-multiline # \u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line. Optional aria-multiselectable # \u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants. Optional aria-orientation # \u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Optional aria-owns # \u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls. Optional aria-placeholder # \u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. Optional aria-posinset # \u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize. Optional aria-pressed # \u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Optional aria-readonly # \u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Optional aria-relevant # \u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Optional aria-required # \u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted. Optional aria-roledescription # \u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element. Optional aria-rowcount # \u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Optional aria-rowindex # \u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan. Optional aria-rowspan # \u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Optional aria-selected # \u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Optional aria-setsize # \u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset. Optional aria-sort # \u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order. Optional aria-valuemax # \u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. Optional aria-valuemin # \u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. Optional aria-valuenow # \u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. Optional aria-valuetext # \u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget. Optional autoCapitalize # \u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 Optional autoCorrect # \u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 Optional autoSave # \u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 Optional checkedLink # \u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : string Inherited from DrawerItemProps . className Overrides ButtonProps . className Defined in src/renderer/components/drawer/drawer-item.tsx:7 Optional color # \u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788 Optional contentEditable # \u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 Optional contextMenu # \u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional datatype # \u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 Optional defaultChecked # \u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 Optional defaultValue # \u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 Optional dir # \u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755 Optional draggable # \u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 Optional hidden # \u2022 hidden ? : boolean Inherited from DrawerItemProps . hidden Overrides IconProps . hidden Defined in src/renderer/components/drawer/drawer-item.tsx:10 Optional id # \u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758 Optional inlist # \u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 Optional inputMode # \u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute Optional is # \u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is Optional itemID # \u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 Optional itemProp # \u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 Optional itemRef # \u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 Optional itemScope # \u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 Optional itemType # \u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 labels # \u2022 labels : string[] Defined in src/renderer/components/drawer/drawer-item-labels.tsx:6 Optional labelsOnly # \u2022 labelsOnly ? : boolean Inherited from DrawerItemProps . labelsOnly Defined in src/renderer/components/drawer/drawer-item.tsx:9 Optional lang # \u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759 name # \u2022 name : React.ReactNode Inherited from DrawerItemProps . name Defined in src/renderer/components/drawer/drawer-item.tsx:6 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional placeholder # \u2022 placeholder ? : string Inherited from ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 Optional prefix # \u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 Optional property # \u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779 Optional radioGroup # \u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 Optional renderBoolean # \u2022 renderBoolean ? : boolean Inherited from DrawerItemProps . renderBoolean Defined in src/renderer/components/drawer/drawer-item.tsx:11 Optional resource # \u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780 Optional results # \u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794 Optional role # \u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772 Optional security # \u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795 Optional slot # \u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761 Optional spellCheck # \u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 Optional style # \u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763 Optional suppressContentEditableWarning # \u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 Optional suppressHydrationWarning # \u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 Optional tabIndex # \u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 Optional title # \u2022 title ? : string Inherited from DrawerItemProps . title Overrides ButtonProps . title Defined in src/renderer/components/drawer/drawer-item.tsx:8 Optional translate # \u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766 Optional typeof # \u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 Optional unselectable # \u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 Optional valueLink # \u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 Optional vocab # \u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Interface: DrawerItemLabelsProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#interface-draweritemlabelsprops","text":"","title":"Interface: DrawerItemLabelsProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#hierarchy","text":"\u21b3 DrawerItemProps \u21b3 DrawerItemLabelsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#properties","text":"about accessKey aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext autoCapitalize autoCorrect autoSave checkedLink children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir draggable hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType labels labelsOnly lang name onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup renderBoolean resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable valueLink vocab","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-about","text":"\u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"Optional about"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-accesskey","text":"\u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"Optional accessKey"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-activedescendant","text":"\u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"Optional aria-activedescendant"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-atomic","text":"\u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.","title":"Optional aria-atomic"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-autocomplete","text":"\u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.","title":"Optional aria-autocomplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-busy","text":"\u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.","title":"Optional aria-busy"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-checked","text":"\u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected.","title":"Optional aria-checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-colcount","text":"\u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"Optional aria-colcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-colindex","text":"\u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan.","title":"Optional aria-colindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-colspan","text":"\u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan.","title":"Optional aria-colspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-controls","text":"\u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns.","title":"Optional aria-controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-current","text":"\u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements.","title":"Optional aria-current"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-describedby","text":"\u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby","title":"Optional aria-describedby"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-details","text":"\u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"Optional aria-details"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-disabled","text":"\u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly.","title":"Optional aria-disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-dropeffect","text":"\u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1","title":"Optional aria-dropeffect"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-errormessage","text":"\u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"Optional aria-errormessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-expanded","text":"\u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"Optional aria-expanded"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-flowto","text":"\u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.","title":"Optional aria-flowto"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-grabbed","text":"\u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"Optional aria-grabbed"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-haspopup","text":"\u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.","title":"Optional aria-haspopup"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-hidden","text":"\u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"Optional aria-hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-invalid","text":"\u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"Optional aria-invalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-keyshortcuts","text":"\u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"Optional aria-keyshortcuts"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-label","text":"\u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby.","title":"Optional aria-label"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-labelledby","text":"\u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"Optional aria-labelledby"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-level","text":"\u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"Optional aria-level"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-live","text":"\u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.","title":"Optional aria-live"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-modal","text":"\u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"Optional aria-modal"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-multiline","text":"\u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line.","title":"Optional aria-multiline"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-multiselectable","text":"\u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants.","title":"Optional aria-multiselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-orientation","text":"\u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"Optional aria-orientation"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-owns","text":"\u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls.","title":"Optional aria-owns"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-placeholder","text":"\u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.","title":"Optional aria-placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-posinset","text":"\u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize.","title":"Optional aria-posinset"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-pressed","text":"\u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"Optional aria-pressed"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-readonly","text":"\u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"Optional aria-readonly"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-relevant","text":"\u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic.","title":"Optional aria-relevant"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-required","text":"\u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted.","title":"Optional aria-required"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-roledescription","text":"\u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element.","title":"Optional aria-roledescription"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-rowcount","text":"\u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"Optional aria-rowcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-rowindex","text":"\u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan.","title":"Optional aria-rowindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-rowspan","text":"\u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan.","title":"Optional aria-rowspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-selected","text":"\u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"Optional aria-selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-setsize","text":"\u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset.","title":"Optional aria-setsize"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-sort","text":"\u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order.","title":"Optional aria-sort"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-valuemax","text":"\u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"Optional aria-valuemax"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-valuemin","text":"\u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"Optional aria-valuemin"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-valuenow","text":"\u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"Optional aria-valuenow"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-valuetext","text":"\u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget.","title":"Optional aria-valuetext"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-autocapitalize","text":"\u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"Optional autoCapitalize"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-autocorrect","text":"\u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"Optional autoCorrect"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-autosave","text":"\u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"Optional autoSave"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-checkedlink","text":"\u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"Optional checkedLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-classname","text":"\u2022 className ? : string Inherited from DrawerItemProps . className Overrides ButtonProps . className Defined in src/renderer/components/drawer/drawer-item.tsx:7","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-color","text":"\u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"Optional color"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-contenteditable","text":"\u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"Optional contentEditable"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-contextmenu","text":"\u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"Optional contextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-datatype","text":"\u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"Optional datatype"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-defaultchecked","text":"\u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"Optional defaultChecked"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-defaultvalue","text":"\u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"Optional defaultValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-dir","text":"\u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"Optional dir"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-draggable","text":"\u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"Optional draggable"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-hidden","text":"\u2022 hidden ? : boolean Inherited from DrawerItemProps . hidden Overrides IconProps . hidden Defined in src/renderer/components/drawer/drawer-item.tsx:10","title":"Optional hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-id","text":"\u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-inlist","text":"\u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"Optional inlist"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-inputmode","text":"\u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute","title":"Optional inputMode"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-is","text":"\u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is","title":"Optional is"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-itemid","text":"\u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"Optional itemID"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-itemprop","text":"\u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"Optional itemProp"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-itemref","text":"\u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"Optional itemRef"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-itemscope","text":"\u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"Optional itemScope"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-itemtype","text":"\u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"Optional itemType"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#labels","text":"\u2022 labels : string[] Defined in src/renderer/components/drawer/drawer-item-labels.tsx:6","title":"labels"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-labelsonly","text":"\u2022 labelsOnly ? : boolean Inherited from DrawerItemProps . labelsOnly Defined in src/renderer/components/drawer/drawer-item.tsx:9","title":"Optional labelsOnly"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-lang","text":"\u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"Optional lang"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#name","text":"\u2022 name : React.ReactNode Inherited from DrawerItemProps . name Defined in src/renderer/components/drawer/drawer-item.tsx:6","title":"name"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-placeholder","text":"\u2022 placeholder ? : string Inherited from ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"Optional placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-prefix","text":"\u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"Optional prefix"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-property","text":"\u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"Optional property"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-radiogroup","text":"\u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"Optional radioGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-renderboolean","text":"\u2022 renderBoolean ? : boolean Inherited from DrawerItemProps . renderBoolean Defined in src/renderer/components/drawer/drawer-item.tsx:11","title":"Optional renderBoolean"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-resource","text":"\u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"Optional resource"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-results","text":"\u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"Optional results"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-role","text":"\u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"Optional role"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-security","text":"\u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"Optional security"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-slot","text":"\u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"Optional slot"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-spellcheck","text":"\u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"Optional spellCheck"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-style","text":"\u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"Optional style"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-suppresscontenteditablewarning","text":"\u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"Optional suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-suppresshydrationwarning","text":"\u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"Optional suppressHydrationWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-tabindex","text":"\u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"Optional tabIndex"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-title","text":"\u2022 title ? : string Inherited from DrawerItemProps . title Overrides ButtonProps . title Defined in src/renderer/components/drawer/drawer-item.tsx:8","title":"Optional title"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-translate","text":"\u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"Optional translate"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-typeof","text":"\u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"Optional typeof"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-unselectable","text":"\u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"Optional unselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-valuelink","text":"\u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"Optional valueLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-vocab","text":"\u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Optional vocab"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/","text":"Interface: DrawerItemProps # Hierarchy # HTMLAttributes\u2039any\u203a \u21b3 DrawerItemProps \u21b3 DrawerItemLabelsProps Index # Properties # about accessKey aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext autoCapitalize autoCorrect autoSave checkedLink children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir draggable hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType labelsOnly lang name onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup renderBoolean resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable valueLink vocab Properties # Optional about # \u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775 Optional accessKey # \u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 Optional aria-activedescendant # \u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Optional aria-atomic # \u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. Optional aria-autocomplete # \u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made. Optional aria-busy # \u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. Optional aria-checked # \u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Optional aria-colcount # \u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Optional aria-colindex # \u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan. Optional aria-colspan # \u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Optional aria-controls # \u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Optional aria-current # \u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements. Optional aria-describedby # \u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby Optional aria-details # \u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Optional aria-disabled # \u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Optional aria-dropeffect # \u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Optional aria-errormessage # \u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Optional aria-expanded # \u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Optional aria-flowto # \u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order. Optional aria-grabbed # \u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Optional aria-haspopup # \u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Optional aria-hidden # \u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled. Optional aria-invalid # \u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Optional aria-keyshortcuts # \u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Optional aria-label # \u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. Optional aria-labelledby # \u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby. Optional aria-level # \u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. Optional aria-live # \u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. Optional aria-modal # \u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. Optional aria-multiline # \u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line. Optional aria-multiselectable # \u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants. Optional aria-orientation # \u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Optional aria-owns # \u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls. Optional aria-placeholder # \u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. Optional aria-posinset # \u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize. Optional aria-pressed # \u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Optional aria-readonly # \u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Optional aria-relevant # \u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Optional aria-required # \u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted. Optional aria-roledescription # \u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element. Optional aria-rowcount # \u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Optional aria-rowindex # \u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan. Optional aria-rowspan # \u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Optional aria-selected # \u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Optional aria-setsize # \u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset. Optional aria-sort # \u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order. Optional aria-valuemax # \u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. Optional aria-valuemin # \u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. Optional aria-valuenow # \u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. Optional aria-valuetext # \u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget. Optional autoCapitalize # \u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 Optional autoCorrect # \u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 Optional autoSave # \u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 Optional checkedLink # \u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : string Overrides ButtonProps . className Defined in src/renderer/components/drawer/drawer-item.tsx:7 Optional color # \u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788 Optional contentEditable # \u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 Optional contextMenu # \u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional datatype # \u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 Optional defaultChecked # \u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 Optional defaultValue # \u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 Optional dir # \u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755 Optional draggable # \u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 Optional hidden # \u2022 hidden ? : boolean Overrides IconProps . hidden Defined in src/renderer/components/drawer/drawer-item.tsx:10 Optional id # \u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758 Optional inlist # \u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 Optional inputMode # \u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute Optional is # \u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is Optional itemID # \u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 Optional itemProp # \u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 Optional itemRef # \u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 Optional itemScope # \u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 Optional itemType # \u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 Optional labelsOnly # \u2022 labelsOnly ? : boolean Defined in src/renderer/components/drawer/drawer-item.tsx:9 Optional lang # \u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759 name # \u2022 name : React.ReactNode Defined in src/renderer/components/drawer/drawer-item.tsx:6 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional placeholder # \u2022 placeholder ? : string Inherited from ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 Optional prefix # \u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 Optional property # \u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779 Optional radioGroup # \u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 Optional renderBoolean # \u2022 renderBoolean ? : boolean Defined in src/renderer/components/drawer/drawer-item.tsx:11 Optional resource # \u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780 Optional results # \u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794 Optional role # \u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772 Optional security # \u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795 Optional slot # \u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761 Optional spellCheck # \u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 Optional style # \u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763 Optional suppressContentEditableWarning # \u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 Optional suppressHydrationWarning # \u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 Optional tabIndex # \u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 Optional title # \u2022 title ? : string Overrides ButtonProps . title Defined in src/renderer/components/drawer/drawer-item.tsx:8 Optional translate # \u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766 Optional typeof # \u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 Optional unselectable # \u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 Optional valueLink # \u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 Optional vocab # \u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Interface: DrawerItemProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#interface-draweritemprops","text":"","title":"Interface: DrawerItemProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#hierarchy","text":"HTMLAttributes\u2039any\u203a \u21b3 DrawerItemProps \u21b3 DrawerItemLabelsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#properties","text":"about accessKey aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext autoCapitalize autoCorrect autoSave checkedLink children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir draggable hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType labelsOnly lang name onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup renderBoolean resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable valueLink vocab","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-about","text":"\u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"Optional about"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-accesskey","text":"\u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"Optional accessKey"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-activedescendant","text":"\u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"Optional aria-activedescendant"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-atomic","text":"\u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.","title":"Optional aria-atomic"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-autocomplete","text":"\u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.","title":"Optional aria-autocomplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-busy","text":"\u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.","title":"Optional aria-busy"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-checked","text":"\u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected.","title":"Optional aria-checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-colcount","text":"\u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"Optional aria-colcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-colindex","text":"\u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan.","title":"Optional aria-colindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-colspan","text":"\u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan.","title":"Optional aria-colspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-controls","text":"\u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns.","title":"Optional aria-controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-current","text":"\u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements.","title":"Optional aria-current"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-describedby","text":"\u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby","title":"Optional aria-describedby"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-details","text":"\u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"Optional aria-details"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-disabled","text":"\u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly.","title":"Optional aria-disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-dropeffect","text":"\u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1","title":"Optional aria-dropeffect"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-errormessage","text":"\u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"Optional aria-errormessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-expanded","text":"\u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"Optional aria-expanded"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-flowto","text":"\u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.","title":"Optional aria-flowto"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-grabbed","text":"\u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"Optional aria-grabbed"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-haspopup","text":"\u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.","title":"Optional aria-haspopup"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-hidden","text":"\u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"Optional aria-hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-invalid","text":"\u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"Optional aria-invalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-keyshortcuts","text":"\u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"Optional aria-keyshortcuts"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-label","text":"\u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby.","title":"Optional aria-label"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-labelledby","text":"\u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"Optional aria-labelledby"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-level","text":"\u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"Optional aria-level"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-live","text":"\u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.","title":"Optional aria-live"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-modal","text":"\u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"Optional aria-modal"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-multiline","text":"\u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line.","title":"Optional aria-multiline"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-multiselectable","text":"\u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants.","title":"Optional aria-multiselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-orientation","text":"\u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"Optional aria-orientation"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-owns","text":"\u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls.","title":"Optional aria-owns"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-placeholder","text":"\u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.","title":"Optional aria-placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-posinset","text":"\u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize.","title":"Optional aria-posinset"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-pressed","text":"\u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"Optional aria-pressed"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-readonly","text":"\u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"Optional aria-readonly"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-relevant","text":"\u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic.","title":"Optional aria-relevant"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-required","text":"\u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted.","title":"Optional aria-required"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-roledescription","text":"\u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element.","title":"Optional aria-roledescription"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-rowcount","text":"\u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"Optional aria-rowcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-rowindex","text":"\u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan.","title":"Optional aria-rowindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-rowspan","text":"\u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan.","title":"Optional aria-rowspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-selected","text":"\u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"Optional aria-selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-setsize","text":"\u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset.","title":"Optional aria-setsize"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-sort","text":"\u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order.","title":"Optional aria-sort"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-valuemax","text":"\u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"Optional aria-valuemax"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-valuemin","text":"\u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"Optional aria-valuemin"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-valuenow","text":"\u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"Optional aria-valuenow"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-valuetext","text":"\u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget.","title":"Optional aria-valuetext"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-autocapitalize","text":"\u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"Optional autoCapitalize"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-autocorrect","text":"\u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"Optional autoCorrect"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-autosave","text":"\u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"Optional autoSave"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-checkedlink","text":"\u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"Optional checkedLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-classname","text":"\u2022 className ? : string Overrides ButtonProps . className Defined in src/renderer/components/drawer/drawer-item.tsx:7","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-color","text":"\u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"Optional color"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-contenteditable","text":"\u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"Optional contentEditable"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-contextmenu","text":"\u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"Optional contextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-datatype","text":"\u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"Optional datatype"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-defaultchecked","text":"\u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"Optional defaultChecked"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-defaultvalue","text":"\u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"Optional defaultValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-dir","text":"\u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"Optional dir"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-draggable","text":"\u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"Optional draggable"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-hidden","text":"\u2022 hidden ? : boolean Overrides IconProps . hidden Defined in src/renderer/components/drawer/drawer-item.tsx:10","title":"Optional hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-id","text":"\u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-inlist","text":"\u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"Optional inlist"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-inputmode","text":"\u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute","title":"Optional inputMode"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-is","text":"\u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is","title":"Optional is"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-itemid","text":"\u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"Optional itemID"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-itemprop","text":"\u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"Optional itemProp"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-itemref","text":"\u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"Optional itemRef"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-itemscope","text":"\u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"Optional itemScope"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-itemtype","text":"\u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"Optional itemType"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-labelsonly","text":"\u2022 labelsOnly ? : boolean Defined in src/renderer/components/drawer/drawer-item.tsx:9","title":"Optional labelsOnly"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-lang","text":"\u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"Optional lang"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#name","text":"\u2022 name : React.ReactNode Defined in src/renderer/components/drawer/drawer-item.tsx:6","title":"name"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-placeholder","text":"\u2022 placeholder ? : string Inherited from ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"Optional placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-prefix","text":"\u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"Optional prefix"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-property","text":"\u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"Optional property"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-radiogroup","text":"\u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"Optional radioGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-renderboolean","text":"\u2022 renderBoolean ? : boolean Defined in src/renderer/components/drawer/drawer-item.tsx:11","title":"Optional renderBoolean"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-resource","text":"\u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"Optional resource"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-results","text":"\u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"Optional results"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-role","text":"\u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"Optional role"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-security","text":"\u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"Optional security"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-slot","text":"\u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"Optional slot"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-spellcheck","text":"\u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"Optional spellCheck"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-style","text":"\u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"Optional style"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-suppresscontenteditablewarning","text":"\u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"Optional suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-suppresshydrationwarning","text":"\u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"Optional suppressHydrationWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-tabindex","text":"\u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"Optional tabIndex"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-title","text":"\u2022 title ? : string Overrides ButtonProps . title Defined in src/renderer/components/drawer/drawer-item.tsx:8","title":"Optional title"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-translate","text":"\u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"Optional translate"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-typeof","text":"\u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"Optional typeof"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-unselectable","text":"\u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"Optional unselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-valuelink","text":"\u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"Optional valueLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-vocab","text":"\u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Optional vocab"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerparamtogglerprops/","text":"Interface: DrawerParamTogglerProps # Hierarchy # DrawerParamTogglerProps Index # Properties # label Properties # label # \u2022 label : string | number Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:9","title":"Interface: DrawerParamTogglerProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerparamtogglerprops/#interface-drawerparamtogglerprops","text":"","title":"Interface: DrawerParamTogglerProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerparamtogglerprops/#hierarchy","text":"DrawerParamTogglerProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerparamtogglerprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerparamtogglerprops/#properties","text":"label","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerparamtogglerprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerparamtogglerprops/#label","text":"\u2022 label : string | number Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:9","title":"label"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/","text":"Interface: DrawerProps # Hierarchy # DrawerProps Index # Properties # animation className contentClass onClose open position size title toolbar usePortal Properties # Optional animation # \u2022 animation ? : AnimateName Defined in src/renderer/components/drawer/drawer.tsx:18 Optional className # \u2022 className ? : string | object Defined in src/renderer/components/drawer/drawer.tsx:15 Optional contentClass # \u2022 contentClass ? : string | object Defined in src/renderer/components/drawer/drawer.tsx:16 Optional onClose # \u2022 onClose ? : function Defined in src/renderer/components/drawer/drawer.tsx:19 Type declaration: \u25b8 (): void open # \u2022 open : boolean Defined in src/renderer/components/drawer/drawer.tsx:11 Optional position # \u2022 position ? : \"top\" | \"left\" | \"right\" | \"bottom\" Defined in src/renderer/components/drawer/drawer.tsx:17 Optional size # \u2022 size ? : string Defined in src/renderer/components/drawer/drawer.tsx:13 title # \u2022 title : React.ReactNode Defined in src/renderer/components/drawer/drawer.tsx:12 Optional toolbar # \u2022 toolbar ? : React.ReactNode Defined in src/renderer/components/drawer/drawer.tsx:20 Optional usePortal # \u2022 usePortal ? : boolean Defined in src/renderer/components/drawer/drawer.tsx:14","title":"Interface: DrawerProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#interface-drawerprops","text":"","title":"Interface: DrawerProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#hierarchy","text":"DrawerProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#properties","text":"animation className contentClass onClose open position size title toolbar usePortal","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#optional-animation","text":"\u2022 animation ? : AnimateName Defined in src/renderer/components/drawer/drawer.tsx:18","title":"Optional animation"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#optional-classname","text":"\u2022 className ? : string | object Defined in src/renderer/components/drawer/drawer.tsx:15","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#optional-contentclass","text":"\u2022 contentClass ? : string | object Defined in src/renderer/components/drawer/drawer.tsx:16","title":"Optional contentClass"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#optional-onclose","text":"\u2022 onClose ? : function Defined in src/renderer/components/drawer/drawer.tsx:19","title":"Optional onClose"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#open","text":"\u2022 open : boolean Defined in src/renderer/components/drawer/drawer.tsx:11","title":"open"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#optional-position","text":"\u2022 position ? : \"top\" | \"left\" | \"right\" | \"bottom\" Defined in src/renderer/components/drawer/drawer.tsx:17","title":"Optional position"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#optional-size","text":"\u2022 size ? : string Defined in src/renderer/components/drawer/drawer.tsx:13","title":"Optional size"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#title","text":"\u2022 title : React.ReactNode Defined in src/renderer/components/drawer/drawer.tsx:12","title":"title"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#optional-toolbar","text":"\u2022 toolbar ? : React.ReactNode Defined in src/renderer/components/drawer/drawer.tsx:20","title":"Optional toolbar"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#optional-useportal","text":"\u2022 usePortal ? : boolean Defined in src/renderer/components/drawer/drawer.tsx:14","title":"Optional usePortal"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawertitleprops/","text":"Interface: DrawerTitleProps # Hierarchy # DrawerTitleProps Index # Properties # className title Properties # Optional className # \u2022 className ? : string Defined in src/renderer/components/drawer/drawer-title.tsx:6 Optional title # \u2022 title ? : React.ReactNode Defined in src/renderer/components/drawer/drawer-title.tsx:7","title":"Interface: DrawerTitleProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawertitleprops/#interface-drawertitleprops","text":"","title":"Interface: DrawerTitleProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawertitleprops/#hierarchy","text":"DrawerTitleProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawertitleprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawertitleprops/#properties","text":"className title","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawertitleprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawertitleprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/drawer/drawer-title.tsx:6","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawertitleprops/#optional-title","text":"\u2022 title ? : React.ReactNode Defined in src/renderer/components/drawer/drawer-title.tsx:7","title":"Optional title"},{"location":"extensions/api/interfaces/_renderer_api_components_.groupselectoption/","text":"Interface: GroupSelectOption \u2039 T \u203a # Type parameters # \u25aa T : SelectOption Hierarchy # GroupSelectOption Index # Properties # label options Properties # label # \u2022 label : ReactNode Defined in src/renderer/components/select/select.tsx:16 options # \u2022 options : T[] Defined in src/renderer/components/select/select.tsx:17","title":"Interface: GroupSelectOption \u2039**T**\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.groupselectoption/#interface-groupselectoption-t","text":"","title":"Interface: GroupSelectOption \u2039T\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.groupselectoption/#type-parameters","text":"\u25aa T : SelectOption","title":"Type parameters"},{"location":"extensions/api/interfaces/_renderer_api_components_.groupselectoption/#hierarchy","text":"GroupSelectOption","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.groupselectoption/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.groupselectoption/#properties","text":"label options","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.groupselectoption/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.groupselectoption/#label","text":"\u2022 label : ReactNode Defined in src/renderer/components/select/select.tsx:16","title":"label"},{"location":"extensions/api/interfaces/_renderer_api_components_.groupselectoption/#options","text":"\u2022 options : T[] Defined in src/renderer/components/select/select.tsx:17","title":"options"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/","text":"Interface: IconProps # Hierarchy # HTMLAttributes\u2039any\u203a TooltipDecoratorProps \u21b3 IconProps Index # Properties # about accessKey active aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext autoCapitalize autoCorrect autoSave big checkedLink children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir disabled draggable focusable hidden href id inlist inputMode interactive is itemID itemProp itemRef itemScope itemType lang link material onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup resource results role security size slot small smallest spellCheck sticker style suppressContentEditableWarning suppressHydrationWarning svg tabIndex title tooltip tooltipOverrideDisabled translate typeof unselectable valueLink vocab Properties # Optional about # \u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775 Optional accessKey # \u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 Optional active # \u2022 active ? : boolean Defined in src/renderer/components/icon/icon.tsx:20 Optional aria-activedescendant # \u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Optional aria-atomic # \u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. Optional aria-autocomplete # \u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made. Optional aria-busy # \u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. Optional aria-checked # \u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Optional aria-colcount # \u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Optional aria-colindex # \u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan. Optional aria-colspan # \u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Optional aria-controls # \u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Optional aria-current # \u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements. Optional aria-describedby # \u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby Optional aria-details # \u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Optional aria-disabled # \u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Optional aria-dropeffect # \u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Optional aria-errormessage # \u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Optional aria-expanded # \u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Optional aria-flowto # \u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order. Optional aria-grabbed # \u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Optional aria-haspopup # \u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Optional aria-hidden # \u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled. Optional aria-invalid # \u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Optional aria-keyshortcuts # \u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Optional aria-label # \u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. Optional aria-labelledby # \u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby. Optional aria-level # \u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. Optional aria-live # \u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. Optional aria-modal # \u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. Optional aria-multiline # \u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line. Optional aria-multiselectable # \u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants. Optional aria-orientation # \u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Optional aria-owns # \u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls. Optional aria-placeholder # \u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. Optional aria-posinset # \u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize. Optional aria-pressed # \u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Optional aria-readonly # \u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Optional aria-relevant # \u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Optional aria-required # \u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted. Optional aria-roledescription # \u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element. Optional aria-rowcount # \u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Optional aria-rowindex # \u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan. Optional aria-rowspan # \u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Optional aria-selected # \u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Optional aria-setsize # \u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset. Optional aria-sort # \u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order. Optional aria-valuemax # \u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. Optional aria-valuemin # \u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. Optional aria-valuenow # \u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. Optional aria-valuetext # \u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget. Optional autoCapitalize # \u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 Optional autoCorrect # \u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 Optional autoSave # \u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 Optional big # \u2022 big ? : boolean Defined in src/renderer/components/icon/icon.tsx:19 Optional checkedLink # \u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752 Optional color # \u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788 Optional contentEditable # \u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 Optional contextMenu # \u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional datatype # \u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 Optional defaultChecked # \u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 Optional defaultValue # \u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 Optional dir # \u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755 Optional disabled # \u2022 disabled ? : boolean Defined in src/renderer/components/icon/icon.tsx:24 Optional draggable # \u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 Optional focusable # \u2022 focusable ? : boolean Defined in src/renderer/components/icon/icon.tsx:22 Optional hidden # \u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 Optional href # \u2022 href ? : string Defined in src/renderer/components/icon/icon.tsx:15 Optional id # \u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758 Optional inlist # \u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 Optional inputMode # \u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute Optional interactive # \u2022 interactive ? : boolean Defined in src/renderer/components/icon/icon.tsx:21 Optional is # \u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is Optional itemID # \u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 Optional itemProp # \u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 Optional itemRef # \u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 Optional itemScope # \u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 Optional itemType # \u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 Optional lang # \u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759 Optional link # \u2022 link ? : LocationDescriptor Defined in src/renderer/components/icon/icon.tsx:14 Optional material # \u2022 material ? : string Defined in src/renderer/components/icon/icon.tsx:12 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional placeholder # \u2022 placeholder ? : string Inherited from ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 Optional prefix # \u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 Optional property # \u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779 Optional radioGroup # \u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 Optional resource # \u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780 Optional results # \u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794 Optional role # \u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772 Optional security # \u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795 Optional size # \u2022 size ? : string | number Defined in src/renderer/components/icon/icon.tsx:16 Optional slot # \u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761 Optional small # \u2022 small ? : boolean Defined in src/renderer/components/icon/icon.tsx:17 Optional smallest # \u2022 smallest ? : boolean Defined in src/renderer/components/icon/icon.tsx:18 Optional spellCheck # \u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 Optional sticker # \u2022 sticker ? : boolean Defined in src/renderer/components/icon/icon.tsx:23 Optional style # \u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763 Optional suppressContentEditableWarning # \u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 Optional suppressHydrationWarning # \u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 Optional svg # \u2022 svg ? : string Defined in src/renderer/components/icon/icon.tsx:13 Optional tabIndex # \u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 Optional title # \u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765 Optional tooltip # \u2022 tooltip ? : ReactNode | Omit\u2039 TooltipProps , \"targetId\"\u203a Inherited from ButtonProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10 Optional tooltipOverrideDisabled # \u2022 tooltipOverrideDisabled ? : boolean Inherited from ButtonProps . tooltipOverrideDisabled Defined in src/renderer/components/tooltip/withTooltip.tsx:15 forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\" Optional translate # \u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766 Optional typeof # \u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 Optional unselectable # \u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 Optional valueLink # \u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 Optional vocab # \u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Interface: IconProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#interface-iconprops","text":"","title":"Interface: IconProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#hierarchy","text":"HTMLAttributes\u2039any\u203a TooltipDecoratorProps \u21b3 IconProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#properties","text":"about accessKey active aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext autoCapitalize autoCorrect autoSave big checkedLink children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir disabled draggable focusable hidden href id inlist inputMode interactive is itemID itemProp itemRef itemScope itemType lang link material onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup resource results role security size slot small smallest spellCheck sticker style suppressContentEditableWarning suppressHydrationWarning svg tabIndex title tooltip tooltipOverrideDisabled translate typeof unselectable valueLink vocab","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-about","text":"\u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"Optional about"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-accesskey","text":"\u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"Optional accessKey"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-active","text":"\u2022 active ? : boolean Defined in src/renderer/components/icon/icon.tsx:20","title":"Optional active"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-activedescendant","text":"\u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"Optional aria-activedescendant"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-atomic","text":"\u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.","title":"Optional aria-atomic"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-autocomplete","text":"\u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.","title":"Optional aria-autocomplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-busy","text":"\u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.","title":"Optional aria-busy"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-checked","text":"\u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected.","title":"Optional aria-checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-colcount","text":"\u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"Optional aria-colcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-colindex","text":"\u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan.","title":"Optional aria-colindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-colspan","text":"\u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan.","title":"Optional aria-colspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-controls","text":"\u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns.","title":"Optional aria-controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-current","text":"\u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements.","title":"Optional aria-current"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-describedby","text":"\u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby","title":"Optional aria-describedby"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-details","text":"\u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"Optional aria-details"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-disabled","text":"\u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly.","title":"Optional aria-disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-dropeffect","text":"\u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1","title":"Optional aria-dropeffect"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-errormessage","text":"\u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"Optional aria-errormessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-expanded","text":"\u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"Optional aria-expanded"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-flowto","text":"\u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.","title":"Optional aria-flowto"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-grabbed","text":"\u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"Optional aria-grabbed"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-haspopup","text":"\u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.","title":"Optional aria-haspopup"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-hidden","text":"\u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"Optional aria-hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-invalid","text":"\u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"Optional aria-invalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-keyshortcuts","text":"\u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"Optional aria-keyshortcuts"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-label","text":"\u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby.","title":"Optional aria-label"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-labelledby","text":"\u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"Optional aria-labelledby"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-level","text":"\u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"Optional aria-level"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-live","text":"\u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.","title":"Optional aria-live"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-modal","text":"\u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"Optional aria-modal"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-multiline","text":"\u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line.","title":"Optional aria-multiline"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-multiselectable","text":"\u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants.","title":"Optional aria-multiselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-orientation","text":"\u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"Optional aria-orientation"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-owns","text":"\u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls.","title":"Optional aria-owns"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-placeholder","text":"\u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.","title":"Optional aria-placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-posinset","text":"\u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize.","title":"Optional aria-posinset"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-pressed","text":"\u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"Optional aria-pressed"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-readonly","text":"\u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"Optional aria-readonly"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-relevant","text":"\u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic.","title":"Optional aria-relevant"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-required","text":"\u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted.","title":"Optional aria-required"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-roledescription","text":"\u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element.","title":"Optional aria-roledescription"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-rowcount","text":"\u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"Optional aria-rowcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-rowindex","text":"\u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan.","title":"Optional aria-rowindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-rowspan","text":"\u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan.","title":"Optional aria-rowspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-selected","text":"\u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"Optional aria-selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-setsize","text":"\u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset.","title":"Optional aria-setsize"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-sort","text":"\u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order.","title":"Optional aria-sort"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-valuemax","text":"\u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"Optional aria-valuemax"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-valuemin","text":"\u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"Optional aria-valuemin"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-valuenow","text":"\u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"Optional aria-valuenow"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-valuetext","text":"\u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget.","title":"Optional aria-valuetext"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-autocapitalize","text":"\u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"Optional autoCapitalize"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-autocorrect","text":"\u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"Optional autoCorrect"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-autosave","text":"\u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"Optional autoSave"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-big","text":"\u2022 big ? : boolean Defined in src/renderer/components/icon/icon.tsx:19","title":"Optional big"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-checkedlink","text":"\u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"Optional checkedLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-classname","text":"\u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-color","text":"\u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"Optional color"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-contenteditable","text":"\u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"Optional contentEditable"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-contextmenu","text":"\u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"Optional contextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-datatype","text":"\u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"Optional datatype"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-defaultchecked","text":"\u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"Optional defaultChecked"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-defaultvalue","text":"\u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"Optional defaultValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-dir","text":"\u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"Optional dir"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-disabled","text":"\u2022 disabled ? : boolean Defined in src/renderer/components/icon/icon.tsx:24","title":"Optional disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-draggable","text":"\u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"Optional draggable"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-focusable","text":"\u2022 focusable ? : boolean Defined in src/renderer/components/icon/icon.tsx:22","title":"Optional focusable"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-hidden","text":"\u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"Optional hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-href","text":"\u2022 href ? : string Defined in src/renderer/components/icon/icon.tsx:15","title":"Optional href"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-id","text":"\u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-inlist","text":"\u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"Optional inlist"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-inputmode","text":"\u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute","title":"Optional inputMode"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-interactive","text":"\u2022 interactive ? : boolean Defined in src/renderer/components/icon/icon.tsx:21","title":"Optional interactive"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-is","text":"\u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is","title":"Optional is"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-itemid","text":"\u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"Optional itemID"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-itemprop","text":"\u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"Optional itemProp"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-itemref","text":"\u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"Optional itemRef"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-itemscope","text":"\u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"Optional itemScope"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-itemtype","text":"\u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"Optional itemType"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-lang","text":"\u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"Optional lang"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-link","text":"\u2022 link ? : LocationDescriptor Defined in src/renderer/components/icon/icon.tsx:14","title":"Optional link"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-material","text":"\u2022 material ? : string Defined in src/renderer/components/icon/icon.tsx:12","title":"Optional material"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-placeholder","text":"\u2022 placeholder ? : string Inherited from ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"Optional placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-prefix","text":"\u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"Optional prefix"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-property","text":"\u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"Optional property"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-radiogroup","text":"\u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"Optional radioGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-resource","text":"\u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"Optional resource"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-results","text":"\u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"Optional results"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-role","text":"\u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"Optional role"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-security","text":"\u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"Optional security"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-size","text":"\u2022 size ? : string | number Defined in src/renderer/components/icon/icon.tsx:16","title":"Optional size"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-slot","text":"\u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"Optional slot"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-small","text":"\u2022 small ? : boolean Defined in src/renderer/components/icon/icon.tsx:17","title":"Optional small"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-smallest","text":"\u2022 smallest ? : boolean Defined in src/renderer/components/icon/icon.tsx:18","title":"Optional smallest"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-spellcheck","text":"\u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"Optional spellCheck"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-sticker","text":"\u2022 sticker ? : boolean Defined in src/renderer/components/icon/icon.tsx:23","title":"Optional sticker"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-style","text":"\u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"Optional style"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-suppresscontenteditablewarning","text":"\u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"Optional suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-suppresshydrationwarning","text":"\u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"Optional suppressHydrationWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-svg","text":"\u2022 svg ? : string Defined in src/renderer/components/icon/icon.tsx:13","title":"Optional svg"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-tabindex","text":"\u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"Optional tabIndex"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-title","text":"\u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"Optional title"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-tooltip","text":"\u2022 tooltip ? : ReactNode | Omit\u2039 TooltipProps , \"targetId\"\u203a Inherited from ButtonProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10","title":"Optional tooltip"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-tooltipoverridedisabled","text":"\u2022 tooltipOverrideDisabled ? : boolean Inherited from ButtonProps . tooltipOverrideDisabled Defined in src/renderer/components/tooltip/withTooltip.tsx:15 forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\"","title":"Optional tooltipOverrideDisabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-translate","text":"\u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"Optional translate"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-typeof","text":"\u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"Optional typeof"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-unselectable","text":"\u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"Optional unselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-valuelink","text":"\u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"Optional valueLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-vocab","text":"\u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Optional vocab"},{"location":"extensions/api/interfaces/_renderer_api_components_.inputvalidator/","text":"Interface: InputValidator # Hierarchy # InputValidator Index # Properties # debounce message Methods # condition validate Properties # Optional debounce # \u2022 debounce ? : number Defined in src/renderer/components/input/input_validators.ts:8 Optional message # \u2022 message ? : ReactNode | function Defined in src/renderer/components/input/input_validators.ts:10 Methods # Optional condition # \u25b8 condition ( props : InputProps ): boolean Defined in src/renderer/components/input/input_validators.ts:9 Parameters: Name Type props InputProps Returns: boolean validate # \u25b8 validate ( value : string, props? : InputProps ): boolean | Promise\u2039any\u203a Defined in src/renderer/components/input/input_validators.ts:11 Parameters: Name Type value string props? InputProps Returns: boolean | Promise\u2039any\u203a","title":"Interface: InputValidator"},{"location":"extensions/api/interfaces/_renderer_api_components_.inputvalidator/#interface-inputvalidator","text":"","title":"Interface: InputValidator"},{"location":"extensions/api/interfaces/_renderer_api_components_.inputvalidator/#hierarchy","text":"InputValidator","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.inputvalidator/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.inputvalidator/#properties","text":"debounce message","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.inputvalidator/#methods","text":"condition validate","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.inputvalidator/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.inputvalidator/#optional-debounce","text":"\u2022 debounce ? : number Defined in src/renderer/components/input/input_validators.ts:8","title":"Optional debounce"},{"location":"extensions/api/interfaces/_renderer_api_components_.inputvalidator/#optional-message","text":"\u2022 message ? : ReactNode | function Defined in src/renderer/components/input/input_validators.ts:10","title":"Optional message"},{"location":"extensions/api/interfaces/_renderer_api_components_.inputvalidator/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.inputvalidator/#optional-condition","text":"\u25b8 condition ( props : InputProps ): boolean Defined in src/renderer/components/input/input_validators.ts:9 Parameters: Name Type props InputProps Returns: boolean","title":"Optional condition"},{"location":"extensions/api/interfaces/_renderer_api_components_.inputvalidator/#validate","text":"\u25b8 validate ( value : string, props? : InputProps ): boolean | Promise\u2039any\u203a Defined in src/renderer/components/input/input_validators.ts:11 Parameters: Name Type value string props? InputProps Returns: boolean | Promise\u2039any\u203a","title":"validate"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeeventdetailsprops/","text":"Interface: KubeEventDetailsProps # Hierarchy # KubeEventDetailsProps Index # Properties # object Properties # object # \u2022 object : KubeObject Defined in src/renderer/components/+events/kube-event-details.tsx:12","title":"Interface: KubeEventDetailsProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeeventdetailsprops/#interface-kubeeventdetailsprops","text":"","title":"Interface: KubeEventDetailsProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeeventdetailsprops/#hierarchy","text":"KubeEventDetailsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeeventdetailsprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeeventdetailsprops/#properties","text":"object","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeeventdetailsprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeeventdetailsprops/#object","text":"\u2022 object : KubeObject Defined in src/renderer/components/+events/kube-event-details.tsx:12","title":"object"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectdetailsprops/","text":"Interface: KubeObjectDetailsProps \u2039 T \u203a # Type parameters # \u25aa T Hierarchy # KubeObjectDetailsProps Index # Properties # className object Properties # Optional className # \u2022 className ? : string Defined in src/renderer/components/kube-object/kube-object-details.tsx:18 object # \u2022 object : T Defined in src/renderer/components/kube-object/kube-object-details.tsx:19","title":"Interface: KubeObjectDetailsProps \u2039**T**\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectdetailsprops/#interface-kubeobjectdetailsprops-t","text":"","title":"Interface: KubeObjectDetailsProps \u2039T\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectdetailsprops/#type-parameters","text":"\u25aa T","title":"Type parameters"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectdetailsprops/#hierarchy","text":"KubeObjectDetailsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectdetailsprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectdetailsprops/#properties","text":"className object","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectdetailsprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectdetailsprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/kube-object/kube-object-details.tsx:18","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectdetailsprops/#object","text":"\u2022 object : T Defined in src/renderer/components/kube-object/kube-object-details.tsx:19","title":"object"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/","text":"Interface: KubeObjectListLayoutProps \u2039 T \u203a # Type parameters # \u25aa T : ItemObject Hierarchy # ItemListLayoutProps \u21b3 KubeObjectListLayoutProps Index # Properties # addRemoveButtons className copyClassNameFromHeadCells customizeHeader customizeRemoveDialog customizeTableRowProps dependentStores detailsItem filterItems hasDetailsView headerClassName hideFilters isClusterScoped isReady isSearchable isSelectable onDetails renderFooter renderHeaderTitle renderItemMenu renderTableContents renderTableHeader searchFilters showHeader sortingCallbacks store tableProps virtual Properties # Optional addRemoveButtons # \u2022 addRemoveButtons ? : Partial\u2039AddRemoveButtonsProps\u203a Inherited from KubeObjectListLayoutProps . addRemoveButtons Defined in src/renderer/components/item-object-list/item-list-layout.tsx:61 className # \u2022 className : IClassName Inherited from KubeObjectListLayoutProps . className Defined in src/renderer/components/item-object-list/item-list-layout.tsx:36 Optional copyClassNameFromHeadCells # \u2022 copyClassNameFromHeadCells ? : boolean Inherited from KubeObjectListLayoutProps . copyClassNameFromHeadCells Defined in src/renderer/components/item-object-list/item-list-layout.tsx:54 Optional customizeHeader # \u2022 customizeHeader ? : function Inherited from KubeObjectListLayoutProps . customizeHeader Defined in src/renderer/components/item-object-list/item-list-layout.tsx:48 Type declaration: \u25b8 ( placeholders : IHeaderPlaceholders, content : ReactNode): Partial\u2039IHeaderPlaceholders\u203a | ReactNode Parameters: Name Type placeholders IHeaderPlaceholders content ReactNode Optional customizeRemoveDialog # \u2022 customizeRemoveDialog ? : function Inherited from KubeObjectListLayoutProps . customizeRemoveDialog Defined in src/renderer/components/item-object-list/item-list-layout.tsx:70 Type declaration: \u25b8 ( selectedItems : T[]): Partial\u2039 ConfirmDialogParams \u203a Parameters: Name Type selectedItems T[] Optional customizeTableRowProps # \u2022 customizeTableRowProps ? : function Inherited from KubeObjectListLayoutProps . customizeTableRowProps Defined in src/renderer/components/item-object-list/item-list-layout.tsx:60 Type declaration: \u25b8 ( item : T): Partial\u2039 TableRowProps \u203a Parameters: Name Type item T Optional dependentStores # \u2022 dependentStores ? : ItemStore[] Inherited from KubeObjectListLayoutProps . dependentStores Defined in src/renderer/components/item-object-list/item-list-layout.tsx:38 Optional detailsItem # \u2022 detailsItem ? : T Inherited from KubeObjectListLayoutProps . detailsItem Defined in src/renderer/components/item-object-list/item-list-layout.tsx:66 Optional filterItems # \u2022 filterItems ? : ItemsFilter\u2039T\u203a[] Inherited from KubeObjectListLayoutProps . filterItems Defined in src/renderer/components/item-object-list/item-list-layout.tsx:42 Optional hasDetailsView # \u2022 hasDetailsView ? : boolean Inherited from KubeObjectListLayoutProps . hasDetailsView Defined in src/renderer/components/item-object-list/item-list-layout.tsx:65 Optional headerClassName # \u2022 headerClassName ? : IClassName Inherited from KubeObjectListLayoutProps . headerClassName Defined in src/renderer/components/item-object-list/item-list-layout.tsx:46 Optional hideFilters # \u2022 hideFilters ? : boolean Inherited from KubeObjectListLayoutProps . hideFilters Defined in src/renderer/components/item-object-list/item-list-layout.tsx:40 Optional isClusterScoped # \u2022 isClusterScoped ? : boolean Inherited from KubeObjectListLayoutProps . isClusterScoped Defined in src/renderer/components/item-object-list/item-list-layout.tsx:39 Optional isReady # \u2022 isReady ? : boolean Inherited from KubeObjectListLayoutProps . isReady Defined in src/renderer/components/item-object-list/item-list-layout.tsx:51 Optional isSearchable # \u2022 isSearchable ? : boolean Inherited from KubeObjectListLayoutProps . isSearchable Defined in src/renderer/components/item-object-list/item-list-layout.tsx:53 Optional isSelectable # \u2022 isSelectable ? : boolean Inherited from KubeObjectListLayoutProps . isSelectable Defined in src/renderer/components/item-object-list/item-list-layout.tsx:52 Optional onDetails # \u2022 onDetails ? : function Inherited from KubeObjectListLayoutProps . onDetails Defined in src/renderer/components/item-object-list/item-list-layout.tsx:67 Type declaration: \u25b8 ( item : T): void Parameters: Name Type item T Optional renderFooter # \u2022 renderFooter ? : function Inherited from KubeObjectListLayoutProps . renderFooter Defined in src/renderer/components/item-object-list/item-list-layout.tsx:71 Type declaration: \u25b8 ( parent : ItemListLayout): React.ReactNode Parameters: Name Type parent ItemListLayout Optional renderHeaderTitle # \u2022 renderHeaderTitle ? : ReactNode | function Inherited from KubeObjectListLayoutProps . renderHeaderTitle Defined in src/renderer/components/item-object-list/item-list-layout.tsx:47 Optional renderItemMenu # \u2022 renderItemMenu ? : function Inherited from KubeObjectListLayoutProps . renderItemMenu Defined in src/renderer/components/item-object-list/item-list-layout.tsx:59 Type declaration: \u25b8 ( item : T, store : ItemStore\u2039T\u203a): ReactNode Parameters: Name Type item T store ItemStore\u2039T\u203a renderTableContents # \u2022 renderTableContents : function Inherited from KubeObjectListLayoutProps . renderTableContents Defined in src/renderer/components/item-object-list/item-list-layout.tsx:58 Type declaration: \u25b8 ( item : T): (string | number | false | true | object | ReactElement\u2039any, string | function | object\u203a | ReactNodeArray\u2039\u203a | ReactPortal\u2039\u203a | TableCellProps \u2039\u203a)[] Parameters: Name Type item T renderTableHeader # \u2022 renderTableHeader : TableCellProps [] | null Inherited from KubeObjectListLayoutProps . renderTableHeader Defined in src/renderer/components/item-object-list/item-list-layout.tsx:57 Optional searchFilters # \u2022 searchFilters ? : SearchFilter\u2039T\u203a[] Inherited from KubeObjectListLayoutProps . searchFilters Defined in src/renderer/components/item-object-list/item-list-layout.tsx:41 Optional showHeader # \u2022 showHeader ? : boolean Inherited from KubeObjectListLayoutProps . showHeader Defined in src/renderer/components/item-object-list/item-list-layout.tsx:45 Optional sortingCallbacks # \u2022 sortingCallbacks ? : object Inherited from KubeObjectListLayoutProps . sortingCallbacks Defined in src/renderer/components/item-object-list/item-list-layout.tsx:55 Type declaration: [ sortBy : string ]: TableSortCallback store # \u2022 store : KubeObjectStore Overrides void Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:12 Optional tableProps # \u2022 tableProps ? : Partial\u2039 TableProps \u203a Inherited from KubeObjectListLayoutProps . tableProps Defined in src/renderer/components/item-object-list/item-list-layout.tsx:56 Optional virtual # \u2022 virtual ? : boolean Inherited from KubeObjectListLayoutProps . virtual Defined in src/renderer/components/item-object-list/item-list-layout.tsx:62","title":"Interface: KubeObjectListLayoutProps \u2039**T**\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#interface-kubeobjectlistlayoutprops-t","text":"","title":"Interface: KubeObjectListLayoutProps \u2039T\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#type-parameters","text":"\u25aa T : ItemObject","title":"Type parameters"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#hierarchy","text":"ItemListLayoutProps \u21b3 KubeObjectListLayoutProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#properties","text":"addRemoveButtons className copyClassNameFromHeadCells customizeHeader customizeRemoveDialog customizeTableRowProps dependentStores detailsItem filterItems hasDetailsView headerClassName hideFilters isClusterScoped isReady isSearchable isSelectable onDetails renderFooter renderHeaderTitle renderItemMenu renderTableContents renderTableHeader searchFilters showHeader sortingCallbacks store tableProps virtual","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-addremovebuttons","text":"\u2022 addRemoveButtons ? : Partial\u2039AddRemoveButtonsProps\u203a Inherited from KubeObjectListLayoutProps . addRemoveButtons Defined in src/renderer/components/item-object-list/item-list-layout.tsx:61","title":"Optional addRemoveButtons"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#classname","text":"\u2022 className : IClassName Inherited from KubeObjectListLayoutProps . className Defined in src/renderer/components/item-object-list/item-list-layout.tsx:36","title":"className"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-copyclassnamefromheadcells","text":"\u2022 copyClassNameFromHeadCells ? : boolean Inherited from KubeObjectListLayoutProps . copyClassNameFromHeadCells Defined in src/renderer/components/item-object-list/item-list-layout.tsx:54","title":"Optional copyClassNameFromHeadCells"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-customizeheader","text":"\u2022 customizeHeader ? : function Inherited from KubeObjectListLayoutProps . customizeHeader Defined in src/renderer/components/item-object-list/item-list-layout.tsx:48","title":"Optional customizeHeader"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-customizeremovedialog","text":"\u2022 customizeRemoveDialog ? : function Inherited from KubeObjectListLayoutProps . customizeRemoveDialog Defined in src/renderer/components/item-object-list/item-list-layout.tsx:70","title":"Optional customizeRemoveDialog"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-customizetablerowprops","text":"\u2022 customizeTableRowProps ? : function Inherited from KubeObjectListLayoutProps . customizeTableRowProps Defined in src/renderer/components/item-object-list/item-list-layout.tsx:60","title":"Optional customizeTableRowProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-dependentstores","text":"\u2022 dependentStores ? : ItemStore[] Inherited from KubeObjectListLayoutProps . dependentStores Defined in src/renderer/components/item-object-list/item-list-layout.tsx:38","title":"Optional dependentStores"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-detailsitem","text":"\u2022 detailsItem ? : T Inherited from KubeObjectListLayoutProps . detailsItem Defined in src/renderer/components/item-object-list/item-list-layout.tsx:66","title":"Optional detailsItem"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-filteritems","text":"\u2022 filterItems ? : ItemsFilter\u2039T\u203a[] Inherited from KubeObjectListLayoutProps . filterItems Defined in src/renderer/components/item-object-list/item-list-layout.tsx:42","title":"Optional filterItems"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-hasdetailsview","text":"\u2022 hasDetailsView ? : boolean Inherited from KubeObjectListLayoutProps . hasDetailsView Defined in src/renderer/components/item-object-list/item-list-layout.tsx:65","title":"Optional hasDetailsView"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-headerclassname","text":"\u2022 headerClassName ? : IClassName Inherited from KubeObjectListLayoutProps . headerClassName Defined in src/renderer/components/item-object-list/item-list-layout.tsx:46","title":"Optional headerClassName"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-hidefilters","text":"\u2022 hideFilters ? : boolean Inherited from KubeObjectListLayoutProps . hideFilters Defined in src/renderer/components/item-object-list/item-list-layout.tsx:40","title":"Optional hideFilters"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-isclusterscoped","text":"\u2022 isClusterScoped ? : boolean Inherited from KubeObjectListLayoutProps . isClusterScoped Defined in src/renderer/components/item-object-list/item-list-layout.tsx:39","title":"Optional isClusterScoped"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-isready","text":"\u2022 isReady ? : boolean Inherited from KubeObjectListLayoutProps . isReady Defined in src/renderer/components/item-object-list/item-list-layout.tsx:51","title":"Optional isReady"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-issearchable","text":"\u2022 isSearchable ? : boolean Inherited from KubeObjectListLayoutProps . isSearchable Defined in src/renderer/components/item-object-list/item-list-layout.tsx:53","title":"Optional isSearchable"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-isselectable","text":"\u2022 isSelectable ? : boolean Inherited from KubeObjectListLayoutProps . isSelectable Defined in src/renderer/components/item-object-list/item-list-layout.tsx:52","title":"Optional isSelectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-ondetails","text":"\u2022 onDetails ? : function Inherited from KubeObjectListLayoutProps . onDetails Defined in src/renderer/components/item-object-list/item-list-layout.tsx:67","title":"Optional onDetails"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-renderfooter","text":"\u2022 renderFooter ? : function Inherited from KubeObjectListLayoutProps . renderFooter Defined in src/renderer/components/item-object-list/item-list-layout.tsx:71","title":"Optional renderFooter"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-renderheadertitle","text":"\u2022 renderHeaderTitle ? : ReactNode | function Inherited from KubeObjectListLayoutProps . renderHeaderTitle Defined in src/renderer/components/item-object-list/item-list-layout.tsx:47","title":"Optional renderHeaderTitle"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-renderitemmenu","text":"\u2022 renderItemMenu ? : function Inherited from KubeObjectListLayoutProps . renderItemMenu Defined in src/renderer/components/item-object-list/item-list-layout.tsx:59","title":"Optional renderItemMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#rendertablecontents","text":"\u2022 renderTableContents : function Inherited from KubeObjectListLayoutProps . renderTableContents Defined in src/renderer/components/item-object-list/item-list-layout.tsx:58","title":"renderTableContents"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#rendertableheader","text":"\u2022 renderTableHeader : TableCellProps [] | null Inherited from KubeObjectListLayoutProps . renderTableHeader Defined in src/renderer/components/item-object-list/item-list-layout.tsx:57","title":"renderTableHeader"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-searchfilters","text":"\u2022 searchFilters ? : SearchFilter\u2039T\u203a[] Inherited from KubeObjectListLayoutProps . searchFilters Defined in src/renderer/components/item-object-list/item-list-layout.tsx:41","title":"Optional searchFilters"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-showheader","text":"\u2022 showHeader ? : boolean Inherited from KubeObjectListLayoutProps . showHeader Defined in src/renderer/components/item-object-list/item-list-layout.tsx:45","title":"Optional showHeader"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-sortingcallbacks","text":"\u2022 sortingCallbacks ? : object Inherited from KubeObjectListLayoutProps . sortingCallbacks Defined in src/renderer/components/item-object-list/item-list-layout.tsx:55","title":"Optional sortingCallbacks"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#store","text":"\u2022 store : KubeObjectStore Overrides void Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:12","title":"store"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-tableprops","text":"\u2022 tableProps ? : Partial\u2039 TableProps \u203a Inherited from KubeObjectListLayoutProps . tableProps Defined in src/renderer/components/item-object-list/item-list-layout.tsx:56","title":"Optional tableProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-virtual","text":"\u2022 virtual ? : boolean Inherited from KubeObjectListLayoutProps . virtual Defined in src/renderer/components/item-object-list/item-list-layout.tsx:62","title":"Optional virtual"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/","text":"Interface: KubeObjectMenuProps \u2039 T \u203a # Type parameters # \u25aa T : KubeObject Hierarchy # \u21b3 MenuActionsProps \u21b3 KubeObjectMenuProps Index # Properties # className editable object removable removeConfirmationMessage toolbar triggerIcon Methods # removeAction updateAction Properties # Optional className # \u2022 className ? : string Inherited from MenuActionsProps . className Defined in src/renderer/components/menu/menu-actions.tsx:16 Optional editable # \u2022 editable ? : boolean Defined in src/renderer/components/kube-object/kube-object-menu.tsx:13 object # \u2022 object : T Defined in src/renderer/components/kube-object/kube-object-menu.tsx:12 Optional removable # \u2022 removable ? : boolean Defined in src/renderer/components/kube-object/kube-object-menu.tsx:14 Optional removeConfirmationMessage # \u2022 removeConfirmationMessage ? : React.ReactNode | function Inherited from MenuActionsProps . removeConfirmationMessage Defined in src/renderer/components/menu/menu-actions.tsx:19 Optional toolbar # \u2022 toolbar ? : boolean Inherited from MenuActionsProps . toolbar Defined in src/renderer/components/menu/menu-actions.tsx:17 Optional triggerIcon # \u2022 triggerIcon ? : string | IconProps | React.ReactNode Inherited from MenuActionsProps . triggerIcon Defined in src/renderer/components/menu/menu-actions.tsx:18 Methods # Optional removeAction # \u25b8 removeAction (): void Inherited from MenuActionsProps . removeAction Defined in src/renderer/components/menu/menu-actions.tsx:21 Returns: void Optional updateAction # \u25b8 updateAction (): void Inherited from MenuActionsProps . updateAction Defined in src/renderer/components/menu/menu-actions.tsx:20 Returns: void","title":"Interface: KubeObjectMenuProps \u2039**T**\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#interface-kubeobjectmenuprops-t","text":"","title":"Interface: KubeObjectMenuProps \u2039T\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#type-parameters","text":"\u25aa T : KubeObject","title":"Type parameters"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#hierarchy","text":"\u21b3 MenuActionsProps \u21b3 KubeObjectMenuProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#properties","text":"className editable object removable removeConfirmationMessage toolbar triggerIcon","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#methods","text":"removeAction updateAction","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#optional-classname","text":"\u2022 className ? : string Inherited from MenuActionsProps . className Defined in src/renderer/components/menu/menu-actions.tsx:16","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#optional-editable","text":"\u2022 editable ? : boolean Defined in src/renderer/components/kube-object/kube-object-menu.tsx:13","title":"Optional editable"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#object","text":"\u2022 object : T Defined in src/renderer/components/kube-object/kube-object-menu.tsx:12","title":"object"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#optional-removable","text":"\u2022 removable ? : boolean Defined in src/renderer/components/kube-object/kube-object-menu.tsx:14","title":"Optional removable"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#optional-removeconfirmationmessage","text":"\u2022 removeConfirmationMessage ? : React.ReactNode | function Inherited from MenuActionsProps . removeConfirmationMessage Defined in src/renderer/components/menu/menu-actions.tsx:19","title":"Optional removeConfirmationMessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#optional-toolbar","text":"\u2022 toolbar ? : boolean Inherited from MenuActionsProps . toolbar Defined in src/renderer/components/menu/menu-actions.tsx:17","title":"Optional toolbar"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#optional-triggericon","text":"\u2022 triggerIcon ? : string | IconProps | React.ReactNode Inherited from MenuActionsProps . triggerIcon Defined in src/renderer/components/menu/menu-actions.tsx:18","title":"Optional triggerIcon"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#optional-removeaction","text":"\u25b8 removeAction (): void Inherited from MenuActionsProps . removeAction Defined in src/renderer/components/menu/menu-actions.tsx:21 Returns: void","title":"Optional removeAction"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#optional-updateaction","text":"\u25b8 updateAction (): void Inherited from MenuActionsProps . updateAction Defined in src/renderer/components/menu/menu-actions.tsx:20 Returns: void","title":"Optional updateAction"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmetaprops/","text":"Interface: KubeObjectMetaProps # Hierarchy # KubeObjectMetaProps Index # Properties # hideFields object Properties # Optional hideFields # \u2022 hideFields ? : IKubeMetaField[] Defined in src/renderer/components/kube-object/kube-object-meta.tsx:12 object # \u2022 object : KubeObject Defined in src/renderer/components/kube-object/kube-object-meta.tsx:11","title":"Interface: KubeObjectMetaProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmetaprops/#interface-kubeobjectmetaprops","text":"","title":"Interface: KubeObjectMetaProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmetaprops/#hierarchy","text":"KubeObjectMetaProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmetaprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmetaprops/#properties","text":"hideFields object","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmetaprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmetaprops/#optional-hidefields","text":"\u2022 hideFields ? : IKubeMetaField[] Defined in src/renderer/components/kube-object/kube-object-meta.tsx:12","title":"Optional hideFields"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmetaprops/#object","text":"\u2022 object : KubeObject Defined in src/renderer/components/kube-object/kube-object-meta.tsx:11","title":"object"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/","text":"Interface: LineProgressProps # Hierarchy # HTMLProps\u2039any\u203a TooltipDecoratorProps \u21b3 LineProgressProps Index # Properties # about accept acceptCharset accessKey action allowFullScreen allowTransparency alt aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext as async autoCapitalize autoComplete autoCorrect autoFocus autoPlay autoSave capture cellPadding cellSpacing challenge charSet checked checkedLink children cite classID className colSpan color cols content contentEditable contextMenu controls coords crossOrigin dangerouslySetInnerHTML data datatype dateTime default defaultChecked defaultValue defer dir disabled download draggable encType form formAction formEncType formMethod formNoValidate formTarget frameBorder headers height hidden high href hrefLang htmlFor httpEquiv id inlist inputMode integrity is itemID itemProp itemRef itemScope itemType key keyParams keyType kind label lang list loop low manifest marginHeight marginWidth max maxLength media mediaGroup method min minLength multiple muted name noValidate nonce onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture open optimum pattern placeholder playsInline poster precise prefix preload property radioGroup readOnly ref rel required resource results reversed role rowSpan rows sandbox scope scoped scrolling seamless security selected shape size sizes slot span spellCheck src srcDoc srcLang srcSet start step style summary suppressContentEditableWarning suppressHydrationWarning tabIndex target title tooltip tooltipOverrideDisabled translate type typeof unselectable useMap value valueLink vocab width wmode wrap Properties # Optional about # \u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775 Optional accept # \u2022 accept ? : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813 Optional acceptCharset # \u2022 acceptCharset ? : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814 Optional accessKey # \u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 Optional action # \u2022 action ? : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815 Optional allowFullScreen # \u2022 allowFullScreen ? : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816 Optional allowTransparency # \u2022 allowTransparency ? : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817 Optional alt # \u2022 alt ? : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818 Optional aria-activedescendant # \u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Optional aria-atomic # \u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. Optional aria-autocomplete # \u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made. Optional aria-busy # \u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. Optional aria-checked # \u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Optional aria-colcount # \u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Optional aria-colindex # \u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan. Optional aria-colspan # \u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Optional aria-controls # \u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Optional aria-current # \u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements. Optional aria-describedby # \u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby Optional aria-details # \u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Optional aria-disabled # \u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Optional aria-dropeffect # \u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Optional aria-errormessage # \u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Optional aria-expanded # \u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Optional aria-flowto # \u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order. Optional aria-grabbed # \u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Optional aria-haspopup # \u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Optional aria-hidden # \u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled. Optional aria-invalid # \u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Optional aria-keyshortcuts # \u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Optional aria-label # \u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. Optional aria-labelledby # \u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby. Optional aria-level # \u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. Optional aria-live # \u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. Optional aria-modal # \u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. Optional aria-multiline # \u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line. Optional aria-multiselectable # \u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants. Optional aria-orientation # \u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Optional aria-owns # \u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls. Optional aria-placeholder # \u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. Optional aria-posinset # \u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize. Optional aria-pressed # \u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Optional aria-readonly # \u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Optional aria-relevant # \u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Optional aria-required # \u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted. Optional aria-roledescription # \u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element. Optional aria-rowcount # \u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Optional aria-rowindex # \u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan. Optional aria-rowspan # \u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Optional aria-selected # \u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Optional aria-setsize # \u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset. Optional aria-sort # \u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order. Optional aria-valuemax # \u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. Optional aria-valuemin # \u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. Optional aria-valuenow # \u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. Optional aria-valuetext # \u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget. Optional as # \u2022 as ? : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819 Optional async # \u2022 async ? : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820 Optional autoCapitalize # \u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 Optional autoComplete # \u2022 autoComplete ? : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821 Optional autoCorrect # \u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 Optional autoFocus # \u2022 autoFocus ? : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822 Optional autoPlay # \u2022 autoPlay ? : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823 Optional autoSave # \u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 Optional capture # \u2022 capture ? : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824 Optional cellPadding # \u2022 cellPadding ? : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825 Optional cellSpacing # \u2022 cellSpacing ? : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826 Optional challenge # \u2022 challenge ? : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828 Optional charSet # \u2022 charSet ? : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827 Optional checked # \u2022 checked ? : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829 Optional checkedLink # \u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional cite # \u2022 cite ? : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830 Optional classID # \u2022 classID ? : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831 Optional className # \u2022 className ? : any Overrides ButtonProps . className Defined in src/renderer/components/line-progress/line-progress.tsx:10 Optional colSpan # \u2022 colSpan ? : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833 Optional color # \u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788 Optional cols # \u2022 cols ? : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832 Optional content # \u2022 content ? : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834 Optional contentEditable # \u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 Optional contextMenu # \u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 Optional controls # \u2022 controls ? : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835 Optional coords # \u2022 coords ? : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836 Optional crossOrigin # \u2022 crossOrigin ? : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional data # \u2022 data ? : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838 Optional datatype # \u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 Optional dateTime # \u2022 dateTime ? : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839 Optional default # \u2022 default ? : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840 Optional defaultChecked # \u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 Optional defaultValue # \u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 Optional defer # \u2022 defer ? : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841 Optional dir # \u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755 Optional disabled # \u2022 disabled ? : boolean Inherited from LineProgressProps . disabled Defined in node_modules/@types/react/index.d.ts:1842 Optional download # \u2022 download ? : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843 Optional draggable # \u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 Optional encType # \u2022 encType ? : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844 Optional form # \u2022 form ? : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845 Optional formAction # \u2022 formAction ? : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846 Optional formEncType # \u2022 formEncType ? : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847 Optional formMethod # \u2022 formMethod ? : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848 Optional formNoValidate # \u2022 formNoValidate ? : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849 Optional formTarget # \u2022 formTarget ? : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850 Optional frameBorder # \u2022 frameBorder ? : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851 Optional headers # \u2022 headers ? : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852 Optional height # \u2022 height ? : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853 Optional hidden # \u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 Optional high # \u2022 high ? : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854 Optional href # \u2022 href ? : string Inherited from LineProgressProps . href Defined in node_modules/@types/react/index.d.ts:1855 Optional hrefLang # \u2022 hrefLang ? : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856 Optional htmlFor # \u2022 htmlFor ? : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857 Optional httpEquiv # \u2022 httpEquiv ? : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858 Optional id # \u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758 Optional inlist # \u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 Optional inputMode # \u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute Optional integrity # \u2022 integrity ? : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859 Optional is # \u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is Optional itemID # \u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 Optional itemProp # \u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 Optional itemRef # \u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 Optional itemScope # \u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 Optional itemType # \u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 Optional key # \u2022 key ? : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139 Optional keyParams # \u2022 keyParams ? : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860 Optional keyType # \u2022 keyType ? : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861 Optional kind # \u2022 kind ? : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862 Optional label # \u2022 label ? : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863 Optional lang # \u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759 Optional list # \u2022 list ? : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864 Optional loop # \u2022 loop ? : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865 Optional low # \u2022 low ? : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866 Optional manifest # \u2022 manifest ? : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867 Optional marginHeight # \u2022 marginHeight ? : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868 Optional marginWidth # \u2022 marginWidth ? : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869 Optional max # \u2022 max ? : number Overrides MenuItemProps . max Defined in src/renderer/components/line-progress/line-progress.tsx:9 Optional maxLength # \u2022 maxLength ? : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871 Optional media # \u2022 media ? : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872 Optional mediaGroup # \u2022 mediaGroup ? : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873 Optional method # \u2022 method ? : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874 Optional min # \u2022 min ? : number Overrides MenuItemProps . min Defined in src/renderer/components/line-progress/line-progress.tsx:8 Optional minLength # \u2022 minLength ? : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876 Optional multiple # \u2022 multiple ? : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877 Optional muted # \u2022 muted ? : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878 Optional name # \u2022 name ? : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879 Optional noValidate # \u2022 noValidate ? : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881 Optional nonce # \u2022 nonce ? : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional open # \u2022 open ? : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882 Optional optimum # \u2022 optimum ? : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883 Optional pattern # \u2022 pattern ? : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884 Optional placeholder # \u2022 placeholder ? : string Inherited from LineProgressProps . placeholder Overrides ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885 Optional playsInline # \u2022 playsInline ? : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886 Optional poster # \u2022 poster ? : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887 Optional precise # \u2022 precise ? : number Defined in src/renderer/components/line-progress/line-progress.tsx:11 Optional prefix # \u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 Optional preload # \u2022 preload ? : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888 Optional property # \u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779 Optional radioGroup # \u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 Optional readOnly # \u2022 readOnly ? : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889 Optional ref # \u2022 ref ? : LegacyRef\u2039any\u203a Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145 Optional rel # \u2022 rel ? : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890 Optional required # \u2022 required ? : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891 Optional resource # \u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780 Optional results # \u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794 Optional reversed # \u2022 reversed ? : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892 Optional role # \u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772 Optional rowSpan # \u2022 rowSpan ? : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894 Optional rows # \u2022 rows ? : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893 Optional sandbox # \u2022 sandbox ? : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895 Optional scope # \u2022 scope ? : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896 Optional scoped # \u2022 scoped ? : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897 Optional scrolling # \u2022 scrolling ? : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898 Optional seamless # \u2022 seamless ? : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899 Optional security # \u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795 Optional selected # \u2022 selected ? : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900 Optional shape # \u2022 shape ? : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901 Optional size # \u2022 size ? : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902 Optional sizes # \u2022 sizes ? : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903 Optional slot # \u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761 Optional span # \u2022 span ? : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904 Optional spellCheck # \u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 Optional src # \u2022 src ? : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905 Optional srcDoc # \u2022 srcDoc ? : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906 Optional srcLang # \u2022 srcLang ? : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907 Optional srcSet # \u2022 srcSet ? : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908 Optional start # \u2022 start ? : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909 Optional step # \u2022 step ? : number | string Inherited from LineProgressProps . step Defined in node_modules/@types/react/index.d.ts:1910 Optional style # \u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763 Optional summary # \u2022 summary ? : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911 Optional suppressContentEditableWarning # \u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 Optional suppressHydrationWarning # \u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 Optional tabIndex # \u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 Optional target # \u2022 target ? : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912 Optional title # \u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765 Optional tooltip # \u2022 tooltip ? : ReactNode | Omit\u2039 TooltipProps , \"targetId\"\u203a Inherited from ButtonProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10 Optional tooltipOverrideDisabled # \u2022 tooltipOverrideDisabled ? : boolean Inherited from ButtonProps . tooltipOverrideDisabled Defined in src/renderer/components/tooltip/withTooltip.tsx:15 forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\" Optional translate # \u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766 Optional type # \u2022 type ? : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913 Optional typeof # \u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 Optional unselectable # \u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 Optional useMap # \u2022 useMap ? : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914 value # \u2022 value : number Overrides MenuItemProps . value Defined in src/renderer/components/line-progress/line-progress.tsx:7 Optional valueLink # \u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 Optional vocab # \u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782 Optional width # \u2022 width ? : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916 Optional wmode # \u2022 wmode ? : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917 Optional wrap # \u2022 wrap ? : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"Interface: LineProgressProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#interface-lineprogressprops","text":"","title":"Interface: LineProgressProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#hierarchy","text":"HTMLProps\u2039any\u203a TooltipDecoratorProps \u21b3 LineProgressProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#properties","text":"about accept acceptCharset accessKey action allowFullScreen allowTransparency alt aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext as async autoCapitalize autoComplete autoCorrect autoFocus autoPlay autoSave capture cellPadding cellSpacing challenge charSet checked checkedLink children cite classID className colSpan color cols content contentEditable contextMenu controls coords crossOrigin dangerouslySetInnerHTML data datatype dateTime default defaultChecked defaultValue defer dir disabled download draggable encType form formAction formEncType formMethod formNoValidate formTarget frameBorder headers height hidden high href hrefLang htmlFor httpEquiv id inlist inputMode integrity is itemID itemProp itemRef itemScope itemType key keyParams keyType kind label lang list loop low manifest marginHeight marginWidth max maxLength media mediaGroup method min minLength multiple muted name noValidate nonce onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture open optimum pattern placeholder playsInline poster precise prefix preload property radioGroup readOnly ref rel required resource results reversed role rowSpan rows sandbox scope scoped scrolling seamless security selected shape size sizes slot span spellCheck src srcDoc srcLang srcSet start step style summary suppressContentEditableWarning suppressHydrationWarning tabIndex target title tooltip tooltipOverrideDisabled translate type typeof unselectable useMap value valueLink vocab width wmode wrap","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-about","text":"\u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"Optional about"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-accept","text":"\u2022 accept ? : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813","title":"Optional accept"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-acceptcharset","text":"\u2022 acceptCharset ? : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814","title":"Optional acceptCharset"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-accesskey","text":"\u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"Optional accessKey"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-action","text":"\u2022 action ? : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815","title":"Optional action"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-allowfullscreen","text":"\u2022 allowFullScreen ? : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816","title":"Optional allowFullScreen"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-allowtransparency","text":"\u2022 allowTransparency ? : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817","title":"Optional allowTransparency"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-alt","text":"\u2022 alt ? : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818","title":"Optional alt"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-activedescendant","text":"\u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"Optional aria-activedescendant"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-atomic","text":"\u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.","title":"Optional aria-atomic"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-autocomplete","text":"\u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.","title":"Optional aria-autocomplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-busy","text":"\u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.","title":"Optional aria-busy"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-checked","text":"\u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected.","title":"Optional aria-checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-colcount","text":"\u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"Optional aria-colcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-colindex","text":"\u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan.","title":"Optional aria-colindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-colspan","text":"\u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan.","title":"Optional aria-colspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-controls","text":"\u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns.","title":"Optional aria-controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-current","text":"\u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements.","title":"Optional aria-current"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-describedby","text":"\u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby","title":"Optional aria-describedby"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-details","text":"\u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"Optional aria-details"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-disabled","text":"\u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly.","title":"Optional aria-disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-dropeffect","text":"\u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1","title":"Optional aria-dropeffect"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-errormessage","text":"\u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"Optional aria-errormessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-expanded","text":"\u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"Optional aria-expanded"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-flowto","text":"\u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.","title":"Optional aria-flowto"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-grabbed","text":"\u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"Optional aria-grabbed"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-haspopup","text":"\u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.","title":"Optional aria-haspopup"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-hidden","text":"\u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"Optional aria-hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-invalid","text":"\u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"Optional aria-invalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-keyshortcuts","text":"\u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"Optional aria-keyshortcuts"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-label","text":"\u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby.","title":"Optional aria-label"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-labelledby","text":"\u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"Optional aria-labelledby"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-level","text":"\u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"Optional aria-level"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-live","text":"\u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.","title":"Optional aria-live"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-modal","text":"\u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"Optional aria-modal"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-multiline","text":"\u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line.","title":"Optional aria-multiline"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-multiselectable","text":"\u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants.","title":"Optional aria-multiselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-orientation","text":"\u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"Optional aria-orientation"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-owns","text":"\u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls.","title":"Optional aria-owns"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-placeholder","text":"\u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.","title":"Optional aria-placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-posinset","text":"\u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize.","title":"Optional aria-posinset"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-pressed","text":"\u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"Optional aria-pressed"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-readonly","text":"\u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"Optional aria-readonly"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-relevant","text":"\u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic.","title":"Optional aria-relevant"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-required","text":"\u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted.","title":"Optional aria-required"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-roledescription","text":"\u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element.","title":"Optional aria-roledescription"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-rowcount","text":"\u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"Optional aria-rowcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-rowindex","text":"\u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan.","title":"Optional aria-rowindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-rowspan","text":"\u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan.","title":"Optional aria-rowspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-selected","text":"\u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"Optional aria-selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-setsize","text":"\u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset.","title":"Optional aria-setsize"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-sort","text":"\u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order.","title":"Optional aria-sort"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-valuemax","text":"\u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"Optional aria-valuemax"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-valuemin","text":"\u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"Optional aria-valuemin"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-valuenow","text":"\u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"Optional aria-valuenow"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-valuetext","text":"\u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget.","title":"Optional aria-valuetext"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-as","text":"\u2022 as ? : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819","title":"Optional as"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-async","text":"\u2022 async ? : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820","title":"Optional async"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-autocapitalize","text":"\u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"Optional autoCapitalize"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-autocomplete","text":"\u2022 autoComplete ? : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821","title":"Optional autoComplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-autocorrect","text":"\u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"Optional autoCorrect"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-autofocus","text":"\u2022 autoFocus ? : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822","title":"Optional autoFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-autoplay","text":"\u2022 autoPlay ? : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823","title":"Optional autoPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-autosave","text":"\u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"Optional autoSave"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-capture","text":"\u2022 capture ? : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824","title":"Optional capture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-cellpadding","text":"\u2022 cellPadding ? : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825","title":"Optional cellPadding"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-cellspacing","text":"\u2022 cellSpacing ? : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826","title":"Optional cellSpacing"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-challenge","text":"\u2022 challenge ? : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828","title":"Optional challenge"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-charset","text":"\u2022 charSet ? : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827","title":"Optional charSet"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-checked","text":"\u2022 checked ? : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829","title":"Optional checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-checkedlink","text":"\u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"Optional checkedLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-cite","text":"\u2022 cite ? : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830","title":"Optional cite"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-classid","text":"\u2022 classID ? : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831","title":"Optional classID"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-classname","text":"\u2022 className ? : any Overrides ButtonProps . className Defined in src/renderer/components/line-progress/line-progress.tsx:10","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-colspan","text":"\u2022 colSpan ? : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833","title":"Optional colSpan"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-color","text":"\u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"Optional color"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-cols","text":"\u2022 cols ? : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832","title":"Optional cols"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-content","text":"\u2022 content ? : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834","title":"Optional content"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-contenteditable","text":"\u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"Optional contentEditable"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-contextmenu","text":"\u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"Optional contextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-controls","text":"\u2022 controls ? : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835","title":"Optional controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-coords","text":"\u2022 coords ? : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836","title":"Optional coords"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-crossorigin","text":"\u2022 crossOrigin ? : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837","title":"Optional crossOrigin"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-data","text":"\u2022 data ? : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838","title":"Optional data"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-datatype","text":"\u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"Optional datatype"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-datetime","text":"\u2022 dateTime ? : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839","title":"Optional dateTime"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-default","text":"\u2022 default ? : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840","title":"Optional default"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-defaultchecked","text":"\u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"Optional defaultChecked"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-defaultvalue","text":"\u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"Optional defaultValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-defer","text":"\u2022 defer ? : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841","title":"Optional defer"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-dir","text":"\u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"Optional dir"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-disabled","text":"\u2022 disabled ? : boolean Inherited from LineProgressProps . disabled Defined in node_modules/@types/react/index.d.ts:1842","title":"Optional disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-download","text":"\u2022 download ? : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843","title":"Optional download"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-draggable","text":"\u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"Optional draggable"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-enctype","text":"\u2022 encType ? : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844","title":"Optional encType"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-form","text":"\u2022 form ? : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845","title":"Optional form"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-formaction","text":"\u2022 formAction ? : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846","title":"Optional formAction"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-formenctype","text":"\u2022 formEncType ? : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847","title":"Optional formEncType"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-formmethod","text":"\u2022 formMethod ? : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848","title":"Optional formMethod"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-formnovalidate","text":"\u2022 formNoValidate ? : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849","title":"Optional formNoValidate"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-formtarget","text":"\u2022 formTarget ? : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850","title":"Optional formTarget"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-frameborder","text":"\u2022 frameBorder ? : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851","title":"Optional frameBorder"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-headers","text":"\u2022 headers ? : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852","title":"Optional headers"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-height","text":"\u2022 height ? : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853","title":"Optional height"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-hidden","text":"\u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"Optional hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-high","text":"\u2022 high ? : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854","title":"Optional high"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-href","text":"\u2022 href ? : string Inherited from LineProgressProps . href Defined in node_modules/@types/react/index.d.ts:1855","title":"Optional href"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-hreflang","text":"\u2022 hrefLang ? : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856","title":"Optional hrefLang"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-htmlfor","text":"\u2022 htmlFor ? : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857","title":"Optional htmlFor"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-httpequiv","text":"\u2022 httpEquiv ? : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858","title":"Optional httpEquiv"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-id","text":"\u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-inlist","text":"\u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"Optional inlist"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-inputmode","text":"\u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute","title":"Optional inputMode"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-integrity","text":"\u2022 integrity ? : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859","title":"Optional integrity"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-is","text":"\u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is","title":"Optional is"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-itemid","text":"\u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"Optional itemID"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-itemprop","text":"\u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"Optional itemProp"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-itemref","text":"\u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"Optional itemRef"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-itemscope","text":"\u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"Optional itemScope"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-itemtype","text":"\u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"Optional itemType"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-key","text":"\u2022 key ? : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139","title":"Optional key"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-keyparams","text":"\u2022 keyParams ? : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860","title":"Optional keyParams"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-keytype","text":"\u2022 keyType ? : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861","title":"Optional keyType"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-kind","text":"\u2022 kind ? : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862","title":"Optional kind"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-label","text":"\u2022 label ? : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863","title":"Optional label"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-lang","text":"\u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"Optional lang"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-list","text":"\u2022 list ? : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864","title":"Optional list"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-loop","text":"\u2022 loop ? : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865","title":"Optional loop"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-low","text":"\u2022 low ? : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866","title":"Optional low"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-manifest","text":"\u2022 manifest ? : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867","title":"Optional manifest"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-marginheight","text":"\u2022 marginHeight ? : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868","title":"Optional marginHeight"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-marginwidth","text":"\u2022 marginWidth ? : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869","title":"Optional marginWidth"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-max","text":"\u2022 max ? : number Overrides MenuItemProps . max Defined in src/renderer/components/line-progress/line-progress.tsx:9","title":"Optional max"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-maxlength","text":"\u2022 maxLength ? : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871","title":"Optional maxLength"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-media","text":"\u2022 media ? : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872","title":"Optional media"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-mediagroup","text":"\u2022 mediaGroup ? : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873","title":"Optional mediaGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-method","text":"\u2022 method ? : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874","title":"Optional method"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-min","text":"\u2022 min ? : number Overrides MenuItemProps . min Defined in src/renderer/components/line-progress/line-progress.tsx:8","title":"Optional min"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-minlength","text":"\u2022 minLength ? : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876","title":"Optional minLength"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-multiple","text":"\u2022 multiple ? : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877","title":"Optional multiple"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-muted","text":"\u2022 muted ? : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878","title":"Optional muted"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-name","text":"\u2022 name ? : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879","title":"Optional name"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-novalidate","text":"\u2022 noValidate ? : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881","title":"Optional noValidate"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-nonce","text":"\u2022 nonce ? : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880","title":"Optional nonce"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-open","text":"\u2022 open ? : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882","title":"Optional open"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-optimum","text":"\u2022 optimum ? : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883","title":"Optional optimum"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-pattern","text":"\u2022 pattern ? : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884","title":"Optional pattern"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-placeholder","text":"\u2022 placeholder ? : string Inherited from LineProgressProps . placeholder Overrides ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885","title":"Optional placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-playsinline","text":"\u2022 playsInline ? : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886","title":"Optional playsInline"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-poster","text":"\u2022 poster ? : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887","title":"Optional poster"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-precise","text":"\u2022 precise ? : number Defined in src/renderer/components/line-progress/line-progress.tsx:11","title":"Optional precise"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-prefix","text":"\u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"Optional prefix"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-preload","text":"\u2022 preload ? : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888","title":"Optional preload"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-property","text":"\u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"Optional property"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-radiogroup","text":"\u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"Optional radioGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-readonly","text":"\u2022 readOnly ? : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889","title":"Optional readOnly"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ref","text":"\u2022 ref ? : LegacyRef\u2039any\u203a Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145","title":"Optional ref"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-rel","text":"\u2022 rel ? : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890","title":"Optional rel"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-required","text":"\u2022 required ? : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891","title":"Optional required"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-resource","text":"\u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"Optional resource"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-results","text":"\u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"Optional results"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-reversed","text":"\u2022 reversed ? : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892","title":"Optional reversed"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-role","text":"\u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"Optional role"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-rowspan","text":"\u2022 rowSpan ? : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894","title":"Optional rowSpan"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-rows","text":"\u2022 rows ? : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893","title":"Optional rows"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-sandbox","text":"\u2022 sandbox ? : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895","title":"Optional sandbox"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-scope","text":"\u2022 scope ? : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896","title":"Optional scope"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-scoped","text":"\u2022 scoped ? : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897","title":"Optional scoped"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-scrolling","text":"\u2022 scrolling ? : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898","title":"Optional scrolling"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-seamless","text":"\u2022 seamless ? : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899","title":"Optional seamless"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-security","text":"\u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"Optional security"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-selected","text":"\u2022 selected ? : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900","title":"Optional selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-shape","text":"\u2022 shape ? : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901","title":"Optional shape"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-size","text":"\u2022 size ? : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902","title":"Optional size"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-sizes","text":"\u2022 sizes ? : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903","title":"Optional sizes"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-slot","text":"\u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"Optional slot"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-span","text":"\u2022 span ? : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904","title":"Optional span"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-spellcheck","text":"\u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"Optional spellCheck"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-src","text":"\u2022 src ? : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905","title":"Optional src"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-srcdoc","text":"\u2022 srcDoc ? : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906","title":"Optional srcDoc"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-srclang","text":"\u2022 srcLang ? : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907","title":"Optional srcLang"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-srcset","text":"\u2022 srcSet ? : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908","title":"Optional srcSet"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-start","text":"\u2022 start ? : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909","title":"Optional start"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-step","text":"\u2022 step ? : number | string Inherited from LineProgressProps . step Defined in node_modules/@types/react/index.d.ts:1910","title":"Optional step"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-style","text":"\u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"Optional style"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-summary","text":"\u2022 summary ? : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911","title":"Optional summary"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-suppresscontenteditablewarning","text":"\u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"Optional suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-suppresshydrationwarning","text":"\u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"Optional suppressHydrationWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-tabindex","text":"\u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"Optional tabIndex"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-target","text":"\u2022 target ? : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912","title":"Optional target"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-title","text":"\u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"Optional title"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-tooltip","text":"\u2022 tooltip ? : ReactNode | Omit\u2039 TooltipProps , \"targetId\"\u203a Inherited from ButtonProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10","title":"Optional tooltip"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-tooltipoverridedisabled","text":"\u2022 tooltipOverrideDisabled ? : boolean Inherited from ButtonProps . tooltipOverrideDisabled Defined in src/renderer/components/tooltip/withTooltip.tsx:15 forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\"","title":"Optional tooltipOverrideDisabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-translate","text":"\u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"Optional translate"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-type","text":"\u2022 type ? : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913","title":"Optional type"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-typeof","text":"\u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"Optional typeof"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-unselectable","text":"\u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"Optional unselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-usemap","text":"\u2022 useMap ? : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914","title":"Optional useMap"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#value","text":"\u2022 value : number Overrides MenuItemProps . value Defined in src/renderer/components/line-progress/line-progress.tsx:7","title":"value"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-valuelink","text":"\u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"Optional valueLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-vocab","text":"\u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Optional vocab"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-width","text":"\u2022 width ? : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916","title":"Optional width"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-wmode","text":"\u2022 wmode ? : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917","title":"Optional wmode"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-wrap","text":"\u2022 wrap ? : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"Optional wrap"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/","text":"Interface: MenuActionsProps # Hierarchy # object \u21b3 MenuActionsProps \u21b3 KubeObjectMenuProps Index # Properties # className removeConfirmationMessage toolbar triggerIcon Methods # removeAction updateAction Properties # Optional className # \u2022 className ? : string Defined in src/renderer/components/menu/menu-actions.tsx:16 Optional removeConfirmationMessage # \u2022 removeConfirmationMessage ? : React.ReactNode | function Defined in src/renderer/components/menu/menu-actions.tsx:19 Optional toolbar # \u2022 toolbar ? : boolean Defined in src/renderer/components/menu/menu-actions.tsx:17 Optional triggerIcon # \u2022 triggerIcon ? : string | IconProps | React.ReactNode Defined in src/renderer/components/menu/menu-actions.tsx:18 Methods # Optional removeAction # \u25b8 removeAction (): void Defined in src/renderer/components/menu/menu-actions.tsx:21 Returns: void Optional updateAction # \u25b8 updateAction (): void Defined in src/renderer/components/menu/menu-actions.tsx:20 Returns: void","title":"Interface: MenuActionsProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#interface-menuactionsprops","text":"","title":"Interface: MenuActionsProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#hierarchy","text":"object \u21b3 MenuActionsProps \u21b3 KubeObjectMenuProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#properties","text":"className removeConfirmationMessage toolbar triggerIcon","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#methods","text":"removeAction updateAction","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/menu/menu-actions.tsx:16","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#optional-removeconfirmationmessage","text":"\u2022 removeConfirmationMessage ? : React.ReactNode | function Defined in src/renderer/components/menu/menu-actions.tsx:19","title":"Optional removeConfirmationMessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#optional-toolbar","text":"\u2022 toolbar ? : boolean Defined in src/renderer/components/menu/menu-actions.tsx:17","title":"Optional toolbar"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#optional-triggericon","text":"\u2022 triggerIcon ? : string | IconProps | React.ReactNode Defined in src/renderer/components/menu/menu-actions.tsx:18","title":"Optional triggerIcon"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#optional-removeaction","text":"\u25b8 removeAction (): void Defined in src/renderer/components/menu/menu-actions.tsx:21 Returns: void","title":"Optional removeAction"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#optional-updateaction","text":"\u25b8 updateAction (): void Defined in src/renderer/components/menu/menu-actions.tsx:20 Returns: void","title":"Optional updateAction"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/","text":"Interface: MenuItemProps # Hierarchy # HTMLProps\u2039any\u203a \u21b3 MenuItemProps Index # Properties # about accept acceptCharset accessKey action active allowFullScreen allowTransparency alt aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext as async autoCapitalize autoComplete autoCorrect autoFocus autoPlay autoSave capture cellPadding cellSpacing challenge charSet checked checkedLink children cite classID className colSpan color cols content contentEditable contextMenu controls coords crossOrigin dangerouslySetInnerHTML data datatype dateTime default defaultChecked defaultValue defer dir disabled download draggable encType form formAction formEncType formMethod formNoValidate formTarget frameBorder headers height hidden high href hrefLang htmlFor httpEquiv icon id inlist inputMode integrity is itemID itemProp itemRef itemScope itemType key keyParams keyType kind label lang list loop low manifest marginHeight marginWidth max maxLength media mediaGroup method min minLength multiple muted name noValidate nonce onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture open optimum pattern placeholder playsInline poster prefix preload property radioGroup readOnly ref rel required resource results reversed role rowSpan rows sandbox scope scoped scrolling seamless security selected shape size sizes slot spacer span spellCheck src srcDoc srcLang srcSet start step style summary suppressContentEditableWarning suppressHydrationWarning tabIndex target title translate type typeof unselectable useMap value valueLink vocab width wmode wrap Properties # Optional about # \u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775 Optional accept # \u2022 accept ? : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813 Optional acceptCharset # \u2022 acceptCharset ? : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814 Optional accessKey # \u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 Optional action # \u2022 action ? : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815 Optional active # \u2022 active ? : boolean Defined in src/renderer/components/menu/menu.tsx:275 Optional allowFullScreen # \u2022 allowFullScreen ? : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816 Optional allowTransparency # \u2022 allowTransparency ? : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817 Optional alt # \u2022 alt ? : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818 Optional aria-activedescendant # \u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Optional aria-atomic # \u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. Optional aria-autocomplete # \u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made. Optional aria-busy # \u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. Optional aria-checked # \u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Optional aria-colcount # \u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Optional aria-colindex # \u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan. Optional aria-colspan # \u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Optional aria-controls # \u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Optional aria-current # \u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements. Optional aria-describedby # \u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby Optional aria-details # \u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Optional aria-disabled # \u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Optional aria-dropeffect # \u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Optional aria-errormessage # \u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Optional aria-expanded # \u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Optional aria-flowto # \u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order. Optional aria-grabbed # \u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Optional aria-haspopup # \u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Optional aria-hidden # \u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled. Optional aria-invalid # \u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Optional aria-keyshortcuts # \u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Optional aria-label # \u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. Optional aria-labelledby # \u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby. Optional aria-level # \u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. Optional aria-live # \u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. Optional aria-modal # \u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. Optional aria-multiline # \u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line. Optional aria-multiselectable # \u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants. Optional aria-orientation # \u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Optional aria-owns # \u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls. Optional aria-placeholder # \u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. Optional aria-posinset # \u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize. Optional aria-pressed # \u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Optional aria-readonly # \u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Optional aria-relevant # \u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Optional aria-required # \u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted. Optional aria-roledescription # \u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element. Optional aria-rowcount # \u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Optional aria-rowindex # \u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan. Optional aria-rowspan # \u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Optional aria-selected # \u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Optional aria-setsize # \u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset. Optional aria-sort # \u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order. Optional aria-valuemax # \u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. Optional aria-valuemin # \u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. Optional aria-valuenow # \u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. Optional aria-valuetext # \u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget. Optional as # \u2022 as ? : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819 Optional async # \u2022 async ? : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820 Optional autoCapitalize # \u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 Optional autoComplete # \u2022 autoComplete ? : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821 Optional autoCorrect # \u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 Optional autoFocus # \u2022 autoFocus ? : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822 Optional autoPlay # \u2022 autoPlay ? : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823 Optional autoSave # \u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 Optional capture # \u2022 capture ? : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824 Optional cellPadding # \u2022 cellPadding ? : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825 Optional cellSpacing # \u2022 cellSpacing ? : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826 Optional challenge # \u2022 challenge ? : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828 Optional charSet # \u2022 charSet ? : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827 Optional checked # \u2022 checked ? : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829 Optional checkedLink # \u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional cite # \u2022 cite ? : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830 Optional classID # \u2022 classID ? : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831 Optional className # \u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752 Optional colSpan # \u2022 colSpan ? : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833 Optional color # \u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788 Optional cols # \u2022 cols ? : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832 Optional content # \u2022 content ? : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834 Optional contentEditable # \u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 Optional contextMenu # \u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 Optional controls # \u2022 controls ? : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835 Optional coords # \u2022 coords ? : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836 Optional crossOrigin # \u2022 crossOrigin ? : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional data # \u2022 data ? : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838 Optional datatype # \u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 Optional dateTime # \u2022 dateTime ? : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839 Optional default # \u2022 default ? : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840 Optional defaultChecked # \u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 Optional defaultValue # \u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 Optional defer # \u2022 defer ? : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841 Optional dir # \u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755 Optional disabled # \u2022 disabled ? : boolean Overrides LineProgressProps . disabled Defined in src/renderer/components/menu/menu.tsx:274 Optional download # \u2022 download ? : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843 Optional draggable # \u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 Optional encType # \u2022 encType ? : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844 Optional form # \u2022 form ? : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845 Optional formAction # \u2022 formAction ? : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846 Optional formEncType # \u2022 formEncType ? : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847 Optional formMethod # \u2022 formMethod ? : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848 Optional formNoValidate # \u2022 formNoValidate ? : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849 Optional formTarget # \u2022 formTarget ? : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850 Optional frameBorder # \u2022 frameBorder ? : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851 Optional headers # \u2022 headers ? : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852 Optional height # \u2022 height ? : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853 Optional hidden # \u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 Optional high # \u2022 high ? : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854 Optional href # \u2022 href ? : string Overrides LineProgressProps . href Defined in src/renderer/components/menu/menu.tsx:277 Optional hrefLang # \u2022 hrefLang ? : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856 Optional htmlFor # \u2022 htmlFor ? : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857 Optional httpEquiv # \u2022 httpEquiv ? : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858 Optional icon # \u2022 icon ? : string | Partial\u2039 IconProps \u203a Defined in src/renderer/components/menu/menu.tsx:273 Optional id # \u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758 Optional inlist # \u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 Optional inputMode # \u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute Optional integrity # \u2022 integrity ? : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859 Optional is # \u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is Optional itemID # \u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 Optional itemProp # \u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 Optional itemRef # \u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 Optional itemScope # \u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 Optional itemType # \u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 Optional key # \u2022 key ? : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139 Optional keyParams # \u2022 keyParams ? : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860 Optional keyType # \u2022 keyType ? : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861 Optional kind # \u2022 kind ? : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862 Optional label # \u2022 label ? : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863 Optional lang # \u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759 Optional list # \u2022 list ? : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864 Optional loop # \u2022 loop ? : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865 Optional low # \u2022 low ? : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866 Optional manifest # \u2022 manifest ? : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867 Optional marginHeight # \u2022 marginHeight ? : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868 Optional marginWidth # \u2022 marginWidth ? : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869 Optional max # \u2022 max ? : number | string Inherited from MenuItemProps . max Defined in node_modules/@types/react/index.d.ts:1870 Optional maxLength # \u2022 maxLength ? : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871 Optional media # \u2022 media ? : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872 Optional mediaGroup # \u2022 mediaGroup ? : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873 Optional method # \u2022 method ? : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874 Optional min # \u2022 min ? : number | string Inherited from MenuItemProps . min Defined in node_modules/@types/react/index.d.ts:1875 Optional minLength # \u2022 minLength ? : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876 Optional multiple # \u2022 multiple ? : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877 Optional muted # \u2022 muted ? : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878 Optional name # \u2022 name ? : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879 Optional noValidate # \u2022 noValidate ? : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881 Optional nonce # \u2022 nonce ? : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional open # \u2022 open ? : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882 Optional optimum # \u2022 optimum ? : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883 Optional pattern # \u2022 pattern ? : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884 Optional placeholder # \u2022 placeholder ? : string Inherited from LineProgressProps . placeholder Overrides ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885 Optional playsInline # \u2022 playsInline ? : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886 Optional poster # \u2022 poster ? : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887 Optional prefix # \u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 Optional preload # \u2022 preload ? : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888 Optional property # \u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779 Optional radioGroup # \u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 Optional readOnly # \u2022 readOnly ? : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889 Optional ref # \u2022 ref ? : LegacyRef\u2039any\u203a Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145 Optional rel # \u2022 rel ? : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890 Optional required # \u2022 required ? : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891 Optional resource # \u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780 Optional results # \u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794 Optional reversed # \u2022 reversed ? : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892 Optional role # \u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772 Optional rowSpan # \u2022 rowSpan ? : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894 Optional rows # \u2022 rows ? : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893 Optional sandbox # \u2022 sandbox ? : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895 Optional scope # \u2022 scope ? : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896 Optional scoped # \u2022 scoped ? : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897 Optional scrolling # \u2022 scrolling ? : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898 Optional seamless # \u2022 seamless ? : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899 Optional security # \u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795 Optional selected # \u2022 selected ? : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900 Optional shape # \u2022 shape ? : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901 Optional size # \u2022 size ? : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902 Optional sizes # \u2022 sizes ? : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903 Optional slot # \u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761 Optional spacer # \u2022 spacer ? : boolean Defined in src/renderer/components/menu/menu.tsx:276 Optional span # \u2022 span ? : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904 Optional spellCheck # \u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 Optional src # \u2022 src ? : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905 Optional srcDoc # \u2022 srcDoc ? : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906 Optional srcLang # \u2022 srcLang ? : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907 Optional srcSet # \u2022 srcSet ? : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908 Optional start # \u2022 start ? : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909 Optional step # \u2022 step ? : number | string Inherited from LineProgressProps . step Defined in node_modules/@types/react/index.d.ts:1910 Optional style # \u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763 Optional summary # \u2022 summary ? : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911 Optional suppressContentEditableWarning # \u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 Optional suppressHydrationWarning # \u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 Optional tabIndex # \u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 Optional target # \u2022 target ? : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912 Optional title # \u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765 Optional translate # \u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766 Optional type # \u2022 type ? : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913 Optional typeof # \u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 Optional unselectable # \u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 Optional useMap # \u2022 useMap ? : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914 Optional value # \u2022 value ? : string | string[] | number Inherited from MenuItemProps . value Defined in node_modules/@types/react/index.d.ts:1915 Optional valueLink # \u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 Optional vocab # \u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782 Optional width # \u2022 width ? : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916 Optional wmode # \u2022 wmode ? : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917 Optional wrap # \u2022 wrap ? : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"Interface: MenuItemProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#interface-menuitemprops","text":"","title":"Interface: MenuItemProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#hierarchy","text":"HTMLProps\u2039any\u203a \u21b3 MenuItemProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#properties","text":"about accept acceptCharset accessKey action active allowFullScreen allowTransparency alt aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext as async autoCapitalize autoComplete autoCorrect autoFocus autoPlay autoSave capture cellPadding cellSpacing challenge charSet checked checkedLink children cite classID className colSpan color cols content contentEditable contextMenu controls coords crossOrigin dangerouslySetInnerHTML data datatype dateTime default defaultChecked defaultValue defer dir disabled download draggable encType form formAction formEncType formMethod formNoValidate formTarget frameBorder headers height hidden high href hrefLang htmlFor httpEquiv icon id inlist inputMode integrity is itemID itemProp itemRef itemScope itemType key keyParams keyType kind label lang list loop low manifest marginHeight marginWidth max maxLength media mediaGroup method min minLength multiple muted name noValidate nonce onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture open optimum pattern placeholder playsInline poster prefix preload property radioGroup readOnly ref rel required resource results reversed role rowSpan rows sandbox scope scoped scrolling seamless security selected shape size sizes slot spacer span spellCheck src srcDoc srcLang srcSet start step style summary suppressContentEditableWarning suppressHydrationWarning tabIndex target title translate type typeof unselectable useMap value valueLink vocab width wmode wrap","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-about","text":"\u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"Optional about"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-accept","text":"\u2022 accept ? : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813","title":"Optional accept"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-acceptcharset","text":"\u2022 acceptCharset ? : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814","title":"Optional acceptCharset"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-accesskey","text":"\u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"Optional accessKey"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-action","text":"\u2022 action ? : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815","title":"Optional action"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-active","text":"\u2022 active ? : boolean Defined in src/renderer/components/menu/menu.tsx:275","title":"Optional active"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-allowfullscreen","text":"\u2022 allowFullScreen ? : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816","title":"Optional allowFullScreen"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-allowtransparency","text":"\u2022 allowTransparency ? : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817","title":"Optional allowTransparency"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-alt","text":"\u2022 alt ? : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818","title":"Optional alt"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-activedescendant","text":"\u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"Optional aria-activedescendant"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-atomic","text":"\u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.","title":"Optional aria-atomic"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-autocomplete","text":"\u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.","title":"Optional aria-autocomplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-busy","text":"\u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.","title":"Optional aria-busy"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-checked","text":"\u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected.","title":"Optional aria-checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-colcount","text":"\u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"Optional aria-colcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-colindex","text":"\u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan.","title":"Optional aria-colindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-colspan","text":"\u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan.","title":"Optional aria-colspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-controls","text":"\u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns.","title":"Optional aria-controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-current","text":"\u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements.","title":"Optional aria-current"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-describedby","text":"\u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby","title":"Optional aria-describedby"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-details","text":"\u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"Optional aria-details"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-disabled","text":"\u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly.","title":"Optional aria-disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-dropeffect","text":"\u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1","title":"Optional aria-dropeffect"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-errormessage","text":"\u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"Optional aria-errormessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-expanded","text":"\u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"Optional aria-expanded"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-flowto","text":"\u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.","title":"Optional aria-flowto"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-grabbed","text":"\u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"Optional aria-grabbed"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-haspopup","text":"\u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.","title":"Optional aria-haspopup"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-hidden","text":"\u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"Optional aria-hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-invalid","text":"\u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"Optional aria-invalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-keyshortcuts","text":"\u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"Optional aria-keyshortcuts"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-label","text":"\u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby.","title":"Optional aria-label"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-labelledby","text":"\u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"Optional aria-labelledby"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-level","text":"\u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"Optional aria-level"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-live","text":"\u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.","title":"Optional aria-live"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-modal","text":"\u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"Optional aria-modal"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-multiline","text":"\u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line.","title":"Optional aria-multiline"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-multiselectable","text":"\u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants.","title":"Optional aria-multiselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-orientation","text":"\u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"Optional aria-orientation"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-owns","text":"\u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls.","title":"Optional aria-owns"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-placeholder","text":"\u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.","title":"Optional aria-placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-posinset","text":"\u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize.","title":"Optional aria-posinset"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-pressed","text":"\u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"Optional aria-pressed"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-readonly","text":"\u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"Optional aria-readonly"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-relevant","text":"\u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic.","title":"Optional aria-relevant"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-required","text":"\u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted.","title":"Optional aria-required"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-roledescription","text":"\u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element.","title":"Optional aria-roledescription"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-rowcount","text":"\u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"Optional aria-rowcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-rowindex","text":"\u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan.","title":"Optional aria-rowindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-rowspan","text":"\u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan.","title":"Optional aria-rowspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-selected","text":"\u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"Optional aria-selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-setsize","text":"\u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset.","title":"Optional aria-setsize"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-sort","text":"\u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order.","title":"Optional aria-sort"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-valuemax","text":"\u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"Optional aria-valuemax"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-valuemin","text":"\u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"Optional aria-valuemin"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-valuenow","text":"\u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"Optional aria-valuenow"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-valuetext","text":"\u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget.","title":"Optional aria-valuetext"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-as","text":"\u2022 as ? : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819","title":"Optional as"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-async","text":"\u2022 async ? : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820","title":"Optional async"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-autocapitalize","text":"\u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"Optional autoCapitalize"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-autocomplete","text":"\u2022 autoComplete ? : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821","title":"Optional autoComplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-autocorrect","text":"\u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"Optional autoCorrect"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-autofocus","text":"\u2022 autoFocus ? : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822","title":"Optional autoFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-autoplay","text":"\u2022 autoPlay ? : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823","title":"Optional autoPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-autosave","text":"\u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"Optional autoSave"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-capture","text":"\u2022 capture ? : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824","title":"Optional capture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-cellpadding","text":"\u2022 cellPadding ? : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825","title":"Optional cellPadding"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-cellspacing","text":"\u2022 cellSpacing ? : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826","title":"Optional cellSpacing"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-challenge","text":"\u2022 challenge ? : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828","title":"Optional challenge"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-charset","text":"\u2022 charSet ? : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827","title":"Optional charSet"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-checked","text":"\u2022 checked ? : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829","title":"Optional checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-checkedlink","text":"\u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"Optional checkedLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-cite","text":"\u2022 cite ? : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830","title":"Optional cite"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-classid","text":"\u2022 classID ? : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831","title":"Optional classID"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-classname","text":"\u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-colspan","text":"\u2022 colSpan ? : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833","title":"Optional colSpan"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-color","text":"\u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"Optional color"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-cols","text":"\u2022 cols ? : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832","title":"Optional cols"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-content","text":"\u2022 content ? : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834","title":"Optional content"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-contenteditable","text":"\u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"Optional contentEditable"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-contextmenu","text":"\u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"Optional contextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-controls","text":"\u2022 controls ? : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835","title":"Optional controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-coords","text":"\u2022 coords ? : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836","title":"Optional coords"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-crossorigin","text":"\u2022 crossOrigin ? : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837","title":"Optional crossOrigin"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-data","text":"\u2022 data ? : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838","title":"Optional data"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-datatype","text":"\u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"Optional datatype"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-datetime","text":"\u2022 dateTime ? : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839","title":"Optional dateTime"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-default","text":"\u2022 default ? : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840","title":"Optional default"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-defaultchecked","text":"\u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"Optional defaultChecked"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-defaultvalue","text":"\u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"Optional defaultValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-defer","text":"\u2022 defer ? : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841","title":"Optional defer"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-dir","text":"\u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"Optional dir"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-disabled","text":"\u2022 disabled ? : boolean Overrides LineProgressProps . disabled Defined in src/renderer/components/menu/menu.tsx:274","title":"Optional disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-download","text":"\u2022 download ? : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843","title":"Optional download"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-draggable","text":"\u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"Optional draggable"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-enctype","text":"\u2022 encType ? : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844","title":"Optional encType"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-form","text":"\u2022 form ? : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845","title":"Optional form"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-formaction","text":"\u2022 formAction ? : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846","title":"Optional formAction"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-formenctype","text":"\u2022 formEncType ? : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847","title":"Optional formEncType"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-formmethod","text":"\u2022 formMethod ? : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848","title":"Optional formMethod"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-formnovalidate","text":"\u2022 formNoValidate ? : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849","title":"Optional formNoValidate"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-formtarget","text":"\u2022 formTarget ? : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850","title":"Optional formTarget"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-frameborder","text":"\u2022 frameBorder ? : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851","title":"Optional frameBorder"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-headers","text":"\u2022 headers ? : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852","title":"Optional headers"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-height","text":"\u2022 height ? : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853","title":"Optional height"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-hidden","text":"\u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"Optional hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-high","text":"\u2022 high ? : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854","title":"Optional high"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-href","text":"\u2022 href ? : string Overrides LineProgressProps . href Defined in src/renderer/components/menu/menu.tsx:277","title":"Optional href"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-hreflang","text":"\u2022 hrefLang ? : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856","title":"Optional hrefLang"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-htmlfor","text":"\u2022 htmlFor ? : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857","title":"Optional htmlFor"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-httpequiv","text":"\u2022 httpEquiv ? : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858","title":"Optional httpEquiv"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-icon","text":"\u2022 icon ? : string | Partial\u2039 IconProps \u203a Defined in src/renderer/components/menu/menu.tsx:273","title":"Optional icon"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-id","text":"\u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-inlist","text":"\u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"Optional inlist"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-inputmode","text":"\u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute","title":"Optional inputMode"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-integrity","text":"\u2022 integrity ? : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859","title":"Optional integrity"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-is","text":"\u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is","title":"Optional is"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-itemid","text":"\u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"Optional itemID"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-itemprop","text":"\u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"Optional itemProp"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-itemref","text":"\u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"Optional itemRef"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-itemscope","text":"\u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"Optional itemScope"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-itemtype","text":"\u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"Optional itemType"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-key","text":"\u2022 key ? : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139","title":"Optional key"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-keyparams","text":"\u2022 keyParams ? : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860","title":"Optional keyParams"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-keytype","text":"\u2022 keyType ? : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861","title":"Optional keyType"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-kind","text":"\u2022 kind ? : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862","title":"Optional kind"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-label","text":"\u2022 label ? : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863","title":"Optional label"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-lang","text":"\u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"Optional lang"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-list","text":"\u2022 list ? : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864","title":"Optional list"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-loop","text":"\u2022 loop ? : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865","title":"Optional loop"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-low","text":"\u2022 low ? : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866","title":"Optional low"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-manifest","text":"\u2022 manifest ? : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867","title":"Optional manifest"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-marginheight","text":"\u2022 marginHeight ? : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868","title":"Optional marginHeight"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-marginwidth","text":"\u2022 marginWidth ? : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869","title":"Optional marginWidth"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-max","text":"\u2022 max ? : number | string Inherited from MenuItemProps . max Defined in node_modules/@types/react/index.d.ts:1870","title":"Optional max"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-maxlength","text":"\u2022 maxLength ? : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871","title":"Optional maxLength"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-media","text":"\u2022 media ? : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872","title":"Optional media"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-mediagroup","text":"\u2022 mediaGroup ? : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873","title":"Optional mediaGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-method","text":"\u2022 method ? : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874","title":"Optional method"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-min","text":"\u2022 min ? : number | string Inherited from MenuItemProps . min Defined in node_modules/@types/react/index.d.ts:1875","title":"Optional min"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-minlength","text":"\u2022 minLength ? : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876","title":"Optional minLength"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-multiple","text":"\u2022 multiple ? : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877","title":"Optional multiple"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-muted","text":"\u2022 muted ? : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878","title":"Optional muted"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-name","text":"\u2022 name ? : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879","title":"Optional name"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-novalidate","text":"\u2022 noValidate ? : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881","title":"Optional noValidate"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-nonce","text":"\u2022 nonce ? : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880","title":"Optional nonce"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-open","text":"\u2022 open ? : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882","title":"Optional open"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-optimum","text":"\u2022 optimum ? : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883","title":"Optional optimum"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-pattern","text":"\u2022 pattern ? : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884","title":"Optional pattern"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-placeholder","text":"\u2022 placeholder ? : string Inherited from LineProgressProps . placeholder Overrides ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885","title":"Optional placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-playsinline","text":"\u2022 playsInline ? : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886","title":"Optional playsInline"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-poster","text":"\u2022 poster ? : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887","title":"Optional poster"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-prefix","text":"\u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"Optional prefix"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-preload","text":"\u2022 preload ? : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888","title":"Optional preload"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-property","text":"\u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"Optional property"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-radiogroup","text":"\u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"Optional radioGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-readonly","text":"\u2022 readOnly ? : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889","title":"Optional readOnly"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ref","text":"\u2022 ref ? : LegacyRef\u2039any\u203a Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145","title":"Optional ref"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-rel","text":"\u2022 rel ? : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890","title":"Optional rel"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-required","text":"\u2022 required ? : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891","title":"Optional required"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-resource","text":"\u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"Optional resource"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-results","text":"\u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"Optional results"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-reversed","text":"\u2022 reversed ? : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892","title":"Optional reversed"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-role","text":"\u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"Optional role"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-rowspan","text":"\u2022 rowSpan ? : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894","title":"Optional rowSpan"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-rows","text":"\u2022 rows ? : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893","title":"Optional rows"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-sandbox","text":"\u2022 sandbox ? : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895","title":"Optional sandbox"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-scope","text":"\u2022 scope ? : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896","title":"Optional scope"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-scoped","text":"\u2022 scoped ? : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897","title":"Optional scoped"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-scrolling","text":"\u2022 scrolling ? : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898","title":"Optional scrolling"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-seamless","text":"\u2022 seamless ? : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899","title":"Optional seamless"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-security","text":"\u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"Optional security"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-selected","text":"\u2022 selected ? : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900","title":"Optional selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-shape","text":"\u2022 shape ? : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901","title":"Optional shape"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-size","text":"\u2022 size ? : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902","title":"Optional size"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-sizes","text":"\u2022 sizes ? : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903","title":"Optional sizes"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-slot","text":"\u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"Optional slot"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-spacer","text":"\u2022 spacer ? : boolean Defined in src/renderer/components/menu/menu.tsx:276","title":"Optional spacer"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-span","text":"\u2022 span ? : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904","title":"Optional span"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-spellcheck","text":"\u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"Optional spellCheck"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-src","text":"\u2022 src ? : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905","title":"Optional src"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-srcdoc","text":"\u2022 srcDoc ? : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906","title":"Optional srcDoc"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-srclang","text":"\u2022 srcLang ? : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907","title":"Optional srcLang"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-srcset","text":"\u2022 srcSet ? : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908","title":"Optional srcSet"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-start","text":"\u2022 start ? : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909","title":"Optional start"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-step","text":"\u2022 step ? : number | string Inherited from LineProgressProps . step Defined in node_modules/@types/react/index.d.ts:1910","title":"Optional step"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-style","text":"\u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"Optional style"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-summary","text":"\u2022 summary ? : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911","title":"Optional summary"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-suppresscontenteditablewarning","text":"\u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"Optional suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-suppresshydrationwarning","text":"\u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"Optional suppressHydrationWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-tabindex","text":"\u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"Optional tabIndex"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-target","text":"\u2022 target ? : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912","title":"Optional target"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-title","text":"\u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"Optional title"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-translate","text":"\u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"Optional translate"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-type","text":"\u2022 type ? : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913","title":"Optional type"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-typeof","text":"\u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"Optional typeof"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-unselectable","text":"\u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"Optional unselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-usemap","text":"\u2022 useMap ? : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914","title":"Optional useMap"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-value","text":"\u2022 value ? : string | string[] | number Inherited from MenuItemProps . value Defined in node_modules/@types/react/index.d.ts:1915","title":"Optional value"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-valuelink","text":"\u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"Optional valueLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-vocab","text":"\u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Optional vocab"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-width","text":"\u2022 width ? : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916","title":"Optional width"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-wmode","text":"\u2022 wmode ? : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917","title":"Optional wmode"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-wrap","text":"\u2022 wrap ? : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"Optional wrap"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuposition/","text":"Interface: MenuPosition # Hierarchy # MenuPosition Index # Properties # bottom left right top Properties # Optional bottom # \u2022 bottom ? : boolean Defined in src/renderer/components/menu/menu.tsx:17 Optional left # \u2022 left ? : boolean Defined in src/renderer/components/menu/menu.tsx:14 Optional right # \u2022 right ? : boolean Defined in src/renderer/components/menu/menu.tsx:16 Optional top # \u2022 top ? : boolean Defined in src/renderer/components/menu/menu.tsx:15","title":"Interface: MenuPosition"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuposition/#interface-menuposition","text":"","title":"Interface: MenuPosition"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuposition/#hierarchy","text":"MenuPosition","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuposition/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuposition/#properties","text":"bottom left right top","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuposition/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuposition/#optional-bottom","text":"\u2022 bottom ? : boolean Defined in src/renderer/components/menu/menu.tsx:17","title":"Optional bottom"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuposition/#optional-left","text":"\u2022 left ? : boolean Defined in src/renderer/components/menu/menu.tsx:14","title":"Optional left"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuposition/#optional-right","text":"\u2022 right ? : boolean Defined in src/renderer/components/menu/menu.tsx:16","title":"Optional right"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuposition/#optional-top","text":"\u2022 top ? : boolean Defined in src/renderer/components/menu/menu.tsx:15","title":"Optional top"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/","text":"Interface: MenuProps # Hierarchy # MenuProps Index # Properties # autoFocus children className closeOnClickItem closeOnClickOutside closeOnScroll htmlFor id isOpen position usePortal Methods # close open Properties # Optional autoFocus # \u2022 autoFocus ? : boolean Defined in src/renderer/components/menu/menu.tsx:27 Optional children # \u2022 children ? : ReactNode Defined in src/renderer/components/menu/menu.tsx:33 Optional className # \u2022 className ? : string Defined in src/renderer/components/menu/menu.tsx:25 Optional closeOnClickItem # \u2022 closeOnClickItem ? : boolean Defined in src/renderer/components/menu/menu.tsx:29 Optional closeOnClickOutside # \u2022 closeOnClickOutside ? : boolean Defined in src/renderer/components/menu/menu.tsx:30 Optional closeOnScroll # \u2022 closeOnScroll ? : boolean Defined in src/renderer/components/menu/menu.tsx:31 Optional htmlFor # \u2022 htmlFor ? : string Defined in src/renderer/components/menu/menu.tsx:26 Optional id # \u2022 id ? : string Defined in src/renderer/components/menu/menu.tsx:24 Optional isOpen # \u2022 isOpen ? : boolean Defined in src/renderer/components/menu/menu.tsx:21 Optional position # \u2022 position ? : MenuPosition Defined in src/renderer/components/menu/menu.tsx:32 Optional usePortal # \u2022 usePortal ? : boolean | HTMLElement Defined in src/renderer/components/menu/menu.tsx:28 Methods # close # \u25b8 close (): void Defined in src/renderer/components/menu/menu.tsx:23 Returns: void open # \u25b8 open (): void Defined in src/renderer/components/menu/menu.tsx:22 Returns: void","title":"Interface: MenuProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#interface-menuprops","text":"","title":"Interface: MenuProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#hierarchy","text":"MenuProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#properties","text":"autoFocus children className closeOnClickItem closeOnClickOutside closeOnScroll htmlFor id isOpen position usePortal","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#methods","text":"close open","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#optional-autofocus","text":"\u2022 autoFocus ? : boolean Defined in src/renderer/components/menu/menu.tsx:27","title":"Optional autoFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#optional-children","text":"\u2022 children ? : ReactNode Defined in src/renderer/components/menu/menu.tsx:33","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/menu/menu.tsx:25","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#optional-closeonclickitem","text":"\u2022 closeOnClickItem ? : boolean Defined in src/renderer/components/menu/menu.tsx:29","title":"Optional closeOnClickItem"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#optional-closeonclickoutside","text":"\u2022 closeOnClickOutside ? : boolean Defined in src/renderer/components/menu/menu.tsx:30","title":"Optional closeOnClickOutside"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#optional-closeonscroll","text":"\u2022 closeOnScroll ? : boolean Defined in src/renderer/components/menu/menu.tsx:31","title":"Optional closeOnScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#optional-htmlfor","text":"\u2022 htmlFor ? : string Defined in src/renderer/components/menu/menu.tsx:26","title":"Optional htmlFor"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#optional-id","text":"\u2022 id ? : string Defined in src/renderer/components/menu/menu.tsx:24","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#optional-isopen","text":"\u2022 isOpen ? : boolean Defined in src/renderer/components/menu/menu.tsx:21","title":"Optional isOpen"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#optional-position","text":"\u2022 position ? : MenuPosition Defined in src/renderer/components/menu/menu.tsx:32","title":"Optional position"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#optional-useportal","text":"\u2022 usePortal ? : boolean | HTMLElement Defined in src/renderer/components/menu/menu.tsx:28","title":"Optional usePortal"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#close","text":"\u25b8 close (): void Defined in src/renderer/components/menu/menu.tsx:23 Returns: void","title":"close"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#open","text":"\u25b8 open (): void Defined in src/renderer/components/menu/menu.tsx:22 Returns: void","title":"open"},{"location":"extensions/api/interfaces/_renderer_api_components_.notification/","text":"Interface: Notification # Hierarchy # Notification Index # Properties # id message status timeout Properties # Optional id # \u2022 id ? : NotificationId Defined in src/renderer/components/notifications/notifications.store.ts:18 message # \u2022 message : NotificationMessage Defined in src/renderer/components/notifications/notifications.store.ts:19 Optional status # \u2022 status ? : NotificationStatus Defined in src/renderer/components/notifications/notifications.store.ts:20 Optional timeout # \u2022 timeout ? : number Defined in src/renderer/components/notifications/notifications.store.ts:21","title":"Interface: Notification"},{"location":"extensions/api/interfaces/_renderer_api_components_.notification/#interface-notification","text":"","title":"Interface: Notification"},{"location":"extensions/api/interfaces/_renderer_api_components_.notification/#hierarchy","text":"Notification","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.notification/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.notification/#properties","text":"id message status timeout","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.notification/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.notification/#optional-id","text":"\u2022 id ? : NotificationId Defined in src/renderer/components/notifications/notifications.store.ts:18","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.notification/#message","text":"\u2022 message : NotificationMessage Defined in src/renderer/components/notifications/notifications.store.ts:19","title":"message"},{"location":"extensions/api/interfaces/_renderer_api_components_.notification/#optional-status","text":"\u2022 status ? : NotificationStatus Defined in src/renderer/components/notifications/notifications.store.ts:20","title":"Optional status"},{"location":"extensions/api/interfaces/_renderer_api_components_.notification/#optional-timeout","text":"\u2022 timeout ? : number Defined in src/renderer/components/notifications/notifications.store.ts:21","title":"Optional timeout"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/","text":"Interface: PageLayoutProps # Hierarchy # DOMAttributes\u2039any\u203a \u21b3 PageLayoutProps Index # Properties # back children className contentClass contentGaps dangerouslySetInnerHTML header headerClass onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture provideBackButtonNavigation showOnTop Properties # Optional back # \u2022 back ? : function Defined in src/renderer/components/layout/page-layout.tsx:17 Type declaration: \u25b8 ( evt : MouseEvent | KeyboardEvent): void Parameters: Name Type evt MouseEvent | KeyboardEvent Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : IClassName Defined in src/renderer/components/layout/page-layout.tsx:10 Optional contentClass # \u2022 contentClass ? : IClassName Defined in src/renderer/components/layout/page-layout.tsx:13 Optional contentGaps # \u2022 contentGaps ? : boolean Defined in src/renderer/components/layout/page-layout.tsx:15 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string header # \u2022 header : React.ReactNode Defined in src/renderer/components/layout/page-layout.tsx:11 Optional headerClass # \u2022 headerClass ? : IClassName Defined in src/renderer/components/layout/page-layout.tsx:12 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional provideBackButtonNavigation # \u2022 provideBackButtonNavigation ? : boolean Defined in src/renderer/components/layout/page-layout.tsx:14 Optional showOnTop # \u2022 showOnTop ? : boolean Defined in src/renderer/components/layout/page-layout.tsx:16","title":"Interface: PageLayoutProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#interface-pagelayoutprops","text":"","title":"Interface: PageLayoutProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#hierarchy","text":"DOMAttributes\u2039any\u203a \u21b3 PageLayoutProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#properties","text":"back children className contentClass contentGaps dangerouslySetInnerHTML header headerClass onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture provideBackButtonNavigation showOnTop","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-back","text":"\u2022 back ? : function Defined in src/renderer/components/layout/page-layout.tsx:17","title":"Optional back"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-classname","text":"\u2022 className ? : IClassName Defined in src/renderer/components/layout/page-layout.tsx:10","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-contentclass","text":"\u2022 contentClass ? : IClassName Defined in src/renderer/components/layout/page-layout.tsx:13","title":"Optional contentClass"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-contentgaps","text":"\u2022 contentGaps ? : boolean Defined in src/renderer/components/layout/page-layout.tsx:15","title":"Optional contentGaps"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#header","text":"\u2022 header : React.ReactNode Defined in src/renderer/components/layout/page-layout.tsx:11","title":"header"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-headerclass","text":"\u2022 headerClass ? : IClassName Defined in src/renderer/components/layout/page-layout.tsx:12","title":"Optional headerClass"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-providebackbuttonnavigation","text":"\u2022 provideBackButtonNavigation ? : boolean Defined in src/renderer/components/layout/page-layout.tsx:14","title":"Optional provideBackButtonNavigation"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-showontop","text":"\u2022 showOnTop ? : boolean Defined in src/renderer/components/layout/page-layout.tsx:16","title":"Optional showOnTop"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/","text":"Interface: RadioGroupProps # Hierarchy # RadioGroupProps Index # Properties # asButtons className disabled value Methods # onChange Properties # Optional asButtons # \u2022 asButtons ? : boolean Defined in src/renderer/components/radio/radio.tsx:11 Optional className # \u2022 className ? : any Defined in src/renderer/components/radio/radio.tsx:9 Optional disabled # \u2022 disabled ? : boolean Defined in src/renderer/components/radio/radio.tsx:12 Optional value # \u2022 value ? : any Defined in src/renderer/components/radio/radio.tsx:10 Methods # Optional onChange # \u25b8 onChange ( value : string): void Defined in src/renderer/components/radio/radio.tsx:13 Parameters: Name Type value string Returns: void","title":"Interface: RadioGroupProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/#interface-radiogroupprops","text":"","title":"Interface: RadioGroupProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/#hierarchy","text":"RadioGroupProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/#properties","text":"asButtons className disabled value","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/#optional-asbuttons","text":"\u2022 asButtons ? : boolean Defined in src/renderer/components/radio/radio.tsx:11","title":"Optional asButtons"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/#optional-classname","text":"\u2022 className ? : any Defined in src/renderer/components/radio/radio.tsx:9","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/#optional-disabled","text":"\u2022 disabled ? : boolean Defined in src/renderer/components/radio/radio.tsx:12","title":"Optional disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/#optional-value","text":"\u2022 value ? : any Defined in src/renderer/components/radio/radio.tsx:10","title":"Optional value"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/#optional-onchange","text":"\u25b8 onChange ( value : string): void Defined in src/renderer/components/radio/radio.tsx:13 Parameters: Name Type value string Returns: void","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectoption/","text":"Interface: SelectOption \u2039 T \u203a # Type parameters # \u25aa T Hierarchy # SelectOption Index # Properties # label value Properties # Optional label # \u2022 label ? : React.ReactNode Defined in src/renderer/components/select/select.tsx:22 value # \u2022 value : T Defined in src/renderer/components/select/select.tsx:21","title":"Interface: SelectOption \u2039**T**\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectoption/#interface-selectoption-t","text":"","title":"Interface: SelectOption \u2039T\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectoption/#type-parameters","text":"\u25aa T","title":"Type parameters"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectoption/#hierarchy","text":"SelectOption","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectoption/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectoption/#properties","text":"label value","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectoption/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectoption/#optional-label","text":"\u2022 label ? : React.ReactNode Defined in src/renderer/components/select/select.tsx:22","title":"Optional label"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectoption/#value","text":"\u2022 value : T Defined in src/renderer/components/select/select.tsx:21","title":"value"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/","text":"Interface: SelectProps \u2039 T \u203a # Type parameters # \u25aa T Hierarchy # Props\u2039T\u203a CreatableProps\u2039T\u203a \u21b3 SelectProps Index # Properties # allowCreateWhileLoading aria-label aria-labelledby autoConvertOptions autoFocus backspaceRemovesValue blurInputOnSelect captureMenuScroll className classNamePrefix closeMenuOnScroll closeMenuOnSelect components controlShouldRenderValue createOptionPosition defaultInputValue defaultMenuIsOpen defaultValue delimiter escapeClearsValue filterOption formatCreateLabel formatGroupLabel formatOptionLabel getNewOptionData getOptionLabel getOptionValue hideSelectedOptions id inputId inputValue instanceId isClearable isCreatable isDisabled isLoading isMulti isOptionDisabled isOptionSelected isRtl isSearchable isValidNewOption loadingMessage maxMenuHeight menuClass menuIsOpen menuPlacement menuPortalTarget menuPosition menuShouldBlockScroll menuShouldScrollIntoView minMenuHeight name noOptionsMessage onBlur onCreateOption onFocus onInputChange onKeyDown onMenuClose onMenuOpen onMenuScrollToBottom onMenuScrollToTop openMenuOnClick openMenuOnFocus options pageSize placeholder screenReaderStatus styles tabIndex tabSelectsValue theme themeName value Methods # onChange Properties # Optional allowCreateWhileLoading # \u2022 allowCreateWhileLoading ? : boolean Inherited from SelectProps . allowCreateWhileLoading Defined in node_modules/@types/react-select/src/Creatable.d.ts:11 Optional aria-label # \u2022 aria-label ? : string Inherited from SelectProps . aria-label Defined in node_modules/@types/react-select/src/Select.d.ts:58 Optional aria-labelledby # \u2022 aria-labelledby ? : string Inherited from SelectProps . aria-labelledby Defined in node_modules/@types/react-select/src/Select.d.ts:60 Optional autoConvertOptions # \u2022 autoConvertOptions ? : boolean Defined in src/renderer/components/select/select.tsx:30 Optional autoFocus # \u2022 autoFocus ? : boolean Inherited from SelectProps . autoFocus Defined in node_modules/@types/react-select/src/Select.d.ts:62 Optional backspaceRemovesValue # \u2022 backspaceRemovesValue ? : boolean Inherited from SelectProps . backspaceRemovesValue Defined in node_modules/@types/react-select/src/Select.d.ts:64 Optional blurInputOnSelect # \u2022 blurInputOnSelect ? : boolean Inherited from SelectProps . blurInputOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:66 Optional captureMenuScroll # \u2022 captureMenuScroll ? : boolean Inherited from SelectProps . captureMenuScroll Defined in node_modules/@types/react-select/src/Select.d.ts:68 Optional className # \u2022 className ? : string Inherited from SelectProps . className Defined in node_modules/@types/react-select/src/Select.d.ts:70 Optional classNamePrefix # \u2022 classNamePrefix ? : string | null Inherited from SelectProps . classNamePrefix Defined in node_modules/@types/react-select/src/Select.d.ts:72 Optional closeMenuOnScroll # \u2022 closeMenuOnScroll ? : boolean | EventListener Inherited from SelectProps . closeMenuOnScroll Defined in node_modules/@types/react-select/src/Select.d.ts:87 Optional closeMenuOnSelect # \u2022 closeMenuOnSelect ? : boolean Inherited from SelectProps . closeMenuOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:74 Optional components # \u2022 components ? : SelectComponentsConfig\u2039T\u203a Inherited from SelectProps . components Defined in node_modules/@types/react-select/src/Select.d.ts:97 Optional controlShouldRenderValue # \u2022 controlShouldRenderValue ? : boolean Inherited from SelectProps . controlShouldRenderValue Defined in node_modules/@types/react-select/src/Select.d.ts:99 Optional createOptionPosition # \u2022 createOptionPosition ? : \"first\" | \"last\" Inherited from SelectProps . createOptionPosition Defined in node_modules/@types/react-select/src/Creatable.d.ts:26 Optional defaultInputValue # \u2022 defaultInputValue ? : string Inherited from SelectProps . defaultInputValue Defined in node_modules/@types/react-select/src/Select.d.ts:207 Optional defaultMenuIsOpen # \u2022 defaultMenuIsOpen ? : boolean Inherited from SelectProps . defaultMenuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:208 Optional defaultValue # \u2022 defaultValue ? : ValueType\u2039T\u203a Inherited from SelectProps . defaultValue Defined in node_modules/@types/react-select/src/Select.d.ts:209 Optional delimiter # \u2022 delimiter ? : string Inherited from SelectProps . delimiter Defined in node_modules/@types/react-select/src/Select.d.ts:101 Optional escapeClearsValue # \u2022 escapeClearsValue ? : boolean Inherited from SelectProps . escapeClearsValue Defined in node_modules/@types/react-select/src/Select.d.ts:103 Optional filterOption # \u2022 filterOption ? : function | null Inherited from SelectProps . filterOption Defined in node_modules/@types/react-select/src/Select.d.ts:105 Optional formatCreateLabel # \u2022 formatCreateLabel ? : function Inherited from SelectProps . formatCreateLabel Defined in node_modules/@types/react-select/src/Creatable.d.ts:14 Type declaration: \u25b8 ( inputValue : string): React.ReactNode Parameters: Name Type inputValue string Optional formatGroupLabel # \u2022 formatGroupLabel ? : formatGroupLabel \u2039T\u203a Inherited from SelectProps . formatGroupLabel Defined in node_modules/@types/react-select/src/Select.d.ts:110 Optional formatOptionLabel # \u2022 formatOptionLabel ? : function Inherited from SelectProps . formatOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:112 Type declaration: \u25b8 ( option : T, labelMeta : FormatOptionLabelMeta\u2039T\u203a): React.ReactNode Parameters: Name Type option T labelMeta FormatOptionLabelMeta\u2039T\u203a Optional getNewOptionData # \u2022 getNewOptionData ? : function Inherited from SelectProps . getNewOptionData Defined in node_modules/@types/react-select/src/Creatable.d.ts:20 Type declaration: \u25b8 ( inputValue : string, optionLabel : React.ReactNode): T Parameters: Name Type inputValue string optionLabel React.ReactNode Optional getOptionLabel # \u2022 getOptionLabel ? : getOptionLabel \u2039T\u203a Inherited from SelectProps . getOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:114 Optional getOptionValue # \u2022 getOptionValue ? : getOptionValue \u2039T\u203a Inherited from SelectProps . getOptionValue Defined in node_modules/@types/react-select/src/Select.d.ts:116 Optional hideSelectedOptions # \u2022 hideSelectedOptions ? : boolean Inherited from SelectProps . hideSelectedOptions Defined in node_modules/@types/react-select/src/Select.d.ts:118 Optional id # \u2022 id ? : string Inherited from SelectProps . id Defined in node_modules/@types/react-select/src/Select.d.ts:120 Optional inputId # \u2022 inputId ? : string Inherited from SelectProps . inputId Defined in node_modules/@types/react-select/src/Select.d.ts:124 Optional inputValue # \u2022 inputValue ? : string Inherited from SelectProps . inputValue Defined in node_modules/@types/react-select/src/Select.d.ts:122 Optional instanceId # \u2022 instanceId ? : number | string Inherited from SelectProps . instanceId Defined in node_modules/@types/react-select/src/Select.d.ts:126 Optional isClearable # \u2022 isClearable ? : boolean Inherited from SelectProps . isClearable Defined in node_modules/@types/react-select/src/Select.d.ts:128 Optional isCreatable # \u2022 isCreatable ? : boolean Defined in src/renderer/components/select/select.tsx:29 Optional isDisabled # \u2022 isDisabled ? : boolean Inherited from SelectProps . isDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:130 Optional isLoading # \u2022 isLoading ? : boolean Inherited from SelectProps . isLoading Defined in node_modules/@types/react-select/src/Select.d.ts:132 Optional isMulti # \u2022 isMulti ? : boolean Inherited from SelectProps . isMulti Defined in node_modules/@types/react-select/src/Select.d.ts:138 Optional isOptionDisabled # \u2022 isOptionDisabled ? : function Inherited from SelectProps . isOptionDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:134 Type declaration: \u25b8 ( option : T, options : OptionsType\u2039T\u203a): boolean | false Parameters: Name Type option T options OptionsType\u2039T\u203a Optional isOptionSelected # \u2022 isOptionSelected ? : function Inherited from SelectProps . isOptionSelected Defined in node_modules/@types/react-select/src/Select.d.ts:136 Type declaration: \u25b8 ( option : T, options : OptionsType\u2039T\u203a): boolean Parameters: Name Type option T options OptionsType\u2039T\u203a Optional isRtl # \u2022 isRtl ? : boolean Inherited from SelectProps . isRtl Defined in node_modules/@types/react-select/src/Select.d.ts:140 Optional isSearchable # \u2022 isSearchable ? : boolean Inherited from SelectProps . isSearchable Defined in node_modules/@types/react-select/src/Select.d.ts:142 Optional isValidNewOption # \u2022 isValidNewOption ? : function Inherited from SelectProps . isValidNewOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:17 Type declaration: \u25b8 ( inputValue : string, value : ValueType\u2039T\u203a, options : OptionsType\u2039T\u203a): boolean Parameters: Name Type inputValue string value ValueType\u2039T\u203a options OptionsType\u2039T\u203a Optional loadingMessage # \u2022 loadingMessage ? : function Inherited from SelectProps . loadingMessage Defined in node_modules/@types/react-select/src/Select.d.ts:144 Type declaration: \u25b8 ( obj : object): string | null Parameters: \u25aa obj : object Name Type inputValue string Optional maxMenuHeight # \u2022 maxMenuHeight ? : number Inherited from SelectProps . maxMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:148 Optional menuClass # \u2022 menuClass ? : string Defined in src/renderer/components/select/select.tsx:28 Optional menuIsOpen # \u2022 menuIsOpen ? : boolean Inherited from SelectProps . menuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:150 Optional menuPlacement # \u2022 menuPlacement ? : MenuPlacement Inherited from SelectProps . menuPlacement Defined in node_modules/@types/react-select/src/Select.d.ts:153 Optional menuPortalTarget # \u2022 menuPortalTarget ? : HTMLElement | null Inherited from SelectProps . menuPortalTarget Defined in node_modules/@types/react-select/src/Select.d.ts:157 Optional menuPosition # \u2022 menuPosition ? : MenuPosition Inherited from SelectProps . menuPosition Defined in node_modules/@types/react-select/src/Select.d.ts:155 Optional menuShouldBlockScroll # \u2022 menuShouldBlockScroll ? : boolean Inherited from SelectProps . menuShouldBlockScroll Defined in node_modules/@types/react-select/src/Select.d.ts:159 Optional menuShouldScrollIntoView # \u2022 menuShouldScrollIntoView ? : boolean Inherited from SelectProps . menuShouldScrollIntoView Defined in node_modules/@types/react-select/src/Select.d.ts:161 Optional minMenuHeight # \u2022 minMenuHeight ? : number Inherited from SelectProps . minMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:146 Optional name # \u2022 name ? : string Inherited from SelectProps . name Defined in node_modules/@types/react-select/src/Select.d.ts:163 Optional noOptionsMessage # \u2022 noOptionsMessage ? : function Inherited from SelectProps . noOptionsMessage Defined in node_modules/@types/react-select/src/Select.d.ts:165 Type declaration: \u25b8 ( obj : object): string | null Parameters: \u25aa obj : object Name Type inputValue string Optional onBlur # \u2022 onBlur ? : FocusEventHandler Inherited from SelectProps . onBlur Defined in node_modules/@types/react-select/src/Select.d.ts:167 Optional onCreateOption # \u2022 onCreateOption ? : function Inherited from SelectProps . onCreateOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:24 Type declaration: \u25b8 ( inputValue : string): void Parameters: Name Type inputValue string Optional onFocus # \u2022 onFocus ? : FocusEventHandler Inherited from SelectProps . onFocus Defined in node_modules/@types/react-select/src/Select.d.ts:171 Optional onInputChange # \u2022 onInputChange ? : function Inherited from SelectProps . onInputChange Defined in node_modules/@types/react-select/src/Select.d.ts:173 Type declaration: \u25b8 ( newValue : string, actionMeta : InputActionMeta): void Parameters: Name Type newValue string actionMeta InputActionMeta Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler Inherited from SelectProps . onKeyDown Defined in node_modules/@types/react-select/src/Select.d.ts:175 Optional onMenuClose # \u2022 onMenuClose ? : function Inherited from SelectProps . onMenuClose Defined in node_modules/@types/react-select/src/Select.d.ts:179 Type declaration: \u25b8 (): void Optional onMenuOpen # \u2022 onMenuOpen ? : function Inherited from SelectProps . onMenuOpen Defined in node_modules/@types/react-select/src/Select.d.ts:177 Type declaration: \u25b8 (): void Optional onMenuScrollToBottom # \u2022 onMenuScrollToBottom ? : function Inherited from SelectProps . onMenuScrollToBottom Defined in node_modules/@types/react-select/src/Select.d.ts:183 Type declaration: \u25b8 ( event : SyntheticEvent\u2039HTMLElement\u203a): void Parameters: Name Type event SyntheticEvent\u2039HTMLElement\u203a Optional onMenuScrollToTop # \u2022 onMenuScrollToTop ? : function Inherited from SelectProps . onMenuScrollToTop Defined in node_modules/@types/react-select/src/Select.d.ts:181 Type declaration: \u25b8 ( event : SyntheticEvent\u2039HTMLElement\u203a): void Parameters: Name Type event SyntheticEvent\u2039HTMLElement\u203a Optional openMenuOnClick # \u2022 openMenuOnClick ? : boolean Inherited from SelectProps . openMenuOnClick Defined in node_modules/@types/react-select/src/Select.d.ts:187 Optional openMenuOnFocus # \u2022 openMenuOnFocus ? : boolean Inherited from SelectProps . openMenuOnFocus Defined in node_modules/@types/react-select/src/Select.d.ts:185 Optional options # \u2022 options ? : GroupedOptionsType\u2039T\u203a | OptionsType\u2039T\u203a Inherited from SelectProps . options Defined in node_modules/@types/react-select/src/Select.d.ts:189 Optional pageSize # \u2022 pageSize ? : number Inherited from SelectProps . pageSize Defined in node_modules/@types/react-select/src/Select.d.ts:191 Optional placeholder # \u2022 placeholder ? : React.ReactNode Inherited from SelectProps . placeholder Defined in node_modules/@types/react-select/src/Select.d.ts:193 Optional screenReaderStatus # \u2022 screenReaderStatus ? : function Inherited from SelectProps . screenReaderStatus Defined in node_modules/@types/react-select/src/Select.d.ts:195 Type declaration: \u25b8 ( obj : object): string Parameters: \u25aa obj : object Name Type count number Optional styles # \u2022 styles ? : StylesConfig Inherited from SelectProps . styles Defined in node_modules/@types/react-select/src/Select.d.ts:197 Optional tabIndex # \u2022 tabIndex ? : string | null Inherited from SelectProps . tabIndex Defined in node_modules/@types/react-select/src/Select.d.ts:201 Optional tabSelectsValue # \u2022 tabSelectsValue ? : boolean Inherited from SelectProps . tabSelectsValue Defined in node_modules/@types/react-select/src/Select.d.ts:203 Optional theme # \u2022 theme ? : ThemeConfig Inherited from SelectProps . theme Defined in node_modules/@types/react-select/src/Select.d.ts:199 Optional themeName # \u2022 themeName ? : \"dark\" | \"light\" | \"outlined\" Defined in src/renderer/components/select/select.tsx:27 Optional value # \u2022 value ? : T Overrides void Defined in src/renderer/components/select/select.tsx:26 Methods # Optional onChange # \u25b8 onChange ( option : T, meta? : ActionMeta\u2039any\u203a): void Overrides void Defined in src/renderer/components/select/select.tsx:31 Parameters: Name Type option T meta? ActionMeta\u2039any\u203a Returns: void","title":"Interface: SelectProps \u2039**T**\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#interface-selectprops-t","text":"","title":"Interface: SelectProps \u2039T\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#type-parameters","text":"\u25aa T","title":"Type parameters"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#hierarchy","text":"Props\u2039T\u203a CreatableProps\u2039T\u203a \u21b3 SelectProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#properties","text":"allowCreateWhileLoading aria-label aria-labelledby autoConvertOptions autoFocus backspaceRemovesValue blurInputOnSelect captureMenuScroll className classNamePrefix closeMenuOnScroll closeMenuOnSelect components controlShouldRenderValue createOptionPosition defaultInputValue defaultMenuIsOpen defaultValue delimiter escapeClearsValue filterOption formatCreateLabel formatGroupLabel formatOptionLabel getNewOptionData getOptionLabel getOptionValue hideSelectedOptions id inputId inputValue instanceId isClearable isCreatable isDisabled isLoading isMulti isOptionDisabled isOptionSelected isRtl isSearchable isValidNewOption loadingMessage maxMenuHeight menuClass menuIsOpen menuPlacement menuPortalTarget menuPosition menuShouldBlockScroll menuShouldScrollIntoView minMenuHeight name noOptionsMessage onBlur onCreateOption onFocus onInputChange onKeyDown onMenuClose onMenuOpen onMenuScrollToBottom onMenuScrollToTop openMenuOnClick openMenuOnFocus options pageSize placeholder screenReaderStatus styles tabIndex tabSelectsValue theme themeName value","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-allowcreatewhileloading","text":"\u2022 allowCreateWhileLoading ? : boolean Inherited from SelectProps . allowCreateWhileLoading Defined in node_modules/@types/react-select/src/Creatable.d.ts:11","title":"Optional allowCreateWhileLoading"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-aria-label","text":"\u2022 aria-label ? : string Inherited from SelectProps . aria-label Defined in node_modules/@types/react-select/src/Select.d.ts:58","title":"Optional aria-label"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-aria-labelledby","text":"\u2022 aria-labelledby ? : string Inherited from SelectProps . aria-labelledby Defined in node_modules/@types/react-select/src/Select.d.ts:60","title":"Optional aria-labelledby"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-autoconvertoptions","text":"\u2022 autoConvertOptions ? : boolean Defined in src/renderer/components/select/select.tsx:30","title":"Optional autoConvertOptions"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-autofocus","text":"\u2022 autoFocus ? : boolean Inherited from SelectProps . autoFocus Defined in node_modules/@types/react-select/src/Select.d.ts:62","title":"Optional autoFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-backspaceremovesvalue","text":"\u2022 backspaceRemovesValue ? : boolean Inherited from SelectProps . backspaceRemovesValue Defined in node_modules/@types/react-select/src/Select.d.ts:64","title":"Optional backspaceRemovesValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-blurinputonselect","text":"\u2022 blurInputOnSelect ? : boolean Inherited from SelectProps . blurInputOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:66","title":"Optional blurInputOnSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-capturemenuscroll","text":"\u2022 captureMenuScroll ? : boolean Inherited from SelectProps . captureMenuScroll Defined in node_modules/@types/react-select/src/Select.d.ts:68","title":"Optional captureMenuScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-classname","text":"\u2022 className ? : string Inherited from SelectProps . className Defined in node_modules/@types/react-select/src/Select.d.ts:70","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-classnameprefix","text":"\u2022 classNamePrefix ? : string | null Inherited from SelectProps . classNamePrefix Defined in node_modules/@types/react-select/src/Select.d.ts:72","title":"Optional classNamePrefix"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-closemenuonscroll","text":"\u2022 closeMenuOnScroll ? : boolean | EventListener Inherited from SelectProps . closeMenuOnScroll Defined in node_modules/@types/react-select/src/Select.d.ts:87","title":"Optional closeMenuOnScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-closemenuonselect","text":"\u2022 closeMenuOnSelect ? : boolean Inherited from SelectProps . closeMenuOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:74","title":"Optional closeMenuOnSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-components","text":"\u2022 components ? : SelectComponentsConfig\u2039T\u203a Inherited from SelectProps . components Defined in node_modules/@types/react-select/src/Select.d.ts:97","title":"Optional components"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-controlshouldrendervalue","text":"\u2022 controlShouldRenderValue ? : boolean Inherited from SelectProps . controlShouldRenderValue Defined in node_modules/@types/react-select/src/Select.d.ts:99","title":"Optional controlShouldRenderValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-createoptionposition","text":"\u2022 createOptionPosition ? : \"first\" | \"last\" Inherited from SelectProps . createOptionPosition Defined in node_modules/@types/react-select/src/Creatable.d.ts:26","title":"Optional createOptionPosition"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-defaultinputvalue","text":"\u2022 defaultInputValue ? : string Inherited from SelectProps . defaultInputValue Defined in node_modules/@types/react-select/src/Select.d.ts:207","title":"Optional defaultInputValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-defaultmenuisopen","text":"\u2022 defaultMenuIsOpen ? : boolean Inherited from SelectProps . defaultMenuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:208","title":"Optional defaultMenuIsOpen"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-defaultvalue","text":"\u2022 defaultValue ? : ValueType\u2039T\u203a Inherited from SelectProps . defaultValue Defined in node_modules/@types/react-select/src/Select.d.ts:209","title":"Optional defaultValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-delimiter","text":"\u2022 delimiter ? : string Inherited from SelectProps . delimiter Defined in node_modules/@types/react-select/src/Select.d.ts:101","title":"Optional delimiter"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-escapeclearsvalue","text":"\u2022 escapeClearsValue ? : boolean Inherited from SelectProps . escapeClearsValue Defined in node_modules/@types/react-select/src/Select.d.ts:103","title":"Optional escapeClearsValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-filteroption","text":"\u2022 filterOption ? : function | null Inherited from SelectProps . filterOption Defined in node_modules/@types/react-select/src/Select.d.ts:105","title":"Optional filterOption"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-formatcreatelabel","text":"\u2022 formatCreateLabel ? : function Inherited from SelectProps . formatCreateLabel Defined in node_modules/@types/react-select/src/Creatable.d.ts:14","title":"Optional formatCreateLabel"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-formatgrouplabel","text":"\u2022 formatGroupLabel ? : formatGroupLabel \u2039T\u203a Inherited from SelectProps . formatGroupLabel Defined in node_modules/@types/react-select/src/Select.d.ts:110","title":"Optional formatGroupLabel"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-formatoptionlabel","text":"\u2022 formatOptionLabel ? : function Inherited from SelectProps . formatOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:112","title":"Optional formatOptionLabel"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-getnewoptiondata","text":"\u2022 getNewOptionData ? : function Inherited from SelectProps . getNewOptionData Defined in node_modules/@types/react-select/src/Creatable.d.ts:20","title":"Optional getNewOptionData"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-getoptionlabel","text":"\u2022 getOptionLabel ? : getOptionLabel \u2039T\u203a Inherited from SelectProps . getOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:114","title":"Optional getOptionLabel"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-getoptionvalue","text":"\u2022 getOptionValue ? : getOptionValue \u2039T\u203a Inherited from SelectProps . getOptionValue Defined in node_modules/@types/react-select/src/Select.d.ts:116","title":"Optional getOptionValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-hideselectedoptions","text":"\u2022 hideSelectedOptions ? : boolean Inherited from SelectProps . hideSelectedOptions Defined in node_modules/@types/react-select/src/Select.d.ts:118","title":"Optional hideSelectedOptions"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-id","text":"\u2022 id ? : string Inherited from SelectProps . id Defined in node_modules/@types/react-select/src/Select.d.ts:120","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-inputid","text":"\u2022 inputId ? : string Inherited from SelectProps . inputId Defined in node_modules/@types/react-select/src/Select.d.ts:124","title":"Optional inputId"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-inputvalue","text":"\u2022 inputValue ? : string Inherited from SelectProps . inputValue Defined in node_modules/@types/react-select/src/Select.d.ts:122","title":"Optional inputValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-instanceid","text":"\u2022 instanceId ? : number | string Inherited from SelectProps . instanceId Defined in node_modules/@types/react-select/src/Select.d.ts:126","title":"Optional instanceId"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-isclearable","text":"\u2022 isClearable ? : boolean Inherited from SelectProps . isClearable Defined in node_modules/@types/react-select/src/Select.d.ts:128","title":"Optional isClearable"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-iscreatable","text":"\u2022 isCreatable ? : boolean Defined in src/renderer/components/select/select.tsx:29","title":"Optional isCreatable"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-isdisabled","text":"\u2022 isDisabled ? : boolean Inherited from SelectProps . isDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:130","title":"Optional isDisabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-isloading","text":"\u2022 isLoading ? : boolean Inherited from SelectProps . isLoading Defined in node_modules/@types/react-select/src/Select.d.ts:132","title":"Optional isLoading"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-ismulti","text":"\u2022 isMulti ? : boolean Inherited from SelectProps . isMulti Defined in node_modules/@types/react-select/src/Select.d.ts:138","title":"Optional isMulti"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-isoptiondisabled","text":"\u2022 isOptionDisabled ? : function Inherited from SelectProps . isOptionDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:134","title":"Optional isOptionDisabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-isoptionselected","text":"\u2022 isOptionSelected ? : function Inherited from SelectProps . isOptionSelected Defined in node_modules/@types/react-select/src/Select.d.ts:136","title":"Optional isOptionSelected"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-isrtl","text":"\u2022 isRtl ? : boolean Inherited from SelectProps . isRtl Defined in node_modules/@types/react-select/src/Select.d.ts:140","title":"Optional isRtl"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-issearchable","text":"\u2022 isSearchable ? : boolean Inherited from SelectProps . isSearchable Defined in node_modules/@types/react-select/src/Select.d.ts:142","title":"Optional isSearchable"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-isvalidnewoption","text":"\u2022 isValidNewOption ? : function Inherited from SelectProps . isValidNewOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:17","title":"Optional isValidNewOption"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-loadingmessage","text":"\u2022 loadingMessage ? : function Inherited from SelectProps . loadingMessage Defined in node_modules/@types/react-select/src/Select.d.ts:144","title":"Optional loadingMessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-maxmenuheight","text":"\u2022 maxMenuHeight ? : number Inherited from SelectProps . maxMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:148","title":"Optional maxMenuHeight"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-menuclass","text":"\u2022 menuClass ? : string Defined in src/renderer/components/select/select.tsx:28","title":"Optional menuClass"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-menuisopen","text":"\u2022 menuIsOpen ? : boolean Inherited from SelectProps . menuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:150","title":"Optional menuIsOpen"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-menuplacement","text":"\u2022 menuPlacement ? : MenuPlacement Inherited from SelectProps . menuPlacement Defined in node_modules/@types/react-select/src/Select.d.ts:153","title":"Optional menuPlacement"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-menuportaltarget","text":"\u2022 menuPortalTarget ? : HTMLElement | null Inherited from SelectProps . menuPortalTarget Defined in node_modules/@types/react-select/src/Select.d.ts:157","title":"Optional menuPortalTarget"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-menuposition","text":"\u2022 menuPosition ? : MenuPosition Inherited from SelectProps . menuPosition Defined in node_modules/@types/react-select/src/Select.d.ts:155","title":"Optional menuPosition"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-menushouldblockscroll","text":"\u2022 menuShouldBlockScroll ? : boolean Inherited from SelectProps . menuShouldBlockScroll Defined in node_modules/@types/react-select/src/Select.d.ts:159","title":"Optional menuShouldBlockScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-menushouldscrollintoview","text":"\u2022 menuShouldScrollIntoView ? : boolean Inherited from SelectProps . menuShouldScrollIntoView Defined in node_modules/@types/react-select/src/Select.d.ts:161","title":"Optional menuShouldScrollIntoView"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-minmenuheight","text":"\u2022 minMenuHeight ? : number Inherited from SelectProps . minMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:146","title":"Optional minMenuHeight"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-name","text":"\u2022 name ? : string Inherited from SelectProps . name Defined in node_modules/@types/react-select/src/Select.d.ts:163","title":"Optional name"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-nooptionsmessage","text":"\u2022 noOptionsMessage ? : function Inherited from SelectProps . noOptionsMessage Defined in node_modules/@types/react-select/src/Select.d.ts:165","title":"Optional noOptionsMessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler Inherited from SelectProps . onBlur Defined in node_modules/@types/react-select/src/Select.d.ts:167","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-oncreateoption","text":"\u2022 onCreateOption ? : function Inherited from SelectProps . onCreateOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:24","title":"Optional onCreateOption"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler Inherited from SelectProps . onFocus Defined in node_modules/@types/react-select/src/Select.d.ts:171","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-oninputchange","text":"\u2022 onInputChange ? : function Inherited from SelectProps . onInputChange Defined in node_modules/@types/react-select/src/Select.d.ts:173","title":"Optional onInputChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler Inherited from SelectProps . onKeyDown Defined in node_modules/@types/react-select/src/Select.d.ts:175","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-onmenuclose","text":"\u2022 onMenuClose ? : function Inherited from SelectProps . onMenuClose Defined in node_modules/@types/react-select/src/Select.d.ts:179","title":"Optional onMenuClose"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-onmenuopen","text":"\u2022 onMenuOpen ? : function Inherited from SelectProps . onMenuOpen Defined in node_modules/@types/react-select/src/Select.d.ts:177","title":"Optional onMenuOpen"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-onmenuscrolltobottom","text":"\u2022 onMenuScrollToBottom ? : function Inherited from SelectProps . onMenuScrollToBottom Defined in node_modules/@types/react-select/src/Select.d.ts:183","title":"Optional onMenuScrollToBottom"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-onmenuscrolltotop","text":"\u2022 onMenuScrollToTop ? : function Inherited from SelectProps . onMenuScrollToTop Defined in node_modules/@types/react-select/src/Select.d.ts:181","title":"Optional onMenuScrollToTop"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-openmenuonclick","text":"\u2022 openMenuOnClick ? : boolean Inherited from SelectProps . openMenuOnClick Defined in node_modules/@types/react-select/src/Select.d.ts:187","title":"Optional openMenuOnClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-openmenuonfocus","text":"\u2022 openMenuOnFocus ? : boolean Inherited from SelectProps . openMenuOnFocus Defined in node_modules/@types/react-select/src/Select.d.ts:185","title":"Optional openMenuOnFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-options","text":"\u2022 options ? : GroupedOptionsType\u2039T\u203a | OptionsType\u2039T\u203a Inherited from SelectProps . options Defined in node_modules/@types/react-select/src/Select.d.ts:189","title":"Optional options"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-pagesize","text":"\u2022 pageSize ? : number Inherited from SelectProps . pageSize Defined in node_modules/@types/react-select/src/Select.d.ts:191","title":"Optional pageSize"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-placeholder","text":"\u2022 placeholder ? : React.ReactNode Inherited from SelectProps . placeholder Defined in node_modules/@types/react-select/src/Select.d.ts:193","title":"Optional placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-screenreaderstatus","text":"\u2022 screenReaderStatus ? : function Inherited from SelectProps . screenReaderStatus Defined in node_modules/@types/react-select/src/Select.d.ts:195","title":"Optional screenReaderStatus"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-styles","text":"\u2022 styles ? : StylesConfig Inherited from SelectProps . styles Defined in node_modules/@types/react-select/src/Select.d.ts:197","title":"Optional styles"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-tabindex","text":"\u2022 tabIndex ? : string | null Inherited from SelectProps . tabIndex Defined in node_modules/@types/react-select/src/Select.d.ts:201","title":"Optional tabIndex"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-tabselectsvalue","text":"\u2022 tabSelectsValue ? : boolean Inherited from SelectProps . tabSelectsValue Defined in node_modules/@types/react-select/src/Select.d.ts:203","title":"Optional tabSelectsValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-theme","text":"\u2022 theme ? : ThemeConfig Inherited from SelectProps . theme Defined in node_modules/@types/react-select/src/Select.d.ts:199","title":"Optional theme"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-themename","text":"\u2022 themeName ? : \"dark\" | \"light\" | \"outlined\" Defined in src/renderer/components/select/select.tsx:27","title":"Optional themeName"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-value","text":"\u2022 value ? : T Overrides void Defined in src/renderer/components/select/select.tsx:26","title":"Optional value"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-onchange","text":"\u25b8 onChange ( option : T, meta? : ActionMeta\u2039any\u203a): void Overrides void Defined in src/renderer/components/select/select.tsx:31 Parameters: Name Type option T meta? ActionMeta\u2039any\u203a Returns: void","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.sliderprops/","text":"Interface: SliderProps # Hierarchy # object \u21b3 SliderProps Index # Properties # className Methods # onChange Properties # Optional className # \u2022 className ? : string Defined in src/renderer/components/slider/slider.tsx:10 Methods # Optional onChange # \u25b8 onChange ( evt : FormEvent\u2039any\u203a, value : number): void Defined in src/renderer/components/slider/slider.tsx:11 Parameters: Name Type evt FormEvent\u2039any\u203a value number Returns: void","title":"Interface: SliderProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.sliderprops/#interface-sliderprops","text":"","title":"Interface: SliderProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.sliderprops/#hierarchy","text":"object \u21b3 SliderProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.sliderprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.sliderprops/#properties","text":"className","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.sliderprops/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.sliderprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.sliderprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/slider/slider.tsx:10","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.sliderprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.sliderprops/#optional-onchange","text":"\u25b8 onChange ( evt : FormEvent\u2039any\u203a, value : number): void Defined in src/renderer/components/slider/slider.tsx:11 Parameters: Name Type evt FormEvent\u2039any\u203a value number Returns: void","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/","text":"Interface: SpinnerProps # Hierarchy # HTMLProps\u2039any\u203a \u21b3 SpinnerProps Index # Properties # about accept acceptCharset accessKey action allowFullScreen allowTransparency alt aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext as async autoCapitalize autoComplete autoCorrect autoFocus autoPlay autoSave capture cellPadding cellSpacing center centerHorizontal challenge charSet checked checkedLink children cite classID className colSpan color cols content contentEditable contextMenu controls coords crossOrigin dangerouslySetInnerHTML data datatype dateTime default defaultChecked defaultValue defer dir disabled download draggable encType form formAction formEncType formMethod formNoValidate formTarget frameBorder headers height hidden high href hrefLang htmlFor httpEquiv id inlist inputMode integrity is itemID itemProp itemRef itemScope itemType key keyParams keyType kind label lang list loop low manifest marginHeight marginWidth max maxLength media mediaGroup method min minLength multiple muted name noValidate nonce onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture open optimum pattern placeholder playsInline poster prefix preload property radioGroup readOnly ref rel required resource results reversed role rowSpan rows sandbox scope scoped scrolling seamless security selected shape singleColor size sizes slot span spellCheck src srcDoc srcLang srcSet start step style summary suppressContentEditableWarning suppressHydrationWarning tabIndex target title translate type typeof unselectable useMap value valueLink vocab width wmode wrap Properties # Optional about # \u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775 Optional accept # \u2022 accept ? : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813 Optional acceptCharset # \u2022 acceptCharset ? : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814 Optional accessKey # \u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 Optional action # \u2022 action ? : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815 Optional allowFullScreen # \u2022 allowFullScreen ? : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816 Optional allowTransparency # \u2022 allowTransparency ? : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817 Optional alt # \u2022 alt ? : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818 Optional aria-activedescendant # \u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Optional aria-atomic # \u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. Optional aria-autocomplete # \u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made. Optional aria-busy # \u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. Optional aria-checked # \u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Optional aria-colcount # \u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Optional aria-colindex # \u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan. Optional aria-colspan # \u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Optional aria-controls # \u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Optional aria-current # \u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements. Optional aria-describedby # \u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby Optional aria-details # \u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Optional aria-disabled # \u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Optional aria-dropeffect # \u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Optional aria-errormessage # \u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Optional aria-expanded # \u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Optional aria-flowto # \u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order. Optional aria-grabbed # \u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Optional aria-haspopup # \u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Optional aria-hidden # \u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled. Optional aria-invalid # \u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Optional aria-keyshortcuts # \u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Optional aria-label # \u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. Optional aria-labelledby # \u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby. Optional aria-level # \u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. Optional aria-live # \u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. Optional aria-modal # \u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. Optional aria-multiline # \u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line. Optional aria-multiselectable # \u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants. Optional aria-orientation # \u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Optional aria-owns # \u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls. Optional aria-placeholder # \u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. Optional aria-posinset # \u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize. Optional aria-pressed # \u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Optional aria-readonly # \u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Optional aria-relevant # \u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Optional aria-required # \u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted. Optional aria-roledescription # \u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element. Optional aria-rowcount # \u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Optional aria-rowindex # \u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan. Optional aria-rowspan # \u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Optional aria-selected # \u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Optional aria-setsize # \u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset. Optional aria-sort # \u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order. Optional aria-valuemax # \u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. Optional aria-valuemin # \u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. Optional aria-valuenow # \u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. Optional aria-valuetext # \u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget. Optional as # \u2022 as ? : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819 Optional async # \u2022 async ? : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820 Optional autoCapitalize # \u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 Optional autoComplete # \u2022 autoComplete ? : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821 Optional autoCorrect # \u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 Optional autoFocus # \u2022 autoFocus ? : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822 Optional autoPlay # \u2022 autoPlay ? : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823 Optional autoSave # \u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 Optional capture # \u2022 capture ? : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824 Optional cellPadding # \u2022 cellPadding ? : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825 Optional cellSpacing # \u2022 cellSpacing ? : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826 Optional center # \u2022 center ? : boolean Defined in src/renderer/components/spinner/spinner.tsx:8 Optional centerHorizontal # \u2022 centerHorizontal ? : boolean Defined in src/renderer/components/spinner/spinner.tsx:9 Optional challenge # \u2022 challenge ? : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828 Optional charSet # \u2022 charSet ? : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827 Optional checked # \u2022 checked ? : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829 Optional checkedLink # \u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional cite # \u2022 cite ? : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830 Optional classID # \u2022 classID ? : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831 Optional className # \u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752 Optional colSpan # \u2022 colSpan ? : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833 Optional color # \u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788 Optional cols # \u2022 cols ? : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832 Optional content # \u2022 content ? : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834 Optional contentEditable # \u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 Optional contextMenu # \u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 Optional controls # \u2022 controls ? : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835 Optional coords # \u2022 coords ? : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836 Optional crossOrigin # \u2022 crossOrigin ? : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional data # \u2022 data ? : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838 Optional datatype # \u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 Optional dateTime # \u2022 dateTime ? : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839 Optional default # \u2022 default ? : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840 Optional defaultChecked # \u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 Optional defaultValue # \u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 Optional defer # \u2022 defer ? : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841 Optional dir # \u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755 Optional disabled # \u2022 disabled ? : boolean Inherited from LineProgressProps . disabled Defined in node_modules/@types/react/index.d.ts:1842 Optional download # \u2022 download ? : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843 Optional draggable # \u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 Optional encType # \u2022 encType ? : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844 Optional form # \u2022 form ? : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845 Optional formAction # \u2022 formAction ? : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846 Optional formEncType # \u2022 formEncType ? : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847 Optional formMethod # \u2022 formMethod ? : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848 Optional formNoValidate # \u2022 formNoValidate ? : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849 Optional formTarget # \u2022 formTarget ? : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850 Optional frameBorder # \u2022 frameBorder ? : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851 Optional headers # \u2022 headers ? : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852 Optional height # \u2022 height ? : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853 Optional hidden # \u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 Optional high # \u2022 high ? : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854 Optional href # \u2022 href ? : string Inherited from LineProgressProps . href Defined in node_modules/@types/react/index.d.ts:1855 Optional hrefLang # \u2022 hrefLang ? : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856 Optional htmlFor # \u2022 htmlFor ? : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857 Optional httpEquiv # \u2022 httpEquiv ? : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858 Optional id # \u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758 Optional inlist # \u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 Optional inputMode # \u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute Optional integrity # \u2022 integrity ? : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859 Optional is # \u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is Optional itemID # \u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 Optional itemProp # \u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 Optional itemRef # \u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 Optional itemScope # \u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 Optional itemType # \u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 Optional key # \u2022 key ? : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139 Optional keyParams # \u2022 keyParams ? : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860 Optional keyType # \u2022 keyType ? : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861 Optional kind # \u2022 kind ? : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862 Optional label # \u2022 label ? : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863 Optional lang # \u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759 Optional list # \u2022 list ? : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864 Optional loop # \u2022 loop ? : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865 Optional low # \u2022 low ? : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866 Optional manifest # \u2022 manifest ? : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867 Optional marginHeight # \u2022 marginHeight ? : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868 Optional marginWidth # \u2022 marginWidth ? : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869 Optional max # \u2022 max ? : number | string Inherited from MenuItemProps . max Defined in node_modules/@types/react/index.d.ts:1870 Optional maxLength # \u2022 maxLength ? : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871 Optional media # \u2022 media ? : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872 Optional mediaGroup # \u2022 mediaGroup ? : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873 Optional method # \u2022 method ? : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874 Optional min # \u2022 min ? : number | string Inherited from MenuItemProps . min Defined in node_modules/@types/react/index.d.ts:1875 Optional minLength # \u2022 minLength ? : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876 Optional multiple # \u2022 multiple ? : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877 Optional muted # \u2022 muted ? : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878 Optional name # \u2022 name ? : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879 Optional noValidate # \u2022 noValidate ? : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881 Optional nonce # \u2022 nonce ? : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional open # \u2022 open ? : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882 Optional optimum # \u2022 optimum ? : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883 Optional pattern # \u2022 pattern ? : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884 Optional placeholder # \u2022 placeholder ? : string Inherited from LineProgressProps . placeholder Overrides ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885 Optional playsInline # \u2022 playsInline ? : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886 Optional poster # \u2022 poster ? : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887 Optional prefix # \u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 Optional preload # \u2022 preload ? : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888 Optional property # \u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779 Optional radioGroup # \u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 Optional readOnly # \u2022 readOnly ? : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889 Optional ref # \u2022 ref ? : LegacyRef\u2039any\u203a Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145 Optional rel # \u2022 rel ? : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890 Optional required # \u2022 required ? : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891 Optional resource # \u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780 Optional results # \u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794 Optional reversed # \u2022 reversed ? : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892 Optional role # \u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772 Optional rowSpan # \u2022 rowSpan ? : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894 Optional rows # \u2022 rows ? : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893 Optional sandbox # \u2022 sandbox ? : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895 Optional scope # \u2022 scope ? : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896 Optional scoped # \u2022 scoped ? : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897 Optional scrolling # \u2022 scrolling ? : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898 Optional seamless # \u2022 seamless ? : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899 Optional security # \u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795 Optional selected # \u2022 selected ? : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900 Optional shape # \u2022 shape ? : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901 Optional singleColor # \u2022 singleColor ? : boolean Defined in src/renderer/components/spinner/spinner.tsx:7 Optional size # \u2022 size ? : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902 Optional sizes # \u2022 sizes ? : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903 Optional slot # \u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761 Optional span # \u2022 span ? : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904 Optional spellCheck # \u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 Optional src # \u2022 src ? : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905 Optional srcDoc # \u2022 srcDoc ? : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906 Optional srcLang # \u2022 srcLang ? : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907 Optional srcSet # \u2022 srcSet ? : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908 Optional start # \u2022 start ? : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909 Optional step # \u2022 step ? : number | string Inherited from LineProgressProps . step Defined in node_modules/@types/react/index.d.ts:1910 Optional style # \u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763 Optional summary # \u2022 summary ? : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911 Optional suppressContentEditableWarning # \u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 Optional suppressHydrationWarning # \u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 Optional tabIndex # \u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 Optional target # \u2022 target ? : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912 Optional title # \u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765 Optional translate # \u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766 Optional type # \u2022 type ? : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913 Optional typeof # \u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 Optional unselectable # \u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 Optional useMap # \u2022 useMap ? : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914 Optional value # \u2022 value ? : string | string[] | number Inherited from MenuItemProps . value Defined in node_modules/@types/react/index.d.ts:1915 Optional valueLink # \u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 Optional vocab # \u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782 Optional width # \u2022 width ? : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916 Optional wmode # \u2022 wmode ? : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917 Optional wrap # \u2022 wrap ? : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"Interface: SpinnerProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#interface-spinnerprops","text":"","title":"Interface: SpinnerProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#hierarchy","text":"HTMLProps\u2039any\u203a \u21b3 SpinnerProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#properties","text":"about accept acceptCharset accessKey action allowFullScreen allowTransparency alt aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext as async autoCapitalize autoComplete autoCorrect autoFocus autoPlay autoSave capture cellPadding cellSpacing center centerHorizontal challenge charSet checked checkedLink children cite classID className colSpan color cols content contentEditable contextMenu controls coords crossOrigin dangerouslySetInnerHTML data datatype dateTime default defaultChecked defaultValue defer dir disabled download draggable encType form formAction formEncType formMethod formNoValidate formTarget frameBorder headers height hidden high href hrefLang htmlFor httpEquiv id inlist inputMode integrity is itemID itemProp itemRef itemScope itemType key keyParams keyType kind label lang list loop low manifest marginHeight marginWidth max maxLength media mediaGroup method min minLength multiple muted name noValidate nonce onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture open optimum pattern placeholder playsInline poster prefix preload property radioGroup readOnly ref rel required resource results reversed role rowSpan rows sandbox scope scoped scrolling seamless security selected shape singleColor size sizes slot span spellCheck src srcDoc srcLang srcSet start step style summary suppressContentEditableWarning suppressHydrationWarning tabIndex target title translate type typeof unselectable useMap value valueLink vocab width wmode wrap","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-about","text":"\u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"Optional about"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-accept","text":"\u2022 accept ? : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813","title":"Optional accept"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-acceptcharset","text":"\u2022 acceptCharset ? : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814","title":"Optional acceptCharset"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-accesskey","text":"\u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"Optional accessKey"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-action","text":"\u2022 action ? : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815","title":"Optional action"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-allowfullscreen","text":"\u2022 allowFullScreen ? : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816","title":"Optional allowFullScreen"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-allowtransparency","text":"\u2022 allowTransparency ? : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817","title":"Optional allowTransparency"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-alt","text":"\u2022 alt ? : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818","title":"Optional alt"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-activedescendant","text":"\u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"Optional aria-activedescendant"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-atomic","text":"\u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.","title":"Optional aria-atomic"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-autocomplete","text":"\u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.","title":"Optional aria-autocomplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-busy","text":"\u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.","title":"Optional aria-busy"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-checked","text":"\u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected.","title":"Optional aria-checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-colcount","text":"\u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"Optional aria-colcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-colindex","text":"\u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan.","title":"Optional aria-colindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-colspan","text":"\u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan.","title":"Optional aria-colspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-controls","text":"\u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns.","title":"Optional aria-controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-current","text":"\u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements.","title":"Optional aria-current"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-describedby","text":"\u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby","title":"Optional aria-describedby"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-details","text":"\u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"Optional aria-details"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-disabled","text":"\u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly.","title":"Optional aria-disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-dropeffect","text":"\u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1","title":"Optional aria-dropeffect"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-errormessage","text":"\u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"Optional aria-errormessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-expanded","text":"\u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"Optional aria-expanded"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-flowto","text":"\u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.","title":"Optional aria-flowto"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-grabbed","text":"\u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"Optional aria-grabbed"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-haspopup","text":"\u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.","title":"Optional aria-haspopup"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-hidden","text":"\u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"Optional aria-hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-invalid","text":"\u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"Optional aria-invalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-keyshortcuts","text":"\u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"Optional aria-keyshortcuts"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-label","text":"\u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby.","title":"Optional aria-label"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-labelledby","text":"\u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"Optional aria-labelledby"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-level","text":"\u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"Optional aria-level"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-live","text":"\u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.","title":"Optional aria-live"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-modal","text":"\u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"Optional aria-modal"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-multiline","text":"\u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line.","title":"Optional aria-multiline"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-multiselectable","text":"\u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants.","title":"Optional aria-multiselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-orientation","text":"\u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"Optional aria-orientation"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-owns","text":"\u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls.","title":"Optional aria-owns"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-placeholder","text":"\u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.","title":"Optional aria-placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-posinset","text":"\u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize.","title":"Optional aria-posinset"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-pressed","text":"\u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"Optional aria-pressed"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-readonly","text":"\u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"Optional aria-readonly"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-relevant","text":"\u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic.","title":"Optional aria-relevant"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-required","text":"\u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted.","title":"Optional aria-required"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-roledescription","text":"\u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element.","title":"Optional aria-roledescription"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-rowcount","text":"\u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"Optional aria-rowcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-rowindex","text":"\u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan.","title":"Optional aria-rowindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-rowspan","text":"\u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan.","title":"Optional aria-rowspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-selected","text":"\u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"Optional aria-selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-setsize","text":"\u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset.","title":"Optional aria-setsize"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-sort","text":"\u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order.","title":"Optional aria-sort"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-valuemax","text":"\u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"Optional aria-valuemax"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-valuemin","text":"\u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"Optional aria-valuemin"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-valuenow","text":"\u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"Optional aria-valuenow"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-valuetext","text":"\u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget.","title":"Optional aria-valuetext"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-as","text":"\u2022 as ? : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819","title":"Optional as"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-async","text":"\u2022 async ? : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820","title":"Optional async"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-autocapitalize","text":"\u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"Optional autoCapitalize"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-autocomplete","text":"\u2022 autoComplete ? : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821","title":"Optional autoComplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-autocorrect","text":"\u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"Optional autoCorrect"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-autofocus","text":"\u2022 autoFocus ? : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822","title":"Optional autoFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-autoplay","text":"\u2022 autoPlay ? : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823","title":"Optional autoPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-autosave","text":"\u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"Optional autoSave"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-capture","text":"\u2022 capture ? : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824","title":"Optional capture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-cellpadding","text":"\u2022 cellPadding ? : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825","title":"Optional cellPadding"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-cellspacing","text":"\u2022 cellSpacing ? : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826","title":"Optional cellSpacing"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-center","text":"\u2022 center ? : boolean Defined in src/renderer/components/spinner/spinner.tsx:8","title":"Optional center"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-centerhorizontal","text":"\u2022 centerHorizontal ? : boolean Defined in src/renderer/components/spinner/spinner.tsx:9","title":"Optional centerHorizontal"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-challenge","text":"\u2022 challenge ? : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828","title":"Optional challenge"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-charset","text":"\u2022 charSet ? : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827","title":"Optional charSet"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-checked","text":"\u2022 checked ? : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829","title":"Optional checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-checkedlink","text":"\u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"Optional checkedLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-cite","text":"\u2022 cite ? : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830","title":"Optional cite"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-classid","text":"\u2022 classID ? : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831","title":"Optional classID"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-classname","text":"\u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-colspan","text":"\u2022 colSpan ? : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833","title":"Optional colSpan"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-color","text":"\u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"Optional color"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-cols","text":"\u2022 cols ? : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832","title":"Optional cols"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-content","text":"\u2022 content ? : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834","title":"Optional content"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-contenteditable","text":"\u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"Optional contentEditable"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-contextmenu","text":"\u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"Optional contextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-controls","text":"\u2022 controls ? : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835","title":"Optional controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-coords","text":"\u2022 coords ? : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836","title":"Optional coords"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-crossorigin","text":"\u2022 crossOrigin ? : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837","title":"Optional crossOrigin"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-data","text":"\u2022 data ? : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838","title":"Optional data"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-datatype","text":"\u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"Optional datatype"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-datetime","text":"\u2022 dateTime ? : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839","title":"Optional dateTime"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-default","text":"\u2022 default ? : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840","title":"Optional default"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-defaultchecked","text":"\u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"Optional defaultChecked"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-defaultvalue","text":"\u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"Optional defaultValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-defer","text":"\u2022 defer ? : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841","title":"Optional defer"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-dir","text":"\u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"Optional dir"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-disabled","text":"\u2022 disabled ? : boolean Inherited from LineProgressProps . disabled Defined in node_modules/@types/react/index.d.ts:1842","title":"Optional disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-download","text":"\u2022 download ? : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843","title":"Optional download"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-draggable","text":"\u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"Optional draggable"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-enctype","text":"\u2022 encType ? : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844","title":"Optional encType"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-form","text":"\u2022 form ? : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845","title":"Optional form"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-formaction","text":"\u2022 formAction ? : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846","title":"Optional formAction"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-formenctype","text":"\u2022 formEncType ? : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847","title":"Optional formEncType"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-formmethod","text":"\u2022 formMethod ? : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848","title":"Optional formMethod"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-formnovalidate","text":"\u2022 formNoValidate ? : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849","title":"Optional formNoValidate"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-formtarget","text":"\u2022 formTarget ? : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850","title":"Optional formTarget"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-frameborder","text":"\u2022 frameBorder ? : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851","title":"Optional frameBorder"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-headers","text":"\u2022 headers ? : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852","title":"Optional headers"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-height","text":"\u2022 height ? : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853","title":"Optional height"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-hidden","text":"\u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"Optional hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-high","text":"\u2022 high ? : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854","title":"Optional high"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-href","text":"\u2022 href ? : string Inherited from LineProgressProps . href Defined in node_modules/@types/react/index.d.ts:1855","title":"Optional href"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-hreflang","text":"\u2022 hrefLang ? : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856","title":"Optional hrefLang"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-htmlfor","text":"\u2022 htmlFor ? : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857","title":"Optional htmlFor"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-httpequiv","text":"\u2022 httpEquiv ? : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858","title":"Optional httpEquiv"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-id","text":"\u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-inlist","text":"\u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"Optional inlist"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-inputmode","text":"\u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute","title":"Optional inputMode"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-integrity","text":"\u2022 integrity ? : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859","title":"Optional integrity"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-is","text":"\u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is","title":"Optional is"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-itemid","text":"\u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"Optional itemID"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-itemprop","text":"\u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"Optional itemProp"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-itemref","text":"\u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"Optional itemRef"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-itemscope","text":"\u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"Optional itemScope"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-itemtype","text":"\u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"Optional itemType"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-key","text":"\u2022 key ? : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139","title":"Optional key"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-keyparams","text":"\u2022 keyParams ? : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860","title":"Optional keyParams"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-keytype","text":"\u2022 keyType ? : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861","title":"Optional keyType"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-kind","text":"\u2022 kind ? : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862","title":"Optional kind"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-label","text":"\u2022 label ? : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863","title":"Optional label"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-lang","text":"\u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"Optional lang"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-list","text":"\u2022 list ? : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864","title":"Optional list"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-loop","text":"\u2022 loop ? : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865","title":"Optional loop"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-low","text":"\u2022 low ? : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866","title":"Optional low"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-manifest","text":"\u2022 manifest ? : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867","title":"Optional manifest"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-marginheight","text":"\u2022 marginHeight ? : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868","title":"Optional marginHeight"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-marginwidth","text":"\u2022 marginWidth ? : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869","title":"Optional marginWidth"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-max","text":"\u2022 max ? : number | string Inherited from MenuItemProps . max Defined in node_modules/@types/react/index.d.ts:1870","title":"Optional max"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-maxlength","text":"\u2022 maxLength ? : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871","title":"Optional maxLength"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-media","text":"\u2022 media ? : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872","title":"Optional media"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-mediagroup","text":"\u2022 mediaGroup ? : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873","title":"Optional mediaGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-method","text":"\u2022 method ? : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874","title":"Optional method"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-min","text":"\u2022 min ? : number | string Inherited from MenuItemProps . min Defined in node_modules/@types/react/index.d.ts:1875","title":"Optional min"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-minlength","text":"\u2022 minLength ? : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876","title":"Optional minLength"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-multiple","text":"\u2022 multiple ? : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877","title":"Optional multiple"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-muted","text":"\u2022 muted ? : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878","title":"Optional muted"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-name","text":"\u2022 name ? : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879","title":"Optional name"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-novalidate","text":"\u2022 noValidate ? : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881","title":"Optional noValidate"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-nonce","text":"\u2022 nonce ? : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880","title":"Optional nonce"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-open","text":"\u2022 open ? : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882","title":"Optional open"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-optimum","text":"\u2022 optimum ? : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883","title":"Optional optimum"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-pattern","text":"\u2022 pattern ? : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884","title":"Optional pattern"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-placeholder","text":"\u2022 placeholder ? : string Inherited from LineProgressProps . placeholder Overrides ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885","title":"Optional placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-playsinline","text":"\u2022 playsInline ? : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886","title":"Optional playsInline"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-poster","text":"\u2022 poster ? : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887","title":"Optional poster"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-prefix","text":"\u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"Optional prefix"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-preload","text":"\u2022 preload ? : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888","title":"Optional preload"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-property","text":"\u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"Optional property"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-radiogroup","text":"\u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"Optional radioGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-readonly","text":"\u2022 readOnly ? : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889","title":"Optional readOnly"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ref","text":"\u2022 ref ? : LegacyRef\u2039any\u203a Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145","title":"Optional ref"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-rel","text":"\u2022 rel ? : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890","title":"Optional rel"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-required","text":"\u2022 required ? : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891","title":"Optional required"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-resource","text":"\u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"Optional resource"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-results","text":"\u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"Optional results"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-reversed","text":"\u2022 reversed ? : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892","title":"Optional reversed"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-role","text":"\u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"Optional role"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-rowspan","text":"\u2022 rowSpan ? : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894","title":"Optional rowSpan"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-rows","text":"\u2022 rows ? : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893","title":"Optional rows"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-sandbox","text":"\u2022 sandbox ? : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895","title":"Optional sandbox"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-scope","text":"\u2022 scope ? : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896","title":"Optional scope"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-scoped","text":"\u2022 scoped ? : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897","title":"Optional scoped"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-scrolling","text":"\u2022 scrolling ? : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898","title":"Optional scrolling"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-seamless","text":"\u2022 seamless ? : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899","title":"Optional seamless"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-security","text":"\u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"Optional security"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-selected","text":"\u2022 selected ? : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900","title":"Optional selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-shape","text":"\u2022 shape ? : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901","title":"Optional shape"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-singlecolor","text":"\u2022 singleColor ? : boolean Defined in src/renderer/components/spinner/spinner.tsx:7","title":"Optional singleColor"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-size","text":"\u2022 size ? : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902","title":"Optional size"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-sizes","text":"\u2022 sizes ? : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903","title":"Optional sizes"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-slot","text":"\u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"Optional slot"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-span","text":"\u2022 span ? : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904","title":"Optional span"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-spellcheck","text":"\u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"Optional spellCheck"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-src","text":"\u2022 src ? : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905","title":"Optional src"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-srcdoc","text":"\u2022 srcDoc ? : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906","title":"Optional srcDoc"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-srclang","text":"\u2022 srcLang ? : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907","title":"Optional srcLang"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-srcset","text":"\u2022 srcSet ? : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908","title":"Optional srcSet"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-start","text":"\u2022 start ? : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909","title":"Optional start"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-step","text":"\u2022 step ? : number | string Inherited from LineProgressProps . step Defined in node_modules/@types/react/index.d.ts:1910","title":"Optional step"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-style","text":"\u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"Optional style"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-summary","text":"\u2022 summary ? : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911","title":"Optional summary"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-suppresscontenteditablewarning","text":"\u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"Optional suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-suppresshydrationwarning","text":"\u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"Optional suppressHydrationWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-tabindex","text":"\u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"Optional tabIndex"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-target","text":"\u2022 target ? : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912","title":"Optional target"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-title","text":"\u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"Optional title"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-translate","text":"\u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"Optional translate"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-type","text":"\u2022 type ? : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913","title":"Optional type"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-typeof","text":"\u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"Optional typeof"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-unselectable","text":"\u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"Optional unselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-usemap","text":"\u2022 useMap ? : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914","title":"Optional useMap"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-value","text":"\u2022 value ? : string | string[] | number Inherited from MenuItemProps . value Defined in node_modules/@types/react/index.d.ts:1915","title":"Optional value"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-valuelink","text":"\u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"Optional valueLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-vocab","text":"\u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Optional vocab"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-width","text":"\u2022 width ? : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916","title":"Optional width"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-wmode","text":"\u2022 wmode ? : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917","title":"Optional wmode"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-wrap","text":"\u2022 wrap ? : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"Optional wrap"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/","text":"Interface: StatusBrickProps # Hierarchy # HTMLAttributes\u2039any\u203a TooltipDecoratorProps \u21b3 StatusBrickProps Index # Properties # about accessKey aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext autoCapitalize autoCorrect autoSave checkedLink children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir draggable hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType lang onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title tooltip tooltipOverrideDisabled translate typeof unselectable valueLink vocab Properties # Optional about # \u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775 Optional accessKey # \u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 Optional aria-activedescendant # \u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Optional aria-atomic # \u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. Optional aria-autocomplete # \u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made. Optional aria-busy # \u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. Optional aria-checked # \u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Optional aria-colcount # \u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Optional aria-colindex # \u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan. Optional aria-colspan # \u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Optional aria-controls # \u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Optional aria-current # \u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements. Optional aria-describedby # \u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby Optional aria-details # \u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Optional aria-disabled # \u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Optional aria-dropeffect # \u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Optional aria-errormessage # \u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Optional aria-expanded # \u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Optional aria-flowto # \u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order. Optional aria-grabbed # \u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Optional aria-haspopup # \u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Optional aria-hidden # \u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled. Optional aria-invalid # \u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Optional aria-keyshortcuts # \u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Optional aria-label # \u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. Optional aria-labelledby # \u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby. Optional aria-level # \u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. Optional aria-live # \u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. Optional aria-modal # \u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. Optional aria-multiline # \u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line. Optional aria-multiselectable # \u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants. Optional aria-orientation # \u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Optional aria-owns # \u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls. Optional aria-placeholder # \u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. Optional aria-posinset # \u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize. Optional aria-pressed # \u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Optional aria-readonly # \u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Optional aria-relevant # \u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Optional aria-required # \u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted. Optional aria-roledescription # \u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element. Optional aria-rowcount # \u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Optional aria-rowindex # \u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan. Optional aria-rowspan # \u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Optional aria-selected # \u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Optional aria-setsize # \u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset. Optional aria-sort # \u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order. Optional aria-valuemax # \u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. Optional aria-valuemin # \u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. Optional aria-valuenow # \u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. Optional aria-valuetext # \u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget. Optional autoCapitalize # \u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 Optional autoCorrect # \u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 Optional autoSave # \u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 Optional checkedLink # \u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752 Optional color # \u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788 Optional contentEditable # \u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 Optional contextMenu # \u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional datatype # \u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 Optional defaultChecked # \u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 Optional defaultValue # \u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 Optional dir # \u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755 Optional draggable # \u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 Optional hidden # \u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 Optional id # \u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758 Optional inlist # \u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 Optional inputMode # \u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute Optional is # \u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is Optional itemID # \u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 Optional itemProp # \u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 Optional itemRef # \u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 Optional itemScope # \u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 Optional itemType # \u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 Optional lang # \u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional placeholder # \u2022 placeholder ? : string Inherited from ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 Optional prefix # \u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 Optional property # \u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779 Optional radioGroup # \u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 Optional resource # \u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780 Optional results # \u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794 Optional role # \u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772 Optional security # \u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795 Optional slot # \u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761 Optional spellCheck # \u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 Optional style # \u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763 Optional suppressContentEditableWarning # \u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 Optional suppressHydrationWarning # \u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 Optional tabIndex # \u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 Optional title # \u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765 Optional tooltip # \u2022 tooltip ? : ReactNode | Omit\u2039 TooltipProps , \"targetId\"\u203a Inherited from ButtonProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10 Optional tooltipOverrideDisabled # \u2022 tooltipOverrideDisabled ? : boolean Inherited from ButtonProps . tooltipOverrideDisabled Defined in src/renderer/components/tooltip/withTooltip.tsx:15 forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\" Optional translate # \u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766 Optional typeof # \u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 Optional unselectable # \u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 Optional valueLink # \u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 Optional vocab # \u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Interface: StatusBrickProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#interface-statusbrickprops","text":"","title":"Interface: StatusBrickProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#hierarchy","text":"HTMLAttributes\u2039any\u203a TooltipDecoratorProps \u21b3 StatusBrickProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#properties","text":"about accessKey aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext autoCapitalize autoCorrect autoSave checkedLink children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir draggable hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType lang onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title tooltip tooltipOverrideDisabled translate typeof unselectable valueLink vocab","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-about","text":"\u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"Optional about"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-accesskey","text":"\u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"Optional accessKey"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-activedescendant","text":"\u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"Optional aria-activedescendant"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-atomic","text":"\u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.","title":"Optional aria-atomic"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-autocomplete","text":"\u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.","title":"Optional aria-autocomplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-busy","text":"\u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.","title":"Optional aria-busy"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-checked","text":"\u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected.","title":"Optional aria-checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-colcount","text":"\u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"Optional aria-colcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-colindex","text":"\u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan.","title":"Optional aria-colindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-colspan","text":"\u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan.","title":"Optional aria-colspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-controls","text":"\u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns.","title":"Optional aria-controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-current","text":"\u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements.","title":"Optional aria-current"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-describedby","text":"\u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby","title":"Optional aria-describedby"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-details","text":"\u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"Optional aria-details"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-disabled","text":"\u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly.","title":"Optional aria-disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-dropeffect","text":"\u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1","title":"Optional aria-dropeffect"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-errormessage","text":"\u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"Optional aria-errormessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-expanded","text":"\u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"Optional aria-expanded"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-flowto","text":"\u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.","title":"Optional aria-flowto"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-grabbed","text":"\u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"Optional aria-grabbed"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-haspopup","text":"\u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.","title":"Optional aria-haspopup"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-hidden","text":"\u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"Optional aria-hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-invalid","text":"\u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"Optional aria-invalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-keyshortcuts","text":"\u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"Optional aria-keyshortcuts"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-label","text":"\u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby.","title":"Optional aria-label"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-labelledby","text":"\u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"Optional aria-labelledby"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-level","text":"\u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"Optional aria-level"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-live","text":"\u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.","title":"Optional aria-live"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-modal","text":"\u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"Optional aria-modal"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-multiline","text":"\u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line.","title":"Optional aria-multiline"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-multiselectable","text":"\u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants.","title":"Optional aria-multiselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-orientation","text":"\u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"Optional aria-orientation"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-owns","text":"\u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls.","title":"Optional aria-owns"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-placeholder","text":"\u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.","title":"Optional aria-placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-posinset","text":"\u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize.","title":"Optional aria-posinset"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-pressed","text":"\u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"Optional aria-pressed"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-readonly","text":"\u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"Optional aria-readonly"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-relevant","text":"\u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic.","title":"Optional aria-relevant"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-required","text":"\u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted.","title":"Optional aria-required"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-roledescription","text":"\u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element.","title":"Optional aria-roledescription"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-rowcount","text":"\u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"Optional aria-rowcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-rowindex","text":"\u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan.","title":"Optional aria-rowindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-rowspan","text":"\u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan.","title":"Optional aria-rowspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-selected","text":"\u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"Optional aria-selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-setsize","text":"\u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset.","title":"Optional aria-setsize"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-sort","text":"\u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order.","title":"Optional aria-sort"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-valuemax","text":"\u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"Optional aria-valuemax"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-valuemin","text":"\u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"Optional aria-valuemin"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-valuenow","text":"\u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"Optional aria-valuenow"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-valuetext","text":"\u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget.","title":"Optional aria-valuetext"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-autocapitalize","text":"\u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"Optional autoCapitalize"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-autocorrect","text":"\u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"Optional autoCorrect"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-autosave","text":"\u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"Optional autoSave"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-checkedlink","text":"\u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"Optional checkedLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-classname","text":"\u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-color","text":"\u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"Optional color"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-contenteditable","text":"\u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"Optional contentEditable"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-contextmenu","text":"\u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"Optional contextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-datatype","text":"\u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"Optional datatype"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-defaultchecked","text":"\u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"Optional defaultChecked"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-defaultvalue","text":"\u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"Optional defaultValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-dir","text":"\u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"Optional dir"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-draggable","text":"\u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"Optional draggable"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-hidden","text":"\u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"Optional hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-id","text":"\u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-inlist","text":"\u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"Optional inlist"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-inputmode","text":"\u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute","title":"Optional inputMode"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-is","text":"\u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is","title":"Optional is"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-itemid","text":"\u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"Optional itemID"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-itemprop","text":"\u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"Optional itemProp"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-itemref","text":"\u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"Optional itemRef"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-itemscope","text":"\u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"Optional itemScope"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-itemtype","text":"\u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"Optional itemType"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-lang","text":"\u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"Optional lang"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-placeholder","text":"\u2022 placeholder ? : string Inherited from ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"Optional placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-prefix","text":"\u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"Optional prefix"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-property","text":"\u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"Optional property"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-radiogroup","text":"\u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"Optional radioGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-resource","text":"\u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"Optional resource"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-results","text":"\u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"Optional results"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-role","text":"\u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"Optional role"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-security","text":"\u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"Optional security"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-slot","text":"\u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"Optional slot"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-spellcheck","text":"\u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"Optional spellCheck"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-style","text":"\u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"Optional style"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-suppresscontenteditablewarning","text":"\u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"Optional suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-suppresshydrationwarning","text":"\u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"Optional suppressHydrationWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-tabindex","text":"\u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"Optional tabIndex"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-title","text":"\u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"Optional title"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-tooltip","text":"\u2022 tooltip ? : ReactNode | Omit\u2039 TooltipProps , \"targetId\"\u203a Inherited from ButtonProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10","title":"Optional tooltip"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-tooltipoverridedisabled","text":"\u2022 tooltipOverrideDisabled ? : boolean Inherited from ButtonProps . tooltipOverrideDisabled Defined in src/renderer/components/tooltip/withTooltip.tsx:15 forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\"","title":"Optional tooltipOverrideDisabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-translate","text":"\u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"Optional translate"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-typeof","text":"\u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"Optional typeof"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-unselectable","text":"\u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"Optional unselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-valuelink","text":"\u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"Optional valueLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-vocab","text":"\u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Optional vocab"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/","text":"Interface: StepperProps # Hierarchy # HTMLProps\u2039any\u203a \u21b3 StepperProps Index # Properties # about accept acceptCharset accessKey action allowFullScreen allowTransparency alt aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext as async autoCapitalize autoComplete autoCorrect autoFocus autoPlay autoSave capture cellPadding cellSpacing challenge charSet checked checkedLink children cite classID className colSpan color cols content contentEditable contextMenu controls coords crossOrigin dangerouslySetInnerHTML data datatype dateTime default defaultChecked defaultValue defer dir disabled download draggable encType form formAction formEncType formMethod formNoValidate formTarget frameBorder headers height hidden high href hrefLang htmlFor httpEquiv id inlist inputMode integrity is itemID itemProp itemRef itemScope itemType key keyParams keyType kind label lang list loop low manifest marginHeight marginWidth max maxLength media mediaGroup method min minLength multiple muted name noValidate nonce onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture open optimum pattern placeholder playsInline poster prefix preload property radioGroup readOnly ref rel required resource results reversed role rowSpan rows sandbox scope scoped scrolling seamless security selected shape size sizes slot span spellCheck src srcDoc srcLang srcSet start step steps style summary suppressContentEditableWarning suppressHydrationWarning tabIndex target title translate type typeof unselectable useMap value valueLink vocab width wmode wrap Properties # Optional about # \u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775 Optional accept # \u2022 accept ? : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813 Optional acceptCharset # \u2022 acceptCharset ? : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814 Optional accessKey # \u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 Optional action # \u2022 action ? : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815 Optional allowFullScreen # \u2022 allowFullScreen ? : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816 Optional allowTransparency # \u2022 allowTransparency ? : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817 Optional alt # \u2022 alt ? : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818 Optional aria-activedescendant # \u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Optional aria-atomic # \u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. Optional aria-autocomplete # \u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made. Optional aria-busy # \u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. Optional aria-checked # \u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Optional aria-colcount # \u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Optional aria-colindex # \u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan. Optional aria-colspan # \u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Optional aria-controls # \u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Optional aria-current # \u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements. Optional aria-describedby # \u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby Optional aria-details # \u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Optional aria-disabled # \u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Optional aria-dropeffect # \u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Optional aria-errormessage # \u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Optional aria-expanded # \u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Optional aria-flowto # \u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order. Optional aria-grabbed # \u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Optional aria-haspopup # \u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Optional aria-hidden # \u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled. Optional aria-invalid # \u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Optional aria-keyshortcuts # \u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Optional aria-label # \u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. Optional aria-labelledby # \u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby. Optional aria-level # \u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. Optional aria-live # \u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. Optional aria-modal # \u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. Optional aria-multiline # \u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line. Optional aria-multiselectable # \u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants. Optional aria-orientation # \u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Optional aria-owns # \u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls. Optional aria-placeholder # \u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. Optional aria-posinset # \u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize. Optional aria-pressed # \u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Optional aria-readonly # \u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Optional aria-relevant # \u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Optional aria-required # \u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted. Optional aria-roledescription # \u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element. Optional aria-rowcount # \u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Optional aria-rowindex # \u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan. Optional aria-rowspan # \u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Optional aria-selected # \u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Optional aria-setsize # \u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset. Optional aria-sort # \u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order. Optional aria-valuemax # \u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. Optional aria-valuemin # \u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. Optional aria-valuenow # \u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. Optional aria-valuetext # \u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget. Optional as # \u2022 as ? : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819 Optional async # \u2022 async ? : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820 Optional autoCapitalize # \u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 Optional autoComplete # \u2022 autoComplete ? : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821 Optional autoCorrect # \u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 Optional autoFocus # \u2022 autoFocus ? : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822 Optional autoPlay # \u2022 autoPlay ? : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823 Optional autoSave # \u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 Optional capture # \u2022 capture ? : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824 Optional cellPadding # \u2022 cellPadding ? : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825 Optional cellSpacing # \u2022 cellSpacing ? : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826 Optional challenge # \u2022 challenge ? : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828 Optional charSet # \u2022 charSet ? : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827 Optional checked # \u2022 checked ? : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829 Optional checkedLink # \u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional cite # \u2022 cite ? : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830 Optional classID # \u2022 classID ? : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831 Optional className # \u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752 Optional colSpan # \u2022 colSpan ? : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833 Optional color # \u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788 Optional cols # \u2022 cols ? : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832 Optional content # \u2022 content ? : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834 Optional contentEditable # \u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 Optional contextMenu # \u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 Optional controls # \u2022 controls ? : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835 Optional coords # \u2022 coords ? : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836 Optional crossOrigin # \u2022 crossOrigin ? : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional data # \u2022 data ? : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838 Optional datatype # \u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 Optional dateTime # \u2022 dateTime ? : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839 Optional default # \u2022 default ? : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840 Optional defaultChecked # \u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 Optional defaultValue # \u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 Optional defer # \u2022 defer ? : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841 Optional dir # \u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755 Optional disabled # \u2022 disabled ? : boolean Inherited from LineProgressProps . disabled Defined in node_modules/@types/react/index.d.ts:1842 Optional download # \u2022 download ? : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843 Optional draggable # \u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 Optional encType # \u2022 encType ? : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844 Optional form # \u2022 form ? : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845 Optional formAction # \u2022 formAction ? : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846 Optional formEncType # \u2022 formEncType ? : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847 Optional formMethod # \u2022 formMethod ? : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848 Optional formNoValidate # \u2022 formNoValidate ? : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849 Optional formTarget # \u2022 formTarget ? : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850 Optional frameBorder # \u2022 frameBorder ? : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851 Optional headers # \u2022 headers ? : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852 Optional height # \u2022 height ? : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853 Optional hidden # \u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 Optional high # \u2022 high ? : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854 Optional href # \u2022 href ? : string Inherited from LineProgressProps . href Defined in node_modules/@types/react/index.d.ts:1855 Optional hrefLang # \u2022 hrefLang ? : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856 Optional htmlFor # \u2022 htmlFor ? : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857 Optional httpEquiv # \u2022 httpEquiv ? : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858 Optional id # \u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758 Optional inlist # \u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 Optional inputMode # \u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute Optional integrity # \u2022 integrity ? : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859 Optional is # \u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is Optional itemID # \u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 Optional itemProp # \u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 Optional itemRef # \u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 Optional itemScope # \u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 Optional itemType # \u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 Optional key # \u2022 key ? : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139 Optional keyParams # \u2022 keyParams ? : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860 Optional keyType # \u2022 keyType ? : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861 Optional kind # \u2022 kind ? : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862 Optional label # \u2022 label ? : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863 Optional lang # \u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759 Optional list # \u2022 list ? : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864 Optional loop # \u2022 loop ? : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865 Optional low # \u2022 low ? : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866 Optional manifest # \u2022 manifest ? : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867 Optional marginHeight # \u2022 marginHeight ? : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868 Optional marginWidth # \u2022 marginWidth ? : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869 Optional max # \u2022 max ? : number | string Inherited from MenuItemProps . max Defined in node_modules/@types/react/index.d.ts:1870 Optional maxLength # \u2022 maxLength ? : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871 Optional media # \u2022 media ? : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872 Optional mediaGroup # \u2022 mediaGroup ? : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873 Optional method # \u2022 method ? : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874 Optional min # \u2022 min ? : number | string Inherited from MenuItemProps . min Defined in node_modules/@types/react/index.d.ts:1875 Optional minLength # \u2022 minLength ? : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876 Optional multiple # \u2022 multiple ? : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877 Optional muted # \u2022 muted ? : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878 Optional name # \u2022 name ? : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879 Optional noValidate # \u2022 noValidate ? : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881 Optional nonce # \u2022 nonce ? : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional open # \u2022 open ? : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882 Optional optimum # \u2022 optimum ? : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883 Optional pattern # \u2022 pattern ? : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884 Optional placeholder # \u2022 placeholder ? : string Inherited from LineProgressProps . placeholder Overrides ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885 Optional playsInline # \u2022 playsInline ? : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886 Optional poster # \u2022 poster ? : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887 Optional prefix # \u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 Optional preload # \u2022 preload ? : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888 Optional property # \u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779 Optional radioGroup # \u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 Optional readOnly # \u2022 readOnly ? : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889 Optional ref # \u2022 ref ? : LegacyRef\u2039any\u203a Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145 Optional rel # \u2022 rel ? : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890 Optional required # \u2022 required ? : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891 Optional resource # \u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780 Optional results # \u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794 Optional reversed # \u2022 reversed ? : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892 Optional role # \u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772 Optional rowSpan # \u2022 rowSpan ? : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894 Optional rows # \u2022 rows ? : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893 Optional sandbox # \u2022 sandbox ? : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895 Optional scope # \u2022 scope ? : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896 Optional scoped # \u2022 scoped ? : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897 Optional scrolling # \u2022 scrolling ? : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898 Optional seamless # \u2022 seamless ? : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899 Optional security # \u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795 Optional selected # \u2022 selected ? : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900 Optional shape # \u2022 shape ? : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901 Optional size # \u2022 size ? : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902 Optional sizes # \u2022 sizes ? : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903 Optional slot # \u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761 Optional span # \u2022 span ? : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904 Optional spellCheck # \u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 Optional src # \u2022 src ? : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905 Optional srcDoc # \u2022 srcDoc ? : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906 Optional srcLang # \u2022 srcLang ? : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907 Optional srcSet # \u2022 srcSet ? : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908 Optional start # \u2022 start ? : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909 step # \u2022 step : number Overrides LineProgressProps . step Defined in src/renderer/components/stepper/stepper.tsx:6 steps # \u2022 steps : Step[] Defined in src/renderer/components/stepper/stepper.tsx:7 Optional style # \u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763 Optional summary # \u2022 summary ? : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911 Optional suppressContentEditableWarning # \u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 Optional suppressHydrationWarning # \u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 Optional tabIndex # \u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 Optional target # \u2022 target ? : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912 Optional title # \u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765 Optional translate # \u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766 Optional type # \u2022 type ? : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913 Optional typeof # \u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 Optional unselectable # \u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 Optional useMap # \u2022 useMap ? : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914 Optional value # \u2022 value ? : string | string[] | number Inherited from MenuItemProps . value Defined in node_modules/@types/react/index.d.ts:1915 Optional valueLink # \u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 Optional vocab # \u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782 Optional width # \u2022 width ? : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916 Optional wmode # \u2022 wmode ? : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917 Optional wrap # \u2022 wrap ? : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"Interface: StepperProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#interface-stepperprops","text":"","title":"Interface: StepperProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#hierarchy","text":"HTMLProps\u2039any\u203a \u21b3 StepperProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#properties","text":"about accept acceptCharset accessKey action allowFullScreen allowTransparency alt aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext as async autoCapitalize autoComplete autoCorrect autoFocus autoPlay autoSave capture cellPadding cellSpacing challenge charSet checked checkedLink children cite classID className colSpan color cols content contentEditable contextMenu controls coords crossOrigin dangerouslySetInnerHTML data datatype dateTime default defaultChecked defaultValue defer dir disabled download draggable encType form formAction formEncType formMethod formNoValidate formTarget frameBorder headers height hidden high href hrefLang htmlFor httpEquiv id inlist inputMode integrity is itemID itemProp itemRef itemScope itemType key keyParams keyType kind label lang list loop low manifest marginHeight marginWidth max maxLength media mediaGroup method min minLength multiple muted name noValidate nonce onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture open optimum pattern placeholder playsInline poster prefix preload property radioGroup readOnly ref rel required resource results reversed role rowSpan rows sandbox scope scoped scrolling seamless security selected shape size sizes slot span spellCheck src srcDoc srcLang srcSet start step steps style summary suppressContentEditableWarning suppressHydrationWarning tabIndex target title translate type typeof unselectable useMap value valueLink vocab width wmode wrap","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-about","text":"\u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"Optional about"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-accept","text":"\u2022 accept ? : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813","title":"Optional accept"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-acceptcharset","text":"\u2022 acceptCharset ? : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814","title":"Optional acceptCharset"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-accesskey","text":"\u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"Optional accessKey"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-action","text":"\u2022 action ? : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815","title":"Optional action"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-allowfullscreen","text":"\u2022 allowFullScreen ? : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816","title":"Optional allowFullScreen"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-allowtransparency","text":"\u2022 allowTransparency ? : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817","title":"Optional allowTransparency"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-alt","text":"\u2022 alt ? : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818","title":"Optional alt"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-activedescendant","text":"\u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"Optional aria-activedescendant"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-atomic","text":"\u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.","title":"Optional aria-atomic"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-autocomplete","text":"\u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.","title":"Optional aria-autocomplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-busy","text":"\u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.","title":"Optional aria-busy"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-checked","text":"\u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected.","title":"Optional aria-checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-colcount","text":"\u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"Optional aria-colcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-colindex","text":"\u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan.","title":"Optional aria-colindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-colspan","text":"\u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan.","title":"Optional aria-colspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-controls","text":"\u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns.","title":"Optional aria-controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-current","text":"\u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements.","title":"Optional aria-current"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-describedby","text":"\u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby","title":"Optional aria-describedby"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-details","text":"\u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"Optional aria-details"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-disabled","text":"\u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly.","title":"Optional aria-disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-dropeffect","text":"\u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1","title":"Optional aria-dropeffect"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-errormessage","text":"\u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"Optional aria-errormessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-expanded","text":"\u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"Optional aria-expanded"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-flowto","text":"\u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.","title":"Optional aria-flowto"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-grabbed","text":"\u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"Optional aria-grabbed"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-haspopup","text":"\u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.","title":"Optional aria-haspopup"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-hidden","text":"\u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"Optional aria-hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-invalid","text":"\u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"Optional aria-invalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-keyshortcuts","text":"\u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"Optional aria-keyshortcuts"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-label","text":"\u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby.","title":"Optional aria-label"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-labelledby","text":"\u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"Optional aria-labelledby"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-level","text":"\u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"Optional aria-level"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-live","text":"\u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.","title":"Optional aria-live"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-modal","text":"\u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"Optional aria-modal"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-multiline","text":"\u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line.","title":"Optional aria-multiline"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-multiselectable","text":"\u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants.","title":"Optional aria-multiselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-orientation","text":"\u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"Optional aria-orientation"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-owns","text":"\u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls.","title":"Optional aria-owns"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-placeholder","text":"\u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.","title":"Optional aria-placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-posinset","text":"\u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize.","title":"Optional aria-posinset"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-pressed","text":"\u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"Optional aria-pressed"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-readonly","text":"\u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"Optional aria-readonly"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-relevant","text":"\u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic.","title":"Optional aria-relevant"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-required","text":"\u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted.","title":"Optional aria-required"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-roledescription","text":"\u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element.","title":"Optional aria-roledescription"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-rowcount","text":"\u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"Optional aria-rowcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-rowindex","text":"\u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan.","title":"Optional aria-rowindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-rowspan","text":"\u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan.","title":"Optional aria-rowspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-selected","text":"\u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"Optional aria-selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-setsize","text":"\u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset.","title":"Optional aria-setsize"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-sort","text":"\u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order.","title":"Optional aria-sort"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-valuemax","text":"\u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"Optional aria-valuemax"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-valuemin","text":"\u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"Optional aria-valuemin"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-valuenow","text":"\u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"Optional aria-valuenow"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-valuetext","text":"\u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget.","title":"Optional aria-valuetext"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-as","text":"\u2022 as ? : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819","title":"Optional as"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-async","text":"\u2022 async ? : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820","title":"Optional async"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-autocapitalize","text":"\u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"Optional autoCapitalize"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-autocomplete","text":"\u2022 autoComplete ? : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821","title":"Optional autoComplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-autocorrect","text":"\u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"Optional autoCorrect"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-autofocus","text":"\u2022 autoFocus ? : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822","title":"Optional autoFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-autoplay","text":"\u2022 autoPlay ? : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823","title":"Optional autoPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-autosave","text":"\u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"Optional autoSave"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-capture","text":"\u2022 capture ? : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824","title":"Optional capture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-cellpadding","text":"\u2022 cellPadding ? : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825","title":"Optional cellPadding"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-cellspacing","text":"\u2022 cellSpacing ? : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826","title":"Optional cellSpacing"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-challenge","text":"\u2022 challenge ? : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828","title":"Optional challenge"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-charset","text":"\u2022 charSet ? : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827","title":"Optional charSet"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-checked","text":"\u2022 checked ? : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829","title":"Optional checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-checkedlink","text":"\u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"Optional checkedLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-cite","text":"\u2022 cite ? : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830","title":"Optional cite"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-classid","text":"\u2022 classID ? : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831","title":"Optional classID"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-classname","text":"\u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-colspan","text":"\u2022 colSpan ? : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833","title":"Optional colSpan"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-color","text":"\u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"Optional color"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-cols","text":"\u2022 cols ? : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832","title":"Optional cols"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-content","text":"\u2022 content ? : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834","title":"Optional content"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-contenteditable","text":"\u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"Optional contentEditable"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-contextmenu","text":"\u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"Optional contextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-controls","text":"\u2022 controls ? : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835","title":"Optional controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-coords","text":"\u2022 coords ? : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836","title":"Optional coords"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-crossorigin","text":"\u2022 crossOrigin ? : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837","title":"Optional crossOrigin"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-data","text":"\u2022 data ? : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838","title":"Optional data"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-datatype","text":"\u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"Optional datatype"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-datetime","text":"\u2022 dateTime ? : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839","title":"Optional dateTime"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-default","text":"\u2022 default ? : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840","title":"Optional default"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-defaultchecked","text":"\u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"Optional defaultChecked"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-defaultvalue","text":"\u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"Optional defaultValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-defer","text":"\u2022 defer ? : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841","title":"Optional defer"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-dir","text":"\u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"Optional dir"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-disabled","text":"\u2022 disabled ? : boolean Inherited from LineProgressProps . disabled Defined in node_modules/@types/react/index.d.ts:1842","title":"Optional disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-download","text":"\u2022 download ? : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843","title":"Optional download"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-draggable","text":"\u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"Optional draggable"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-enctype","text":"\u2022 encType ? : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844","title":"Optional encType"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-form","text":"\u2022 form ? : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845","title":"Optional form"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-formaction","text":"\u2022 formAction ? : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846","title":"Optional formAction"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-formenctype","text":"\u2022 formEncType ? : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847","title":"Optional formEncType"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-formmethod","text":"\u2022 formMethod ? : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848","title":"Optional formMethod"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-formnovalidate","text":"\u2022 formNoValidate ? : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849","title":"Optional formNoValidate"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-formtarget","text":"\u2022 formTarget ? : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850","title":"Optional formTarget"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-frameborder","text":"\u2022 frameBorder ? : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851","title":"Optional frameBorder"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-headers","text":"\u2022 headers ? : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852","title":"Optional headers"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-height","text":"\u2022 height ? : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853","title":"Optional height"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-hidden","text":"\u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"Optional hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-high","text":"\u2022 high ? : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854","title":"Optional high"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-href","text":"\u2022 href ? : string Inherited from LineProgressProps . href Defined in node_modules/@types/react/index.d.ts:1855","title":"Optional href"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-hreflang","text":"\u2022 hrefLang ? : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856","title":"Optional hrefLang"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-htmlfor","text":"\u2022 htmlFor ? : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857","title":"Optional htmlFor"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-httpequiv","text":"\u2022 httpEquiv ? : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858","title":"Optional httpEquiv"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-id","text":"\u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-inlist","text":"\u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"Optional inlist"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-inputmode","text":"\u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute","title":"Optional inputMode"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-integrity","text":"\u2022 integrity ? : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859","title":"Optional integrity"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-is","text":"\u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is","title":"Optional is"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-itemid","text":"\u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"Optional itemID"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-itemprop","text":"\u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"Optional itemProp"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-itemref","text":"\u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"Optional itemRef"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-itemscope","text":"\u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"Optional itemScope"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-itemtype","text":"\u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"Optional itemType"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-key","text":"\u2022 key ? : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139","title":"Optional key"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-keyparams","text":"\u2022 keyParams ? : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860","title":"Optional keyParams"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-keytype","text":"\u2022 keyType ? : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861","title":"Optional keyType"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-kind","text":"\u2022 kind ? : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862","title":"Optional kind"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-label","text":"\u2022 label ? : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863","title":"Optional label"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-lang","text":"\u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"Optional lang"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-list","text":"\u2022 list ? : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864","title":"Optional list"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-loop","text":"\u2022 loop ? : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865","title":"Optional loop"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-low","text":"\u2022 low ? : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866","title":"Optional low"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-manifest","text":"\u2022 manifest ? : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867","title":"Optional manifest"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-marginheight","text":"\u2022 marginHeight ? : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868","title":"Optional marginHeight"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-marginwidth","text":"\u2022 marginWidth ? : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869","title":"Optional marginWidth"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-max","text":"\u2022 max ? : number | string Inherited from MenuItemProps . max Defined in node_modules/@types/react/index.d.ts:1870","title":"Optional max"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-maxlength","text":"\u2022 maxLength ? : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871","title":"Optional maxLength"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-media","text":"\u2022 media ? : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872","title":"Optional media"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-mediagroup","text":"\u2022 mediaGroup ? : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873","title":"Optional mediaGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-method","text":"\u2022 method ? : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874","title":"Optional method"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-min","text":"\u2022 min ? : number | string Inherited from MenuItemProps . min Defined in node_modules/@types/react/index.d.ts:1875","title":"Optional min"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-minlength","text":"\u2022 minLength ? : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876","title":"Optional minLength"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-multiple","text":"\u2022 multiple ? : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877","title":"Optional multiple"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-muted","text":"\u2022 muted ? : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878","title":"Optional muted"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-name","text":"\u2022 name ? : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879","title":"Optional name"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-novalidate","text":"\u2022 noValidate ? : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881","title":"Optional noValidate"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-nonce","text":"\u2022 nonce ? : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880","title":"Optional nonce"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-open","text":"\u2022 open ? : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882","title":"Optional open"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-optimum","text":"\u2022 optimum ? : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883","title":"Optional optimum"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-pattern","text":"\u2022 pattern ? : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884","title":"Optional pattern"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-placeholder","text":"\u2022 placeholder ? : string Inherited from LineProgressProps . placeholder Overrides ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885","title":"Optional placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-playsinline","text":"\u2022 playsInline ? : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886","title":"Optional playsInline"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-poster","text":"\u2022 poster ? : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887","title":"Optional poster"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-prefix","text":"\u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"Optional prefix"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-preload","text":"\u2022 preload ? : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888","title":"Optional preload"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-property","text":"\u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"Optional property"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-radiogroup","text":"\u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"Optional radioGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-readonly","text":"\u2022 readOnly ? : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889","title":"Optional readOnly"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ref","text":"\u2022 ref ? : LegacyRef\u2039any\u203a Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145","title":"Optional ref"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-rel","text":"\u2022 rel ? : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890","title":"Optional rel"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-required","text":"\u2022 required ? : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891","title":"Optional required"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-resource","text":"\u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"Optional resource"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-results","text":"\u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"Optional results"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-reversed","text":"\u2022 reversed ? : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892","title":"Optional reversed"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-role","text":"\u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"Optional role"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-rowspan","text":"\u2022 rowSpan ? : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894","title":"Optional rowSpan"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-rows","text":"\u2022 rows ? : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893","title":"Optional rows"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-sandbox","text":"\u2022 sandbox ? : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895","title":"Optional sandbox"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-scope","text":"\u2022 scope ? : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896","title":"Optional scope"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-scoped","text":"\u2022 scoped ? : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897","title":"Optional scoped"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-scrolling","text":"\u2022 scrolling ? : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898","title":"Optional scrolling"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-seamless","text":"\u2022 seamless ? : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899","title":"Optional seamless"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-security","text":"\u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"Optional security"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-selected","text":"\u2022 selected ? : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900","title":"Optional selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-shape","text":"\u2022 shape ? : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901","title":"Optional shape"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-size","text":"\u2022 size ? : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902","title":"Optional size"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-sizes","text":"\u2022 sizes ? : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903","title":"Optional sizes"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-slot","text":"\u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"Optional slot"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-span","text":"\u2022 span ? : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904","title":"Optional span"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-spellcheck","text":"\u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"Optional spellCheck"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-src","text":"\u2022 src ? : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905","title":"Optional src"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-srcdoc","text":"\u2022 srcDoc ? : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906","title":"Optional srcDoc"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-srclang","text":"\u2022 srcLang ? : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907","title":"Optional srcLang"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-srcset","text":"\u2022 srcSet ? : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908","title":"Optional srcSet"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-start","text":"\u2022 start ? : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909","title":"Optional start"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#step","text":"\u2022 step : number Overrides LineProgressProps . step Defined in src/renderer/components/stepper/stepper.tsx:6","title":"step"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#steps","text":"\u2022 steps : Step[] Defined in src/renderer/components/stepper/stepper.tsx:7","title":"steps"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-style","text":"\u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"Optional style"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-summary","text":"\u2022 summary ? : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911","title":"Optional summary"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-suppresscontenteditablewarning","text":"\u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"Optional suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-suppresshydrationwarning","text":"\u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"Optional suppressHydrationWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-tabindex","text":"\u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"Optional tabIndex"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-target","text":"\u2022 target ? : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912","title":"Optional target"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-title","text":"\u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"Optional title"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-translate","text":"\u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"Optional translate"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-type","text":"\u2022 type ? : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913","title":"Optional type"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-typeof","text":"\u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"Optional typeof"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-unselectable","text":"\u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"Optional unselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-usemap","text":"\u2022 useMap ? : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914","title":"Optional useMap"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-value","text":"\u2022 value ? : string | string[] | number Inherited from MenuItemProps . value Defined in node_modules/@types/react/index.d.ts:1915","title":"Optional value"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-valuelink","text":"\u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"Optional valueLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-vocab","text":"\u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Optional vocab"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-width","text":"\u2022 width ? : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916","title":"Optional width"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-wmode","text":"\u2022 wmode ? : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917","title":"Optional wmode"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-wrap","text":"\u2022 wrap ? : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"Optional wrap"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablayoutprops/","text":"Interface: TabLayoutProps # Hierarchy # TabLayoutProps Index # Properties # children className contentClass tabs Properties # children # \u2022 children : ReactNode Defined in src/renderer/components/layout/tab-layout.tsx:16 Optional className # \u2022 className ? : any Defined in src/renderer/components/layout/tab-layout.tsx:17 Optional contentClass # \u2022 contentClass ? : string Defined in src/renderer/components/layout/tab-layout.tsx:19 Optional tabs # \u2022 tabs ? : TabRoute [] Defined in src/renderer/components/layout/tab-layout.tsx:18","title":"Interface: TabLayoutProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablayoutprops/#interface-tablayoutprops","text":"","title":"Interface: TabLayoutProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablayoutprops/#hierarchy","text":"TabLayoutProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablayoutprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablayoutprops/#properties","text":"children className contentClass tabs","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablayoutprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablayoutprops/#children","text":"\u2022 children : ReactNode Defined in src/renderer/components/layout/tab-layout.tsx:16","title":"children"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablayoutprops/#optional-classname","text":"\u2022 className ? : any Defined in src/renderer/components/layout/tab-layout.tsx:17","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablayoutprops/#optional-contentclass","text":"\u2022 contentClass ? : string Defined in src/renderer/components/layout/tab-layout.tsx:19","title":"Optional contentClass"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablayoutprops/#optional-tabs","text":"\u2022 tabs ? : TabRoute [] Defined in src/renderer/components/layout/tab-layout.tsx:18","title":"Optional tabs"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/","text":"Interface: TableCellProps # Hierarchy # DOMAttributes\u2039HTMLDivElement\u203a \u21b3 TableCellProps Index # Properties # _nowrap _sorting checkbox children className dangerouslySetInnerHTML isChecked onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture renderBoolean sortBy title Methods # _sort Properties # Optional _nowrap # \u2022 _nowrap ? : boolean Defined in src/renderer/components/table/table-cell.tsx:20 Optional _sorting # \u2022 _sorting ? : Partial\u2039 TableSortParams \u203a Defined in src/renderer/components/table/table-cell.tsx:18 Optional checkbox # \u2022 checkbox ? : boolean Defined in src/renderer/components/table/table-cell.tsx:14 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : string Defined in src/renderer/components/table/table-cell.tsx:12 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional isChecked # \u2022 isChecked ? : boolean Defined in src/renderer/components/table/table-cell.tsx:15 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional renderBoolean # \u2022 renderBoolean ? : boolean Defined in src/renderer/components/table/table-cell.tsx:16 Optional sortBy # \u2022 sortBy ? : TableSortBy Defined in src/renderer/components/table/table-cell.tsx:17 Optional title # \u2022 title ? : ReactNode Defined in src/renderer/components/table/table-cell.tsx:13 Methods # Optional _sort # \u25b8 _sort ( sortBy : TableSortBy ): void Defined in src/renderer/components/table/table-cell.tsx:19 Parameters: Name Type sortBy TableSortBy Returns: void","title":"Interface: TableCellProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#interface-tablecellprops","text":"","title":"Interface: TableCellProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#hierarchy","text":"DOMAttributes\u2039HTMLDivElement\u203a \u21b3 TableCellProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#properties","text":"_nowrap _sorting checkbox children className dangerouslySetInnerHTML isChecked onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture renderBoolean sortBy title","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#methods","text":"_sort","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-_nowrap","text":"\u2022 _nowrap ? : boolean Defined in src/renderer/components/table/table-cell.tsx:20","title":"Optional _nowrap"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-_sorting","text":"\u2022 _sorting ? : Partial\u2039 TableSortParams \u203a Defined in src/renderer/components/table/table-cell.tsx:18","title":"Optional _sorting"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-checkbox","text":"\u2022 checkbox ? : boolean Defined in src/renderer/components/table/table-cell.tsx:14","title":"Optional checkbox"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/table/table-cell.tsx:12","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ischecked","text":"\u2022 isChecked ? : boolean Defined in src/renderer/components/table/table-cell.tsx:15","title":"Optional isChecked"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-renderboolean","text":"\u2022 renderBoolean ? : boolean Defined in src/renderer/components/table/table-cell.tsx:16","title":"Optional renderBoolean"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-sortby","text":"\u2022 sortBy ? : TableSortBy Defined in src/renderer/components/table/table-cell.tsx:17","title":"Optional sortBy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-title","text":"\u2022 title ? : ReactNode Defined in src/renderer/components/table/table-cell.tsx:13","title":"Optional title"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-_sort","text":"\u25b8 _sort ( sortBy : TableSortBy ): void Defined in src/renderer/components/table/table-cell.tsx:19 Parameters: Name Type sortBy TableSortBy Returns: void","title":"Optional _sort"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/","text":"Interface: TableHeadProps # Hierarchy # DOMAttributes\u2039HTMLDivElement\u203a \u21b3 TableHeadProps Index # Properties # children className dangerouslySetInnerHTML nowrap onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture showTopLine sticky Properties # Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : string Defined in src/renderer/components/table/table-head.tsx:9 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional nowrap # \u2022 nowrap ? : boolean Defined in src/renderer/components/table/table-head.tsx:12 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional showTopLine # \u2022 showTopLine ? : boolean Defined in src/renderer/components/table/table-head.tsx:10 Optional sticky # \u2022 sticky ? : boolean Defined in src/renderer/components/table/table-head.tsx:11","title":"Interface: TableHeadProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#interface-tableheadprops","text":"","title":"Interface: TableHeadProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#hierarchy","text":"DOMAttributes\u2039HTMLDivElement\u203a \u21b3 TableHeadProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#properties","text":"children className dangerouslySetInnerHTML nowrap onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture showTopLine sticky","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/table/table-head.tsx:9","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-nowrap","text":"\u2022 nowrap ? : boolean Defined in src/renderer/components/table/table-head.tsx:12","title":"Optional nowrap"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-showtopline","text":"\u2022 showTopLine ? : boolean Defined in src/renderer/components/table/table-head.tsx:10","title":"Optional showTopLine"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-sticky","text":"\u2022 sticky ? : boolean Defined in src/renderer/components/table/table-head.tsx:11","title":"Optional sticky"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/","text":"Interface: TableProps # Hierarchy # DOMAttributes\u2039HTMLDivElement\u203a \u21b3 TableProps Index # Properties # autoSize children className customRowHeights dangerouslySetInnerHTML getTableRow items noItems onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onSort onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture rowLineHeight rowPadding scrollable selectable selectedItemId sortByDefault sortSyncWithUrl sortable storageKey virtual Properties # Optional autoSize # \u2022 autoSize ? : boolean Defined in src/renderer/components/table/table.tsx:25 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : string Defined in src/renderer/components/table/table.tsx:24 Optional customRowHeights # \u2022 customRowHeights ? : function Defined in src/renderer/components/table/table.tsx:42 Type declaration: \u25b8 ( item : object, lineHeight : number, paddings : number): number Parameters: Name Type item object lineHeight number paddings number Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional getTableRow # \u2022 getTableRow ? : function Defined in src/renderer/components/table/table.tsx:43 Type declaration: \u25b8 ( uid : string): ReactElement\u2039 TableRowProps \u203a Parameters: Name Type uid string Optional items # \u2022 items ? : ItemObject[] Defined in src/renderer/components/table/table.tsx:23 Optional noItems # \u2022 noItems ? : React.ReactNode Defined in src/renderer/components/table/table.tsx:37 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onSort # \u2022 onSort ? : function Defined in src/renderer/components/table/table.tsx:36 Type declaration: \u25b8 ( params : TableSortParams ): void Parameters: Name Type params TableSortParams Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional rowLineHeight # \u2022 rowLineHeight ? : string Defined in src/renderer/components/table/table.tsx:41 Optional rowPadding # \u2022 rowPadding ? : string Defined in src/renderer/components/table/table.tsx:40 Optional scrollable # \u2022 scrollable ? : boolean Defined in src/renderer/components/table/table.tsx:27 Optional selectable # \u2022 selectable ? : boolean Defined in src/renderer/components/table/table.tsx:26 Optional selectedItemId # \u2022 selectedItemId ? : string Defined in src/renderer/components/table/table.tsx:38 Optional sortByDefault # \u2022 sortByDefault ? : Partial\u2039 TableSortParams \u203a Defined in src/renderer/components/table/table.tsx:35 Optional sortSyncWithUrl # \u2022 sortSyncWithUrl ? : boolean Defined in src/renderer/components/table/table.tsx:34 Optional sortable # \u2022 sortable ? : object Defined in src/renderer/components/table/table.tsx:29 Type declaration: [ sortBy : string ]: TableSortCallback Optional storageKey # \u2022 storageKey ? : string Defined in src/renderer/components/table/table.tsx:28 Optional virtual # \u2022 virtual ? : boolean Defined in src/renderer/components/table/table.tsx:39","title":"Interface: TableProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#interface-tableprops","text":"","title":"Interface: TableProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#hierarchy","text":"DOMAttributes\u2039HTMLDivElement\u203a \u21b3 TableProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#properties","text":"autoSize children className customRowHeights dangerouslySetInnerHTML getTableRow items noItems onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onSort onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture rowLineHeight rowPadding scrollable selectable selectedItemId sortByDefault sortSyncWithUrl sortable storageKey virtual","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-autosize","text":"\u2022 autoSize ? : boolean Defined in src/renderer/components/table/table.tsx:25","title":"Optional autoSize"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/table/table.tsx:24","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-customrowheights","text":"\u2022 customRowHeights ? : function Defined in src/renderer/components/table/table.tsx:42","title":"Optional customRowHeights"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-gettablerow","text":"\u2022 getTableRow ? : function Defined in src/renderer/components/table/table.tsx:43","title":"Optional getTableRow"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-items","text":"\u2022 items ? : ItemObject[] Defined in src/renderer/components/table/table.tsx:23","title":"Optional items"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-noitems","text":"\u2022 noItems ? : React.ReactNode Defined in src/renderer/components/table/table.tsx:37","title":"Optional noItems"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onsort","text":"\u2022 onSort ? : function Defined in src/renderer/components/table/table.tsx:36","title":"Optional onSort"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-rowlineheight","text":"\u2022 rowLineHeight ? : string Defined in src/renderer/components/table/table.tsx:41","title":"Optional rowLineHeight"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-rowpadding","text":"\u2022 rowPadding ? : string Defined in src/renderer/components/table/table.tsx:40","title":"Optional rowPadding"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-scrollable","text":"\u2022 scrollable ? : boolean Defined in src/renderer/components/table/table.tsx:27","title":"Optional scrollable"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-selectable","text":"\u2022 selectable ? : boolean Defined in src/renderer/components/table/table.tsx:26","title":"Optional selectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-selecteditemid","text":"\u2022 selectedItemId ? : string Defined in src/renderer/components/table/table.tsx:38","title":"Optional selectedItemId"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-sortbydefault","text":"\u2022 sortByDefault ? : Partial\u2039 TableSortParams \u203a Defined in src/renderer/components/table/table.tsx:35","title":"Optional sortByDefault"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-sortsyncwithurl","text":"\u2022 sortSyncWithUrl ? : boolean Defined in src/renderer/components/table/table.tsx:34","title":"Optional sortSyncWithUrl"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-sortable","text":"\u2022 sortable ? : object Defined in src/renderer/components/table/table.tsx:29","title":"Optional sortable"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-storagekey","text":"\u2022 storageKey ? : string Defined in src/renderer/components/table/table.tsx:28","title":"Optional storageKey"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-virtual","text":"\u2022 virtual ? : boolean Defined in src/renderer/components/table/table.tsx:39","title":"Optional virtual"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/","text":"Interface: TableRowProps # Hierarchy # DOMAttributes\u2039HTMLDivElement\u203a \u21b3 TableRowProps Index # Properties # children className dangerouslySetInnerHTML disabled nowrap onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture searchItem selected sortItem style Properties # Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : string Defined in src/renderer/components/table/table-row.tsx:10 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional disabled # \u2022 disabled ? : boolean Defined in src/renderer/components/table/table-row.tsx:16 Optional nowrap # \u2022 nowrap ? : boolean Defined in src/renderer/components/table/table-row.tsx:13 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional searchItem # \u2022 searchItem ? : ItemObject | any Defined in src/renderer/components/table/table-row.tsx:15 Optional selected # \u2022 selected ? : boolean Defined in src/renderer/components/table/table-row.tsx:11 Optional sortItem # \u2022 sortItem ? : ItemObject | any Defined in src/renderer/components/table/table-row.tsx:14 Optional style # \u2022 style ? : CSSProperties Defined in src/renderer/components/table/table-row.tsx:12","title":"Interface: TableRowProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#interface-tablerowprops","text":"","title":"Interface: TableRowProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#hierarchy","text":"DOMAttributes\u2039HTMLDivElement\u203a \u21b3 TableRowProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#properties","text":"children className dangerouslySetInnerHTML disabled nowrap onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture searchItem selected sortItem style","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/table/table-row.tsx:10","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-disabled","text":"\u2022 disabled ? : boolean Defined in src/renderer/components/table/table-row.tsx:16","title":"Optional disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-nowrap","text":"\u2022 nowrap ? : boolean Defined in src/renderer/components/table/table-row.tsx:13","title":"Optional nowrap"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-searchitem","text":"\u2022 searchItem ? : ItemObject | any Defined in src/renderer/components/table/table-row.tsx:15","title":"Optional searchItem"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-selected","text":"\u2022 selected ? : boolean Defined in src/renderer/components/table/table-row.tsx:11","title":"Optional selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-sortitem","text":"\u2022 sortItem ? : ItemObject | any Defined in src/renderer/components/table/table-row.tsx:14","title":"Optional sortItem"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-style","text":"\u2022 style ? : CSSProperties Defined in src/renderer/components/table/table-row.tsx:12","title":"Optional style"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/","text":"Interface: TabProps \u2039 D \u203a # Type parameters # \u25aa D Hierarchy # DOMAttributes\u2039HTMLElement\u203a \u21b3 TabProps Index # Properties # active children className dangerouslySetInnerHTML disabled icon label onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture value Properties # Optional active # \u2022 active ? : boolean Defined in src/renderer/components/tabs/tabs.tsx:54 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : string Defined in src/renderer/components/tabs/tabs.tsx:53 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional disabled # \u2022 disabled ? : boolean Defined in src/renderer/components/tabs/tabs.tsx:55 Optional icon # \u2022 icon ? : React.ReactNode | string Defined in src/renderer/components/tabs/tabs.tsx:56 Optional label # \u2022 label ? : React.ReactNode Defined in src/renderer/components/tabs/tabs.tsx:57 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 value # \u2022 value : D Defined in src/renderer/components/tabs/tabs.tsx:58","title":"Interface: TabProps \u2039**D**\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#interface-tabprops-d","text":"","title":"Interface: TabProps \u2039D\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#type-parameters","text":"\u25aa D","title":"Type parameters"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#hierarchy","text":"DOMAttributes\u2039HTMLElement\u203a \u21b3 TabProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#properties","text":"active children className dangerouslySetInnerHTML disabled icon label onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture value","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-active","text":"\u2022 active ? : boolean Defined in src/renderer/components/tabs/tabs.tsx:54","title":"Optional active"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/tabs/tabs.tsx:53","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-disabled","text":"\u2022 disabled ? : boolean Defined in src/renderer/components/tabs/tabs.tsx:55","title":"Optional disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-icon","text":"\u2022 icon ? : React.ReactNode | string Defined in src/renderer/components/tabs/tabs.tsx:56","title":"Optional icon"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-label","text":"\u2022 label ? : React.ReactNode Defined in src/renderer/components/tabs/tabs.tsx:57","title":"Optional label"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#value","text":"\u2022 value : D Defined in src/renderer/components/tabs/tabs.tsx:58","title":"value"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/","text":"Interface: TabRoute # Hierarchy # RouteProps \u21b3 TabRoute Index # Properties # children component exact location path render sensitive strict title url Properties # Optional children # \u2022 children ? : function | React.ReactNode Inherited from PageRegistration . children Defined in node_modules/@types/react-router/index.d.ts:91 Optional component # \u2022 component ? : React.ComponentType\u2039RouteComponentProps\u2039any\u203a\u203a | React.ComponentType\u2039any\u203a Inherited from PageRegistration . component Defined in node_modules/@types/react-router/index.d.ts:89 Optional exact # \u2022 exact ? : boolean Inherited from PageRegistration . exact Defined in node_modules/@types/react-router/index.d.ts:93 Optional location # \u2022 location ? : Location Inherited from PageRegistration . location Defined in node_modules/@types/react-router/index.d.ts:88 Optional path # \u2022 path ? : string | string[] Inherited from PageRegistration . path Defined in node_modules/@types/react-router/index.d.ts:92 Optional render # \u2022 render ? : function Inherited from PageRegistration . render Defined in node_modules/@types/react-router/index.d.ts:90 Type declaration: \u25b8 ( props : RouteComponentProps\u2039any\u203a): React.ReactNode Parameters: Name Type props RouteComponentProps\u2039any\u203a Optional sensitive # \u2022 sensitive ? : boolean Inherited from PageRegistration . sensitive Defined in node_modules/@types/react-router/index.d.ts:94 Optional strict # \u2022 strict ? : boolean Inherited from PageRegistration . strict Defined in node_modules/@types/react-router/index.d.ts:95 title # \u2022 title : React.ReactNode Defined in src/renderer/components/layout/tab-layout.tsx:11 url # \u2022 url : string Defined in src/renderer/components/layout/tab-layout.tsx:12","title":"Interface: TabRoute"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#interface-tabroute","text":"","title":"Interface: TabRoute"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#hierarchy","text":"RouteProps \u21b3 TabRoute","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#properties","text":"children component exact location path render sensitive strict title url","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#optional-children","text":"\u2022 children ? : function | React.ReactNode Inherited from PageRegistration . children Defined in node_modules/@types/react-router/index.d.ts:91","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#optional-component","text":"\u2022 component ? : React.ComponentType\u2039RouteComponentProps\u2039any\u203a\u203a | React.ComponentType\u2039any\u203a Inherited from PageRegistration . component Defined in node_modules/@types/react-router/index.d.ts:89","title":"Optional component"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#optional-exact","text":"\u2022 exact ? : boolean Inherited from PageRegistration . exact Defined in node_modules/@types/react-router/index.d.ts:93","title":"Optional exact"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#optional-location","text":"\u2022 location ? : Location Inherited from PageRegistration . location Defined in node_modules/@types/react-router/index.d.ts:88","title":"Optional location"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#optional-path","text":"\u2022 path ? : string | string[] Inherited from PageRegistration . path Defined in node_modules/@types/react-router/index.d.ts:92","title":"Optional path"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#optional-render","text":"\u2022 render ? : function Inherited from PageRegistration . render Defined in node_modules/@types/react-router/index.d.ts:90","title":"Optional render"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#optional-sensitive","text":"\u2022 sensitive ? : boolean Inherited from PageRegistration . sensitive Defined in node_modules/@types/react-router/index.d.ts:94","title":"Optional sensitive"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#optional-strict","text":"\u2022 strict ? : boolean Inherited from PageRegistration . strict Defined in node_modules/@types/react-router/index.d.ts:95","title":"Optional strict"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#title","text":"\u2022 title : React.ReactNode Defined in src/renderer/components/layout/tab-layout.tsx:11","title":"title"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#url","text":"\u2022 url : string Defined in src/renderer/components/layout/tab-layout.tsx:12","title":"url"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/","text":"Interface: TabsProps \u2039 D \u203a # Type parameters # \u25aa D Hierarchy # TabsContextValue\u2039D\u203a object \u21b3 TabsProps Index # Properties # autoFocus center className scrollable value withBorder wrap Methods # onChange Properties # Optional autoFocus # \u2022 autoFocus ? : boolean Inherited from TabsProps . autoFocus Defined in src/renderer/components/tabs/tabs.tsx:9 Optional center # \u2022 center ? : boolean Defined in src/renderer/components/tabs/tabs.tsx:19 Optional className # \u2022 className ? : string Defined in src/renderer/components/tabs/tabs.tsx:18 Optional scrollable # \u2022 scrollable ? : boolean Defined in src/renderer/components/tabs/tabs.tsx:21 Optional value # \u2022 value ? : D Inherited from TabsProps . value Defined in src/renderer/components/tabs/tabs.tsx:11 Optional withBorder # \u2022 withBorder ? : boolean Inherited from TabsProps . withBorder Defined in src/renderer/components/tabs/tabs.tsx:10 Optional wrap # \u2022 wrap ? : boolean Defined in src/renderer/components/tabs/tabs.tsx:20 Methods # Optional onChange # \u25b8 onChange ( value : D): void Inherited from TabsProps . onChange Defined in src/renderer/components/tabs/tabs.tsx:12 Parameters: Name Type value D Returns: void","title":"Interface: TabsProps \u2039**D**\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#interface-tabsprops-d","text":"","title":"Interface: TabsProps \u2039D\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#type-parameters","text":"\u25aa D","title":"Type parameters"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#hierarchy","text":"TabsContextValue\u2039D\u203a object \u21b3 TabsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#properties","text":"autoFocus center className scrollable value withBorder wrap","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#optional-autofocus","text":"\u2022 autoFocus ? : boolean Inherited from TabsProps . autoFocus Defined in src/renderer/components/tabs/tabs.tsx:9","title":"Optional autoFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#optional-center","text":"\u2022 center ? : boolean Defined in src/renderer/components/tabs/tabs.tsx:19","title":"Optional center"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/tabs/tabs.tsx:18","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#optional-scrollable","text":"\u2022 scrollable ? : boolean Defined in src/renderer/components/tabs/tabs.tsx:21","title":"Optional scrollable"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#optional-value","text":"\u2022 value ? : D Inherited from TabsProps . value Defined in src/renderer/components/tabs/tabs.tsx:11","title":"Optional value"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#optional-withborder","text":"\u2022 withBorder ? : boolean Inherited from TabsProps . withBorder Defined in src/renderer/components/tabs/tabs.tsx:10","title":"Optional withBorder"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#optional-wrap","text":"\u2022 wrap ? : boolean Defined in src/renderer/components/tabs/tabs.tsx:20","title":"Optional wrap"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#optional-onchange","text":"\u25b8 onChange ( value : D): void Inherited from TabsProps . onChange Defined in src/renderer/components/tabs/tabs.tsx:12 Parameters: Name Type value D Returns: void","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/","text":"Interface: TooltipContentFormatters # Hierarchy # TooltipContentFormatters Index # Properties # narrow nowrap small tableView warning Properties # Optional narrow # \u2022 narrow ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:34 Optional nowrap # \u2022 nowrap ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:37 Optional small # \u2022 small ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:36 Optional tableView # \u2022 tableView ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:38 Optional warning # \u2022 warning ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:35","title":"Interface: TooltipContentFormatters"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/#interface-tooltipcontentformatters","text":"","title":"Interface: TooltipContentFormatters"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/#hierarchy","text":"TooltipContentFormatters","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/#properties","text":"narrow nowrap small tableView warning","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/#optional-narrow","text":"\u2022 narrow ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:34","title":"Optional narrow"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/#optional-nowrap","text":"\u2022 nowrap ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:37","title":"Optional nowrap"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/#optional-small","text":"\u2022 small ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:36","title":"Optional small"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/#optional-tableview","text":"\u2022 tableView ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:38","title":"Optional tableView"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/#optional-warning","text":"\u2022 warning ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:35","title":"Optional warning"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipdecoratorprops/","text":"Interface: TooltipDecoratorProps # Hierarchy # TooltipDecoratorProps \u21b3 ButtonProps \u21b3 IconProps \u21b3 BadgeProps \u21b3 LineProgressProps \u21b3 StatusBrickProps Index # Properties # tooltip tooltipOverrideDisabled Properties # Optional tooltip # \u2022 tooltip ? : ReactNode | Omit\u2039 TooltipProps , \"targetId\"\u203a Defined in src/renderer/components/tooltip/withTooltip.tsx:10 Optional tooltipOverrideDisabled # \u2022 tooltipOverrideDisabled ? : boolean Defined in src/renderer/components/tooltip/withTooltip.tsx:15 forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\"","title":"Interface: TooltipDecoratorProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipdecoratorprops/#interface-tooltipdecoratorprops","text":"","title":"Interface: TooltipDecoratorProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipdecoratorprops/#hierarchy","text":"TooltipDecoratorProps \u21b3 ButtonProps \u21b3 IconProps \u21b3 BadgeProps \u21b3 LineProgressProps \u21b3 StatusBrickProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipdecoratorprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipdecoratorprops/#properties","text":"tooltip tooltipOverrideDisabled","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipdecoratorprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipdecoratorprops/#optional-tooltip","text":"\u2022 tooltip ? : ReactNode | Omit\u2039 TooltipProps , \"targetId\"\u203a Defined in src/renderer/components/tooltip/withTooltip.tsx:10","title":"Optional tooltip"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipdecoratorprops/#optional-tooltipoverridedisabled","text":"\u2022 tooltipOverrideDisabled ? : boolean Defined in src/renderer/components/tooltip/withTooltip.tsx:15 forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\"","title":"Optional tooltipOverrideDisabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/","text":"Interface: TooltipProps # Hierarchy # TooltipProps Index # Properties # children className formatters offset preferredPositions style targetId tooltipOnParentHover usePortal visible Properties # Optional children # \u2022 children ? : React.ReactNode Defined in src/renderer/components/tooltip/tooltip.tsx:30 Optional className # \u2022 className ? : IClassName Defined in src/renderer/components/tooltip/tooltip.tsx:27 Optional formatters # \u2022 formatters ? : TooltipContentFormatters Defined in src/renderer/components/tooltip/tooltip.tsx:28 Optional offset # \u2022 offset ? : number Defined in src/renderer/components/tooltip/tooltip.tsx:24 Optional preferredPositions # \u2022 preferredPositions ? : TooltipPosition | TooltipPosition [] Defined in src/renderer/components/tooltip/tooltip.tsx:26 Optional style # \u2022 style ? : CSSProperties Defined in src/renderer/components/tooltip/tooltip.tsx:29 targetId # \u2022 targetId : string Defined in src/renderer/components/tooltip/tooltip.tsx:21 Optional tooltipOnParentHover # \u2022 tooltipOnParentHover ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:22 Optional usePortal # \u2022 usePortal ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:25 Optional visible # \u2022 visible ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:23","title":"Interface: TooltipProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#interface-tooltipprops","text":"","title":"Interface: TooltipProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#hierarchy","text":"TooltipProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#properties","text":"children className formatters offset preferredPositions style targetId tooltipOnParentHover usePortal visible","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#optional-children","text":"\u2022 children ? : React.ReactNode Defined in src/renderer/components/tooltip/tooltip.tsx:30","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#optional-classname","text":"\u2022 className ? : IClassName Defined in src/renderer/components/tooltip/tooltip.tsx:27","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#optional-formatters","text":"\u2022 formatters ? : TooltipContentFormatters Defined in src/renderer/components/tooltip/tooltip.tsx:28","title":"Optional formatters"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#optional-offset","text":"\u2022 offset ? : number Defined in src/renderer/components/tooltip/tooltip.tsx:24","title":"Optional offset"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#optional-preferredpositions","text":"\u2022 preferredPositions ? : TooltipPosition | TooltipPosition [] Defined in src/renderer/components/tooltip/tooltip.tsx:26","title":"Optional preferredPositions"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#optional-style","text":"\u2022 style ? : CSSProperties Defined in src/renderer/components/tooltip/tooltip.tsx:29","title":"Optional style"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#targetid","text":"\u2022 targetId : string Defined in src/renderer/components/tooltip/tooltip.tsx:21","title":"targetId"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#optional-tooltiponparenthover","text":"\u2022 tooltipOnParentHover ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:22","title":"Optional tooltipOnParentHover"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#optional-useportal","text":"\u2022 usePortal ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:25","title":"Optional usePortal"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#optional-visible","text":"\u2022 visible ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:23","title":"Optional visible"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/","text":"Interface: WizardLayoutProps # Hierarchy # DOMAttributes\u2039any\u203a \u21b3 WizardLayoutProps Index # Properties # centered children className contentClass contentProps dangerouslySetInnerHTML header headerClass infoPanel infoPanelClass onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture Properties # Optional centered # \u2022 centered ? : boolean Defined in src/renderer/components/layout/wizard-layout.tsx:13 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:7 Optional contentClass # \u2022 contentClass ? : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:10 Optional contentProps # \u2022 contentProps ? : DOMAttributes\u2039HTMLElement\u203a Defined in src/renderer/components/layout/wizard-layout.tsx:14 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional header # \u2022 header ? : React.ReactNode Defined in src/renderer/components/layout/wizard-layout.tsx:8 Optional headerClass # \u2022 headerClass ? : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:9 Optional infoPanel # \u2022 infoPanel ? : React.ReactNode Defined in src/renderer/components/layout/wizard-layout.tsx:12 Optional infoPanelClass # \u2022 infoPanelClass ? : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:11 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Interface: WizardLayoutProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#interface-wizardlayoutprops","text":"","title":"Interface: WizardLayoutProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#hierarchy","text":"DOMAttributes\u2039any\u203a \u21b3 WizardLayoutProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#properties","text":"centered children className contentClass contentProps dangerouslySetInnerHTML header headerClass infoPanel infoPanelClass onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-centered","text":"\u2022 centered ? : boolean Defined in src/renderer/components/layout/wizard-layout.tsx:13","title":"Optional centered"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-classname","text":"\u2022 className ? : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:7","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-contentclass","text":"\u2022 contentClass ? : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:10","title":"Optional contentClass"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-contentprops","text":"\u2022 contentProps ? : DOMAttributes\u2039HTMLElement\u203a Defined in src/renderer/components/layout/wizard-layout.tsx:14","title":"Optional contentProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-header","text":"\u2022 header ? : React.ReactNode Defined in src/renderer/components/layout/wizard-layout.tsx:8","title":"Optional header"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-headerclass","text":"\u2022 headerClass ? : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:9","title":"Optional headerClass"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-infopanel","text":"\u2022 infoPanel ? : React.ReactNode Defined in src/renderer/components/layout/wizard-layout.tsx:12","title":"Optional infoPanel"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-infopanelclass","text":"\u2022 infoPanelClass ? : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:11","title":"Optional infoPanelClass"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ikubeapicluster/","text":"Interface: IKubeApiCluster # Hierarchy # IKubeApiCluster Index # Properties # id Properties # id # \u2022 id : string Defined in src/renderer/api/kube-api.ts:30","title":"Interface: IKubeApiCluster"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ikubeapicluster/#interface-ikubeapicluster","text":"","title":"Interface: IKubeApiCluster"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ikubeapicluster/#hierarchy","text":"IKubeApiCluster","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ikubeapicluster/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ikubeapicluster/#properties","text":"id","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ikubeapicluster/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ikubeapicluster/#id","text":"\u2022 id : string Defined in src/renderer/api/kube-api.ts:30","title":"id"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/","text":"Interface: IPodContainer # Hierarchy # IPodContainer Index # Properties # args command env envFrom image imagePullPolicy livenessProbe name ports readinessProbe resources volumeMounts Properties # Optional args # \u2022 args ? : string[] Defined in src/renderer/api/endpoints/pods.api.ts:68 Optional command # \u2022 command ? : string[] Defined in src/renderer/api/endpoints/pods.api.ts:67 Optional env # \u2022 env ? : object[] Defined in src/renderer/api/endpoints/pods.api.ts:84 Optional envFrom # \u2022 envFrom ? : object[] Defined in src/renderer/api/endpoints/pods.api.ts:102 image # \u2022 image : string Defined in src/renderer/api/endpoints/pods.api.ts:66 imagePullPolicy # \u2022 imagePullPolicy : string Defined in src/renderer/api/endpoints/pods.api.ts:114 Optional livenessProbe # \u2022 livenessProbe ? : IContainerProbe Defined in src/renderer/api/endpoints/pods.api.ts:112 name # \u2022 name : string Defined in src/renderer/api/endpoints/pods.api.ts:65 ports # \u2022 ports : object[] Defined in src/renderer/api/endpoints/pods.api.ts:69 Optional readinessProbe # \u2022 readinessProbe ? : IContainerProbe Defined in src/renderer/api/endpoints/pods.api.ts:113 Optional resources # \u2022 resources ? : object Defined in src/renderer/api/endpoints/pods.api.ts:74 Type declaration: limits (): object cpu : string memory : string requests (): object cpu : string memory : string Optional volumeMounts # \u2022 volumeMounts ? : object[] Defined in src/renderer/api/endpoints/pods.api.ts:107","title":"Interface: IPodContainer"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#interface-ipodcontainer","text":"","title":"Interface: IPodContainer"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#hierarchy","text":"IPodContainer","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#properties","text":"args command env envFrom image imagePullPolicy livenessProbe name ports readinessProbe resources volumeMounts","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#optional-args","text":"\u2022 args ? : string[] Defined in src/renderer/api/endpoints/pods.api.ts:68","title":"Optional args"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#optional-command","text":"\u2022 command ? : string[] Defined in src/renderer/api/endpoints/pods.api.ts:67","title":"Optional command"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#optional-env","text":"\u2022 env ? : object[] Defined in src/renderer/api/endpoints/pods.api.ts:84","title":"Optional env"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#optional-envfrom","text":"\u2022 envFrom ? : object[] Defined in src/renderer/api/endpoints/pods.api.ts:102","title":"Optional envFrom"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#image","text":"\u2022 image : string Defined in src/renderer/api/endpoints/pods.api.ts:66","title":"image"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#imagepullpolicy","text":"\u2022 imagePullPolicy : string Defined in src/renderer/api/endpoints/pods.api.ts:114","title":"imagePullPolicy"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#optional-livenessprobe","text":"\u2022 livenessProbe ? : IContainerProbe Defined in src/renderer/api/endpoints/pods.api.ts:112","title":"Optional livenessProbe"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#name","text":"\u2022 name : string Defined in src/renderer/api/endpoints/pods.api.ts:65","title":"name"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#ports","text":"\u2022 ports : object[] Defined in src/renderer/api/endpoints/pods.api.ts:69","title":"ports"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#optional-readinessprobe","text":"\u2022 readinessProbe ? : IContainerProbe Defined in src/renderer/api/endpoints/pods.api.ts:113","title":"Optional readinessProbe"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#optional-resources","text":"\u2022 resources ? : object Defined in src/renderer/api/endpoints/pods.api.ts:74","title":"Optional resources"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#optional-volumemounts","text":"\u2022 volumeMounts ? : object[] Defined in src/renderer/api/endpoints/pods.api.ts:107","title":"Optional volumeMounts"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/","text":"Interface: IPodContainerStatus # Hierarchy # IPodContainerStatus Index # Properties # containerID image imageID lastState name ready restartCount state Properties # containerID # \u2022 containerID : string Defined in src/renderer/api/endpoints/pods.api.ts:169 image # \u2022 image : string Defined in src/renderer/api/endpoints/pods.api.ts:167 imageID # \u2022 imageID : string Defined in src/renderer/api/endpoints/pods.api.ts:168 lastState # \u2022 lastState : object Defined in src/renderer/api/endpoints/pods.api.ts:155 Type declaration: [ index : string ]: object terminated (): object containerID : string exitCode : number finishedAt : string reason : string startedAt : string name # \u2022 name : string Defined in src/renderer/api/endpoints/pods.api.ts:138 ready # \u2022 ready : boolean Defined in src/renderer/api/endpoints/pods.api.ts:165 restartCount # \u2022 restartCount : number Defined in src/renderer/api/endpoints/pods.api.ts:166 state # \u2022 state : object Defined in src/renderer/api/endpoints/pods.api.ts:139 Type declaration: [ index : string ]: object running (): object startedAt : string terminated (): object exitCode : number finishedAt : string reason : string startedAt : string waiting (): object message : string reason : string","title":"Interface: IPodContainerStatus"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#interface-ipodcontainerstatus","text":"","title":"Interface: IPodContainerStatus"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#hierarchy","text":"IPodContainerStatus","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#properties","text":"containerID image imageID lastState name ready restartCount state","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#containerid","text":"\u2022 containerID : string Defined in src/renderer/api/endpoints/pods.api.ts:169","title":"containerID"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#image","text":"\u2022 image : string Defined in src/renderer/api/endpoints/pods.api.ts:167","title":"image"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#imageid","text":"\u2022 imageID : string Defined in src/renderer/api/endpoints/pods.api.ts:168","title":"imageID"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#laststate","text":"\u2022 lastState : object Defined in src/renderer/api/endpoints/pods.api.ts:155","title":"lastState"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#name","text":"\u2022 name : string Defined in src/renderer/api/endpoints/pods.api.ts:138","title":"name"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#ready","text":"\u2022 ready : boolean Defined in src/renderer/api/endpoints/pods.api.ts:165","title":"ready"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#restartcount","text":"\u2022 restartCount : number Defined in src/renderer/api/endpoints/pods.api.ts:166","title":"restartCount"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#state","text":"\u2022 state : object Defined in src/renderer/api/endpoints/pods.api.ts:139","title":"state"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.isecretref/","text":"Interface: ISecretRef # Hierarchy # ISecretRef Index # Properties # key name Properties # Optional key # \u2022 key ? : string Defined in src/renderer/api/endpoints/secret.api.ts:18 name # \u2022 name : string Defined in src/renderer/api/endpoints/secret.api.ts:19","title":"Interface: ISecretRef"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.isecretref/#interface-isecretref","text":"","title":"Interface: ISecretRef"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.isecretref/#hierarchy","text":"ISecretRef","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.isecretref/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.isecretref/#properties","text":"key name","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.isecretref/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.isecretref/#optional-key","text":"\u2022 key ? : string Defined in src/renderer/api/endpoints/secret.api.ts:18","title":"Optional key"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.isecretref/#name","text":"\u2022 name : string Defined in src/renderer/api/endpoints/secret.api.ts:19","title":"name"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.iurlparams/","text":"Interface: IURLParams \u2039 P, Q \u203a # Type parameters # \u25aa P : object \u25aa Q : object Hierarchy # IURLParams Index # Properties # params query Properties # Optional params # \u2022 params ? : P Defined in src/common/utils/buildUrl.ts:4 Optional query # \u2022 query ? : Q Defined in src/common/utils/buildUrl.ts:5","title":"Interface: IURLParams \u2039**P, Q**\u203a"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.iurlparams/#interface-iurlparams-p-q","text":"","title":"Interface: IURLParams \u2039P, Q\u203a"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.iurlparams/#type-parameters","text":"\u25aa P : object \u25aa Q : object","title":"Type parameters"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.iurlparams/#hierarchy","text":"IURLParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.iurlparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.iurlparams/#properties","text":"params query","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.iurlparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.iurlparams/#optional-params","text":"\u2022 params ? : P Defined in src/common/utils/buildUrl.ts:4","title":"Optional params"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.iurlparams/#optional-query","text":"\u2022 query ? : Q Defined in src/common/utils/buildUrl.ts:5","title":"Optional query"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/","text":"Interface: RouteProps # Hierarchy # RouteProps \u21b3 PageRegistration \u21b3 TabRoute Index # Properties # children component exact location path render sensitive strict Properties # Optional children # \u2022 children ? : function | React.ReactNode Defined in node_modules/@types/react-router/index.d.ts:91 Optional component # \u2022 component ? : React.ComponentType\u2039RouteComponentProps\u2039any\u203a\u203a | React.ComponentType\u2039any\u203a Defined in node_modules/@types/react-router/index.d.ts:89 Optional exact # \u2022 exact ? : boolean Defined in node_modules/@types/react-router/index.d.ts:93 Optional location # \u2022 location ? : Location Defined in node_modules/@types/react-router/index.d.ts:88 Optional path # \u2022 path ? : string | string[] Defined in node_modules/@types/react-router/index.d.ts:92 Optional render # \u2022 render ? : function Defined in node_modules/@types/react-router/index.d.ts:90 Type declaration: \u25b8 ( props : RouteComponentProps\u2039any\u203a): React.ReactNode Parameters: Name Type props RouteComponentProps\u2039any\u203a Optional sensitive # \u2022 sensitive ? : boolean Defined in node_modules/@types/react-router/index.d.ts:94 Optional strict # \u2022 strict ? : boolean Defined in node_modules/@types/react-router/index.d.ts:95","title":"Interface: RouteProps"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#interface-routeprops","text":"","title":"Interface: RouteProps"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#hierarchy","text":"RouteProps \u21b3 PageRegistration \u21b3 TabRoute","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#properties","text":"children component exact location path render sensitive strict","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#optional-children","text":"\u2022 children ? : function | React.ReactNode Defined in node_modules/@types/react-router/index.d.ts:91","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#optional-component","text":"\u2022 component ? : React.ComponentType\u2039RouteComponentProps\u2039any\u203a\u203a | React.ComponentType\u2039any\u203a Defined in node_modules/@types/react-router/index.d.ts:89","title":"Optional component"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#optional-exact","text":"\u2022 exact ? : boolean Defined in node_modules/@types/react-router/index.d.ts:93","title":"Optional exact"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#optional-location","text":"\u2022 location ? : Location Defined in node_modules/@types/react-router/index.d.ts:88","title":"Optional location"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#optional-path","text":"\u2022 path ? : string | string[] Defined in node_modules/@types/react-router/index.d.ts:92","title":"Optional path"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#optional-render","text":"\u2022 render ? : function Defined in node_modules/@types/react-router/index.d.ts:90","title":"Optional render"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#optional-sensitive","text":"\u2022 sensitive ? : boolean Defined in node_modules/@types/react-router/index.d.ts:94","title":"Optional sensitive"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#optional-strict","text":"\u2022 strict ? : boolean Defined in node_modules/@types/react-router/index.d.ts:95","title":"Optional strict"},{"location":"extensions/api/modules/_core_api_app_/","text":"Module: \"core-api/app\" # Index # Variables # appName isLinux isMac isSnap isWindows issuesTrackerUrl slackUrl version Variables # Const appName # \u2022 appName : string = ${packageInfo.productName}${isDevelopment ? \"Dev\" : \"\"} Defined in src/common/vars.ts:15 Const isLinux # \u2022 isLinux : boolean = process.platform === \"linux\" Defined in src/common/vars.ts:8 Const isMac # \u2022 isMac : boolean = process.platform === \"darwin\" Defined in src/common/vars.ts:6 Const isSnap # \u2022 isSnap : boolean = !!process.env[\"SNAP\"] Defined in src/common/vars.ts:10 Const isWindows # \u2022 isWindows : boolean = process.platform === \"win32\" Defined in src/common/vars.ts:7 Const issuesTrackerUrl # \u2022 issuesTrackerUrl : \"https://github.com/lensapp/lens/issues\" = \"https://github.com/lensapp/lens/issues\" Defined in src/common/vars.ts:42 Const slackUrl # \u2022 slackUrl : \"https://join.slack.com/t/k8slens/shared_invite/enQtOTc5NjAyNjYyOTk4LWU1NDQ0ZGFkOWJkNTRhYTc2YjVmZDdkM2FkNGM5MjhiYTRhMDU2NDQ1MzIyMDA4ZGZlNmExOTc0N2JmY2M3ZGI\" = \"https://join.slack.com/t/k8slens/shared_invite/enQtOTc5NjAyNjYyOTk4LWU1NDQ0ZGFkOWJkNTRhYTc2YjVmZDdkM2FkNGM5MjhiYTRhMDU2NDQ1MzIyMDA4ZGZlNmExOTc0N2JmY2M3ZGI\" Defined in src/common/vars.ts:43 Const version # \u2022 version : string = getAppVersion() Defined in src/extensions/core-api/app.ts:3","title":"Module: \"core-api/app\""},{"location":"extensions/api/modules/_core_api_app_/#module-core-apiapp","text":"","title":"Module: \"core-api/app\""},{"location":"extensions/api/modules/_core_api_app_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_core_api_app_/#variables","text":"appName isLinux isMac isSnap isWindows issuesTrackerUrl slackUrl version","title":"Variables"},{"location":"extensions/api/modules/_core_api_app_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_core_api_app_/#const-appname","text":"\u2022 appName : string = ${packageInfo.productName}${isDevelopment ? \"Dev\" : \"\"} Defined in src/common/vars.ts:15","title":"Const appName"},{"location":"extensions/api/modules/_core_api_app_/#const-islinux","text":"\u2022 isLinux : boolean = process.platform === \"linux\" Defined in src/common/vars.ts:8","title":"Const isLinux"},{"location":"extensions/api/modules/_core_api_app_/#const-ismac","text":"\u2022 isMac : boolean = process.platform === \"darwin\" Defined in src/common/vars.ts:6","title":"Const isMac"},{"location":"extensions/api/modules/_core_api_app_/#const-issnap","text":"\u2022 isSnap : boolean = !!process.env[\"SNAP\"] Defined in src/common/vars.ts:10","title":"Const isSnap"},{"location":"extensions/api/modules/_core_api_app_/#const-iswindows","text":"\u2022 isWindows : boolean = process.platform === \"win32\" Defined in src/common/vars.ts:7","title":"Const isWindows"},{"location":"extensions/api/modules/_core_api_app_/#const-issuestrackerurl","text":"\u2022 issuesTrackerUrl : \"https://github.com/lensapp/lens/issues\" = \"https://github.com/lensapp/lens/issues\" Defined in src/common/vars.ts:42","title":"Const issuesTrackerUrl"},{"location":"extensions/api/modules/_core_api_app_/#const-slackurl","text":"\u2022 slackUrl : \"https://join.slack.com/t/k8slens/shared_invite/enQtOTc5NjAyNjYyOTk4LWU1NDQ0ZGFkOWJkNTRhYTc2YjVmZDdkM2FkNGM5MjhiYTRhMDU2NDQ1MzIyMDA4ZGZlNmExOTc0N2JmY2M3ZGI\" = \"https://join.slack.com/t/k8slens/shared_invite/enQtOTc5NjAyNjYyOTk4LWU1NDQ0ZGFkOWJkNTRhYTc2YjVmZDdkM2FkNGM5MjhiYTRhMDU2NDQ1MzIyMDA4ZGZlNmExOTc0N2JmY2M3ZGI\" Defined in src/common/vars.ts:43","title":"Const slackUrl"},{"location":"extensions/api/modules/_core_api_app_/#const-version","text":"\u2022 version : string = getAppVersion() Defined in src/extensions/core-api/app.ts:3","title":"Const version"},{"location":"extensions/api/modules/_core_api_cluster_feature_/","text":"Module: \"core-api/cluster-feature\" # Index # Classes # ClusterFeature Interfaces # ClusterFeatureStatus","title":"Module: \"core-api/cluster-feature\""},{"location":"extensions/api/modules/_core_api_cluster_feature_/#module-core-apicluster-feature","text":"","title":"Module: \"core-api/cluster-feature\""},{"location":"extensions/api/modules/_core_api_cluster_feature_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_core_api_cluster_feature_/#classes","text":"ClusterFeature","title":"Classes"},{"location":"extensions/api/modules/_core_api_cluster_feature_/#interfaces","text":"ClusterFeatureStatus","title":"Interfaces"},{"location":"extensions/api/modules/_core_api_event_bus_/","text":"Module: \"core-api/event-bus\" # Index # Type aliases # AppEvent Variables # appEventBus Type aliases # AppEvent # \u01ac AppEvent : object Defined in src/common/event-bus.ts:3 Type declaration: action : string name : string params ? : object Variables # Const appEventBus # \u2022 appEventBus : EventEmitter\u2039[object]\u203a = new EventEmitter<[AppEvent]>() Defined in src/common/event-bus.ts:9","title":"Module: \"core-api/event-bus\""},{"location":"extensions/api/modules/_core_api_event_bus_/#module-core-apievent-bus","text":"","title":"Module: \"core-api/event-bus\""},{"location":"extensions/api/modules/_core_api_event_bus_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_core_api_event_bus_/#type-aliases","text":"AppEvent","title":"Type aliases"},{"location":"extensions/api/modules/_core_api_event_bus_/#variables","text":"appEventBus","title":"Variables"},{"location":"extensions/api/modules/_core_api_event_bus_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_core_api_event_bus_/#appevent","text":"\u01ac AppEvent : object Defined in src/common/event-bus.ts:3","title":"AppEvent"},{"location":"extensions/api/modules/_core_api_event_bus_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_core_api_event_bus_/#const-appeventbus","text":"\u2022 appEventBus : EventEmitter\u2039[object]\u203a = new EventEmitter<[AppEvent]>() Defined in src/common/event-bus.ts:9","title":"Const appEventBus"},{"location":"extensions/api/modules/_core_api_stores_/","text":"Module: \"core-api/stores\" # Index # Classes # Cluster ExtensionStore Workspace Interfaces # ClusterModel WorkspaceModel Variables # clusterStore workspaceStore Variables # Const clusterStore # \u2022 clusterStore : ClusterStore\u2039\u203a = ClusterStore.getInstance () Defined in src/common/cluster-store.ts:262 Const workspaceStore # \u2022 workspaceStore : WorkspaceStore\u2039\u203a = WorkspaceStore.getInstance () Defined in src/common/workspace-store.ts:217","title":"Module: \"core-api/stores\""},{"location":"extensions/api/modules/_core_api_stores_/#module-core-apistores","text":"","title":"Module: \"core-api/stores\""},{"location":"extensions/api/modules/_core_api_stores_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_core_api_stores_/#classes","text":"Cluster ExtensionStore Workspace","title":"Classes"},{"location":"extensions/api/modules/_core_api_stores_/#interfaces","text":"ClusterModel WorkspaceModel","title":"Interfaces"},{"location":"extensions/api/modules/_core_api_stores_/#variables","text":"clusterStore workspaceStore","title":"Variables"},{"location":"extensions/api/modules/_core_api_stores_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_core_api_stores_/#const-clusterstore","text":"\u2022 clusterStore : ClusterStore\u2039\u203a = ClusterStore.getInstance () Defined in src/common/cluster-store.ts:262","title":"Const clusterStore"},{"location":"extensions/api/modules/_core_api_stores_/#const-workspacestore","text":"\u2022 workspaceStore : WorkspaceStore\u2039\u203a = WorkspaceStore.getInstance () Defined in src/common/workspace-store.ts:217","title":"Const workspaceStore"},{"location":"extensions/api/modules/_core_api_utils_/","text":"Module: \"core-api/utils\" # Index # Classes # Singleton Functions # cssNames openExternal prevDefault stopPropagation Functions # cssNames # \u25b8 cssNames (... args : IClassName[]): string Defined in src/renderer/utils/cssNames.ts:8 Parameters: Name Type ...args IClassName[] Returns: string openExternal # \u25b8 openExternal ( url : string): Promise\u2039void\u203a Defined in src/common/utils/openExternal.ts:4 Parameters: Name Type url string Returns: Promise\u2039void\u203a prevDefault # \u25b8 prevDefault \u2039 E \u203a( callback : function): (Anonymous function) Defined in src/renderer/utils/prevDefault.ts:15 Type parameters: \u25aa E : SyntheticEvent | Event Parameters: \u25aa callback : function \u25b8 ( evt : E): any Parameters: Name Type evt E Returns: (Anonymous function) stopPropagation # \u25b8 stopPropagation ( evt : Event | SyntheticEvent): void Defined in src/renderer/utils/prevDefault.ts:23 Parameters: Name Type evt Event | SyntheticEvent Returns: void","title":"Module: \"core-api/utils\""},{"location":"extensions/api/modules/_core_api_utils_/#module-core-apiutils","text":"","title":"Module: \"core-api/utils\""},{"location":"extensions/api/modules/_core_api_utils_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_core_api_utils_/#classes","text":"Singleton","title":"Classes"},{"location":"extensions/api/modules/_core_api_utils_/#functions","text":"cssNames openExternal prevDefault stopPropagation","title":"Functions"},{"location":"extensions/api/modules/_core_api_utils_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_core_api_utils_/#cssnames","text":"\u25b8 cssNames (... args : IClassName[]): string Defined in src/renderer/utils/cssNames.ts:8 Parameters: Name Type ...args IClassName[] Returns: string","title":"cssNames"},{"location":"extensions/api/modules/_core_api_utils_/#openexternal","text":"\u25b8 openExternal ( url : string): Promise\u2039void\u203a Defined in src/common/utils/openExternal.ts:4 Parameters: Name Type url string Returns: Promise\u2039void\u203a","title":"openExternal"},{"location":"extensions/api/modules/_core_api_utils_/#prevdefault","text":"\u25b8 prevDefault \u2039 E \u203a( callback : function): (Anonymous function) Defined in src/renderer/utils/prevDefault.ts:15 Type parameters: \u25aa E : SyntheticEvent | Event Parameters: \u25aa callback : function \u25b8 ( evt : E): any Parameters: Name Type evt E Returns: (Anonymous function)","title":"prevDefault"},{"location":"extensions/api/modules/_core_api_utils_/#stoppropagation","text":"\u25b8 stopPropagation ( evt : Event | SyntheticEvent): void Defined in src/renderer/utils/prevDefault.ts:23 Parameters: Name Type evt Event | SyntheticEvent Returns: void","title":"stopPropagation"},{"location":"extensions/api/modules/_interfaces_index_/","text":"Module: \"interfaces/index\" # Index # Interfaces # AppPreferenceComponents AppPreferenceRegistration ClusterFeatureComponents ClusterFeatureRegistration KubeObjectDetailComponents KubeObjectDetailRegistration KubeObjectMenuComponents KubeObjectMenuRegistration KubeObjectStatusRegistration PageComponents PageRegistration StatusBarRegistration","title":"Module: \"interfaces/index\""},{"location":"extensions/api/modules/_interfaces_index_/#module-interfacesindex","text":"","title":"Module: \"interfaces/index\""},{"location":"extensions/api/modules/_interfaces_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_interfaces_index_/#interfaces","text":"AppPreferenceComponents AppPreferenceRegistration ClusterFeatureComponents ClusterFeatureRegistration KubeObjectDetailComponents KubeObjectDetailRegistration KubeObjectMenuComponents KubeObjectMenuRegistration KubeObjectStatusRegistration PageComponents PageRegistration StatusBarRegistration","title":"Interfaces"},{"location":"extensions/api/modules/_renderer_api_components_/","text":"Module: \"renderer-api/components\" # Index # Enumerations # NotificationStatus TooltipPosition Classes # Badge Button Checkbox ConfirmDialog CubeSpinner Dialog Drawer DrawerItem DrawerParamToggler DrawerTitle Icon Input KubeEventDetails KubeObjectDetails KubeObjectListLayout KubeObjectMenu KubeObjectMeta LineProgress Menu MenuActions MenuItem Notifications NotificationsStore PageLayout Radio RadioGroup Select Slider Spinner StatusBrick Stepper Tab Table TableCell TableHead TableRow Tabs Tooltip WizardLayout Interfaces # BadgeProps ButtonProps CheckboxProps ConfirmDialogParams ConfirmDialogProps CubeSpinnerProps DialogProps DrawerItemLabelsProps DrawerItemProps DrawerParamTogglerProps DrawerProps DrawerTitleProps GroupSelectOption IconProps InputValidator KubeEventDetailsProps KubeObjectDetailsProps KubeObjectListLayoutProps KubeObjectMenuProps KubeObjectMetaProps LineProgressProps MenuActionsProps MenuItemProps MenuPosition MenuProps Notification PageLayoutProps RadioGroupProps SelectOption SelectProps SliderProps SpinnerProps StatusBrickProps StepperProps TabLayoutProps TabProps TabRoute TableCellProps TableHeadProps TableProps TableRowProps TabsProps TooltipContentFormatters TooltipDecoratorProps TooltipProps WizardLayoutProps Type aliases # InputProps MenuContextValue NotificationId NotificationMessage RadioProps TableCellElem TableHeadElem TableOrderBy TableRowElem TableSortBy TableSortCallback TableSortParams Variables # InputValidators MenuContext TabLayout notificationsStore terminalStore Functions # DrawerItemLabels SubMenu createPodLogsTab createTerminalTab withTooltip Type aliases # InputProps # \u01ac InputProps : Omit\u2039InputElementProps, \"onChange\" | \"onSubmit\"\u203a & object Defined in src/renderer/components/input/input.tsx:19 MenuContextValue # \u01ac MenuContextValue : Menu Defined in src/renderer/components/menu/menu.tsx:11 NotificationId # \u01ac NotificationId : string | number Defined in src/renderer/components/notifications/notifications.store.ts:8 NotificationMessage # \u01ac NotificationMessage : React.ReactNode | React.ReactNode[] | JsonApiErrorParsed Defined in src/renderer/components/notifications/notifications.store.ts:9 RadioProps # \u01ac RadioProps : HTMLProps\u2039any\u203a & object Defined in src/renderer/components/radio/radio.tsx:38 TableCellElem # \u01ac TableCellElem : ReactElement\u2039 TableCellProps \u203a Defined in src/renderer/components/table/table-cell.tsx:9 TableHeadElem # \u01ac TableHeadElem : ReactElement\u2039 TableHeadProps \u203a Defined in src/renderer/components/table/table-head.tsx:6 TableOrderBy # \u01ac TableOrderBy : \"asc\" | \"desc\" | string Defined in src/renderer/components/table/table.tsx:18 TableRowElem # \u01ac TableRowElem : ReactElement\u2039 TableRowProps \u203a Defined in src/renderer/components/table/table-row.tsx:7 TableSortBy # \u01ac TableSortBy : string Defined in src/renderer/components/table/table.tsx:17 TableSortCallback # \u01ac TableSortCallback : function Defined in src/renderer/components/table/table.tsx:20 Type declaration: \u25b8 ( data : D): string | number | (string | number)[] Parameters: Name Type data D TableSortParams # \u01ac TableSortParams : object Defined in src/renderer/components/table/table.tsx:19 Type declaration: orderBy : TableOrderBy sortBy : TableSortBy Variables # InputValidators # \u2022 InputValidators : InputValidators Defined in src/renderer/components/input/input.tsx:13 Const MenuContext # \u2022 MenuContext : Context\u2039 Menu \u2039\u203a\u203a = React.createContext (null) Defined in src/renderer/components/menu/menu.tsx:10 Const TabLayout # \u2022 TabLayout : (Anonymous function) = observer(({ className, contentClass, tabs, children }: TabLayoutProps) => { const routePath = navigation.location.pathname; return ( {tabs && ( navigate(url)}> {tabs.map(({ title, path, url, ...routeProps }) => { const isActive = !!matchPath(routePath, { path, ...routeProps }); return ; })} )} {children} ); }) Defined in src/renderer/components/layout/tab-layout.tsx:22 Const notificationsStore # \u2022 notificationsStore : NotificationsStore \u2039\u203a = new NotificationsStore() Defined in src/renderer/components/notifications/notifications.store.ts:67 Const terminalStore # \u2022 terminalStore : TerminalStore\u2039\u203a = new TerminalStore() Defined in src/renderer/components/dock/terminal.store.ts:116 Functions # DrawerItemLabels # \u25b8 DrawerItemLabels ( props : DrawerItemLabelsProps ): Element\u2039\u203a Defined in src/renderer/components/drawer/drawer-item-labels.tsx:9 Parameters: Name Type props DrawerItemLabelsProps Returns: Element\u2039\u203a SubMenu # \u25b8 SubMenu ( props : Partial\u2039 MenuProps \u203a): Element\u2039\u203a Defined in src/renderer/components/menu/menu.tsx:258 Parameters: Name Type props Partial\u2039 MenuProps \u203a Returns: Element\u2039\u203a createPodLogsTab # \u25b8 createPodLogsTab ( data : IPodLogsData, tabParams : Partial\u2039IDockTab\u203a): IDockTab Defined in src/renderer/components/dock/pod-logs.store.ts:178 Parameters: Name Type Default data IPodLogsData - tabParams Partial\u2039IDockTab\u203a {} Returns: IDockTab createTerminalTab # \u25b8 createTerminalTab ( tabParams : Partial\u2039ITerminalTab\u203a): IDockTab Defined in src/renderer/components/dock/terminal.store.ts:18 Parameters: Name Type Default tabParams Partial\u2039ITerminalTab\u203a {} Returns: IDockTab withTooltip # \u25b8 withTooltip \u2039 T \u203a( Target : T): T Defined in src/renderer/components/tooltip/withTooltip.tsx:18 Type parameters: \u25aa T : React.ComponentType\u2039any\u203a Parameters: Name Type Target T Returns: T","title":"Module: \"renderer-api/components\""},{"location":"extensions/api/modules/_renderer_api_components_/#module-renderer-apicomponents","text":"","title":"Module: \"renderer-api/components\""},{"location":"extensions/api/modules/_renderer_api_components_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_renderer_api_components_/#enumerations","text":"NotificationStatus TooltipPosition","title":"Enumerations"},{"location":"extensions/api/modules/_renderer_api_components_/#classes","text":"Badge Button Checkbox ConfirmDialog CubeSpinner Dialog Drawer DrawerItem DrawerParamToggler DrawerTitle Icon Input KubeEventDetails KubeObjectDetails KubeObjectListLayout KubeObjectMenu KubeObjectMeta LineProgress Menu MenuActions MenuItem Notifications NotificationsStore PageLayout Radio RadioGroup Select Slider Spinner StatusBrick Stepper Tab Table TableCell TableHead TableRow Tabs Tooltip WizardLayout","title":"Classes"},{"location":"extensions/api/modules/_renderer_api_components_/#interfaces","text":"BadgeProps ButtonProps CheckboxProps ConfirmDialogParams ConfirmDialogProps CubeSpinnerProps DialogProps DrawerItemLabelsProps DrawerItemProps DrawerParamTogglerProps DrawerProps DrawerTitleProps GroupSelectOption IconProps InputValidator KubeEventDetailsProps KubeObjectDetailsProps KubeObjectListLayoutProps KubeObjectMenuProps KubeObjectMetaProps LineProgressProps MenuActionsProps MenuItemProps MenuPosition MenuProps Notification PageLayoutProps RadioGroupProps SelectOption SelectProps SliderProps SpinnerProps StatusBrickProps StepperProps TabLayoutProps TabProps TabRoute TableCellProps TableHeadProps TableProps TableRowProps TabsProps TooltipContentFormatters TooltipDecoratorProps TooltipProps WizardLayoutProps","title":"Interfaces"},{"location":"extensions/api/modules/_renderer_api_components_/#type-aliases","text":"InputProps MenuContextValue NotificationId NotificationMessage RadioProps TableCellElem TableHeadElem TableOrderBy TableRowElem TableSortBy TableSortCallback TableSortParams","title":"Type aliases"},{"location":"extensions/api/modules/_renderer_api_components_/#variables","text":"InputValidators MenuContext TabLayout notificationsStore terminalStore","title":"Variables"},{"location":"extensions/api/modules/_renderer_api_components_/#functions","text":"DrawerItemLabels SubMenu createPodLogsTab createTerminalTab withTooltip","title":"Functions"},{"location":"extensions/api/modules/_renderer_api_components_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_renderer_api_components_/#inputprops","text":"\u01ac InputProps : Omit\u2039InputElementProps, \"onChange\" | \"onSubmit\"\u203a & object Defined in src/renderer/components/input/input.tsx:19","title":"InputProps"},{"location":"extensions/api/modules/_renderer_api_components_/#menucontextvalue","text":"\u01ac MenuContextValue : Menu Defined in src/renderer/components/menu/menu.tsx:11","title":"MenuContextValue"},{"location":"extensions/api/modules/_renderer_api_components_/#notificationid","text":"\u01ac NotificationId : string | number Defined in src/renderer/components/notifications/notifications.store.ts:8","title":"NotificationId"},{"location":"extensions/api/modules/_renderer_api_components_/#notificationmessage","text":"\u01ac NotificationMessage : React.ReactNode | React.ReactNode[] | JsonApiErrorParsed Defined in src/renderer/components/notifications/notifications.store.ts:9","title":"NotificationMessage"},{"location":"extensions/api/modules/_renderer_api_components_/#radioprops","text":"\u01ac RadioProps : HTMLProps\u2039any\u203a & object Defined in src/renderer/components/radio/radio.tsx:38","title":"RadioProps"},{"location":"extensions/api/modules/_renderer_api_components_/#tablecellelem","text":"\u01ac TableCellElem : ReactElement\u2039 TableCellProps \u203a Defined in src/renderer/components/table/table-cell.tsx:9","title":"TableCellElem"},{"location":"extensions/api/modules/_renderer_api_components_/#tableheadelem","text":"\u01ac TableHeadElem : ReactElement\u2039 TableHeadProps \u203a Defined in src/renderer/components/table/table-head.tsx:6","title":"TableHeadElem"},{"location":"extensions/api/modules/_renderer_api_components_/#tableorderby","text":"\u01ac TableOrderBy : \"asc\" | \"desc\" | string Defined in src/renderer/components/table/table.tsx:18","title":"TableOrderBy"},{"location":"extensions/api/modules/_renderer_api_components_/#tablerowelem","text":"\u01ac TableRowElem : ReactElement\u2039 TableRowProps \u203a Defined in src/renderer/components/table/table-row.tsx:7","title":"TableRowElem"},{"location":"extensions/api/modules/_renderer_api_components_/#tablesortby","text":"\u01ac TableSortBy : string Defined in src/renderer/components/table/table.tsx:17","title":"TableSortBy"},{"location":"extensions/api/modules/_renderer_api_components_/#tablesortcallback","text":"\u01ac TableSortCallback : function Defined in src/renderer/components/table/table.tsx:20","title":"TableSortCallback"},{"location":"extensions/api/modules/_renderer_api_components_/#tablesortparams","text":"\u01ac TableSortParams : object Defined in src/renderer/components/table/table.tsx:19","title":"TableSortParams"},{"location":"extensions/api/modules/_renderer_api_components_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_renderer_api_components_/#inputvalidators","text":"\u2022 InputValidators : InputValidators Defined in src/renderer/components/input/input.tsx:13","title":"InputValidators"},{"location":"extensions/api/modules/_renderer_api_components_/#const-menucontext","text":"\u2022 MenuContext : Context\u2039 Menu \u2039\u203a\u203a = React.createContext (null) Defined in src/renderer/components/menu/menu.tsx:10","title":"Const MenuContext"},{"location":"extensions/api/modules/_renderer_api_components_/#const-tablayout","text":"\u2022 TabLayout : (Anonymous function) = observer(({ className, contentClass, tabs, children }: TabLayoutProps) => { const routePath = navigation.location.pathname; return ( {tabs && ( navigate(url)}> {tabs.map(({ title, path, url, ...routeProps }) => { const isActive = !!matchPath(routePath, { path, ...routeProps }); return ; })} )} {children} ); }) Defined in src/renderer/components/layout/tab-layout.tsx:22","title":"Const TabLayout"},{"location":"extensions/api/modules/_renderer_api_components_/#const-notificationsstore","text":"\u2022 notificationsStore : NotificationsStore \u2039\u203a = new NotificationsStore() Defined in src/renderer/components/notifications/notifications.store.ts:67","title":"Const notificationsStore"},{"location":"extensions/api/modules/_renderer_api_components_/#const-terminalstore","text":"\u2022 terminalStore : TerminalStore\u2039\u203a = new TerminalStore() Defined in src/renderer/components/dock/terminal.store.ts:116","title":"Const terminalStore"},{"location":"extensions/api/modules/_renderer_api_components_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_renderer_api_components_/#draweritemlabels","text":"\u25b8 DrawerItemLabels ( props : DrawerItemLabelsProps ): Element\u2039\u203a Defined in src/renderer/components/drawer/drawer-item-labels.tsx:9 Parameters: Name Type props DrawerItemLabelsProps Returns: Element\u2039\u203a","title":"DrawerItemLabels"},{"location":"extensions/api/modules/_renderer_api_components_/#submenu","text":"\u25b8 SubMenu ( props : Partial\u2039 MenuProps \u203a): Element\u2039\u203a Defined in src/renderer/components/menu/menu.tsx:258 Parameters: Name Type props Partial\u2039 MenuProps \u203a Returns: Element\u2039\u203a","title":"SubMenu"},{"location":"extensions/api/modules/_renderer_api_components_/#createpodlogstab","text":"\u25b8 createPodLogsTab ( data : IPodLogsData, tabParams : Partial\u2039IDockTab\u203a): IDockTab Defined in src/renderer/components/dock/pod-logs.store.ts:178 Parameters: Name Type Default data IPodLogsData - tabParams Partial\u2039IDockTab\u203a {} Returns: IDockTab","title":"createPodLogsTab"},{"location":"extensions/api/modules/_renderer_api_components_/#createterminaltab","text":"\u25b8 createTerminalTab ( tabParams : Partial\u2039ITerminalTab\u203a): IDockTab Defined in src/renderer/components/dock/terminal.store.ts:18 Parameters: Name Type Default tabParams Partial\u2039ITerminalTab\u203a {} Returns: IDockTab","title":"createTerminalTab"},{"location":"extensions/api/modules/_renderer_api_components_/#withtooltip","text":"\u25b8 withTooltip \u2039 T \u203a( Target : T): T Defined in src/renderer/components/tooltip/withTooltip.tsx:18 Type parameters: \u25aa T : React.ComponentType\u2039any\u203a Parameters: Name Type Target T Returns: T","title":"withTooltip"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/","text":"Module: \"renderer-api/k8s-api\" # Index # Enumerations # KubeObjectStatusLevel Classes # ClusterRole ClusterRoleBinding ConfigMap CronJob CustomResourceDefinition DaemonSet Deployment DeploymentApi Endpoint EventStore HorizontalPodAutoscaler Ingress IngressApi Job KubeApi KubeEvent KubeObject KubeObjectStore Namespace NetworkPolicy Node NodesApi PersistentVolume PersistentVolumeClaim PersistentVolumeClaimsApi Pod PodDisruptionBudget PodsApi ReplicaSet ResourceQuota Role RoleBinding Secret Service ServiceAccount StatefulSet StorageClass VersionedKubeApi Interfaces # IKubeApiCluster IPodContainer IPodContainerStatus ISecretRef Type aliases # KubeObjectStatus Variables # apiManager clusterRoleApi clusterRoleBindingApi configMapApi crdApi cronJobApi daemonSetApi deploymentApi endpointApi eventApi hpaApi ingressApi jobApi namespacesApi networkPolicyApi nodesApi pdbApi persistentVolumeApi podsApi pvcApi replicaSetApi resourceQuotaApi roleApi roleBindingApi secretsApi serviceAccountsApi serviceApi statefulSetApi storageClassApi Functions # forCluster isAllowedResource Type aliases # KubeObjectStatus # \u01ac KubeObjectStatus : object Defined in src/extensions/renderer-api/kube-object-status.ts:1 Type declaration: level : KubeObjectStatusLevel text : string timestamp ? : string Variables # Const apiManager # \u2022 apiManager : ApiManager\u2039\u203a = new ApiManager() Defined in src/renderer/api/api-manager.ts:52 Const clusterRoleApi # \u2022 clusterRoleApi : KubeApi \u2039 ClusterRole \u2039\u203a\u203a = new KubeApi({ objectConstructor: ClusterRole, }) Defined in src/renderer/api/endpoints/cluster-role.api.ts:12 Const clusterRoleBindingApi # \u2022 clusterRoleBindingApi : KubeApi \u2039 ClusterRoleBinding \u2039\u203a\u203a = new KubeApi({ objectConstructor: ClusterRoleBinding, }) Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:10 Const configMapApi # \u2022 configMapApi : KubeApi \u2039 ConfigMap \u2039\u203a\u203a = new KubeApi({ objectConstructor: ConfigMap, }) Defined in src/renderer/api/endpoints/configmap.api.ts:26 Const crdApi # \u2022 crdApi : VersionedKubeApi \u2039 CustomResourceDefinition \u2039\u203a\u203a = new VersionedKubeApi ({ objectConstructor: CustomResourceDefinition }) Defined in src/renderer/api/endpoints/crd.api.ts:149 Const cronJobApi # \u2022 cronJobApi : KubeApi \u2039 CronJob \u2039\u203a\u203a = new KubeApi({ objectConstructor: CronJob, }) Defined in src/renderer/api/endpoints/cron-job.api.ts:92 Const daemonSetApi # \u2022 daemonSetApi : KubeApi \u2039 DaemonSet \u2039\u203a\u203a = new KubeApi({ objectConstructor: DaemonSet, }) Defined in src/renderer/api/endpoints/daemon-set.api.ts:73 Const deploymentApi # \u2022 deploymentApi : DeploymentApi \u2039\u203a = new DeploymentApi({ objectConstructor: Deployment, }) Defined in src/renderer/api/endpoints/deployment.api.ts:190 Const endpointApi # \u2022 endpointApi : KubeApi \u2039 Endpoint \u2039\u203a\u203a = new KubeApi({ objectConstructor: Endpoint, }) Defined in src/renderer/api/endpoints/endpoint.api.ts:122 Const eventApi # \u2022 eventApi : KubeApi \u2039 KubeEvent \u2039\u203a\u203a = new KubeApi({ objectConstructor: KubeEvent, }) Defined in src/renderer/api/endpoints/events.api.ts:56 Const hpaApi # \u2022 hpaApi : KubeApi \u2039 HorizontalPodAutoscaler \u2039\u203a\u203a = new KubeApi({ objectConstructor: HorizontalPodAutoscaler, }) Defined in src/renderer/api/endpoints/hpa.api.ts:137 Const ingressApi # \u2022 ingressApi : IngressApi \u2039\u203a = new IngressApi({ objectConstructor: Ingress, }) Defined in src/renderer/api/endpoints/ingress.api.ts:122 Const jobApi # \u2022 jobApi : KubeApi \u2039 Job \u2039\u203a\u203a = new KubeApi({ objectConstructor: Job, }) Defined in src/renderer/api/endpoints/job.api.ts:106 Const namespacesApi # \u2022 namespacesApi : KubeApi \u2039 Namespace \u2039\u203a\u203a = new KubeApi({ objectConstructor: Namespace, }) Defined in src/renderer/api/endpoints/namespaces.api.ts:25 Const networkPolicyApi # \u2022 networkPolicyApi : KubeApi \u2039 NetworkPolicy \u2039\u203a\u203a = new KubeApi({ objectConstructor: NetworkPolicy, }) Defined in src/renderer/api/endpoints/network-policy.api.ts:69 Const nodesApi # \u2022 nodesApi : NodesApi \u2039\u203a = new NodesApi({ objectConstructor: Node, }) Defined in src/renderer/api/endpoints/nodes.api.ts:160 Const pdbApi # \u2022 pdbApi : KubeApi \u2039 PodDisruptionBudget \u2039\u203a\u203a = new KubeApi({ objectConstructor: PodDisruptionBudget, }) Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:46 Const persistentVolumeApi # \u2022 persistentVolumeApi : KubeApi \u2039 PersistentVolume \u2039\u203a\u203a = new KubeApi({ objectConstructor: PersistentVolume, }) Defined in src/renderer/api/endpoints/persistent-volume.api.ts:68 Const podsApi # \u2022 podsApi : PodsApi \u2039\u203a = new PodsApi({ objectConstructor: Pod, }) Defined in src/renderer/api/endpoints/pods.api.ts:432 Const pvcApi # \u2022 pvcApi : PersistentVolumeClaimsApi \u2039\u203a = new PersistentVolumeClaimsApi({ objectConstructor: PersistentVolumeClaim, }) Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:85 Const replicaSetApi # \u2022 replicaSetApi : KubeApi \u2039 ReplicaSet \u2039\u203a\u203a = new KubeApi({ objectConstructor: ReplicaSet, }) Defined in src/renderer/api/endpoints/replica-set.api.ts:55 Const resourceQuotaApi # \u2022 resourceQuotaApi : KubeApi \u2039 ResourceQuota \u2039\u203a\u203a = new KubeApi({ objectConstructor: ResourceQuota, }) Defined in src/renderer/api/endpoints/resource-quota.api.ts:65 Const roleApi # \u2022 roleApi : KubeApi \u2039 Role \u2039\u203a\u203a = new KubeApi({ objectConstructor: Role, }) Defined in src/renderer/api/endpoints/role.api.ts:21 Const roleBindingApi # \u2022 roleBindingApi : KubeApi \u2039 RoleBinding \u2039\u203a\u203a = new KubeApi({ objectConstructor: RoleBinding, }) Defined in src/renderer/api/endpoints/role-binding.api.ts:34 Const secretsApi # \u2022 secretsApi : KubeApi \u2039 Secret \u2039\u203a\u203a = new KubeApi({ objectConstructor: Secret, }) Defined in src/renderer/api/endpoints/secret.api.ts:48 Const serviceAccountsApi # \u2022 serviceAccountsApi : KubeApi \u2039 ServiceAccount \u2039\u203a\u203a = new KubeApi ({ objectConstructor: ServiceAccount, }) Defined in src/renderer/api/endpoints/service-accounts.api.ts:27 Const serviceApi # \u2022 serviceApi : KubeApi \u2039 Service \u2039\u203a\u203a = new KubeApi({ objectConstructor: Service, }) Defined in src/renderer/api/endpoints/service.api.ts:97 Const statefulSetApi # \u2022 statefulSetApi : KubeApi \u2039 StatefulSet \u2039\u203a\u203a = new KubeApi({ objectConstructor: StatefulSet, }) Defined in src/renderer/api/endpoints/stateful-set.api.ts:81 Const storageClassApi # \u2022 storageClassApi : KubeApi \u2039 StorageClass \u2039\u203a\u203a = new KubeApi({ objectConstructor: StorageClass, }) Defined in src/renderer/api/endpoints/storage-class.api.ts:36 Functions # forCluster # \u25b8 forCluster \u2039 T \u203a( cluster : IKubeApiCluster , kubeClass : IKubeObjectConstructor\u2039T\u203a): KubeApi \u2039T\u203a Defined in src/renderer/api/kube-api.ts:33 Type parameters: \u25aa T : KubeObject Parameters: Name Type cluster IKubeApiCluster kubeClass IKubeObjectConstructor\u2039T\u203a Returns: KubeApi \u2039T\u203a isAllowedResource # \u25b8 isAllowedResource ( resources : KubeResource | KubeResource[]): boolean Defined in src/common/rbac.ts:40 Parameters: Name Type resources KubeResource | KubeResource[] Returns: boolean","title":"Module: \"renderer-api/k8s-api\""},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#module-renderer-apik8s-api","text":"","title":"Module: \"renderer-api/k8s-api\""},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#enumerations","text":"KubeObjectStatusLevel","title":"Enumerations"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#classes","text":"ClusterRole ClusterRoleBinding ConfigMap CronJob CustomResourceDefinition DaemonSet Deployment DeploymentApi Endpoint EventStore HorizontalPodAutoscaler Ingress IngressApi Job KubeApi KubeEvent KubeObject KubeObjectStore Namespace NetworkPolicy Node NodesApi PersistentVolume PersistentVolumeClaim PersistentVolumeClaimsApi Pod PodDisruptionBudget PodsApi ReplicaSet ResourceQuota Role RoleBinding Secret Service ServiceAccount StatefulSet StorageClass VersionedKubeApi","title":"Classes"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#interfaces","text":"IKubeApiCluster IPodContainer IPodContainerStatus ISecretRef","title":"Interfaces"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#type-aliases","text":"KubeObjectStatus","title":"Type aliases"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#variables","text":"apiManager clusterRoleApi clusterRoleBindingApi configMapApi crdApi cronJobApi daemonSetApi deploymentApi endpointApi eventApi hpaApi ingressApi jobApi namespacesApi networkPolicyApi nodesApi pdbApi persistentVolumeApi podsApi pvcApi replicaSetApi resourceQuotaApi roleApi roleBindingApi secretsApi serviceAccountsApi serviceApi statefulSetApi storageClassApi","title":"Variables"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#functions","text":"forCluster isAllowedResource","title":"Functions"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#kubeobjectstatus","text":"\u01ac KubeObjectStatus : object Defined in src/extensions/renderer-api/kube-object-status.ts:1","title":"KubeObjectStatus"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-apimanager","text":"\u2022 apiManager : ApiManager\u2039\u203a = new ApiManager() Defined in src/renderer/api/api-manager.ts:52","title":"Const apiManager"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-clusterroleapi","text":"\u2022 clusterRoleApi : KubeApi \u2039 ClusterRole \u2039\u203a\u203a = new KubeApi({ objectConstructor: ClusterRole, }) Defined in src/renderer/api/endpoints/cluster-role.api.ts:12","title":"Const clusterRoleApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-clusterrolebindingapi","text":"\u2022 clusterRoleBindingApi : KubeApi \u2039 ClusterRoleBinding \u2039\u203a\u203a = new KubeApi({ objectConstructor: ClusterRoleBinding, }) Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:10","title":"Const clusterRoleBindingApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-configmapapi","text":"\u2022 configMapApi : KubeApi \u2039 ConfigMap \u2039\u203a\u203a = new KubeApi({ objectConstructor: ConfigMap, }) Defined in src/renderer/api/endpoints/configmap.api.ts:26","title":"Const configMapApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-crdapi","text":"\u2022 crdApi : VersionedKubeApi \u2039 CustomResourceDefinition \u2039\u203a\u203a = new VersionedKubeApi ({ objectConstructor: CustomResourceDefinition }) Defined in src/renderer/api/endpoints/crd.api.ts:149","title":"Const crdApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-cronjobapi","text":"\u2022 cronJobApi : KubeApi \u2039 CronJob \u2039\u203a\u203a = new KubeApi({ objectConstructor: CronJob, }) Defined in src/renderer/api/endpoints/cron-job.api.ts:92","title":"Const cronJobApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-daemonsetapi","text":"\u2022 daemonSetApi : KubeApi \u2039 DaemonSet \u2039\u203a\u203a = new KubeApi({ objectConstructor: DaemonSet, }) Defined in src/renderer/api/endpoints/daemon-set.api.ts:73","title":"Const daemonSetApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-deploymentapi","text":"\u2022 deploymentApi : DeploymentApi \u2039\u203a = new DeploymentApi({ objectConstructor: Deployment, }) Defined in src/renderer/api/endpoints/deployment.api.ts:190","title":"Const deploymentApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-endpointapi","text":"\u2022 endpointApi : KubeApi \u2039 Endpoint \u2039\u203a\u203a = new KubeApi({ objectConstructor: Endpoint, }) Defined in src/renderer/api/endpoints/endpoint.api.ts:122","title":"Const endpointApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-eventapi","text":"\u2022 eventApi : KubeApi \u2039 KubeEvent \u2039\u203a\u203a = new KubeApi({ objectConstructor: KubeEvent, }) Defined in src/renderer/api/endpoints/events.api.ts:56","title":"Const eventApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-hpaapi","text":"\u2022 hpaApi : KubeApi \u2039 HorizontalPodAutoscaler \u2039\u203a\u203a = new KubeApi({ objectConstructor: HorizontalPodAutoscaler, }) Defined in src/renderer/api/endpoints/hpa.api.ts:137","title":"Const hpaApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-ingressapi","text":"\u2022 ingressApi : IngressApi \u2039\u203a = new IngressApi({ objectConstructor: Ingress, }) Defined in src/renderer/api/endpoints/ingress.api.ts:122","title":"Const ingressApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-jobapi","text":"\u2022 jobApi : KubeApi \u2039 Job \u2039\u203a\u203a = new KubeApi({ objectConstructor: Job, }) Defined in src/renderer/api/endpoints/job.api.ts:106","title":"Const jobApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-namespacesapi","text":"\u2022 namespacesApi : KubeApi \u2039 Namespace \u2039\u203a\u203a = new KubeApi({ objectConstructor: Namespace, }) Defined in src/renderer/api/endpoints/namespaces.api.ts:25","title":"Const namespacesApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-networkpolicyapi","text":"\u2022 networkPolicyApi : KubeApi \u2039 NetworkPolicy \u2039\u203a\u203a = new KubeApi({ objectConstructor: NetworkPolicy, }) Defined in src/renderer/api/endpoints/network-policy.api.ts:69","title":"Const networkPolicyApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-nodesapi","text":"\u2022 nodesApi : NodesApi \u2039\u203a = new NodesApi({ objectConstructor: Node, }) Defined in src/renderer/api/endpoints/nodes.api.ts:160","title":"Const nodesApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-pdbapi","text":"\u2022 pdbApi : KubeApi \u2039 PodDisruptionBudget \u2039\u203a\u203a = new KubeApi({ objectConstructor: PodDisruptionBudget, }) Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:46","title":"Const pdbApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-persistentvolumeapi","text":"\u2022 persistentVolumeApi : KubeApi \u2039 PersistentVolume \u2039\u203a\u203a = new KubeApi({ objectConstructor: PersistentVolume, }) Defined in src/renderer/api/endpoints/persistent-volume.api.ts:68","title":"Const persistentVolumeApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-podsapi","text":"\u2022 podsApi : PodsApi \u2039\u203a = new PodsApi({ objectConstructor: Pod, }) Defined in src/renderer/api/endpoints/pods.api.ts:432","title":"Const podsApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-pvcapi","text":"\u2022 pvcApi : PersistentVolumeClaimsApi \u2039\u203a = new PersistentVolumeClaimsApi({ objectConstructor: PersistentVolumeClaim, }) Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:85","title":"Const pvcApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-replicasetapi","text":"\u2022 replicaSetApi : KubeApi \u2039 ReplicaSet \u2039\u203a\u203a = new KubeApi({ objectConstructor: ReplicaSet, }) Defined in src/renderer/api/endpoints/replica-set.api.ts:55","title":"Const replicaSetApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-resourcequotaapi","text":"\u2022 resourceQuotaApi : KubeApi \u2039 ResourceQuota \u2039\u203a\u203a = new KubeApi({ objectConstructor: ResourceQuota, }) Defined in src/renderer/api/endpoints/resource-quota.api.ts:65","title":"Const resourceQuotaApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-roleapi","text":"\u2022 roleApi : KubeApi \u2039 Role \u2039\u203a\u203a = new KubeApi({ objectConstructor: Role, }) Defined in src/renderer/api/endpoints/role.api.ts:21","title":"Const roleApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-rolebindingapi","text":"\u2022 roleBindingApi : KubeApi \u2039 RoleBinding \u2039\u203a\u203a = new KubeApi({ objectConstructor: RoleBinding, }) Defined in src/renderer/api/endpoints/role-binding.api.ts:34","title":"Const roleBindingApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-secretsapi","text":"\u2022 secretsApi : KubeApi \u2039 Secret \u2039\u203a\u203a = new KubeApi({ objectConstructor: Secret, }) Defined in src/renderer/api/endpoints/secret.api.ts:48","title":"Const secretsApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-serviceaccountsapi","text":"\u2022 serviceAccountsApi : KubeApi \u2039 ServiceAccount \u2039\u203a\u203a = new KubeApi ({ objectConstructor: ServiceAccount, }) Defined in src/renderer/api/endpoints/service-accounts.api.ts:27","title":"Const serviceAccountsApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-serviceapi","text":"\u2022 serviceApi : KubeApi \u2039 Service \u2039\u203a\u203a = new KubeApi({ objectConstructor: Service, }) Defined in src/renderer/api/endpoints/service.api.ts:97","title":"Const serviceApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-statefulsetapi","text":"\u2022 statefulSetApi : KubeApi \u2039 StatefulSet \u2039\u203a\u203a = new KubeApi({ objectConstructor: StatefulSet, }) Defined in src/renderer/api/endpoints/stateful-set.api.ts:81","title":"Const statefulSetApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-storageclassapi","text":"\u2022 storageClassApi : KubeApi \u2039 StorageClass \u2039\u203a\u203a = new KubeApi({ objectConstructor: StorageClass, }) Defined in src/renderer/api/endpoints/storage-class.api.ts:36","title":"Const storageClassApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#forcluster","text":"\u25b8 forCluster \u2039 T \u203a( cluster : IKubeApiCluster , kubeClass : IKubeObjectConstructor\u2039T\u203a): KubeApi \u2039T\u203a Defined in src/renderer/api/kube-api.ts:33 Type parameters: \u25aa T : KubeObject Parameters: Name Type cluster IKubeApiCluster kubeClass IKubeObjectConstructor\u2039T\u203a Returns: KubeApi \u2039T\u203a","title":"forCluster"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#isallowedresource","text":"\u25b8 isAllowedResource ( resources : KubeResource | KubeResource[]): boolean Defined in src/common/rbac.ts:40 Parameters: Name Type resources KubeResource | KubeResource[] Returns: boolean","title":"isAllowedResource"},{"location":"extensions/api/modules/_renderer_api_navigation_/","text":"Module: \"renderer-api/navigation\" # Index # Interfaces # IURLParams RouteProps Functions # getDetailsUrl hideDetails navigate showDetails Functions # getDetailsUrl # \u25b8 getDetailsUrl ( details : string): string Defined in src/renderer/navigation.ts:55 Parameters: Name Type details string Returns: string hideDetails # \u25b8 hideDetails (): void Defined in src/renderer/navigation.ts:70 Returns: void navigate # \u25b8 navigate ( location : LocationDescriptor): void Defined in src/renderer/navigation.ts:14 Parameters: Name Type location LocationDescriptor Returns: void showDetails # \u25b8 showDetails ( path : string, resetSelected : boolean): void Defined in src/renderer/navigation.ts:63 Parameters: Name Type Default path string - resetSelected boolean true Returns: void","title":"Module: \"renderer-api/navigation\""},{"location":"extensions/api/modules/_renderer_api_navigation_/#module-renderer-apinavigation","text":"","title":"Module: \"renderer-api/navigation\""},{"location":"extensions/api/modules/_renderer_api_navigation_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_renderer_api_navigation_/#interfaces","text":"IURLParams RouteProps","title":"Interfaces"},{"location":"extensions/api/modules/_renderer_api_navigation_/#functions","text":"getDetailsUrl hideDetails navigate showDetails","title":"Functions"},{"location":"extensions/api/modules/_renderer_api_navigation_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_renderer_api_navigation_/#getdetailsurl","text":"\u25b8 getDetailsUrl ( details : string): string Defined in src/renderer/navigation.ts:55 Parameters: Name Type details string Returns: string","title":"getDetailsUrl"},{"location":"extensions/api/modules/_renderer_api_navigation_/#hidedetails","text":"\u25b8 hideDetails (): void Defined in src/renderer/navigation.ts:70 Returns: void","title":"hideDetails"},{"location":"extensions/api/modules/_renderer_api_navigation_/#navigate","text":"\u25b8 navigate ( location : LocationDescriptor): void Defined in src/renderer/navigation.ts:14 Parameters: Name Type location LocationDescriptor Returns: void","title":"navigate"},{"location":"extensions/api/modules/_renderer_api_navigation_/#showdetails","text":"\u25b8 showDetails ( path : string, resetSelected : boolean): void Defined in src/renderer/navigation.ts:63 Parameters: Name Type Default path string - resetSelected boolean true Returns: void","title":"showDetails"},{"location":"extensions/capabilities/","text":"","title":"Overview"},{"location":"extensions/capabilities/color-reference/","text":"Theme color reference # You can use CSS variables generated from theme .json files to style an extension with respect of active theme. Base colors # blue : blue color. magenta : magenta color. golden : gold/yellow color. halfGray : gray with some apacity applied. primary : Lens brand (blue) color. colorSuccess : successfull operations color. colorOk : successfull operations (bright version) color. colorInfo : informational, in-progress color. colorError : critical error color. colorSoftError : error color. colorWarning : warning color. colorVague : soft gray color for notices, hints etc. colorTerminated : terminated, closed, stale color. boxShadow : semi-transparent box-shadow color. Text colors # textColorPrimary : foreground text color. textColorSecondary : foreground text color for different paragraps, parts of text. textColorAccent : foreground text color to highlight its parts. Border colors # borderColor : border color. borderFaintColor : fainted (lighter or darker, which depends on the theme) border color. Layout colors # mainBackground : main background color for the app. contentColor : background color for panels contains some data. layoutBackground : background color for layout parts. layoutTabsBackground : background color for general tabs. layoutTabsActiveColor : foreground color for general tabs. layoutTabsLineColor : background color for lines under general tabs. Sidebar colors # sidebarLogoBackground : background color behind logo in sidebar. sidebarActiveColor : foreground color for active menu items in sidebar. sidebarSubmenuActiveColor : foreground color for active submenu items in sidebar. sidebarBackground : background color for sidebar. Button colors # buttonPrimaryBackground : button background color for primary actions. buttonDefaultBackground : default button background color. buttonAccentBackground : accent button background color. buttonDisabledBackground : disabled button background color. Table colors # tableBgcStripe : background color for odd rows in table. tableBgcSelected : background color for selected row in table. tableHeaderBackground : background color for table header. tableHeaderBorderWidth : border width under table header. tableHeaderBorderColor : border color for line under table header. tableHeaderColor : foreground color for table header. tableSelectedRowColor : foreground color for selected row in table. Dock colors # dockHeadBackground : background color for dock's header. dockInfoBackground : background color for dock's info panel. dockInfoBorderColor : border color for dock's info panel. Helm chart colors # helmLogoBackground : background color for chart logo. helmImgBackground : background color for chart image. helmStableRepo : background color for stable repo. helmIncubatorRepo : background color for incubator repo. helmDescriptionHr : Helm chart description separator line color. helmDescriptionBlockqouteColor : Helm chart description blockquote color. helmDescriptionBlockqouteBorder : Helm chart description blockquote border color. helmDescriptionBlockquoteBackground : Helm chart description blockquote background color. helmDescriptionHeaders : Helm chart description headers color. helmDescriptionH6 : Helm chart description header foreground color. helmDescriptionTdBorder : Helm chart description table cell border color. helmDescriptionTrBackground : Helm chart description table row background color. helmDescriptionCodeBackground : Helm chart description code background color. helmDescriptionPreBackground : Helm chart description pre background color. helmDescriptionPreColor : Helm chart description pre foreground color. Terminal colors # terminalBackground : Terminal background color. terminalForeground : Terminal foreground color. terminalCursor : Terminal cursor color. terminalCursorAccent : Terminal cursor accent color. terminalSelection : Terminal selection background color. terminalBlack : Terminal black color. terminalRed : Terminal red color. terminalGreen : Terminal green color. terminalYellow : Terminal yellow color. terminalBlue : Terminal blue color. terminalMagenta : Terminal magenta color. terminalCyan : Terminal cyan color. terminalWhite : Terminal white color. terminalBrightBlack : Terminal bright black color. terminalBrightRed : Terminal bright red color. terminalBrightGreen : Terminal bright green color. terminalBrightYellow : Terminal bright yellow color. terminalBrightBlue : Terminal bright blue color. terminalBrightMagenta : Terminal bright magenta color. terminalBrightCyan : Terminal bright cyan color. terminalBrightWhite : Terminal bright white color. Dialog colors # dialogHeaderBackground : background color for dialog header. dialogFooterBackground : background color for dialog footer. Detail panel (Drawer) colors # drawerTitleText : drawer title foreground color. drawerSubtitleBackground : drawer subtitle foreground color. drawerItemNameColor : foreground color for item name in drawer. drawerItemValueColor : foreground color for item value in drawer. Misc colors # logsBackground : background color for pod logs. clusterMenuBackground : background color for cluster menu. clusterMenuBorderColor : border color for cluster menu. clusterSettingsBackground : background color for cluster settings. addClusterIconColor : add cluster button background color. iconActiveColor : active cluster icon foreground color. iconActiveBackground : active cluster icon background color. filterAreaBackground : page filter area (where selected namespaces are lister) background color. chartStripesColor : bar chart zebra stripes background color. chartCapacityColor : background color for capacity values in bar charts. pieChartDefaultColor : default background color for pie chart values. selectOptionHoveredColor : foregrond color for selected element in dropdown list. lineProgressBackground : background color for progress line. radioActiveBackground : background color for active radio buttons. menuActiveBackground : background color for active menu items. In most cases you would only need base, text and some of the layout colors.","title":"Color reference"},{"location":"extensions/capabilities/color-reference/#theme-color-reference","text":"You can use CSS variables generated from theme .json files to style an extension with respect of active theme.","title":"Theme color reference"},{"location":"extensions/capabilities/color-reference/#base-colors","text":"blue : blue color. magenta : magenta color. golden : gold/yellow color. halfGray : gray with some apacity applied. primary : Lens brand (blue) color. colorSuccess : successfull operations color. colorOk : successfull operations (bright version) color. colorInfo : informational, in-progress color. colorError : critical error color. colorSoftError : error color. colorWarning : warning color. colorVague : soft gray color for notices, hints etc. colorTerminated : terminated, closed, stale color. boxShadow : semi-transparent box-shadow color.","title":"Base colors"},{"location":"extensions/capabilities/color-reference/#text-colors","text":"textColorPrimary : foreground text color. textColorSecondary : foreground text color for different paragraps, parts of text. textColorAccent : foreground text color to highlight its parts.","title":"Text colors"},{"location":"extensions/capabilities/color-reference/#border-colors","text":"borderColor : border color. borderFaintColor : fainted (lighter or darker, which depends on the theme) border color.","title":"Border colors"},{"location":"extensions/capabilities/color-reference/#layout-colors","text":"mainBackground : main background color for the app. contentColor : background color for panels contains some data. layoutBackground : background color for layout parts. layoutTabsBackground : background color for general tabs. layoutTabsActiveColor : foreground color for general tabs. layoutTabsLineColor : background color for lines under general tabs.","title":"Layout colors"},{"location":"extensions/capabilities/color-reference/#sidebar-colors","text":"sidebarLogoBackground : background color behind logo in sidebar. sidebarActiveColor : foreground color for active menu items in sidebar. sidebarSubmenuActiveColor : foreground color for active submenu items in sidebar. sidebarBackground : background color for sidebar.","title":"Sidebar colors"},{"location":"extensions/capabilities/color-reference/#button-colors","text":"buttonPrimaryBackground : button background color for primary actions. buttonDefaultBackground : default button background color. buttonAccentBackground : accent button background color. buttonDisabledBackground : disabled button background color.","title":"Button colors"},{"location":"extensions/capabilities/color-reference/#table-colors","text":"tableBgcStripe : background color for odd rows in table. tableBgcSelected : background color for selected row in table. tableHeaderBackground : background color for table header. tableHeaderBorderWidth : border width under table header. tableHeaderBorderColor : border color for line under table header. tableHeaderColor : foreground color for table header. tableSelectedRowColor : foreground color for selected row in table.","title":"Table colors"},{"location":"extensions/capabilities/color-reference/#dock-colors","text":"dockHeadBackground : background color for dock's header. dockInfoBackground : background color for dock's info panel. dockInfoBorderColor : border color for dock's info panel.","title":"Dock colors"},{"location":"extensions/capabilities/color-reference/#helm-chart-colors","text":"helmLogoBackground : background color for chart logo. helmImgBackground : background color for chart image. helmStableRepo : background color for stable repo. helmIncubatorRepo : background color for incubator repo. helmDescriptionHr : Helm chart description separator line color. helmDescriptionBlockqouteColor : Helm chart description blockquote color. helmDescriptionBlockqouteBorder : Helm chart description blockquote border color. helmDescriptionBlockquoteBackground : Helm chart description blockquote background color. helmDescriptionHeaders : Helm chart description headers color. helmDescriptionH6 : Helm chart description header foreground color. helmDescriptionTdBorder : Helm chart description table cell border color. helmDescriptionTrBackground : Helm chart description table row background color. helmDescriptionCodeBackground : Helm chart description code background color. helmDescriptionPreBackground : Helm chart description pre background color. helmDescriptionPreColor : Helm chart description pre foreground color.","title":"Helm chart colors"},{"location":"extensions/capabilities/color-reference/#terminal-colors","text":"terminalBackground : Terminal background color. terminalForeground : Terminal foreground color. terminalCursor : Terminal cursor color. terminalCursorAccent : Terminal cursor accent color. terminalSelection : Terminal selection background color. terminalBlack : Terminal black color. terminalRed : Terminal red color. terminalGreen : Terminal green color. terminalYellow : Terminal yellow color. terminalBlue : Terminal blue color. terminalMagenta : Terminal magenta color. terminalCyan : Terminal cyan color. terminalWhite : Terminal white color. terminalBrightBlack : Terminal bright black color. terminalBrightRed : Terminal bright red color. terminalBrightGreen : Terminal bright green color. terminalBrightYellow : Terminal bright yellow color. terminalBrightBlue : Terminal bright blue color. terminalBrightMagenta : Terminal bright magenta color. terminalBrightCyan : Terminal bright cyan color. terminalBrightWhite : Terminal bright white color.","title":"Terminal colors"},{"location":"extensions/capabilities/color-reference/#dialog-colors","text":"dialogHeaderBackground : background color for dialog header. dialogFooterBackground : background color for dialog footer.","title":"Dialog colors"},{"location":"extensions/capabilities/color-reference/#detail-panel-drawer-colors","text":"drawerTitleText : drawer title foreground color. drawerSubtitleBackground : drawer subtitle foreground color. drawerItemNameColor : foreground color for item name in drawer. drawerItemValueColor : foreground color for item value in drawer.","title":"Detail panel (Drawer) colors"},{"location":"extensions/capabilities/color-reference/#misc-colors","text":"logsBackground : background color for pod logs. clusterMenuBackground : background color for cluster menu. clusterMenuBorderColor : border color for cluster menu. clusterSettingsBackground : background color for cluster settings. addClusterIconColor : add cluster button background color. iconActiveColor : active cluster icon foreground color. iconActiveBackground : active cluster icon background color. filterAreaBackground : page filter area (where selected namespaces are lister) background color. chartStripesColor : bar chart zebra stripes background color. chartCapacityColor : background color for capacity values in bar charts. pieChartDefaultColor : default background color for pie chart values. selectOptionHoveredColor : foregrond color for selected element in dropdown list. lineProgressBackground : background color for progress line. radioActiveBackground : background color for active radio buttons. menuActiveBackground : background color for active menu items. In most cases you would only need base, text and some of the layout colors.","title":"Misc colors"},{"location":"extensions/capabilities/common-capabilities/","text":"Common Capabilities # Common Capabilities are important building blocks for your extensions. Almost all extensions use some of these functionalities. Here is how you can take advantage of them. Main Extension # A main extension runs in the background and, apart from app menu items, does not add content to the Lens UI. If you want to see logs from this extension you need to start Lens from the command line. Activate # An extension can register a custom callback that is executed when an extension is activated (started). import { LensMainExtension } from \"@k8slens/extensions\" export default class ExampleMainExtension extends LensMainExtension { async onActivate () { console . log ( \"hello world\" ) } } Deactivate # An extension can register a custom callback that is executed when an extension is deactivated (stopped). import { LensMainExtension } from \"@k8slens/extensions\" export default class ExampleMainExtension extends LensMainExtension { async onDeactivate () { console . log ( \"bye bye\" ) } } App Menus # An extension can register custom App menus that will be displayed on OS native menus. Example: import { LensMainExtension , windowManager } from \"@k8slens/extensions\" export default class ExampleMainExtension extends LensMainExtension { appMenus = [ { parentId : \"help\" , label : \"Example item\" , click() { windowManager . navigate ( \"https://k8slens.dev\" ); } } ] } Renderer Extension # A renderer extension runs in a browser context and it's visible directly via Lens main window. If you want to see logs from this extension you need to check them via View -> Toggle Developer Tools -> Console. Activate # An extension can register a custom callback that is executed when an extension is activated (started). import { LensRendererExtension } from \"@k8slens/extensions\" export default class ExampleExtension extends LensRendererExtension { async onActivate () { console . log ( \"hello world\" ) } } Deactivate # An extension can register a custom callback that is executed when an extension is deactivated (stopped). import { LensRendererExtension } from \"@k8slens/extensions\" export default class ExampleMainExtension extends LensRendererExtension { async onDeactivate () { console . log ( \"bye bye\" ) } } Global Pages # An extension can register custom global pages (views) to Lens main window. Global page is a full screen page that hides all the other content from a window. import React from \"react\" import { Component , LensRendererExtension } from \"@k8slens/extensions\" import { ExamplePage } from \"./src/example-page\" export default class ExampleRendererExtension extends LensRendererExtension { globalPages = [ { path : \"/example-route\" , hideInMenu : true , components : { Page : ExamplePage , } } ] } App Preferences # An extension can register custom app preferences. An extension is responsible for storing a state for custom preferences. import React from \"react\" import { LensRendererExtension } from \"@k8slens/extensions\" import { myCustomPreferencesStore } from \"./src/my-custom-preferences-store\" import { MyCustomPreferenceHint , MyCustomPreferenceInput } from \"./src/my-custom-preference\" export default class ExampleRendererExtension extends LensRendererExtension { appPreferences = [ { title : \"My Custom Preference\" , components : { Hint : () => < MyCustomPreferenceHint /> , Input : () => < MyCustomPreferenceInput store = { myCustomPreferencesStore } /> } } ] } Cluster Pages # An extension can register custom cluster pages which are visible in a cluster menu when a cluster is opened. import React from \"react\" import { LensRendererExtension } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./src/page\" export default class ExampleExtension extends LensRendererExtension { clusterPages = [ { path : \"/extension-example\" , title : \"Example Extension\" , components : { Page : () => < ExamplePage extension = { this } /> , MenuIcon : ExampleIcon , } } ] } Cluster Features # An extension can register installable features for a cluster. A cluster feature is visible in \"Cluster Settings\" page. import React from \"react\" import { LensRendererExtension } from \"@k8slens/extensions\" import { MyCustomFeature } from \"./src/my-custom-feature\" export default class ExampleExtension extends LensRendererExtension { clusterFeatures = [ { title : \"My Custom Feature\" , components : { Description : () => { return ( < span > Just an example . < /span> ) } }, feature : new MyCustomFeature () } ] } Status Bar Items # An extension can register custom icons/texts to a status bar area. import React from \"react\" ; import { Component , LensRendererExtension , Navigation } from \"@k8slens/extensions\" ; export default class ExampleExtension extends LensRendererExtension { statusBarItems = [ { item : ( < div className = \"flex align-center gaps hover-highlight\" onClick = {() => Navigation . navigate ( \"/example-page\" )} > < Component . Icon material = \"favorite\" smallest /> < /div> ) } ] } Kubernetes Object Menu Items # An extension can register custom menu items (actions) for specified Kubernetes kinds/apiVersions. import React from \"react\" import { LensRendererExtension } from \"@k8slens/extensions\" ; import { CustomMenuItem , CustomMenuItemProps } from \"./src/custom-menu-item\" export default class ExampleExtension extends LensRendererExtension { kubeObjectMenuItems = [ { kind : \"Node\" , apiVersions : [ \"v1\" ], components : { MenuItem : ( props : CustomMenuItemProps ) => < CustomMenuItem {... props } /> } } ] } Kubernetes Object Details # An extension can register custom details (content) for specified Kubernetes kinds/apiVersions. import React from \"react\" import { LensRendererExtension } from \"@k8slens/extensions\" ; import { CustomKindDetails , CustomKindDetailsProps } from \"./src/custom-kind-details\" export default class ExampleExtension extends LensRendererExtension { kubeObjectDetailItems = [ { kind : \"CustomKind\" , apiVersions : [ \"custom.acme.org/v1\" ], components : { Details : ( props : CustomKindDetailsProps ) => < CustomKindDetails {... props } /> } } ] }","title":"Common Capabilities"},{"location":"extensions/capabilities/common-capabilities/#common-capabilities","text":"Common Capabilities are important building blocks for your extensions. Almost all extensions use some of these functionalities. Here is how you can take advantage of them.","title":"Common Capabilities"},{"location":"extensions/capabilities/common-capabilities/#main-extension","text":"A main extension runs in the background and, apart from app menu items, does not add content to the Lens UI. If you want to see logs from this extension you need to start Lens from the command line.","title":"Main Extension"},{"location":"extensions/capabilities/common-capabilities/#activate","text":"An extension can register a custom callback that is executed when an extension is activated (started). import { LensMainExtension } from \"@k8slens/extensions\" export default class ExampleMainExtension extends LensMainExtension { async onActivate () { console . log ( \"hello world\" ) } }","title":"Activate"},{"location":"extensions/capabilities/common-capabilities/#deactivate","text":"An extension can register a custom callback that is executed when an extension is deactivated (stopped). import { LensMainExtension } from \"@k8slens/extensions\" export default class ExampleMainExtension extends LensMainExtension { async onDeactivate () { console . log ( \"bye bye\" ) } }","title":"Deactivate"},{"location":"extensions/capabilities/common-capabilities/#app-menus","text":"An extension can register custom App menus that will be displayed on OS native menus. Example: import { LensMainExtension , windowManager } from \"@k8slens/extensions\" export default class ExampleMainExtension extends LensMainExtension { appMenus = [ { parentId : \"help\" , label : \"Example item\" , click() { windowManager . navigate ( \"https://k8slens.dev\" ); } } ] }","title":"App Menus"},{"location":"extensions/capabilities/common-capabilities/#renderer-extension","text":"A renderer extension runs in a browser context and it's visible directly via Lens main window. If you want to see logs from this extension you need to check them via View -> Toggle Developer Tools -> Console.","title":"Renderer Extension"},{"location":"extensions/capabilities/common-capabilities/#activate_1","text":"An extension can register a custom callback that is executed when an extension is activated (started). import { LensRendererExtension } from \"@k8slens/extensions\" export default class ExampleExtension extends LensRendererExtension { async onActivate () { console . log ( \"hello world\" ) } }","title":"Activate"},{"location":"extensions/capabilities/common-capabilities/#deactivate_1","text":"An extension can register a custom callback that is executed when an extension is deactivated (stopped). import { LensRendererExtension } from \"@k8slens/extensions\" export default class ExampleMainExtension extends LensRendererExtension { async onDeactivate () { console . log ( \"bye bye\" ) } }","title":"Deactivate"},{"location":"extensions/capabilities/common-capabilities/#global-pages","text":"An extension can register custom global pages (views) to Lens main window. Global page is a full screen page that hides all the other content from a window. import React from \"react\" import { Component , LensRendererExtension } from \"@k8slens/extensions\" import { ExamplePage } from \"./src/example-page\" export default class ExampleRendererExtension extends LensRendererExtension { globalPages = [ { path : \"/example-route\" , hideInMenu : true , components : { Page : ExamplePage , } } ] }","title":"Global Pages"},{"location":"extensions/capabilities/common-capabilities/#app-preferences","text":"An extension can register custom app preferences. An extension is responsible for storing a state for custom preferences. import React from \"react\" import { LensRendererExtension } from \"@k8slens/extensions\" import { myCustomPreferencesStore } from \"./src/my-custom-preferences-store\" import { MyCustomPreferenceHint , MyCustomPreferenceInput } from \"./src/my-custom-preference\" export default class ExampleRendererExtension extends LensRendererExtension { appPreferences = [ { title : \"My Custom Preference\" , components : { Hint : () => < MyCustomPreferenceHint /> , Input : () => < MyCustomPreferenceInput store = { myCustomPreferencesStore } /> } } ] }","title":"App Preferences"},{"location":"extensions/capabilities/common-capabilities/#cluster-pages","text":"An extension can register custom cluster pages which are visible in a cluster menu when a cluster is opened. import React from \"react\" import { LensRendererExtension } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./src/page\" export default class ExampleExtension extends LensRendererExtension { clusterPages = [ { path : \"/extension-example\" , title : \"Example Extension\" , components : { Page : () => < ExamplePage extension = { this } /> , MenuIcon : ExampleIcon , } } ] }","title":"Cluster Pages"},{"location":"extensions/capabilities/common-capabilities/#cluster-features","text":"An extension can register installable features for a cluster. A cluster feature is visible in \"Cluster Settings\" page. import React from \"react\" import { LensRendererExtension } from \"@k8slens/extensions\" import { MyCustomFeature } from \"./src/my-custom-feature\" export default class ExampleExtension extends LensRendererExtension { clusterFeatures = [ { title : \"My Custom Feature\" , components : { Description : () => { return ( < span > Just an example . < /span> ) } }, feature : new MyCustomFeature () } ] }","title":"Cluster Features"},{"location":"extensions/capabilities/common-capabilities/#status-bar-items","text":"An extension can register custom icons/texts to a status bar area. import React from \"react\" ; import { Component , LensRendererExtension , Navigation } from \"@k8slens/extensions\" ; export default class ExampleExtension extends LensRendererExtension { statusBarItems = [ { item : ( < div className = \"flex align-center gaps hover-highlight\" onClick = {() => Navigation . navigate ( \"/example-page\" )} > < Component . Icon material = \"favorite\" smallest /> < /div> ) } ] }","title":"Status Bar Items"},{"location":"extensions/capabilities/common-capabilities/#kubernetes-object-menu-items","text":"An extension can register custom menu items (actions) for specified Kubernetes kinds/apiVersions. import React from \"react\" import { LensRendererExtension } from \"@k8slens/extensions\" ; import { CustomMenuItem , CustomMenuItemProps } from \"./src/custom-menu-item\" export default class ExampleExtension extends LensRendererExtension { kubeObjectMenuItems = [ { kind : \"Node\" , apiVersions : [ \"v1\" ], components : { MenuItem : ( props : CustomMenuItemProps ) => < CustomMenuItem {... props } /> } } ] }","title":"Kubernetes Object Menu Items"},{"location":"extensions/capabilities/common-capabilities/#kubernetes-object-details","text":"An extension can register custom details (content) for specified Kubernetes kinds/apiVersions. import React from \"react\" import { LensRendererExtension } from \"@k8slens/extensions\" ; import { CustomKindDetails , CustomKindDetailsProps } from \"./src/custom-kind-details\" export default class ExampleExtension extends LensRendererExtension { kubeObjectDetailItems = [ { kind : \"CustomKind\" , apiVersions : [ \"custom.acme.org/v1\" ], components : { Details : ( props : CustomKindDetailsProps ) => < CustomKindDetails {... props } /> } } ] }","title":"Kubernetes Object Details"},{"location":"extensions/capabilities/styling/","text":"Styling an extension # Lens provides a set of global styles and UI components that can be used by any extension to preserve look and feel of the application. Styling approach # Lens heavily uses SCSS preprocessor with a set of predefined variables and mixins. For layout tasks Lens is using flex.box library which provides helpful class names to specify some of the flexbox properties. For example, div with class names:
    at the end will have following css properties: div { display: flex; flex-direction: column; align-items: center; } However, feel free to use any styling technique or framework like Emotion or just plain CSS if you prefer. Themes # Lens using 2 built-in themes located in src/renderer/themes folder each for light and dark color schemes. Active theme can be changed in the Preferences page. When Lens gets loaded it transforms selected theme json file into list of CSS Custom Properties (CSS Variables) which then gets injected into :root element so any of the down-level components can use them. When user changes a theme, the process is repeated, new css variables appear instead of previous ones. If you want to follow a selected theme to keep the 'native' Lens look and feel, respecting the light/dark appearance of your extension, you can use provided variables and build-in lens components such as buttons, dropdowns, checkboxes etc. Injected styles # Every extention is affected by list of default global styles defined in src/renderer/components/app.scss . These are basic browser resets like setting box-sizing property for every element, default text and background colors, default font size, basic headings visualisation etc. Extension may overwrite them if needed. Variables to use # Basic styling # There is a list of CSS Variables available for extension to use. Basic variables located inside :root selected in src/renderer/components/app.scss : --unit: 8px; --padding: var(--unit); --margin: var(--unit); --border-radius: 3px; --font-main: 'Roboto', 'Helvetica', 'Arial', sans-serif; --font-monospace: Lucida Console, Monaco, Consolas, monospace; --font-size-small: calc(1.5 * var(--unit)); --font-size: calc(1.75 * var(--unit)); --font-size-big: calc(2 * var(--unit)); --font-weight-thin: 300; --font-weight-normal: 400; --font-weight-bold: 500; They're intended to set consistent paddings and font-sizes across components, e.g. .status { padding-left: calc(var(--padding) * 2); font-size: var(--font-size-small); } Themable colors # After theme file gets parsed it provides list of theme-defined colors. Most of their values are different for light and dark themes. You can use them to preserve consitent view of extension with respect of selected theme. \"blue\": \"#3d90ce\", \"magenta\": \"#c93dce\", \"golden\": \"#ffc63d\", \"halfGray\": \"#87909c80\", \"primary\": \"#3d90ce\", \"textColorPrimary\": \"#555555\", \"textColorSecondary\": \"#51575d\", \"textColorAccent\": \"#333333\", \"borderColor\": \"#c9cfd3\", \"borderFaintColor\": \"#dfdfdf\", \"mainBackground\": \"#f1f1f1\", \"contentColor\": \"#ffffff\", \"layoutBackground\": \"#e8e8e8\", \"layoutTabsBackground\": \"#f8f8f8\", \"layoutTabsActiveColor\": \"#333333\", \"layoutTabsLineColor\": \"#87909c80\" ... ... They can be used in form of var(--magenta) . A complete list of all themable colors can be found in the color reference . Colors values are located inside src/renderer/themes/lens-dark.json and src/renderer/themes/lens-light.json files. Using CSS Variables inside CSS-in-JS components # If a developer uses an Emotion (or similar) framework to work with styles inside an extension, they can use variables in the following form: const Container = styled.div(() => ({ backgroundColor: 'var(--mainBackground)' }));","title":"Styling"},{"location":"extensions/capabilities/styling/#styling-an-extension","text":"Lens provides a set of global styles and UI components that can be used by any extension to preserve look and feel of the application.","title":"Styling an extension"},{"location":"extensions/capabilities/styling/#styling-approach","text":"Lens heavily uses SCSS preprocessor with a set of predefined variables and mixins. For layout tasks Lens is using flex.box library which provides helpful class names to specify some of the flexbox properties. For example, div with class names:
    at the end will have following css properties: div { display: flex; flex-direction: column; align-items: center; } However, feel free to use any styling technique or framework like Emotion or just plain CSS if you prefer.","title":"Styling approach"},{"location":"extensions/capabilities/styling/#themes","text":"Lens using 2 built-in themes located in src/renderer/themes folder each for light and dark color schemes. Active theme can be changed in the Preferences page. When Lens gets loaded it transforms selected theme json file into list of CSS Custom Properties (CSS Variables) which then gets injected into :root element so any of the down-level components can use them. When user changes a theme, the process is repeated, new css variables appear instead of previous ones. If you want to follow a selected theme to keep the 'native' Lens look and feel, respecting the light/dark appearance of your extension, you can use provided variables and build-in lens components such as buttons, dropdowns, checkboxes etc.","title":"Themes"},{"location":"extensions/capabilities/styling/#injected-styles","text":"Every extention is affected by list of default global styles defined in src/renderer/components/app.scss . These are basic browser resets like setting box-sizing property for every element, default text and background colors, default font size, basic headings visualisation etc. Extension may overwrite them if needed.","title":"Injected styles"},{"location":"extensions/capabilities/styling/#variables-to-use","text":"","title":"Variables to use"},{"location":"extensions/capabilities/styling/#basic-styling","text":"There is a list of CSS Variables available for extension to use. Basic variables located inside :root selected in src/renderer/components/app.scss : --unit: 8px; --padding: var(--unit); --margin: var(--unit); --border-radius: 3px; --font-main: 'Roboto', 'Helvetica', 'Arial', sans-serif; --font-monospace: Lucida Console, Monaco, Consolas, monospace; --font-size-small: calc(1.5 * var(--unit)); --font-size: calc(1.75 * var(--unit)); --font-size-big: calc(2 * var(--unit)); --font-weight-thin: 300; --font-weight-normal: 400; --font-weight-bold: 500; They're intended to set consistent paddings and font-sizes across components, e.g. .status { padding-left: calc(var(--padding) * 2); font-size: var(--font-size-small); }","title":"Basic styling"},{"location":"extensions/capabilities/styling/#themable-colors","text":"After theme file gets parsed it provides list of theme-defined colors. Most of their values are different for light and dark themes. You can use them to preserve consitent view of extension with respect of selected theme. \"blue\": \"#3d90ce\", \"magenta\": \"#c93dce\", \"golden\": \"#ffc63d\", \"halfGray\": \"#87909c80\", \"primary\": \"#3d90ce\", \"textColorPrimary\": \"#555555\", \"textColorSecondary\": \"#51575d\", \"textColorAccent\": \"#333333\", \"borderColor\": \"#c9cfd3\", \"borderFaintColor\": \"#dfdfdf\", \"mainBackground\": \"#f1f1f1\", \"contentColor\": \"#ffffff\", \"layoutBackground\": \"#e8e8e8\", \"layoutTabsBackground\": \"#f8f8f8\", \"layoutTabsActiveColor\": \"#333333\", \"layoutTabsLineColor\": \"#87909c80\" ... ... They can be used in form of var(--magenta) . A complete list of all themable colors can be found in the color reference . Colors values are located inside src/renderer/themes/lens-dark.json and src/renderer/themes/lens-light.json files.","title":"Themable colors"},{"location":"extensions/capabilities/styling/#using-css-variables-inside-css-in-js-components","text":"If a developer uses an Emotion (or similar) framework to work with styles inside an extension, they can use variables in the following form: const Container = styled.div(() => ({ backgroundColor: 'var(--mainBackground)' }));","title":"Using CSS Variables inside CSS-in-JS components"},{"location":"extensions/get-started/anatomy/","text":"Extension Anatomy # You've now learnt how to get basic extension running. In this topic you will learn some fundamental concepts to Lens Extension development; How does it work under the hood? Hello World extension does three things: Hooks on onActivate() and ouputs message into console. Hooks on onDectivate() and ouputs message into console. Registers ClusterPage so that page is visible in the sidebars of cluster dashboards. Let's take a closer look at Hello World sample's source code and see how to achieve these things. Extension File Structure # . \u251c\u2500\u2500 .gitignore // Ignore build output and node_modules \u251c\u2500\u2500 Makefile // Config for build tasks that compiles the extension \u251c\u2500\u2500 README.md // Readable description of your extension's functionality \u251c\u2500\u2500 src \u2502 \u2514\u2500\u2500 page.tsx // Extension's additional source code \u251c\u2500\u2500 main.ts // Source code for extension's main entrypoint \u251c\u2500\u2500 package.json // Extension manifest and dependencies \u251c\u2500\u2500 renderer.tsx // Source code for extension's renderer entrypoint \u251c\u2500\u2500 tsconfig.json // TypeScript configuration \u251c\u2500\u2500 webpack.config.js // Webpack configuration Extension directory contains extension's entry files and few configuration files. Let's focus on package.json , main.ts and renderer.tsx which are essential to understanding the Hello World extension. Extension Manifest # Each Lens extension must have package.json . The package.json contains a mix of Node.js fields such as scripts and dependencies and Lens specific fields such as publisher and contributes . Here are some most important fields: name and publisher : Lens uses @/ as a unique ID for the extension. For example, the Hello World sample has the ID @lensapp-samples/helloworld-sample . Lens uses the ID to uniquely identify your extension main : The extension's entry point run in main process. renderer : The extension's entry point run in renderer process. engines.lens : This specifies the minimum version of Lens API that the extension depends on. { \"name\" : \"helloworld-sample\" , \"publisher\" : \"lens-samples\" , \"version\" : \"0.0.1\" , \"description\" : \"Lens helloworld-sample\" , \"license\" : \"MIT\" , \"homepage\" : \"https://github.com/lensapp/lens-extension-samples\" , \"engines\" : { \"lens\" : \"^4.0.0\" }, \"main\" : \"dist/main.js\" , \"renderer\" : \"dist/renderer.js\" , \"scripts\" : { \"build\" : \"webpack --config webpack.config.js\" , \"dev\" : \"npm run build --watch\" }, \"dependencies\" : { \"react-open-doodles\" : \"^1.0.5\" }, \"devDependencies\" : { \"@k8slens/extensions\" : \"^4.0.0-alpha.2\" , \"ts-loader\" : \"^8.0.4\" , \"typescript\" : \"^4.0.3\" , \"@types/react\" : \"^16.9.35\" , \"@types/node\" : \"^12.0.0\" , \"webpack\" : \"^4.44.2\" , \"webpack-cli\" : \"^3.3.11\" } } Extension Entry Files # Lens extensions can have two separate entry files. One file that is used in main process of Lens application and antoher that is used in renderer process. main entry file should export class that extends LensMainExtension and renderer entry file should export class that extends LensRendererExtension . Both extensions classes have onActivate and onDeactivate methods. onActivate is executed when your extension activation happens. You may want to initialize something in your extension at this point. onDeactivate gives you a chance to clean up before your extension becomes deactivated. For many extensions, explicit cleanup may not be required, and you don't need to override this method. However, if an extension needs to perform an operation when Lens is shutting down or the extension is disabled or uninstalled, this is the method to do so. Hello world extension does not do anything special on main process, so let's focus on the renderer side. On renderer entry point, Hello world extension defines one Cluster Page object that registers /extension-example path that renders ExamplePage React component. It registers also MenuItem component that displays ExampleIcon React component and \"Hello World\" text in the sidebar of cluster dashboards. These React components are defined in additional ./src/page.tsx file. import { LensRendererExtension } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./page\" import React from \"react\" export default class ExampleExtension extends LensRendererExtension { clusterPages = [ { path : \"/extension-example\" , title : \"Hello World\" , components : { Page : () => < ExamplePage extension = { this } /> , MenuIcon : ExampleIcon , } } ] } Hello World extension uses only one capability ( Cluster Page ) of Lens extensions. The Extension Capabilities Overview topic helps you find the right capabilities you can use with your own extension.","title":"Extension Anatomy"},{"location":"extensions/get-started/anatomy/#extension-anatomy","text":"You've now learnt how to get basic extension running. In this topic you will learn some fundamental concepts to Lens Extension development; How does it work under the hood? Hello World extension does three things: Hooks on onActivate() and ouputs message into console. Hooks on onDectivate() and ouputs message into console. Registers ClusterPage so that page is visible in the sidebars of cluster dashboards. Let's take a closer look at Hello World sample's source code and see how to achieve these things.","title":"Extension Anatomy"},{"location":"extensions/get-started/anatomy/#extension-file-structure","text":". \u251c\u2500\u2500 .gitignore // Ignore build output and node_modules \u251c\u2500\u2500 Makefile // Config for build tasks that compiles the extension \u251c\u2500\u2500 README.md // Readable description of your extension's functionality \u251c\u2500\u2500 src \u2502 \u2514\u2500\u2500 page.tsx // Extension's additional source code \u251c\u2500\u2500 main.ts // Source code for extension's main entrypoint \u251c\u2500\u2500 package.json // Extension manifest and dependencies \u251c\u2500\u2500 renderer.tsx // Source code for extension's renderer entrypoint \u251c\u2500\u2500 tsconfig.json // TypeScript configuration \u251c\u2500\u2500 webpack.config.js // Webpack configuration Extension directory contains extension's entry files and few configuration files. Let's focus on package.json , main.ts and renderer.tsx which are essential to understanding the Hello World extension.","title":"Extension File Structure"},{"location":"extensions/get-started/anatomy/#extension-manifest","text":"Each Lens extension must have package.json . The package.json contains a mix of Node.js fields such as scripts and dependencies and Lens specific fields such as publisher and contributes . Here are some most important fields: name and publisher : Lens uses @/ as a unique ID for the extension. For example, the Hello World sample has the ID @lensapp-samples/helloworld-sample . Lens uses the ID to uniquely identify your extension main : The extension's entry point run in main process. renderer : The extension's entry point run in renderer process. engines.lens : This specifies the minimum version of Lens API that the extension depends on. { \"name\" : \"helloworld-sample\" , \"publisher\" : \"lens-samples\" , \"version\" : \"0.0.1\" , \"description\" : \"Lens helloworld-sample\" , \"license\" : \"MIT\" , \"homepage\" : \"https://github.com/lensapp/lens-extension-samples\" , \"engines\" : { \"lens\" : \"^4.0.0\" }, \"main\" : \"dist/main.js\" , \"renderer\" : \"dist/renderer.js\" , \"scripts\" : { \"build\" : \"webpack --config webpack.config.js\" , \"dev\" : \"npm run build --watch\" }, \"dependencies\" : { \"react-open-doodles\" : \"^1.0.5\" }, \"devDependencies\" : { \"@k8slens/extensions\" : \"^4.0.0-alpha.2\" , \"ts-loader\" : \"^8.0.4\" , \"typescript\" : \"^4.0.3\" , \"@types/react\" : \"^16.9.35\" , \"@types/node\" : \"^12.0.0\" , \"webpack\" : \"^4.44.2\" , \"webpack-cli\" : \"^3.3.11\" } }","title":"Extension Manifest"},{"location":"extensions/get-started/anatomy/#extension-entry-files","text":"Lens extensions can have two separate entry files. One file that is used in main process of Lens application and antoher that is used in renderer process. main entry file should export class that extends LensMainExtension and renderer entry file should export class that extends LensRendererExtension . Both extensions classes have onActivate and onDeactivate methods. onActivate is executed when your extension activation happens. You may want to initialize something in your extension at this point. onDeactivate gives you a chance to clean up before your extension becomes deactivated. For many extensions, explicit cleanup may not be required, and you don't need to override this method. However, if an extension needs to perform an operation when Lens is shutting down or the extension is disabled or uninstalled, this is the method to do so. Hello world extension does not do anything special on main process, so let's focus on the renderer side. On renderer entry point, Hello world extension defines one Cluster Page object that registers /extension-example path that renders ExamplePage React component. It registers also MenuItem component that displays ExampleIcon React component and \"Hello World\" text in the sidebar of cluster dashboards. These React components are defined in additional ./src/page.tsx file. import { LensRendererExtension } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./page\" import React from \"react\" export default class ExampleExtension extends LensRendererExtension { clusterPages = [ { path : \"/extension-example\" , title : \"Hello World\" , components : { Page : () => < ExamplePage extension = { this } /> , MenuIcon : ExampleIcon , } } ] } Hello World extension uses only one capability ( Cluster Page ) of Lens extensions. The Extension Capabilities Overview topic helps you find the right capabilities you can use with your own extension.","title":"Extension Entry Files"},{"location":"extensions/get-started/overview/","text":"Extension Development Overview # This is a general overview to how the development of an extension will procede. For building extensions there will be a few things that you should have installed, and some that might help. Required: # Node.js Git Some sort of text editor, we recommend VSCode We use Webpack for compilation. All extension need to be at least compatable with a webpack system. Recommened: # - All Lens extensions are javascript packages. We recommend that you program in Typescript because it catches quite a few easily to make errors around passing data around in javascript. Lens is a standard Electron application which both main and renderer processes. An extension is made up of two parts, one for each of Lens 's core processes. When an extension is loaded each part is loaded and then notified that it has been loaded. From there the extension can start doing is work. Lens uses React as it UI framework and even provides some of our own components for reuse by extensions. An extension is resonsible for the lifetime of any resources it spins up. If an extension's main part starts new processes they all must be stopped and cleaned up when the extension is deactivated or unloaded. See Your First Extension to get started.","title":"Extension Development Overview"},{"location":"extensions/get-started/overview/#extension-development-overview","text":"This is a general overview to how the development of an extension will procede. For building extensions there will be a few things that you should have installed, and some that might help.","title":"Extension Development Overview"},{"location":"extensions/get-started/overview/#required","text":"Node.js Git Some sort of text editor, we recommend VSCode We use Webpack for compilation. All extension need to be at least compatable with a webpack system.","title":"Required:"},{"location":"extensions/get-started/overview/#recommened","text":"- All Lens extensions are javascript packages. We recommend that you program in Typescript because it catches quite a few easily to make errors around passing data around in javascript. Lens is a standard Electron application which both main and renderer processes. An extension is made up of two parts, one for each of Lens 's core processes. When an extension is loaded each part is loaded and then notified that it has been loaded. From there the extension can start doing is work. Lens uses React as it UI framework and even provides some of our own components for reuse by extensions. An extension is resonsible for the lifetime of any resources it spins up. If an extension's main part starts new processes they all must be stopped and cleaned up when the extension is deactivated or unloaded. See Your First Extension to get started.","title":"Recommened:"},{"location":"extensions/get-started/wrapping-up/","text":"Wrapping Up # In the Your First Extension topic, you learned how to create and run an extension. In the Extension Anatomy topic, you learned fundamental concepts to Lens extension development. However, this is just a small glimpse of what can be created with Lens Extensions. Below are some suggested routes for furthering your Lens extension development skills. Extension Capabilities # In this section, we split the Lens extension points into a few categories, each with short descriptions as to what your extension could achieve. Validate that your extension idea is achievable by reading the Extension Capabilities section for new extension ideas. Guides & Samples # We have a great collection of sample extensions that you can adapt from, and some of them include a detailed guide that explains the source code. You can find all Samples & Guides in the lens-extension-samples repository. Testing and Publishing # This section includes topics that help you develop high-quality Lens extensions. For example, you can learn How to add integration tests for your extension How to publish your extension","title":"Wrapping Up"},{"location":"extensions/get-started/wrapping-up/#wrapping-up","text":"In the Your First Extension topic, you learned how to create and run an extension. In the Extension Anatomy topic, you learned fundamental concepts to Lens extension development. However, this is just a small glimpse of what can be created with Lens Extensions. Below are some suggested routes for furthering your Lens extension development skills.","title":"Wrapping Up"},{"location":"extensions/get-started/wrapping-up/#extension-capabilities","text":"In this section, we split the Lens extension points into a few categories, each with short descriptions as to what your extension could achieve. Validate that your extension idea is achievable by reading the Extension Capabilities section for new extension ideas.","title":"Extension Capabilities"},{"location":"extensions/get-started/wrapping-up/#guides-samples","text":"We have a great collection of sample extensions that you can adapt from, and some of them include a detailed guide that explains the source code. You can find all Samples & Guides in the lens-extension-samples repository.","title":"Guides & Samples"},{"location":"extensions/get-started/wrapping-up/#testing-and-publishing","text":"This section includes topics that help you develop high-quality Lens extensions. For example, you can learn How to add integration tests for your extension How to publish your extension","title":"Testing and Publishing"},{"location":"extensions/get-started/your-first-extension/","text":"Your First Extension # In this topic, we'll teach you the fundamental concepts for building extensions. Installing and Building the extension # Simple Lens extension that adds \"Hello World\" page to a cluster menu. Linux # First you will need to clone the Lens Extension samples repository to your local machine: git clone https://github.com/lensapp/lens-extension-samples.git Next you need to create a symlink from the directory that Lens will monitor for user installed extensions to the sample extension, in this case helloworld-sample : mkdir -p ~/.k8slens/extensions cd ~/.k8slens/extensions ln -s /helloworld-sample helloworld-sample To build the extension you can use make or run the npm commands manually: cd /helloworld-sample make build OR cd /helloworld-sample npm install npm run build If you want to watch for any source code changes and automatically rebuild the extension you can use: cd /helloworld-sample npm run dev Finally, if you already have Lens open you will need to quit and restart Lens for the extension to be loaded. After this initial restart you can reload Lens and it will pick up any new builds of the extension. Within Lens connect to an existing cluster or create a new one . You should see then see the \"Hello World\" page in the Lens sidebar cluster menu. Developing the extension # Let's make a change to the message that our helloworld-sample extension displays: Navigate to /helloworld-sample . Change the message from HelloWorld! to Hello Lens Extensions in page.tsx . Rebuild the extension or, if you used npm run dev , the extension should automatically rebuild. Reload the Lens window and click on the Hello World page. You should see the updated message showing up. Next steps # In the next topic, Extension Anatomy , we'll take a closer look at the source code of the Hello World sample and explain key concepts. You can find the source code of this tutorial at: lensapp/lens-extension-samples . The Extension Guides topic contains other samples, each illustrating a different Lens Extension API.","title":"Your First Extension"},{"location":"extensions/get-started/your-first-extension/#your-first-extension","text":"In this topic, we'll teach you the fundamental concepts for building extensions.","title":"Your First Extension"},{"location":"extensions/get-started/your-first-extension/#installing-and-building-the-extension","text":"Simple Lens extension that adds \"Hello World\" page to a cluster menu.","title":"Installing and Building the extension"},{"location":"extensions/get-started/your-first-extension/#linux","text":"First you will need to clone the Lens Extension samples repository to your local machine: git clone https://github.com/lensapp/lens-extension-samples.git Next you need to create a symlink from the directory that Lens will monitor for user installed extensions to the sample extension, in this case helloworld-sample : mkdir -p ~/.k8slens/extensions cd ~/.k8slens/extensions ln -s /helloworld-sample helloworld-sample To build the extension you can use make or run the npm commands manually: cd /helloworld-sample make build OR cd /helloworld-sample npm install npm run build If you want to watch for any source code changes and automatically rebuild the extension you can use: cd /helloworld-sample npm run dev Finally, if you already have Lens open you will need to quit and restart Lens for the extension to be loaded. After this initial restart you can reload Lens and it will pick up any new builds of the extension. Within Lens connect to an existing cluster or create a new one . You should see then see the \"Hello World\" page in the Lens sidebar cluster menu.","title":"Linux"},{"location":"extensions/get-started/your-first-extension/#developing-the-extension","text":"Let's make a change to the message that our helloworld-sample extension displays: Navigate to /helloworld-sample . Change the message from HelloWorld! to Hello Lens Extensions in page.tsx . Rebuild the extension or, if you used npm run dev , the extension should automatically rebuild. Reload the Lens window and click on the Hello World page. You should see the updated message showing up.","title":"Developing the extension"},{"location":"extensions/get-started/your-first-extension/#next-steps","text":"In the next topic, Extension Anatomy , we'll take a closer look at the source code of the Hello World sample and explain key concepts. You can find the source code of this tutorial at: lensapp/lens-extension-samples . The Extension Guides topic contains other samples, each illustrating a different Lens Extension API.","title":"Next steps"},{"location":"extensions/guides/","text":"","title":"Overview"},{"location":"extensions/guides/renderer-extension/","text":"Renderer Extension #","title":"Renderer Extension"},{"location":"extensions/guides/renderer-extension/#renderer-extension","text":"","title":"Renderer Extension"},{"location":"extensions/testing-and-publishing/bundling/","text":"","title":"Bundling Extensions"},{"location":"extensions/testing-and-publishing/publishing/","text":"","title":"Publishing Extensions"},{"location":"extensions/testing-and-publishing/testing/","text":"Testing Extensions # Console.log # console.log() might be handy for extension developers to prints out info/errors from extensions. To use console.log , note that Lens is based on Electron. Electron has two types of processes: Main and Renderer . Renderer process logs # console.log() in Renderer process is printed in the Console in Developer Tools (View > Toggle Developer Tools). Main process logs # To view the logs from the main process is a bit trickier, since you cannot open developer tools for them. On MacOSX, one way is to run Lens from the terminal. /Applications/Lens.app/Contents/MacOS/Lens You can alos use Console.app to view logs from Lens. On linux, you can get PID of Lens first ps aux | grep Lens | grep -v grep And get logs by the PID tail -f /proc/ [ pid ] /fd/1 # stdout (console.log) tail -f /proc/ [ pid ] /fd/2 # stdout (console.error)","title":"Testing Extensions"},{"location":"extensions/testing-and-publishing/testing/#testing-extensions","text":"","title":"Testing Extensions"},{"location":"extensions/testing-and-publishing/testing/#consolelog","text":"console.log() might be handy for extension developers to prints out info/errors from extensions. To use console.log , note that Lens is based on Electron. Electron has two types of processes: Main and Renderer .","title":"Console.log"},{"location":"extensions/testing-and-publishing/testing/#renderer-process-logs","text":"console.log() in Renderer process is printed in the Console in Developer Tools (View > Toggle Developer Tools).","title":"Renderer process logs"},{"location":"extensions/testing-and-publishing/testing/#main-process-logs","text":"To view the logs from the main process is a bit trickier, since you cannot open developer tools for them. On MacOSX, one way is to run Lens from the terminal. /Applications/Lens.app/Contents/MacOS/Lens You can alos use Console.app to view logs from Lens. On linux, you can get PID of Lens first ps aux | grep Lens | grep -v grep And get logs by the PID tail -f /proc/ [ pid ] /fd/1 # stdout (console.log) tail -f /proc/ [ pid ] /fd/2 # stdout (console.error)","title":"Main process logs"},{"location":"extensions/usage/","text":"Using Extensions # TBD","title":"Using Extensions"},{"location":"extensions/usage/#using-extensions","text":"TBD","title":"Using Extensions"},{"location":"faq/","text":"TBD","title":"FAQ"},{"location":"getting-started/","text":"Getting Started # Lens is lightweight and simple to install. You'll be up and running in just a few minutes. System requirements # Review the System Requirements to check if your computer configuration is supported. macOS # Download Lens for macOS. Open the browser's download list and locate the downloaded archive. Select the 'magnifying glass' icon to open the archive in Finder. Double-click Lens-{version}.dmg and drag Lens.app to the Applications folder, making it available in the macOS Launchpad. Add Lens to your Dock by right-clicking on the icon to bring up the context menu and choosing Options , Keep in Dock . Windows # Download the Lens installer for Windows. Once it is downloaded, run the installer Lens-Setup-{version}.exe . This will only take a minute. By default, Lens is installed under C:\\users\\{username}\\AppData\\Local\\Programs\\Lens . Linux # See the Download Lens page for a complete list of available installation options. Snap # Lens is officially distributed as a Snap package in the Snap Store : You can install it by running: sudo snap install kontena-lens --classic Update cadence # Lens releases a new version each month with new features and important bug fixes. Lens supports auto updating and you will be prompted to install the new release when it becomes available! To stay current with the Lens features, you can review the release notes . Next Steps # Add clusters Watch introductory videos","title":"Getting Started"},{"location":"getting-started/#getting-started","text":"Lens is lightweight and simple to install. You'll be up and running in just a few minutes.","title":"Getting Started"},{"location":"getting-started/#system-requirements","text":"Review the System Requirements to check if your computer configuration is supported.","title":"System requirements"},{"location":"getting-started/#macos","text":"Download Lens for macOS. Open the browser's download list and locate the downloaded archive. Select the 'magnifying glass' icon to open the archive in Finder. Double-click Lens-{version}.dmg and drag Lens.app to the Applications folder, making it available in the macOS Launchpad. Add Lens to your Dock by right-clicking on the icon to bring up the context menu and choosing Options , Keep in Dock .","title":"macOS"},{"location":"getting-started/#windows","text":"Download the Lens installer for Windows. Once it is downloaded, run the installer Lens-Setup-{version}.exe . This will only take a minute. By default, Lens is installed under C:\\users\\{username}\\AppData\\Local\\Programs\\Lens .","title":"Windows"},{"location":"getting-started/#linux","text":"See the Download Lens page for a complete list of available installation options.","title":"Linux"},{"location":"getting-started/#snap","text":"Lens is officially distributed as a Snap package in the Snap Store : You can install it by running: sudo snap install kontena-lens --classic","title":"Snap"},{"location":"getting-started/#update-cadence","text":"Lens releases a new version each month with new features and important bug fixes. Lens supports auto updating and you will be prompted to install the new release when it becomes available! To stay current with the Lens features, you can review the release notes .","title":"Update cadence"},{"location":"getting-started/#next-steps","text":"Add clusters Watch introductory videos","title":"Next Steps"},{"location":"getting-started/introductory-videos/","text":"Introductory Videos # Continue your Lens journey with this set of introductory videos! These videos are meant to quickly familiarize you with Lens' various powerful features. Getting started Get Lens Kubernetes IDE Running in 5 Minutes Duration 35 minutes Introducing Lens Lens Kubernetes IDE overview Duration 2 minutes Demo of Mirantis Lens The Best IDE For Kubernetes Duration 10 minutes","title":"Introductory Videos"},{"location":"getting-started/introductory-videos/#introductory-videos","text":"Continue your Lens journey with this set of introductory videos! These videos are meant to quickly familiarize you with Lens' various powerful features.","title":"Introductory Videos"},{"location":"getting-started/preferences/","text":"Preferences # Color themes # The Color Themes option in Lens preferences lets you set the colors in the Lens user interface to suit your liking. Go to File > Preferences ( Lens > Preferences on Mac). Select your preferred theme from the Color Theme dropdown. Telemetry & usage tracking # Lens collects telemetry data, which is used to help us understand how to improve the product. For example, this usage data helps us to debug issues and to prioritize new features. While we appreciate the insights this data provides, we also know that not everyone wants to send usage data. Please see our privacy statement to learn more. Disable telemetry reporting # If you don't wish to send usage data to Mirantis, you can disable the \"Telemetry & Usage Tracking\" in the Lens preferences. Go to File > Preferences ( Lens > Preferences on Mac). Scroll down to Telemetry & Usage Tracking Uncheck Allow telemetry & usage tracking . This will silence all telemetry events from Lens going forward. Telemetry information may have been collected and sent up until the point when you disable this setting.","title":"Preferences"},{"location":"getting-started/preferences/#preferences","text":"","title":"Preferences"},{"location":"getting-started/preferences/#color-themes","text":"The Color Themes option in Lens preferences lets you set the colors in the Lens user interface to suit your liking. Go to File > Preferences ( Lens > Preferences on Mac). Select your preferred theme from the Color Theme dropdown.","title":"Color themes"},{"location":"getting-started/preferences/#telemetry-usage-tracking","text":"Lens collects telemetry data, which is used to help us understand how to improve the product. For example, this usage data helps us to debug issues and to prioritize new features. While we appreciate the insights this data provides, we also know that not everyone wants to send usage data. Please see our privacy statement to learn more.","title":"Telemetry & usage tracking"},{"location":"getting-started/preferences/#disable-telemetry-reporting","text":"If you don't wish to send usage data to Mirantis, you can disable the \"Telemetry & Usage Tracking\" in the Lens preferences. Go to File > Preferences ( Lens > Preferences on Mac). Scroll down to Telemetry & Usage Tracking Uncheck Allow telemetry & usage tracking . This will silence all telemetry events from Lens going forward. Telemetry information may have been collected and sent up until the point when you disable this setting.","title":"Disable telemetry reporting"},{"location":"helm/","text":"Using Helm Charts # TBD","title":"Using Helm Charts"},{"location":"helm/#using-helm-charts","text":"TBD","title":"Using Helm Charts"},{"location":"supporting/requirements/","text":"Requirements for Lens # Hardware # Lens is a small download (< 300 MB) and has a disk footprint of 600 MB. Lens is lightweight and should easily run on today's hardware. We recommend: 2 GHz or faster processor 1 GB of RAM Platforms # Lens has been tested on the following platforms: OS X Windows Linux Additional Windows requirements # ... Additional Linux requirements # ...","title":"Requirements for Lens"},{"location":"supporting/requirements/#requirements-for-lens","text":"","title":"Requirements for Lens"},{"location":"supporting/requirements/#hardware","text":"Lens is a small download (< 300 MB) and has a disk footprint of 600 MB. Lens is lightweight and should easily run on today's hardware. We recommend: 2 GHz or faster processor 1 GB of RAM","title":"Hardware"},{"location":"supporting/requirements/#platforms","text":"Lens has been tested on the following platforms: OS X Windows Linux","title":"Platforms"},{"location":"supporting/requirements/#additional-windows-requirements","text":"...","title":"Additional Windows requirements"},{"location":"supporting/requirements/#additional-linux-requirements","text":"...","title":"Additional Linux requirements"}]} \ No newline at end of file +{"config":{"lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"Overview # Lens is the most powerful Kubernetes IDE on the market. It is a standalone application, and it is available on macOS, Windows, and Linux. Some of the benefits of using Lens include: Confidence that your clusters are properly setup and configured. Increased visibility, real time statistics, log streams, and hands-on troubleshooting capabilities. The ability to work with your clusters quickly and easily, radically improving productivity and the speed of business. Watch this introductory video to see Lens in action: Note: Use CTRL+click (on Windows and Linux) or CMD+click (on MacOS) to open the above in a new tab Downloading Lens # Download Lens for macOS, Windows, or Linux. Quick Start # Get up and running quickly by learning to add clusters .","title":"Overview"},{"location":"#overview","text":"Lens is the most powerful Kubernetes IDE on the market. It is a standalone application, and it is available on macOS, Windows, and Linux. Some of the benefits of using Lens include: Confidence that your clusters are properly setup and configured. Increased visibility, real time statistics, log streams, and hands-on troubleshooting capabilities. The ability to work with your clusters quickly and easily, radically improving productivity and the speed of business. Watch this introductory video to see Lens in action: Note: Use CTRL+click (on Windows and Linux) or CMD+click (on MacOS) to open the above in a new tab","title":"Overview"},{"location":"#downloading-lens","text":"Download Lens for macOS, Windows, or Linux.","title":"Downloading Lens"},{"location":"#quick-start","text":"Get up and running quickly by learning to add clusters .","title":"Quick Start"},{"location":"clusters/adding-clusters/","text":"Adding clusters # Add clusters by clicking the Add Cluster button in the left-side menu. Click the Add Cluster button (indicated with a '+' icon). Enter the path to your kubeconfig file. You'll need to have a kubeconfig file for the cluster you want to add. You can either browse for the path from the file system or or enter it directly. Selected cluster contexts are added as a separate item in the left-side cluster menu to allow you to operate easily on multiple clusters and/or contexts. NOTE : Any cluster that you added manually will not be merged into your kubeconfig file. For more information on kubeconfig see Kubernetes docs . To see your currently-enabled config with kubectl , enter kubectl config view --minify --raw in your terminal.","title":"Adding clusters"},{"location":"clusters/adding-clusters/#adding-clusters","text":"Add clusters by clicking the Add Cluster button in the left-side menu. Click the Add Cluster button (indicated with a '+' icon). Enter the path to your kubeconfig file. You'll need to have a kubeconfig file for the cluster you want to add. You can either browse for the path from the file system or or enter it directly. Selected cluster contexts are added as a separate item in the left-side cluster menu to allow you to operate easily on multiple clusters and/or contexts. NOTE : Any cluster that you added manually will not be merged into your kubeconfig file. For more information on kubeconfig see Kubernetes docs . To see your currently-enabled config with kubectl , enter kubectl config view --minify --raw in your terminal.","title":"Adding clusters"},{"location":"clusters/removing-clusters/","text":"Removing clusters # Remove Lens clusters using the context menu that appears when you right-click the cluster in the left-side menu that you want to remove. To remove a cluster from your cluster list: Right-click the name of the cluster in the left-side menu that you want to remove. Click Remove . NOTE : This will only remove the cluster from your Lens cluster list. It will not affect your actual Kubernetes cluster or its configuration.","title":"Removing cluster"},{"location":"clusters/removing-clusters/#removing-clusters","text":"Remove Lens clusters using the context menu that appears when you right-click the cluster in the left-side menu that you want to remove. To remove a cluster from your cluster list: Right-click the name of the cluster in the left-side menu that you want to remove. Click Remove . NOTE : This will only remove the cluster from your Lens cluster list. It will not affect your actual Kubernetes cluster or its configuration.","title":"Removing clusters"},{"location":"clusters/settings/","text":"Settings # It is easy to configure Lens Clusters to your liking through its various settings. Right-click the name of the cluster in the left-side menu that you want to open the settings for. Click Settings . Status # Overview of the cluster status Cluster Status # Cluster status information including the detected distribution, kernel version, API endpoint, and online status General # General cluster settings Cluster Name # The cluster name is inheritated by default from the kubeconfig file. Change the cluster name to another value by updating it here. Note that doing so does not update your kubeconfig file. Workspace # This is the Lens workspace that the cluster is associated with. Change workspaces by selecting a different workspace from the dropdown menu. Create a new workspace by clicking workspace in \"Define cluster workspace\" above the dropdown menu. This option will take you the workspaces editor. Create a new workspace and then navigate back to cluster settings. Cluster Icon # Lens randomly generates an icon to associate with each newly-created cluster. Use this setting to choose your own icon. HTTP Proxy # Some users will need to define an HTTP proxy for communicating with the Kubernetes API. Use this setting to do so. Prometheus # Lens can be configured to query a Prometheus server installed in the cluster. Select a query format by choosing either to auto-detect or from the following configurations: Lens Helm Operator Prometheus Operator Stacklight To learn more about custom Prometheus configurations, please refer to this guide . Working Directory # Use this field to set the terminal working directory. The default is $HOME . Features # Additional Lens features that can be installed by the user Metrics # Enable timeseries data visualization (Prometheus stack) for your cluster. Install this only if you don't have existing Prometheus stack installed. User Mode # User Mode feature enables non-admin users to see namespaces they have access to. This is achieved by configuring RBAC rules so that every authenticated user is granted to list namespaces. Removal # Use this setting to remove the current cluster.","title":"Settings"},{"location":"clusters/settings/#settings","text":"It is easy to configure Lens Clusters to your liking through its various settings. Right-click the name of the cluster in the left-side menu that you want to open the settings for. Click Settings .","title":"Settings"},{"location":"clusters/settings/#status","text":"Overview of the cluster status","title":"Status"},{"location":"clusters/settings/#cluster-status","text":"Cluster status information including the detected distribution, kernel version, API endpoint, and online status","title":"Cluster Status"},{"location":"clusters/settings/#general","text":"General cluster settings","title":"General"},{"location":"clusters/settings/#cluster-name","text":"The cluster name is inheritated by default from the kubeconfig file. Change the cluster name to another value by updating it here. Note that doing so does not update your kubeconfig file.","title":"Cluster Name"},{"location":"clusters/settings/#workspace","text":"This is the Lens workspace that the cluster is associated with. Change workspaces by selecting a different workspace from the dropdown menu. Create a new workspace by clicking workspace in \"Define cluster workspace\" above the dropdown menu. This option will take you the workspaces editor. Create a new workspace and then navigate back to cluster settings.","title":"Workspace"},{"location":"clusters/settings/#cluster-icon","text":"Lens randomly generates an icon to associate with each newly-created cluster. Use this setting to choose your own icon.","title":"Cluster Icon"},{"location":"clusters/settings/#http-proxy","text":"Some users will need to define an HTTP proxy for communicating with the Kubernetes API. Use this setting to do so.","title":"HTTP Proxy"},{"location":"clusters/settings/#prometheus","text":"Lens can be configured to query a Prometheus server installed in the cluster. Select a query format by choosing either to auto-detect or from the following configurations: Lens Helm Operator Prometheus Operator Stacklight To learn more about custom Prometheus configurations, please refer to this guide .","title":"Prometheus"},{"location":"clusters/settings/#working-directory","text":"Use this field to set the terminal working directory. The default is $HOME .","title":"Working Directory"},{"location":"clusters/settings/#features","text":"Additional Lens features that can be installed by the user","title":"Features"},{"location":"clusters/settings/#metrics","text":"Enable timeseries data visualization (Prometheus stack) for your cluster. Install this only if you don't have existing Prometheus stack installed.","title":"Metrics"},{"location":"clusters/settings/#user-mode","text":"User Mode feature enables non-admin users to see namespaces they have access to. This is achieved by configuring RBAC rules so that every authenticated user is granted to list namespaces.","title":"User Mode"},{"location":"clusters/settings/#removal","text":"Use this setting to remove the current cluster.","title":"Removal"},{"location":"contributing/","text":"Contributing # There are multiple ways you can contribute to Lens - even if you are not a developer, you can still contribute. We are always looking for assistance with creating or updating documentation, testing the application, reporting and troubleshooting issues. Here are some ideas how you can contribute! Development \u2013 Help making Lens better. Maintaining the Project \u2013 Become community maintainer and help us maintain the project. Extension Development \u2013 Add integrations via Lens Extensions. Documentation \u2013 Help improve Lens documentation. Promotion \u2013 Show your support, be an ambassador to Lens, write blogs and make videos! If you are an influencer, blogger or journalist, feel free to spread the word ! Code of Conduct # This project adheres to the Contributor Covenant code of conduct. By participating and contributing to Lens, you are expected to uphold this code. Please report unacceptable behaviour to info@k8slens.dev","title":"Overview"},{"location":"contributing/#contributing","text":"There are multiple ways you can contribute to Lens - even if you are not a developer, you can still contribute. We are always looking for assistance with creating or updating documentation, testing the application, reporting and troubleshooting issues. Here are some ideas how you can contribute! Development \u2013 Help making Lens better. Maintaining the Project \u2013 Become community maintainer and help us maintain the project. Extension Development \u2013 Add integrations via Lens Extensions. Documentation \u2013 Help improve Lens documentation. Promotion \u2013 Show your support, be an ambassador to Lens, write blogs and make videos! If you are an influencer, blogger or journalist, feel free to spread the word !","title":"Contributing"},{"location":"contributing/#code-of-conduct","text":"This project adheres to the Contributor Covenant code of conduct. By participating and contributing to Lens, you are expected to uphold this code. Please report unacceptable behaviour to info@k8slens.dev","title":"Code of Conduct"},{"location":"contributing/development/","text":"Development # TBD","title":"Development"},{"location":"contributing/development/#development","text":"TBD","title":"Development"},{"location":"contributing/documentation/","text":"Documentation # We are glad to see you are interested in contributing to Lens documentation. If this is the first Open Source project you will contribute to, we strongly suggest reading GitHub's excellent guide: How to Contribute to Open Source . Finding Documentation Issues to Work On # You can find a list of open documentation related issues here . When you find something you would like to work on: Express your interest to start working on an issue via comments. One of the maintainers will assign the issue for you. You can start working on the issue. Once done, simply submit a pull request. Requirements for Documentation Pull Requests # When you create a new pull request, we expect some requirements to be met. Follow this naming convention for Pull Requests: When adding new documentation, add New Documentation: before the title. E.g. New Documentation: Getting Started When fixing documentation, add Fix Documentation: before the title. E.g. Fix Documentation: Getting Started When updating documentation, add Update Documentation: before the title. E.g. Update Documentation: Getting Started If your Pull Request closes an issue you need to write Closes #ISSUE_NUMBER where the ISSUE_NUMBER is the number in the end of the link url that will link your pull request to the issue, when merged will close that issue. For each pull request made, we run tests to check if there are any broken links, the markdown formatting is valid and the linter is passing.","title":"Documentation"},{"location":"contributing/documentation/#documentation","text":"We are glad to see you are interested in contributing to Lens documentation. If this is the first Open Source project you will contribute to, we strongly suggest reading GitHub's excellent guide: How to Contribute to Open Source .","title":"Documentation"},{"location":"contributing/documentation/#finding-documentation-issues-to-work-on","text":"You can find a list of open documentation related issues here . When you find something you would like to work on: Express your interest to start working on an issue via comments. One of the maintainers will assign the issue for you. You can start working on the issue. Once done, simply submit a pull request.","title":"Finding Documentation Issues to Work On"},{"location":"contributing/documentation/#requirements-for-documentation-pull-requests","text":"When you create a new pull request, we expect some requirements to be met. Follow this naming convention for Pull Requests: When adding new documentation, add New Documentation: before the title. E.g. New Documentation: Getting Started When fixing documentation, add Fix Documentation: before the title. E.g. Fix Documentation: Getting Started When updating documentation, add Update Documentation: before the title. E.g. Update Documentation: Getting Started If your Pull Request closes an issue you need to write Closes #ISSUE_NUMBER where the ISSUE_NUMBER is the number in the end of the link url that will link your pull request to the issue, when merged will close that issue. For each pull request made, we run tests to check if there are any broken links, the markdown formatting is valid and the linter is passing.","title":"Requirements for Documentation Pull Requests"},{"location":"contributing/maintainers/","text":"Maintainers # We are looking for community maintainers for the Lens project. Maintainers will be added to a special team with write permissions. These permissions consist of opening, closing, tagging and editing issues, and pull requests, as well as create and delete non protected branches. The responsibilities of a community maintainer are listed below. Issues Triage # Labeling Issues: Label issues accordingly. Finding Duplicates: Finding and closing duplicate issues. Doing First Level Contact: Getting more information on the issues (like version number or asking for clarification) if needed. Closing Irrelevant Issues: Closing issues that are determined irrelevant, no longer needed, not relevant to the project and/or doesn't follow the issues guidelines. Help with Contributions # Help Manage Pull Requests: Help the author of the pull request with any problems. Contributing: Create pull requests to help maintain and drive the project forward.","title":"Maintainers"},{"location":"contributing/maintainers/#maintainers","text":"We are looking for community maintainers for the Lens project. Maintainers will be added to a special team with write permissions. These permissions consist of opening, closing, tagging and editing issues, and pull requests, as well as create and delete non protected branches. The responsibilities of a community maintainer are listed below.","title":"Maintainers"},{"location":"contributing/maintainers/#issues-triage","text":"Labeling Issues: Label issues accordingly. Finding Duplicates: Finding and closing duplicate issues. Doing First Level Contact: Getting more information on the issues (like version number or asking for clarification) if needed. Closing Irrelevant Issues: Closing issues that are determined irrelevant, no longer needed, not relevant to the project and/or doesn't follow the issues guidelines.","title":"Issues Triage"},{"location":"contributing/maintainers/#help-with-contributions","text":"Help Manage Pull Requests: Help the author of the pull request with any problems. Contributing: Create pull requests to help maintain and drive the project forward.","title":"Help with Contributions"},{"location":"contributing/promotion/","text":"Promoting # Help promote Lens! If you are not a developer (or even if you are), you can still contribute to the project, a lot, by helping us promote it. As we are a free open source project, the community is our most important asset, so here are some ways that you can help the project continue to grow. Follow, Like, Recommend, Favorite, Vote and Star Us # There are many sites where you can vote, recommend, favorite and star us. Twitter - Like, comment and retweet our posts, and follow us on Twitter Medium - Give claps to our articles and follow us on Medium GitHub - Become a stargazer on GitHub StackShare - Indicate you are using Lens and follow us on StackShare Reddit - Upvote and be an ambassador of Lens by participating relevant discussions on Reddit Hacker News - Upvote and be an ambassador of Lens by participating relevant discussions on Hacker News Write Blogs or Make Videos About Us # Here are some nice blog posts and videos about our project for you to get some inspiration: Onboard AWS EKS Cluster on Lens(Kubernetes IDE) Using Lens to Manage All Your Kubernetes Cluster Kontena Lens - Beautiful Kubernetes UI Gerenciando Kubernetes com Lens e Octant Walkthrough of Kubernetes IDE - Lens LENS - Interfaz Gr\u00e1fica para Kubernetes en 1 PASO. Psst... If you have created some content around Lens, let us know!","title":"Promotion"},{"location":"contributing/promotion/#promoting","text":"Help promote Lens! If you are not a developer (or even if you are), you can still contribute to the project, a lot, by helping us promote it. As we are a free open source project, the community is our most important asset, so here are some ways that you can help the project continue to grow.","title":"Promoting"},{"location":"contributing/promotion/#follow-like-recommend-favorite-vote-and-star-us","text":"There are many sites where you can vote, recommend, favorite and star us. Twitter - Like, comment and retweet our posts, and follow us on Twitter Medium - Give claps to our articles and follow us on Medium GitHub - Become a stargazer on GitHub StackShare - Indicate you are using Lens and follow us on StackShare Reddit - Upvote and be an ambassador of Lens by participating relevant discussions on Reddit Hacker News - Upvote and be an ambassador of Lens by participating relevant discussions on Hacker News","title":"Follow, Like, Recommend, Favorite, Vote and Star Us"},{"location":"contributing/promotion/#write-blogs-or-make-videos-about-us","text":"Here are some nice blog posts and videos about our project for you to get some inspiration: Onboard AWS EKS Cluster on Lens(Kubernetes IDE) Using Lens to Manage All Your Kubernetes Cluster Kontena Lens - Beautiful Kubernetes UI Gerenciando Kubernetes com Lens e Octant Walkthrough of Kubernetes IDE - Lens LENS - Interfaz Gr\u00e1fica para Kubernetes en 1 PASO. Psst... If you have created some content around Lens, let us know!","title":"Write Blogs or Make Videos About Us"},{"location":"extensions/","text":"Lens Extension API # The Extensions API in Lens allows users to customize and enhance the Lens experience by creating their own menus or page content that is extended from the existing pages. Many of the core features of Lens are built as extensions and use the same Extension API. This documentation describes: How to build, run, test and publish an extension How to take advantage of Lens's Extension API Where to find guides and code samples to help get you started Code samples are available at lensapp/lens-extension-samples . What can extensions do # Here are some examples of what you can achieve with the Extension API: Add custom components & views in the UI - Extending the Lens Workbench If you'd like to have a more comprehensive overview of the Extension API, refer to the Extension Capabilities Overview page. Extension Guides Overview also includes a list of code samples and guides that illustrate various Extension API usage. How to build extensions # Building a good extension can take a lot of effort. Here is what each section of the API doc can help you with: Get Started teaches fundamental concepts for building extensions with the Hello World sample. Extension Capabilities dissects Lens's Extension API into smaller categories and points you to more detailed topics. Extension Guides includes guides and code samples that explain specific usages of Lens Extension API. Testing and Publishing includes in-depth guides on various extension development topics, such as testing and publishing extensions. Advanced Topics explains advanced concepts such as integrating with 3rd party applications/services. References contains exhaustive references for the Lens Extension API, Contribution Points, and many other topics. What's new # Lens updates on a monthly cadence, and that applies to the Extension API as well. New features and APIs become available every month to increase the power and scope of Lens extensions. To stay current with the Extension API and Lens features in general, you can review the release notes . Looking for help # If you have questions for extension development, try asking on: Lens Dev Slack : Public chatroom for Lens developers. Some Lens team members chime in on conversations. To provide feedback on the documentation or issues with the Lens Extension API, create new issues at lensapp/lens with the labels area/documentation and/or area/extension . Download Lens - The Kubernetes IDE # Go to Lens","title":"Overview"},{"location":"extensions/#lens-extension-api","text":"The Extensions API in Lens allows users to customize and enhance the Lens experience by creating their own menus or page content that is extended from the existing pages. Many of the core features of Lens are built as extensions and use the same Extension API. This documentation describes: How to build, run, test and publish an extension How to take advantage of Lens's Extension API Where to find guides and code samples to help get you started Code samples are available at lensapp/lens-extension-samples .","title":"Lens Extension API"},{"location":"extensions/#what-can-extensions-do","text":"Here are some examples of what you can achieve with the Extension API: Add custom components & views in the UI - Extending the Lens Workbench If you'd like to have a more comprehensive overview of the Extension API, refer to the Extension Capabilities Overview page. Extension Guides Overview also includes a list of code samples and guides that illustrate various Extension API usage.","title":"What can extensions do"},{"location":"extensions/#how-to-build-extensions","text":"Building a good extension can take a lot of effort. Here is what each section of the API doc can help you with: Get Started teaches fundamental concepts for building extensions with the Hello World sample. Extension Capabilities dissects Lens's Extension API into smaller categories and points you to more detailed topics. Extension Guides includes guides and code samples that explain specific usages of Lens Extension API. Testing and Publishing includes in-depth guides on various extension development topics, such as testing and publishing extensions. Advanced Topics explains advanced concepts such as integrating with 3rd party applications/services. References contains exhaustive references for the Lens Extension API, Contribution Points, and many other topics.","title":"How to build extensions"},{"location":"extensions/#whats-new","text":"Lens updates on a monthly cadence, and that applies to the Extension API as well. New features and APIs become available every month to increase the power and scope of Lens extensions. To stay current with the Extension API and Lens features in general, you can review the release notes .","title":"What's new"},{"location":"extensions/#looking-for-help","text":"If you have questions for extension development, try asking on: Lens Dev Slack : Public chatroom for Lens developers. Some Lens team members chime in on conversations. To provide feedback on the documentation or issues with the Lens Extension API, create new issues at lensapp/lens with the labels area/documentation and/or area/extension .","title":"Looking for help"},{"location":"extensions/#download-lens-the-kubernetes-ide","text":"Go to Lens","title":"Download Lens - The Kubernetes IDE"},{"location":"extensions/api/","text":"@k8slens/extensions # Extension API Reference # Modules # App ClusterFeature EventBus Store Util Component K8sApi Navigation Classes # LensMainExtension LensRendererExtension Variables # windowManager","title":"API Reference"},{"location":"extensions/api/#k8slensextensions","text":"","title":"@k8slens/extensions"},{"location":"extensions/api/#extension-api-reference","text":"","title":"Extension API Reference"},{"location":"extensions/api/#modules","text":"App ClusterFeature EventBus Store Util Component K8sApi Navigation","title":"Modules"},{"location":"extensions/api/#classes","text":"LensMainExtension LensRendererExtension","title":"Classes"},{"location":"extensions/api/#variables","text":"windowManager","title":"Variables"},{"location":"extensions/api/globals/","text":"@k8slens/extensions # Index # Modules # \"core-api/app\" \"core-api/cluster-feature\" \"core-api/event-bus\" \"core-api/stores\" \"core-api/utils\" \"interfaces/index\" \"renderer-api/components\" \"renderer-api/k8s-api\" \"renderer-api/navigation\" Classes # LensMainExtension LensRendererExtension Variables # windowManager Variables # Let windowManager # \u2022 windowManager : WindowManager Defined in src/extensions/core-api/index.ts:16","title":"@k8slens/extensions"},{"location":"extensions/api/globals/#k8slensextensions","text":"","title":"@k8slens/extensions"},{"location":"extensions/api/globals/#index","text":"","title":"Index"},{"location":"extensions/api/globals/#modules","text":"\"core-api/app\" \"core-api/cluster-feature\" \"core-api/event-bus\" \"core-api/stores\" \"core-api/utils\" \"interfaces/index\" \"renderer-api/components\" \"renderer-api/k8s-api\" \"renderer-api/navigation\"","title":"Modules"},{"location":"extensions/api/globals/#classes","text":"LensMainExtension LensRendererExtension","title":"Classes"},{"location":"extensions/api/globals/#variables","text":"windowManager","title":"Variables"},{"location":"extensions/api/globals/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/globals/#let-windowmanager","text":"\u2022 windowManager : WindowManager Defined in src/extensions/core-api/index.ts:16","title":"Let windowManager"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/","text":"Class: ClusterFeature # Hierarchy # ClusterFeature Index # Properties # config latestVersion name Methods # applyResources install renderTemplates uninstall updateStatus upgrade Object literals # status Properties # config # \u2022 config : any Defined in src/extensions/cluster-feature.ts:21 latestVersion # \u2022 latestVersion : string Defined in src/extensions/cluster-feature.ts:20 name # \u2022 name : string Defined in src/extensions/cluster-feature.ts:19 Methods # Protected applyResources # \u25b8 applyResources ( cluster : Cluster , resources : string[]): Promise\u2039void\u203a Defined in src/extensions/cluster-feature.ts:38 Parameters: Name Type cluster Cluster resources string[] Returns: Promise\u2039void\u203a Abstract install # \u25b8 install ( cluster : Cluster ): Promise\u2039void\u203a Defined in src/extensions/cluster-feature.ts:30 Parameters: Name Type cluster Cluster Returns: Promise\u2039void\u203a Protected renderTemplates # \u25b8 renderTemplates ( folderPath : string): string[] Defined in src/extensions/cluster-feature.ts:46 Parameters: Name Type folderPath string Returns: string[] Abstract uninstall # \u25b8 uninstall ( cluster : Cluster ): Promise\u2039void\u203a Defined in src/extensions/cluster-feature.ts:34 Parameters: Name Type cluster Cluster Returns: Promise\u2039void\u203a Abstract updateStatus # \u25b8 updateStatus ( cluster : Cluster ): Promise\u2039 ClusterFeatureStatus \u203a Defined in src/extensions/cluster-feature.ts:36 Parameters: Name Type cluster Cluster Returns: Promise\u2039 ClusterFeatureStatus \u203a Abstract upgrade # \u25b8 upgrade ( cluster : Cluster ): Promise\u2039void\u203a Defined in src/extensions/cluster-feature.ts:32 Parameters: Name Type cluster Cluster Returns: Promise\u2039void\u203a Object literals # status # \u25aa status : object # Defined in src/extensions/cluster-feature.ts:23 canUpgrade # \u2022 canUpgrade : false = false Defined in src/extensions/cluster-feature.ts:27 currentVersion # \u2022 currentVersion : null = null Defined in src/extensions/cluster-feature.ts:24 installed # \u2022 installed : false = false Defined in src/extensions/cluster-feature.ts:25 latestVersion # \u2022 latestVersion : null = null Defined in src/extensions/cluster-feature.ts:26","title":"Class: ClusterFeature"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#class-clusterfeature","text":"","title":"Class: ClusterFeature"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#hierarchy","text":"ClusterFeature","title":"Hierarchy"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#properties","text":"config latestVersion name","title":"Properties"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#methods","text":"applyResources install renderTemplates uninstall updateStatus upgrade","title":"Methods"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#object-literals","text":"status","title":"Object literals"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#config","text":"\u2022 config : any Defined in src/extensions/cluster-feature.ts:21","title":"config"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#latestversion","text":"\u2022 latestVersion : string Defined in src/extensions/cluster-feature.ts:20","title":"latestVersion"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#name","text":"\u2022 name : string Defined in src/extensions/cluster-feature.ts:19","title":"name"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#protected-applyresources","text":"\u25b8 applyResources ( cluster : Cluster , resources : string[]): Promise\u2039void\u203a Defined in src/extensions/cluster-feature.ts:38 Parameters: Name Type cluster Cluster resources string[] Returns: Promise\u2039void\u203a","title":"Protected applyResources"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#abstract-install","text":"\u25b8 install ( cluster : Cluster ): Promise\u2039void\u203a Defined in src/extensions/cluster-feature.ts:30 Parameters: Name Type cluster Cluster Returns: Promise\u2039void\u203a","title":"Abstract install"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#protected-rendertemplates","text":"\u25b8 renderTemplates ( folderPath : string): string[] Defined in src/extensions/cluster-feature.ts:46 Parameters: Name Type folderPath string Returns: string[]","title":"Protected renderTemplates"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#abstract-uninstall","text":"\u25b8 uninstall ( cluster : Cluster ): Promise\u2039void\u203a Defined in src/extensions/cluster-feature.ts:34 Parameters: Name Type cluster Cluster Returns: Promise\u2039void\u203a","title":"Abstract uninstall"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#abstract-updatestatus","text":"\u25b8 updateStatus ( cluster : Cluster ): Promise\u2039 ClusterFeatureStatus \u203a Defined in src/extensions/cluster-feature.ts:36 Parameters: Name Type cluster Cluster Returns: Promise\u2039 ClusterFeatureStatus \u203a","title":"Abstract updateStatus"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#abstract-upgrade","text":"\u25b8 upgrade ( cluster : Cluster ): Promise\u2039void\u203a Defined in src/extensions/cluster-feature.ts:32 Parameters: Name Type cluster Cluster Returns: Promise\u2039void\u203a","title":"Abstract upgrade"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#status","text":"","title":"status"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#status-object","text":"Defined in src/extensions/cluster-feature.ts:23","title":"\u25aa status: object"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#canupgrade","text":"\u2022 canUpgrade : false = false Defined in src/extensions/cluster-feature.ts:27","title":"canUpgrade"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#currentversion","text":"\u2022 currentVersion : null = null Defined in src/extensions/cluster-feature.ts:24","title":"currentVersion"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#installed","text":"\u2022 installed : false = false Defined in src/extensions/cluster-feature.ts:25","title":"installed"},{"location":"extensions/api/classes/_core_api_cluster_feature_.clusterfeature/#latestversion_1","text":"\u2022 latestVersion : null = null Defined in src/extensions/cluster-feature.ts:26","title":"latestVersion"},{"location":"extensions/api/classes/_core_api_stores_.cluster/","text":"Class: Cluster # Hierarchy # Cluster Implements # ClusterModel ClusterState Index # Constructors # constructor Properties # accessible accessibleNamespaces activated allowedNamespaces allowedResources apiUrl contextHandler contextName disconnected enabled eventCount eventDisposers failureReason frameId id initialized isAdmin kubeConfigPath kubeCtl kubeProxyUrl kubeconfigManager metadata online ownerRef preferences ready reconnecting whenInitialized whenReady workspace Accessors # available isManaged version Methods # activate bindEvents canI disconnect getAllowedNamespaces getAllowedResources getConnectionStatus getEventCount getKubeconfig getMeta getMetrics getProxyKubeconfig getProxyKubeconfigPath getState init isClusterAdmin k8sRequest pushState reconnect refresh refreshAllowedResources refreshConnectionStatus refreshEvents refreshMetadata setState toJSON unbindEvents updateModel Constructors # constructor # + new Cluster ( model : ClusterModel ): Cluster Defined in src/main/cluster.ts:91 Parameters: Name Type model ClusterModel Returns: Cluster Properties # accessible # \u2022 accessible : boolean = false Defined in src/main/cluster.ts:72 accessibleNamespaces # \u2022 accessibleNamespaces : string[] = [] Implementation of ClusterModel . accessibleNamespaces Defined in src/main/cluster.ts:83 Protected activated # \u2022 activated : boolean = false Defined in src/main/cluster.ts:59 allowedNamespaces # \u2022 allowedNamespaces : string[] = [] Defined in src/main/cluster.ts:81 allowedResources # \u2022 allowedResources : string[] = [] Defined in src/main/cluster.ts:82 apiUrl # \u2022 apiUrl : string Defined in src/main/cluster.ts:68 contextHandler # \u2022 contextHandler : ContextHandler Defined in src/main/cluster.ts:55 contextName # \u2022 contextName : string Implementation of ClusterModel . contextName Defined in src/main/cluster.ts:65 disconnected # \u2022 disconnected : boolean = true Defined in src/main/cluster.ts:75 enabled # \u2022 enabled : boolean = false Defined in src/main/cluster.ts:70 eventCount # \u2022 eventCount : number = 0 Defined in src/main/cluster.ts:78 Protected eventDisposers # \u2022 eventDisposers : Function[] = [] Defined in src/main/cluster.ts:58 failureReason # \u2022 failureReason : string Defined in src/main/cluster.ts:76 frameId # \u2022 frameId : number Defined in src/main/cluster.ts:53 id # \u2022 id : ClusterId Implementation of ClusterModel . id Defined in src/main/cluster.ts:52 initialized # \u2022 initialized : boolean = false Defined in src/main/cluster.ts:64 isAdmin # \u2022 isAdmin : boolean = false Defined in src/main/cluster.ts:77 kubeConfigPath # \u2022 kubeConfigPath : string Implementation of ClusterModel . kubeConfigPath Defined in src/main/cluster.ts:67 kubeCtl # \u2022 kubeCtl : Kubectl Defined in src/main/cluster.ts:54 kubeProxyUrl # \u2022 kubeProxyUrl : string Defined in src/main/cluster.ts:69 Protected kubeconfigManager # \u2022 kubeconfigManager : KubeconfigManager Defined in src/main/cluster.ts:57 metadata # \u2022 metadata : ClusterMetadata Implementation of ClusterModel . metadata Defined in src/main/cluster.ts:80 online # \u2022 online : boolean = false Defined in src/main/cluster.ts:71 ownerRef # \u2022 ownerRef : string Implementation of ClusterModel . ownerRef Defined in src/main/cluster.ts:56 preferences # \u2022 preferences : ClusterPreferences Implementation of ClusterModel . preferences Defined in src/main/cluster.ts:79 ready # \u2022 ready : boolean = false Defined in src/main/cluster.ts:73 reconnecting # \u2022 reconnecting : boolean = false Defined in src/main/cluster.ts:74 whenInitialized # \u2022 whenInitialized : Promise\u2039void\u203a & object = when(() => this.initialized) Defined in src/main/cluster.ts:61 whenReady # \u2022 whenReady : Promise\u2039void\u203a & object = when(() => this.ready) Defined in src/main/cluster.ts:62 workspace # \u2022 workspace : WorkspaceId Implementation of ClusterModel . workspace Defined in src/main/cluster.ts:66 Accessors # available # \u2022 get available (): boolean Defined in src/main/cluster.ts:85 Returns: boolean isManaged # \u2022 get isManaged (): boolean Defined in src/main/cluster.ts:101 Returns: boolean version # \u2022 get version (): string Defined in src/main/cluster.ts:89 Returns: string Methods # activate # \u25b8 activate ( force : boolean): Promise\u2039void\u203a Defined in src/main/cluster.ts:153 Parameters: Name Type Default force boolean false Returns: Promise\u2039void\u203a Protected bindEvents # \u25b8 bindEvents (): void Defined in src/main/cluster.ts:130 Returns: void canI # \u25b8 canI ( resourceAttributes : V1ResourceAttributes): Promise\u2039boolean\u203a Defined in src/main/cluster.ts:309 Parameters: Name Type resourceAttributes V1ResourceAttributes Returns: Promise\u2039boolean\u203a disconnect # \u25b8 disconnect (): void Defined in src/main/cluster.ts:186 Returns: void Protected getAllowedNamespaces # \u25b8 getAllowedNamespaces (): Promise\u2039string[]\u203a Defined in src/main/cluster.ts:429 Returns: Promise\u2039string[]\u203a Protected getAllowedResources # \u25b8 getAllowedResources (): Promise\u2039(\"pods\" | \"namespaces\" | \"nodes\" | \"events\" | \"resourcequotas\" | \"services\" | \"secrets\" | \"configmaps\" | \"ingresses\" | \"networkpolicies\" | \"persistentvolumes\" | \"storageclasses\" | \"daemonsets\" | \"deployments\" | \"statefulsets\" | \"replicasets\" | \"jobs\" | \"cronjobs\" | \"endpoints\" | \"customresourcedefinitions\" | \"horizontalpodautoscalers\" | \"podsecuritypolicies\" | \"poddisruptionbudgets\")[]\u203a Defined in src/main/cluster.ts:454 Returns: Promise\u2039(\"pods\" | \"namespaces\" | \"nodes\" | \"events\" | \"resourcequotas\" | \"services\" | \"secrets\" | \"configmaps\" | \"ingresses\" | \"networkpolicies\" | \"persistentvolumes\" | \"storageclasses\" | \"daemonsets\" | \"deployments\" | \"statefulsets\" | \"replicasets\" | \"jobs\" | \"cronjobs\" | \"endpoints\" | \"customresourcedefinitions\" | \"horizontalpodautoscalers\" | \"podsecuritypolicies\" | \"poddisruptionbudgets\")[]\u203a Protected getConnectionStatus # \u25b8 getConnectionStatus (): Promise\u2039ClusterStatus\u203a Defined in src/main/cluster.ts:279 Returns: Promise\u2039ClusterStatus\u203a Protected getEventCount # \u25b8 getEventCount (): Promise\u2039number\u203a Defined in src/main/cluster.ts:332 Returns: Promise\u2039number\u203a Protected getKubeconfig # \u25b8 getKubeconfig (): KubeConfig Defined in src/main/cluster.ts:243 Returns: KubeConfig getMeta # \u25b8 getMeta (): object Defined in src/main/cluster.ts:417 Returns: object accessible : boolean = this.accessible disconnected : boolean = this.disconnected id : string = this.id initialized : boolean = this.initialized name : string = this.contextName online : boolean = this.online ready : boolean = this.ready getMetrics # \u25b8 getMetrics ( prometheusPath : string, queryParams : IMetricsReqParams & object): Promise\u2039any\u203a Defined in src/main/cluster.ts:268 Parameters: Name Type prometheusPath string queryParams IMetricsReqParams & object Returns: Promise\u2039any\u203a getProxyKubeconfig # \u25b8 getProxyKubeconfig (): KubeConfig Defined in src/main/cluster.ts:247 Returns: KubeConfig getProxyKubeconfigPath # \u25b8 getProxyKubeconfigPath (): string Defined in src/main/cluster.ts:251 Returns: string getState # \u25b8 getState (): ClusterState Defined in src/main/cluster.ts:383 Returns: ClusterState init # \u25b8 init ( port : number): Promise\u2039void\u203a Defined in src/main/cluster.ts:111 Parameters: Name Type port number Returns: Promise\u2039void\u203a isClusterAdmin # \u25b8 isClusterAdmin (): Promise\u2039boolean\u203a Defined in src/main/cluster.ts:324 Returns: Promise\u2039boolean\u203a Protected k8sRequest # \u25b8 k8sRequest \u2039 T \u203a( path : string, options : RequestPromiseOptions): Promise\u2039T\u203a Defined in src/main/cluster.ts:255 Type parameters: \u25aa T Parameters: Name Type Default path string - options RequestPromiseOptions {} Returns: Promise\u2039T\u203a pushState # \u25b8 pushState ( state : ClusterState): void Defined in src/main/cluster.ts:407 Parameters: Name Type Default state ClusterState this.getState() Returns: void reconnect # \u25b8 reconnect (): Promise\u2039void\u203a Defined in src/main/cluster.ts:178 Returns: Promise\u2039void\u203a refresh # \u25b8 refresh ( opts : ClusterRefreshOptions): Promise\u2039void\u203a Defined in src/main/cluster.ts:199 Parameters: Name Type Default opts ClusterRefreshOptions {} Returns: Promise\u2039void\u203a refreshAllowedResources # \u25b8 refreshAllowedResources (): Promise\u2039void\u203a Defined in src/main/cluster.ts:233 Returns: Promise\u2039void\u203a refreshConnectionStatus # \u25b8 refreshConnectionStatus (): Promise\u2039void\u203a Defined in src/main/cluster.ts:226 Returns: Promise\u2039void\u203a refreshEvents # \u25b8 refreshEvents (): Promise\u2039void\u203a Defined in src/main/cluster.ts:239 Returns: Promise\u2039void\u203a refreshMetadata # \u25b8 refreshMetadata (): Promise\u2039void\u203a Defined in src/main/cluster.ts:218 Returns: Promise\u2039void\u203a setState # \u25b8 setState ( state : ClusterState): void Defined in src/main/cluster.ts:403 Parameters: Name Type state ClusterState Returns: void toJSON # \u25b8 toJSON (): ClusterModel Defined in src/main/cluster.ts:366 Returns: ClusterModel Protected unbindEvents # \u25b8 unbindEvents (): void Defined in src/main/cluster.ts:146 Returns: void updateModel # \u25b8 updateModel ( model : ClusterModel ): void Defined in src/main/cluster.ts:106 Parameters: Name Type model ClusterModel Returns: void","title":"Class: Cluster"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#class-cluster","text":"","title":"Class: Cluster"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#hierarchy","text":"Cluster","title":"Hierarchy"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#implements","text":"ClusterModel ClusterState","title":"Implements"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#properties","text":"accessible accessibleNamespaces activated allowedNamespaces allowedResources apiUrl contextHandler contextName disconnected enabled eventCount eventDisposers failureReason frameId id initialized isAdmin kubeConfigPath kubeCtl kubeProxyUrl kubeconfigManager metadata online ownerRef preferences ready reconnecting whenInitialized whenReady workspace","title":"Properties"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#accessors","text":"available isManaged version","title":"Accessors"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#methods","text":"activate bindEvents canI disconnect getAllowedNamespaces getAllowedResources getConnectionStatus getEventCount getKubeconfig getMeta getMetrics getProxyKubeconfig getProxyKubeconfigPath getState init isClusterAdmin k8sRequest pushState reconnect refresh refreshAllowedResources refreshConnectionStatus refreshEvents refreshMetadata setState toJSON unbindEvents updateModel","title":"Methods"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#constructor","text":"+ new Cluster ( model : ClusterModel ): Cluster Defined in src/main/cluster.ts:91 Parameters: Name Type model ClusterModel Returns: Cluster","title":"constructor"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#accessible","text":"\u2022 accessible : boolean = false Defined in src/main/cluster.ts:72","title":"accessible"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#accessiblenamespaces","text":"\u2022 accessibleNamespaces : string[] = [] Implementation of ClusterModel . accessibleNamespaces Defined in src/main/cluster.ts:83","title":"accessibleNamespaces"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#protected-activated","text":"\u2022 activated : boolean = false Defined in src/main/cluster.ts:59","title":"Protected activated"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#allowednamespaces","text":"\u2022 allowedNamespaces : string[] = [] Defined in src/main/cluster.ts:81","title":"allowedNamespaces"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#allowedresources","text":"\u2022 allowedResources : string[] = [] Defined in src/main/cluster.ts:82","title":"allowedResources"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#apiurl","text":"\u2022 apiUrl : string Defined in src/main/cluster.ts:68","title":"apiUrl"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#contexthandler","text":"\u2022 contextHandler : ContextHandler Defined in src/main/cluster.ts:55","title":"contextHandler"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#contextname","text":"\u2022 contextName : string Implementation of ClusterModel . contextName Defined in src/main/cluster.ts:65","title":"contextName"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#disconnected","text":"\u2022 disconnected : boolean = true Defined in src/main/cluster.ts:75","title":"disconnected"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#enabled","text":"\u2022 enabled : boolean = false Defined in src/main/cluster.ts:70","title":"enabled"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#eventcount","text":"\u2022 eventCount : number = 0 Defined in src/main/cluster.ts:78","title":"eventCount"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#protected-eventdisposers","text":"\u2022 eventDisposers : Function[] = [] Defined in src/main/cluster.ts:58","title":"Protected eventDisposers"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#failurereason","text":"\u2022 failureReason : string Defined in src/main/cluster.ts:76","title":"failureReason"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#frameid","text":"\u2022 frameId : number Defined in src/main/cluster.ts:53","title":"frameId"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#id","text":"\u2022 id : ClusterId Implementation of ClusterModel . id Defined in src/main/cluster.ts:52","title":"id"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#initialized","text":"\u2022 initialized : boolean = false Defined in src/main/cluster.ts:64","title":"initialized"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#isadmin","text":"\u2022 isAdmin : boolean = false Defined in src/main/cluster.ts:77","title":"isAdmin"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#kubeconfigpath","text":"\u2022 kubeConfigPath : string Implementation of ClusterModel . kubeConfigPath Defined in src/main/cluster.ts:67","title":"kubeConfigPath"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#kubectl","text":"\u2022 kubeCtl : Kubectl Defined in src/main/cluster.ts:54","title":"kubeCtl"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#kubeproxyurl","text":"\u2022 kubeProxyUrl : string Defined in src/main/cluster.ts:69","title":"kubeProxyUrl"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#protected-kubeconfigmanager","text":"\u2022 kubeconfigManager : KubeconfigManager Defined in src/main/cluster.ts:57","title":"Protected kubeconfigManager"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#metadata","text":"\u2022 metadata : ClusterMetadata Implementation of ClusterModel . metadata Defined in src/main/cluster.ts:80","title":"metadata"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#online","text":"\u2022 online : boolean = false Defined in src/main/cluster.ts:71","title":"online"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#ownerref","text":"\u2022 ownerRef : string Implementation of ClusterModel . ownerRef Defined in src/main/cluster.ts:56","title":"ownerRef"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#preferences","text":"\u2022 preferences : ClusterPreferences Implementation of ClusterModel . preferences Defined in src/main/cluster.ts:79","title":"preferences"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#ready","text":"\u2022 ready : boolean = false Defined in src/main/cluster.ts:73","title":"ready"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#reconnecting","text":"\u2022 reconnecting : boolean = false Defined in src/main/cluster.ts:74","title":"reconnecting"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#wheninitialized","text":"\u2022 whenInitialized : Promise\u2039void\u203a & object = when(() => this.initialized) Defined in src/main/cluster.ts:61","title":"whenInitialized"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#whenready","text":"\u2022 whenReady : Promise\u2039void\u203a & object = when(() => this.ready) Defined in src/main/cluster.ts:62","title":"whenReady"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#workspace","text":"\u2022 workspace : WorkspaceId Implementation of ClusterModel . workspace Defined in src/main/cluster.ts:66","title":"workspace"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#available","text":"\u2022 get available (): boolean Defined in src/main/cluster.ts:85 Returns: boolean","title":"available"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#ismanaged","text":"\u2022 get isManaged (): boolean Defined in src/main/cluster.ts:101 Returns: boolean","title":"isManaged"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#version","text":"\u2022 get version (): string Defined in src/main/cluster.ts:89 Returns: string","title":"version"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#activate","text":"\u25b8 activate ( force : boolean): Promise\u2039void\u203a Defined in src/main/cluster.ts:153 Parameters: Name Type Default force boolean false Returns: Promise\u2039void\u203a","title":"activate"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#protected-bindevents","text":"\u25b8 bindEvents (): void Defined in src/main/cluster.ts:130 Returns: void","title":"Protected bindEvents"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#cani","text":"\u25b8 canI ( resourceAttributes : V1ResourceAttributes): Promise\u2039boolean\u203a Defined in src/main/cluster.ts:309 Parameters: Name Type resourceAttributes V1ResourceAttributes Returns: Promise\u2039boolean\u203a","title":"canI"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#disconnect","text":"\u25b8 disconnect (): void Defined in src/main/cluster.ts:186 Returns: void","title":"disconnect"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#protected-getallowednamespaces","text":"\u25b8 getAllowedNamespaces (): Promise\u2039string[]\u203a Defined in src/main/cluster.ts:429 Returns: Promise\u2039string[]\u203a","title":"Protected getAllowedNamespaces"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#protected-getallowedresources","text":"\u25b8 getAllowedResources (): Promise\u2039(\"pods\" | \"namespaces\" | \"nodes\" | \"events\" | \"resourcequotas\" | \"services\" | \"secrets\" | \"configmaps\" | \"ingresses\" | \"networkpolicies\" | \"persistentvolumes\" | \"storageclasses\" | \"daemonsets\" | \"deployments\" | \"statefulsets\" | \"replicasets\" | \"jobs\" | \"cronjobs\" | \"endpoints\" | \"customresourcedefinitions\" | \"horizontalpodautoscalers\" | \"podsecuritypolicies\" | \"poddisruptionbudgets\")[]\u203a Defined in src/main/cluster.ts:454 Returns: Promise\u2039(\"pods\" | \"namespaces\" | \"nodes\" | \"events\" | \"resourcequotas\" | \"services\" | \"secrets\" | \"configmaps\" | \"ingresses\" | \"networkpolicies\" | \"persistentvolumes\" | \"storageclasses\" | \"daemonsets\" | \"deployments\" | \"statefulsets\" | \"replicasets\" | \"jobs\" | \"cronjobs\" | \"endpoints\" | \"customresourcedefinitions\" | \"horizontalpodautoscalers\" | \"podsecuritypolicies\" | \"poddisruptionbudgets\")[]\u203a","title":"Protected getAllowedResources"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#protected-getconnectionstatus","text":"\u25b8 getConnectionStatus (): Promise\u2039ClusterStatus\u203a Defined in src/main/cluster.ts:279 Returns: Promise\u2039ClusterStatus\u203a","title":"Protected getConnectionStatus"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#protected-geteventcount","text":"\u25b8 getEventCount (): Promise\u2039number\u203a Defined in src/main/cluster.ts:332 Returns: Promise\u2039number\u203a","title":"Protected getEventCount"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#protected-getkubeconfig","text":"\u25b8 getKubeconfig (): KubeConfig Defined in src/main/cluster.ts:243 Returns: KubeConfig","title":"Protected getKubeconfig"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#getmeta","text":"\u25b8 getMeta (): object Defined in src/main/cluster.ts:417 Returns: object accessible : boolean = this.accessible disconnected : boolean = this.disconnected id : string = this.id initialized : boolean = this.initialized name : string = this.contextName online : boolean = this.online ready : boolean = this.ready","title":"getMeta"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#getmetrics","text":"\u25b8 getMetrics ( prometheusPath : string, queryParams : IMetricsReqParams & object): Promise\u2039any\u203a Defined in src/main/cluster.ts:268 Parameters: Name Type prometheusPath string queryParams IMetricsReqParams & object Returns: Promise\u2039any\u203a","title":"getMetrics"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#getproxykubeconfig","text":"\u25b8 getProxyKubeconfig (): KubeConfig Defined in src/main/cluster.ts:247 Returns: KubeConfig","title":"getProxyKubeconfig"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#getproxykubeconfigpath","text":"\u25b8 getProxyKubeconfigPath (): string Defined in src/main/cluster.ts:251 Returns: string","title":"getProxyKubeconfigPath"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#getstate","text":"\u25b8 getState (): ClusterState Defined in src/main/cluster.ts:383 Returns: ClusterState","title":"getState"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#init","text":"\u25b8 init ( port : number): Promise\u2039void\u203a Defined in src/main/cluster.ts:111 Parameters: Name Type port number Returns: Promise\u2039void\u203a","title":"init"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#isclusteradmin","text":"\u25b8 isClusterAdmin (): Promise\u2039boolean\u203a Defined in src/main/cluster.ts:324 Returns: Promise\u2039boolean\u203a","title":"isClusterAdmin"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#protected-k8srequest","text":"\u25b8 k8sRequest \u2039 T \u203a( path : string, options : RequestPromiseOptions): Promise\u2039T\u203a Defined in src/main/cluster.ts:255 Type parameters: \u25aa T Parameters: Name Type Default path string - options RequestPromiseOptions {} Returns: Promise\u2039T\u203a","title":"Protected k8sRequest"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#pushstate","text":"\u25b8 pushState ( state : ClusterState): void Defined in src/main/cluster.ts:407 Parameters: Name Type Default state ClusterState this.getState() Returns: void","title":"pushState"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#reconnect","text":"\u25b8 reconnect (): Promise\u2039void\u203a Defined in src/main/cluster.ts:178 Returns: Promise\u2039void\u203a","title":"reconnect"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#refresh","text":"\u25b8 refresh ( opts : ClusterRefreshOptions): Promise\u2039void\u203a Defined in src/main/cluster.ts:199 Parameters: Name Type Default opts ClusterRefreshOptions {} Returns: Promise\u2039void\u203a","title":"refresh"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#refreshallowedresources","text":"\u25b8 refreshAllowedResources (): Promise\u2039void\u203a Defined in src/main/cluster.ts:233 Returns: Promise\u2039void\u203a","title":"refreshAllowedResources"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#refreshconnectionstatus","text":"\u25b8 refreshConnectionStatus (): Promise\u2039void\u203a Defined in src/main/cluster.ts:226 Returns: Promise\u2039void\u203a","title":"refreshConnectionStatus"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#refreshevents","text":"\u25b8 refreshEvents (): Promise\u2039void\u203a Defined in src/main/cluster.ts:239 Returns: Promise\u2039void\u203a","title":"refreshEvents"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#refreshmetadata","text":"\u25b8 refreshMetadata (): Promise\u2039void\u203a Defined in src/main/cluster.ts:218 Returns: Promise\u2039void\u203a","title":"refreshMetadata"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#setstate","text":"\u25b8 setState ( state : ClusterState): void Defined in src/main/cluster.ts:403 Parameters: Name Type state ClusterState Returns: void","title":"setState"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#tojson","text":"\u25b8 toJSON (): ClusterModel Defined in src/main/cluster.ts:366 Returns: ClusterModel","title":"toJSON"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#protected-unbindevents","text":"\u25b8 unbindEvents (): void Defined in src/main/cluster.ts:146 Returns: void","title":"Protected unbindEvents"},{"location":"extensions/api/classes/_core_api_stores_.cluster/#updatemodel","text":"\u25b8 updateModel ( model : ClusterModel ): void Defined in src/main/cluster.ts:106 Parameters: Name Type model ClusterModel Returns: void","title":"updateModel"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/","text":"Class: ExtensionStore \u2039 T \u203a # Type parameters # \u25aa T Hierarchy # BaseStore\u2039T\u203a \u21b3 ExtensionStore Index # Constructors # constructor Properties # data extension isLoaded params storeConfig syncDisposers whenLoaded Accessors # name path syncChannel Methods # applyWithoutSync cwd disableSync enableSync fromStore getSubFrames init load loadExtension onModelChange onSync onSyncFromMain saveToFile syncToWebViews toJSON unregisterIpcListener getInstance resetInstance Constructors # Protected constructor # + new ExtensionStore ( params : BaseStoreParams): ExtensionStore Inherited from ExtensionStore . constructor Defined in src/common/base-store.ts:24 Parameters: Name Type params BaseStoreParams Returns: ExtensionStore Properties # data # \u2022 data : T = {} as T Inherited from ExtensionStore . data Defined in src/common/base-store.ts:24 Protected extension # \u2022 extension : LensExtension Defined in src/extensions/extension-store.ts:6 isLoaded # \u2022 isLoaded : boolean = false Inherited from ExtensionStore . isLoaded Defined in src/common/base-store.ts:23 Protected params # \u2022 params : BaseStoreParams Inherited from ExtensionStore . params Defined in src/common/base-store.ts:26 Protected storeConfig # \u2022 storeConfig : Config\u2039T\u203a Inherited from ExtensionStore . storeConfig Defined in src/common/base-store.ts:19 Protected syncDisposers # \u2022 syncDisposers : Function[] = [] Inherited from ExtensionStore . syncDisposers Defined in src/common/base-store.ts:20 whenLoaded # \u2022 whenLoaded : Promise\u2039void\u203a & object = when(() => this.isLoaded) Inherited from ExtensionStore . whenLoaded Defined in src/common/base-store.ts:22 Accessors # name # \u2022 get name (): string Inherited from ExtensionStore . name Defined in src/common/base-store.ts:36 Returns: string path # \u2022 get path (): string Inherited from ExtensionStore . path Defined in src/common/base-store.ts:40 Returns: string syncChannel # \u2022 get syncChannel (): string Inherited from ExtensionStore . syncChannel Defined in src/common/base-store.ts:44 Returns: string Methods # Protected applyWithoutSync # \u25b8 applyWithoutSync ( callback : function): void Inherited from ExtensionStore . applyWithoutSync Defined in src/common/base-store.ts:120 Parameters: \u25aa callback : function \u25b8 (): void Returns: void Protected cwd # \u25b8 cwd (): string Overrides void Defined in src/extensions/extension-store.ts:18 Returns: string disableSync # \u25b8 disableSync (): void Inherited from ExtensionStore . disableSync Defined in src/common/base-store.ts:115 Returns: void enableSync # \u25b8 enableSync (): void Inherited from ExtensionStore . enableSync Defined in src/common/base-store.ts:83 Returns: void Protected fromStore # \u25b8 fromStore ( data : T): void Inherited from ExtensionStore . fromStore Defined in src/common/base-store.ts:176 Parameters: Name Type data T Returns: void Protected getSubFrames # \u25b8 getSubFrames (): Promise\u2039number[]\u203a Inherited from ExtensionStore . getSubFrames Defined in src/common/base-store.ts:164 Returns: Promise\u2039number[]\u203a Protected init # \u25b8 init (): Promise\u2039void\u203a Inherited from ExtensionStore . init Defined in src/common/base-store.ts:48 Returns: Promise\u2039void\u203a load # \u25b8 load (): Promise\u2039void\u203a Overrides void Defined in src/extensions/extension-store.ts:13 Returns: Promise\u2039void\u203a loadExtension # \u25b8 loadExtension ( extension : LensExtension): Promise\u2039void\u203a Defined in src/extensions/extension-store.ts:8 Parameters: Name Type extension LensExtension Returns: Promise\u2039void\u203a Protected onModelChange # \u25b8 onModelChange ( model : T): Promise\u2039void\u203a Inherited from ExtensionStore . onModelChange Defined in src/common/base-store.ts:135 Parameters: Name Type model T Returns: Promise\u2039void\u203a Protected onSync # \u25b8 onSync ( model : T): void Inherited from ExtensionStore . onSync Defined in src/common/base-store.ts:128 Parameters: Name Type model T Returns: void Protected onSyncFromMain # \u25b8 onSyncFromMain ( model : T): void Inherited from ExtensionStore . onSyncFromMain Defined in src/common/base-store.ts:105 Parameters: Name Type model T Returns: void Protected saveToFile # \u25b8 saveToFile ( model : T): Promise\u2039void\u203a Inherited from ExtensionStore . saveToFile Defined in src/common/base-store.ts:75 Parameters: Name Type model T Returns: Promise\u2039void\u203a Protected syncToWebViews # \u25b8 syncToWebViews ( model : T): Promise\u2039void\u203a Inherited from ExtensionStore . syncToWebViews Defined in src/common/base-store.ts:146 Parameters: Name Type model T Returns: Promise\u2039void\u203a toJSON # \u25b8 toJSON (): T Inherited from ExtensionStore . toJSON Defined in src/common/base-store.ts:182 Returns: T unregisterIpcListener # \u25b8 unregisterIpcListener (): void Inherited from ExtensionStore . unregisterIpcListener Defined in src/common/base-store.ts:111 Returns: void Static getInstance # \u25b8 getInstance \u2039 T \u203a(... args : ConstructorParameters\u2039Constructor\u2039T\u203a\u203a): T Inherited from ExtensionStore . getInstance Defined in src/common/utils/singleton.ts:15 Type parameters: \u25aa T Parameters: Name Type ...args ConstructorParameters\u2039Constructor\u2039T\u203a\u203a Returns: T Static resetInstance # \u25b8 resetInstance (): void Inherited from ExtensionStore . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"Class: ExtensionStore \u2039**T**\u203a"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#class-extensionstore-t","text":"","title":"Class: ExtensionStore \u2039T\u203a"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#type-parameters","text":"\u25aa T","title":"Type parameters"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#hierarchy","text":"BaseStore\u2039T\u203a \u21b3 ExtensionStore","title":"Hierarchy"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#properties","text":"data extension isLoaded params storeConfig syncDisposers whenLoaded","title":"Properties"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#accessors","text":"name path syncChannel","title":"Accessors"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#methods","text":"applyWithoutSync cwd disableSync enableSync fromStore getSubFrames init load loadExtension onModelChange onSync onSyncFromMain saveToFile syncToWebViews toJSON unregisterIpcListener getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-constructor","text":"+ new ExtensionStore ( params : BaseStoreParams): ExtensionStore Inherited from ExtensionStore . constructor Defined in src/common/base-store.ts:24 Parameters: Name Type params BaseStoreParams Returns: ExtensionStore","title":"Protected constructor"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#data","text":"\u2022 data : T = {} as T Inherited from ExtensionStore . data Defined in src/common/base-store.ts:24","title":"data"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-extension","text":"\u2022 extension : LensExtension Defined in src/extensions/extension-store.ts:6","title":"Protected extension"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from ExtensionStore . isLoaded Defined in src/common/base-store.ts:23","title":"isLoaded"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-params","text":"\u2022 params : BaseStoreParams Inherited from ExtensionStore . params Defined in src/common/base-store.ts:26","title":"Protected params"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-storeconfig","text":"\u2022 storeConfig : Config\u2039T\u203a Inherited from ExtensionStore . storeConfig Defined in src/common/base-store.ts:19","title":"Protected storeConfig"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-syncdisposers","text":"\u2022 syncDisposers : Function[] = [] Inherited from ExtensionStore . syncDisposers Defined in src/common/base-store.ts:20","title":"Protected syncDisposers"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#whenloaded","text":"\u2022 whenLoaded : Promise\u2039void\u203a & object = when(() => this.isLoaded) Inherited from ExtensionStore . whenLoaded Defined in src/common/base-store.ts:22","title":"whenLoaded"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#name","text":"\u2022 get name (): string Inherited from ExtensionStore . name Defined in src/common/base-store.ts:36 Returns: string","title":"name"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#path","text":"\u2022 get path (): string Inherited from ExtensionStore . path Defined in src/common/base-store.ts:40 Returns: string","title":"path"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#syncchannel","text":"\u2022 get syncChannel (): string Inherited from ExtensionStore . syncChannel Defined in src/common/base-store.ts:44 Returns: string","title":"syncChannel"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-applywithoutsync","text":"\u25b8 applyWithoutSync ( callback : function): void Inherited from ExtensionStore . applyWithoutSync Defined in src/common/base-store.ts:120 Parameters: \u25aa callback : function \u25b8 (): void Returns: void","title":"Protected applyWithoutSync"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-cwd","text":"\u25b8 cwd (): string Overrides void Defined in src/extensions/extension-store.ts:18 Returns: string","title":"Protected cwd"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#disablesync","text":"\u25b8 disableSync (): void Inherited from ExtensionStore . disableSync Defined in src/common/base-store.ts:115 Returns: void","title":"disableSync"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#enablesync","text":"\u25b8 enableSync (): void Inherited from ExtensionStore . enableSync Defined in src/common/base-store.ts:83 Returns: void","title":"enableSync"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-fromstore","text":"\u25b8 fromStore ( data : T): void Inherited from ExtensionStore . fromStore Defined in src/common/base-store.ts:176 Parameters: Name Type data T Returns: void","title":"Protected fromStore"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-getsubframes","text":"\u25b8 getSubFrames (): Promise\u2039number[]\u203a Inherited from ExtensionStore . getSubFrames Defined in src/common/base-store.ts:164 Returns: Promise\u2039number[]\u203a","title":"Protected getSubFrames"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-init","text":"\u25b8 init (): Promise\u2039void\u203a Inherited from ExtensionStore . init Defined in src/common/base-store.ts:48 Returns: Promise\u2039void\u203a","title":"Protected init"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#load","text":"\u25b8 load (): Promise\u2039void\u203a Overrides void Defined in src/extensions/extension-store.ts:13 Returns: Promise\u2039void\u203a","title":"load"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#loadextension","text":"\u25b8 loadExtension ( extension : LensExtension): Promise\u2039void\u203a Defined in src/extensions/extension-store.ts:8 Parameters: Name Type extension LensExtension Returns: Promise\u2039void\u203a","title":"loadExtension"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-onmodelchange","text":"\u25b8 onModelChange ( model : T): Promise\u2039void\u203a Inherited from ExtensionStore . onModelChange Defined in src/common/base-store.ts:135 Parameters: Name Type model T Returns: Promise\u2039void\u203a","title":"Protected onModelChange"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-onsync","text":"\u25b8 onSync ( model : T): void Inherited from ExtensionStore . onSync Defined in src/common/base-store.ts:128 Parameters: Name Type model T Returns: void","title":"Protected onSync"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-onsyncfrommain","text":"\u25b8 onSyncFromMain ( model : T): void Inherited from ExtensionStore . onSyncFromMain Defined in src/common/base-store.ts:105 Parameters: Name Type model T Returns: void","title":"Protected onSyncFromMain"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-savetofile","text":"\u25b8 saveToFile ( model : T): Promise\u2039void\u203a Inherited from ExtensionStore . saveToFile Defined in src/common/base-store.ts:75 Parameters: Name Type model T Returns: Promise\u2039void\u203a","title":"Protected saveToFile"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#protected-synctowebviews","text":"\u25b8 syncToWebViews ( model : T): Promise\u2039void\u203a Inherited from ExtensionStore . syncToWebViews Defined in src/common/base-store.ts:146 Parameters: Name Type model T Returns: Promise\u2039void\u203a","title":"Protected syncToWebViews"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#tojson","text":"\u25b8 toJSON (): T Inherited from ExtensionStore . toJSON Defined in src/common/base-store.ts:182 Returns: T","title":"toJSON"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#unregisteripclistener","text":"\u25b8 unregisterIpcListener (): void Inherited from ExtensionStore . unregisterIpcListener Defined in src/common/base-store.ts:111 Returns: void","title":"unregisterIpcListener"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#static-getinstance","text":"\u25b8 getInstance \u2039 T \u203a(... args : ConstructorParameters\u2039Constructor\u2039T\u203a\u203a): T Inherited from ExtensionStore . getInstance Defined in src/common/utils/singleton.ts:15 Type parameters: \u25aa T Parameters: Name Type ...args ConstructorParameters\u2039Constructor\u2039T\u203a\u203a Returns: T","title":"Static getInstance"},{"location":"extensions/api/classes/_core_api_stores_.extensionstore/#static-resetinstance","text":"\u25b8 resetInstance (): void Inherited from ExtensionStore . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"Static resetInstance"},{"location":"extensions/api/classes/_core_api_stores_.workspace/","text":"Class: Workspace # Hierarchy # Workspace Implements # WorkspaceModel WorkspaceState Index # Constructors # constructor Properties # description enabled id name ownerRef Accessors # isManaged Methods # getState pushState setState toJSON Constructors # constructor # + new Workspace ( data : WorkspaceModel ): Workspace Defined in src/common/workspace-store.ts:32 Parameters: Name Type data WorkspaceModel Returns: Workspace Properties # Optional description # \u2022 description ? : string Implementation of WorkspaceModel . description Defined in src/common/workspace-store.ts:30 enabled # \u2022 enabled : boolean Defined in src/common/workspace-store.ts:32 id # \u2022 id : WorkspaceId Implementation of WorkspaceModel . id Defined in src/common/workspace-store.ts:28 name # \u2022 name : string Implementation of WorkspaceModel . name Defined in src/common/workspace-store.ts:29 Optional ownerRef # \u2022 ownerRef ? : string Implementation of WorkspaceModel . ownerRef Defined in src/common/workspace-store.ts:31 Accessors # isManaged # \u2022 get isManaged (): boolean Defined in src/common/workspace-store.ts:44 Returns: boolean Methods # getState # \u25b8 getState (): WorkspaceState Defined in src/common/workspace-store.ts:48 Returns: WorkspaceState pushState # \u25b8 pushState ( state : WorkspaceState): void Defined in src/common/workspace-store.ts:54 Parameters: Name Type Default state WorkspaceState this.getState() Returns: void setState # \u25b8 setState ( state : WorkspaceState): void Defined in src/common/workspace-store.ts:63 Parameters: Name Type state WorkspaceState Returns: void toJSON # \u25b8 toJSON (): WorkspaceModel Defined in src/common/workspace-store.ts:67 Returns: WorkspaceModel","title":"Class: Workspace"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#class-workspace","text":"","title":"Class: Workspace"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#hierarchy","text":"Workspace","title":"Hierarchy"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#implements","text":"WorkspaceModel WorkspaceState","title":"Implements"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#properties","text":"description enabled id name ownerRef","title":"Properties"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#accessors","text":"isManaged","title":"Accessors"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#methods","text":"getState pushState setState toJSON","title":"Methods"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#constructor","text":"+ new Workspace ( data : WorkspaceModel ): Workspace Defined in src/common/workspace-store.ts:32 Parameters: Name Type data WorkspaceModel Returns: Workspace","title":"constructor"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#optional-description","text":"\u2022 description ? : string Implementation of WorkspaceModel . description Defined in src/common/workspace-store.ts:30","title":"Optional description"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#enabled","text":"\u2022 enabled : boolean Defined in src/common/workspace-store.ts:32","title":"enabled"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#id","text":"\u2022 id : WorkspaceId Implementation of WorkspaceModel . id Defined in src/common/workspace-store.ts:28","title":"id"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#name","text":"\u2022 name : string Implementation of WorkspaceModel . name Defined in src/common/workspace-store.ts:29","title":"name"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#optional-ownerref","text":"\u2022 ownerRef ? : string Implementation of WorkspaceModel . ownerRef Defined in src/common/workspace-store.ts:31","title":"Optional ownerRef"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#ismanaged","text":"\u2022 get isManaged (): boolean Defined in src/common/workspace-store.ts:44 Returns: boolean","title":"isManaged"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#getstate","text":"\u25b8 getState (): WorkspaceState Defined in src/common/workspace-store.ts:48 Returns: WorkspaceState","title":"getState"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#pushstate","text":"\u25b8 pushState ( state : WorkspaceState): void Defined in src/common/workspace-store.ts:54 Parameters: Name Type Default state WorkspaceState this.getState() Returns: void","title":"pushState"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#setstate","text":"\u25b8 setState ( state : WorkspaceState): void Defined in src/common/workspace-store.ts:63 Parameters: Name Type state WorkspaceState Returns: void","title":"setState"},{"location":"extensions/api/classes/_core_api_stores_.workspace/#tojson","text":"\u25b8 toJSON (): WorkspaceModel Defined in src/common/workspace-store.ts:67 Returns: WorkspaceModel","title":"toJSON"},{"location":"extensions/api/classes/_core_api_utils_.singleton/","text":"Class: Singleton # Hierarchy # Singleton Index # Methods # getInstance resetInstance Methods # Static getInstance # \u25b8 getInstance \u2039 T \u203a(... args : ConstructorParameters\u2039Constructor\u2039T\u203a\u203a): T Defined in src/common/utils/singleton.ts:15 Type parameters: \u25aa T Parameters: Name Type ...args ConstructorParameters\u2039Constructor\u2039T\u203a\u203a Returns: T Static resetInstance # \u25b8 resetInstance (): void Defined in src/common/utils/singleton.ts:22 Returns: void","title":"Class: Singleton"},{"location":"extensions/api/classes/_core_api_utils_.singleton/#class-singleton","text":"","title":"Class: Singleton"},{"location":"extensions/api/classes/_core_api_utils_.singleton/#hierarchy","text":"Singleton","title":"Hierarchy"},{"location":"extensions/api/classes/_core_api_utils_.singleton/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_core_api_utils_.singleton/#methods","text":"getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/_core_api_utils_.singleton/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_core_api_utils_.singleton/#static-getinstance","text":"\u25b8 getInstance \u2039 T \u203a(... args : ConstructorParameters\u2039Constructor\u2039T\u203a\u203a): T Defined in src/common/utils/singleton.ts:15 Type parameters: \u25aa T Parameters: Name Type ...args ConstructorParameters\u2039Constructor\u2039T\u203a\u203a Returns: T","title":"Static getInstance"},{"location":"extensions/api/classes/_core_api_utils_.singleton/#static-resetinstance","text":"\u25b8 resetInstance (): void Defined in src/common/utils/singleton.ts:22 Returns: void","title":"Static resetInstance"},{"location":"extensions/api/classes/_renderer_api_components_.badge/","text":"Class: Badge \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 BadgeProps \u203a \u21b3 Badge Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new Badge ( props : Readonly\u2039 BadgeProps \u203a): Badge Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 BadgeProps \u203a Returns: Badge + new Badge ( props : BadgeProps , context? : any): Badge Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props BadgeProps context? any Returns: Badge Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 BadgeProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 BadgeProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 BadgeProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 BadgeProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 BadgeProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 BadgeProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 BadgeProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 BadgeProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 BadgeProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 BadgeProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 BadgeProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 BadgeProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 BadgeProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/badge/badge.tsx:14 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 BadgeProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 BadgeProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: Badge \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#class-badge-s-ss-s","text":"","title":"Class: Badge \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#hierarchy","text":"Component\u2039 BadgeProps \u203a \u21b3 Badge","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#constructor","text":"+ new Badge ( props : Readonly\u2039 BadgeProps \u203a): Badge Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 BadgeProps \u203a Returns: Badge + new Badge ( props : BadgeProps , context? : any): Badge Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props BadgeProps context? any Returns: Badge","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#props","text":"\u2022 props : Readonly\u2039 BadgeProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 BadgeProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 BadgeProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 BadgeProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 BadgeProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 BadgeProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 BadgeProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 BadgeProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 BadgeProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 BadgeProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 BadgeProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 BadgeProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 BadgeProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/badge/badge.tsx:14 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.badge/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 BadgeProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 BadgeProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.button/","text":"Class: Button \u2039 SS \u203a # Type parameters # \u25aa SS Hierarchy # PureComponent\u2039 ButtonProps , object\u203a \u21b3 Button Index # Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate render shouldComponentUpdate Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 ButtonProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ButtonProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 ButtonProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ButtonProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 ButtonProps \u203a, prevState : Readonly\u2039object\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 ButtonProps \u203a prevState Readonly\u2039object\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 ButtonProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ButtonProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 ButtonProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ButtonProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 ButtonProps \u203a, prevState : Readonly\u2039object\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 ButtonProps \u203a prevState Readonly\u2039object\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Defined in src/renderer/components/button/button.tsx:26 Returns: Element\u2039\u203a Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 ButtonProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 ButtonProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: boolean","title":"Class: Button \u2039**SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.button/#class-button-ss","text":"","title":"Class: Button \u2039SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.button/#type-parameters","text":"\u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.button/#hierarchy","text":"PureComponent\u2039 ButtonProps , object\u203a \u21b3 Button","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.button/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.button/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate render shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.button/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.button/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.button/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 ButtonProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ButtonProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.button/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 ButtonProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ButtonProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.button/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.button/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.button/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 ButtonProps \u203a, prevState : Readonly\u2039object\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 ButtonProps \u203a prevState Readonly\u2039object\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.button/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.button/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 ButtonProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ButtonProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.button/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.button/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 ButtonProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ButtonProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.button/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 ButtonProps \u203a, prevState : Readonly\u2039object\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 ButtonProps \u203a prevState Readonly\u2039object\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.button/#render","text":"\u25b8 render (): Element\u2039\u203a Defined in src/renderer/components/button/button.tsx:26 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.button/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 ButtonProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 ButtonProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/","text":"Class: Checkbox \u2039 S, SS \u203a # Type parameters # \u25aa S \u25aa SS Hierarchy # PureComponent\u2039 CheckboxProps \u203a \u21b3 Checkbox Index # Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate getValue onChange render shouldComponentUpdate Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 CheckboxProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CheckboxProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 CheckboxProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CheckboxProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 CheckboxProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 CheckboxProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 CheckboxProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CheckboxProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 CheckboxProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CheckboxProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 CheckboxProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 CheckboxProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null getValue # \u25b8 getValue (): boolean Defined in src/renderer/components/checkbox/checkbox.tsx:25 Returns: boolean onChange # \u25b8 onChange ( evt : ChangeEvent\u2039HTMLInputElement\u203a): void Defined in src/renderer/components/checkbox/checkbox.tsx:19 Parameters: Name Type evt ChangeEvent\u2039HTMLInputElement\u203a Returns: void render # \u25b8 render (): Element\u2039\u203a Defined in src/renderer/components/checkbox/checkbox.tsx:30 Returns: Element\u2039\u203a Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 CheckboxProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 CheckboxProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: Checkbox \u2039**S, SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#class-checkbox-s-ss","text":"","title":"Class: Checkbox \u2039S, SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#type-parameters","text":"\u25aa S \u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#hierarchy","text":"PureComponent\u2039 CheckboxProps \u203a \u21b3 Checkbox","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate getValue onChange render shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 CheckboxProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CheckboxProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 CheckboxProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CheckboxProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 CheckboxProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 CheckboxProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 CheckboxProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CheckboxProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 CheckboxProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CheckboxProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 CheckboxProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 CheckboxProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#getvalue","text":"\u25b8 getValue (): boolean Defined in src/renderer/components/checkbox/checkbox.tsx:25 Returns: boolean","title":"getValue"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#onchange","text":"\u25b8 onChange ( evt : ChangeEvent\u2039HTMLInputElement\u203a): void Defined in src/renderer/components/checkbox/checkbox.tsx:19 Parameters: Name Type evt ChangeEvent\u2039HTMLInputElement\u203a Returns: void","title":"onChange"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#render","text":"\u25b8 render (): Element\u2039\u203a Defined in src/renderer/components/checkbox/checkbox.tsx:30 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.checkbox/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 CheckboxProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 CheckboxProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/","text":"Class: ConfirmDialog \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 ConfirmDialogProps \u203a \u21b3 ConfirmDialog Index # Constructors # constructor Properties # context isSaving props refs state contextType isOpen params Accessors # params Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate ok onClose render setState shouldComponentUpdate close open Object literals # defaultParams Constructors # constructor # + new ConfirmDialog ( props : Readonly\u2039 ConfirmDialogProps \u203a): ConfirmDialog Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 ConfirmDialogProps \u203a Returns: ConfirmDialog + new ConfirmDialog ( props : ConfirmDialogProps , context? : any): ConfirmDialog Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props ConfirmDialogProps context? any Returns: ConfirmDialog Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html isSaving # \u2022 isSaving : boolean = false Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:30 props # \u2022 props : Readonly\u2039 ConfirmDialogProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Static isOpen # \u25aa isOpen : boolean = false Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:27 Static params # \u25aa params : ConfirmDialogParams Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:28 Accessors # params # \u2022 get params (): ConfirmDialogParams Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:48 Returns: ConfirmDialogParams Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 ConfirmDialogProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ConfirmDialogProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 ConfirmDialogProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ConfirmDialogProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void close # \u25b8 close (): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:66 Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 ConfirmDialogProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 ConfirmDialogProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 ConfirmDialogProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ConfirmDialogProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 ConfirmDialogProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ConfirmDialogProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 ConfirmDialogProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 ConfirmDialogProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null ok # \u25b8 ok (): Promise\u2039void\u203a Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:52 Returns: Promise\u2039void\u203a onClose # \u25b8 onClose (): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:62 Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:70 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 ConfirmDialogProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 ConfirmDialogProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean Static close # \u25b8 close (): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:37 Returns: void Static open # \u25b8 open ( params : ConfirmDialogParams ): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:32 Parameters: Name Type params ConfirmDialogParams Returns: void Object literals # defaultParams # \u25aa defaultParams : object # Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:41 icon # \u2022 icon : Element\u2039\u203a = Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:45 labelCancel # \u2022 labelCancel : Element\u2039\u203a = Cancel Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:44 labelOk # \u2022 labelOk : Element\u2039\u203a = Ok Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:43 ok # \u2022 ok : any = noop Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:42","title":"Class: ConfirmDialog \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#class-confirmdialog-s-ss-s","text":"","title":"Class: ConfirmDialog \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#hierarchy","text":"Component\u2039 ConfirmDialogProps \u203a \u21b3 ConfirmDialog","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#properties","text":"context isSaving props refs state contextType isOpen params","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#accessors","text":"params","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate ok onClose render setState shouldComponentUpdate close open","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#object-literals","text":"defaultParams","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#constructor","text":"+ new ConfirmDialog ( props : Readonly\u2039 ConfirmDialogProps \u203a): ConfirmDialog Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 ConfirmDialogProps \u203a Returns: ConfirmDialog + new ConfirmDialog ( props : ConfirmDialogProps , context? : any): ConfirmDialog Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props ConfirmDialogProps context? any Returns: ConfirmDialog","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#issaving","text":"\u2022 isSaving : boolean = false Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:30","title":"isSaving"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#props","text":"\u2022 props : Readonly\u2039 ConfirmDialogProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#static-isopen","text":"\u25aa isOpen : boolean = false Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:27","title":"Static isOpen"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#static-params","text":"\u25aa params : ConfirmDialogParams Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:28","title":"Static params"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#params","text":"\u2022 get params (): ConfirmDialogParams Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:48 Returns: ConfirmDialogParams","title":"params"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 ConfirmDialogProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ConfirmDialogProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 ConfirmDialogProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ConfirmDialogProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#close","text":"\u25b8 close (): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:66 Returns: void","title":"close"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 ConfirmDialogProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 ConfirmDialogProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 ConfirmDialogProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ConfirmDialogProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 ConfirmDialogProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 ConfirmDialogProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 ConfirmDialogProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 ConfirmDialogProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#ok","text":"\u25b8 ok (): Promise\u2039void\u203a Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:52 Returns: Promise\u2039void\u203a","title":"ok"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#onclose","text":"\u25b8 onClose (): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:62 Returns: void","title":"onClose"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:70 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 ConfirmDialogProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 ConfirmDialogProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#static-close","text":"\u25b8 close (): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:37 Returns: void","title":"Static close"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#static-open","text":"\u25b8 open ( params : ConfirmDialogParams ): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:32 Parameters: Name Type params ConfirmDialogParams Returns: void","title":"Static open"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#defaultparams","text":"","title":"defaultParams"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#defaultparams-object","text":"Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:41","title":"\u25aa defaultParams: object"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#icon","text":"\u2022 icon : Element\u2039\u203a = Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:45","title":"icon"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#labelcancel","text":"\u2022 labelCancel : Element\u2039\u203a = Cancel Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:44","title":"labelCancel"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#labelok","text":"\u2022 labelOk : Element\u2039\u203a = Ok Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:43","title":"labelOk"},{"location":"extensions/api/classes/_renderer_api_components_.confirmdialog/#ok_1","text":"\u2022 ok : any = noop Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:42","title":"ok"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/","text":"Class: CubeSpinner \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 CubeSpinnerProps \u203a \u21b3 CubeSpinner Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new CubeSpinner ( props : Readonly\u2039 CubeSpinnerProps \u203a): CubeSpinner Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 CubeSpinnerProps \u203a Returns: CubeSpinner + new CubeSpinner ( props : CubeSpinnerProps , context? : any): CubeSpinner Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props CubeSpinnerProps context? any Returns: CubeSpinner Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 CubeSpinnerProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 CubeSpinnerProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CubeSpinnerProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 CubeSpinnerProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CubeSpinnerProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 CubeSpinnerProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 CubeSpinnerProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 CubeSpinnerProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CubeSpinnerProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 CubeSpinnerProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CubeSpinnerProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 CubeSpinnerProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 CubeSpinnerProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/spinner/cube-spinner.tsx:11 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 CubeSpinnerProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 CubeSpinnerProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: CubeSpinner \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#class-cubespinner-s-ss-s","text":"","title":"Class: CubeSpinner \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#hierarchy","text":"Component\u2039 CubeSpinnerProps \u203a \u21b3 CubeSpinner","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#constructor","text":"+ new CubeSpinner ( props : Readonly\u2039 CubeSpinnerProps \u203a): CubeSpinner Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 CubeSpinnerProps \u203a Returns: CubeSpinner + new CubeSpinner ( props : CubeSpinnerProps , context? : any): CubeSpinner Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props CubeSpinnerProps context? any Returns: CubeSpinner","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#props","text":"\u2022 props : Readonly\u2039 CubeSpinnerProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 CubeSpinnerProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CubeSpinnerProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 CubeSpinnerProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CubeSpinnerProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 CubeSpinnerProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 CubeSpinnerProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 CubeSpinnerProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CubeSpinnerProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 CubeSpinnerProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 CubeSpinnerProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 CubeSpinnerProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 CubeSpinnerProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/spinner/cube-spinner.tsx:11 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.cubespinner/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 CubeSpinnerProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 CubeSpinnerProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/","text":"Class: Dialog \u2039 SS \u203a # Type parameters # \u25aa SS Hierarchy # PureComponent\u2039 DialogProps , DialogState\u203a \u21b3 Dialog Index # Properties # closeOnNavigate Accessors # elem isOpen Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate onClickOutside onClose onEscapeKey onOpen open render shouldComponentUpdate toggle Object literals # state defaultProps Properties # closeOnNavigate # \u2022 closeOnNavigate : IReactionDisposer = reaction(() => navigation.getPath(), () => this.close()) Defined in src/renderer/components/dialog/dialog.tsx:45 Accessors # elem # \u2022 get elem (): HTMLElement Defined in src/renderer/components/dialog/dialog.tsx:51 Returns: HTMLElement isOpen # \u2022 get isOpen (): boolean Defined in src/renderer/components/dialog/dialog.tsx:55 Returns: boolean Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 DialogProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DialogProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 DialogProps \u203a, nextState : Readonly\u2039DialogState\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DialogProps \u203a nextState Readonly\u2039DialogState\u203a nextContext any Returns: void close # \u25b8 close (): void Defined in src/renderer/components/dialog/dialog.tsx:85 Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void componentDidMount # \u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/dialog/dialog.tsx:59 Returns: void componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : DialogProps ): void Overrides PageLayout . componentDidUpdate Defined in src/renderer/components/dialog/dialog.tsx:63 Parameters: Name Type prevProps DialogProps Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 DialogProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DialogProps \u203a nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides WizardLayout . componentWillUnmount Defined in src/renderer/components/dialog/dialog.tsx:70 Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 DialogProps \u203a, nextState : Readonly\u2039DialogState\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DialogProps \u203a nextState Readonly\u2039DialogState\u203a nextContext any Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 DialogProps \u203a, prevState : Readonly\u2039DialogState\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 DialogProps \u203a prevState Readonly\u2039DialogState\u203a Returns: SS | null onClickOutside # \u25b8 onClickOutside ( evt : MouseEvent): void Defined in src/renderer/components/dialog/dialog.tsx:116 Parameters: Name Type evt MouseEvent Returns: void onClose # \u25b8 onClose (): void Defined in src/renderer/components/dialog/dialog.tsx:100 Returns: void onEscapeKey # \u25b8 onEscapeKey ( evt : KeyboardEvent): void Defined in src/renderer/components/dialog/dialog.tsx:108 Parameters: Name Type evt KeyboardEvent Returns: void onOpen # \u25b8 onOpen (): void Defined in src/renderer/components/dialog/dialog.tsx:91 Returns: void open # \u25b8 open (): void Defined in src/renderer/components/dialog/dialog.tsx:79 Returns: void render # \u25b8 render (): ReactPortal\u2039\u203a Defined in src/renderer/components/dialog/dialog.tsx:124 Returns: ReactPortal\u2039\u203a Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 DialogProps \u203a, nextState : Readonly\u2039DialogState\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 DialogProps \u203a nextState Readonly\u2039DialogState\u203a nextContext any Returns: boolean toggle # \u25b8 toggle ( isOpen : boolean): void Defined in src/renderer/components/dialog/dialog.tsx:74 Parameters: Name Type isOpen boolean Returns: void Object literals # state # \u25aa state : object # Defined in src/renderer/components/dialog/dialog.tsx:47 isOpen # \u2022 isOpen : boolean = this.props.isOpen Defined in src/renderer/components/dialog/dialog.tsx:48 Static defaultProps # \u25aa defaultProps : object # Defined in src/renderer/components/dialog/dialog.tsx:33 animated # \u2022 animated : true = true Defined in src/renderer/components/dialog/dialog.tsx:40 close # \u2022 close : any = noop Defined in src/renderer/components/dialog/dialog.tsx:36 isOpen # \u2022 isOpen : false = false Defined in src/renderer/components/dialog/dialog.tsx:34 modal # \u2022 modal : true = true Defined in src/renderer/components/dialog/dialog.tsx:39 onClose # \u2022 onClose : any = noop Defined in src/renderer/components/dialog/dialog.tsx:38 onOpen # \u2022 onOpen : any = noop Defined in src/renderer/components/dialog/dialog.tsx:37 open # \u2022 open : any = noop Defined in src/renderer/components/dialog/dialog.tsx:35 pinned # \u2022 pinned : false = false Defined in src/renderer/components/dialog/dialog.tsx:41","title":"Class: Dialog \u2039**SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#class-dialog-ss","text":"","title":"Class: Dialog \u2039SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#type-parameters","text":"\u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#hierarchy","text":"PureComponent\u2039 DialogProps , DialogState\u203a \u21b3 Dialog","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#properties","text":"closeOnNavigate","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#accessors","text":"elem isOpen","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate onClickOutside onClose onEscapeKey onOpen open render shouldComponentUpdate toggle","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#object-literals","text":"state defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#closeonnavigate","text":"\u2022 closeOnNavigate : IReactionDisposer = reaction(() => navigation.getPath(), () => this.close()) Defined in src/renderer/components/dialog/dialog.tsx:45","title":"closeOnNavigate"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#elem","text":"\u2022 get elem (): HTMLElement Defined in src/renderer/components/dialog/dialog.tsx:51 Returns: HTMLElement","title":"elem"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#isopen","text":"\u2022 get isOpen (): boolean Defined in src/renderer/components/dialog/dialog.tsx:55 Returns: boolean","title":"isOpen"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 DialogProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DialogProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 DialogProps \u203a, nextState : Readonly\u2039DialogState\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DialogProps \u203a nextState Readonly\u2039DialogState\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#close","text":"\u25b8 close (): void Defined in src/renderer/components/dialog/dialog.tsx:85 Returns: void","title":"close"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/dialog/dialog.tsx:59 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : DialogProps ): void Overrides PageLayout . componentDidUpdate Defined in src/renderer/components/dialog/dialog.tsx:63 Parameters: Name Type prevProps DialogProps Returns: void","title":"componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 DialogProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DialogProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides WizardLayout . componentWillUnmount Defined in src/renderer/components/dialog/dialog.tsx:70 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 DialogProps \u203a, nextState : Readonly\u2039DialogState\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DialogProps \u203a nextState Readonly\u2039DialogState\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 DialogProps \u203a, prevState : Readonly\u2039DialogState\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 DialogProps \u203a prevState Readonly\u2039DialogState\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#onclickoutside","text":"\u25b8 onClickOutside ( evt : MouseEvent): void Defined in src/renderer/components/dialog/dialog.tsx:116 Parameters: Name Type evt MouseEvent Returns: void","title":"onClickOutside"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#onclose","text":"\u25b8 onClose (): void Defined in src/renderer/components/dialog/dialog.tsx:100 Returns: void","title":"onClose"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#onescapekey","text":"\u25b8 onEscapeKey ( evt : KeyboardEvent): void Defined in src/renderer/components/dialog/dialog.tsx:108 Parameters: Name Type evt KeyboardEvent Returns: void","title":"onEscapeKey"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#onopen","text":"\u25b8 onOpen (): void Defined in src/renderer/components/dialog/dialog.tsx:91 Returns: void","title":"onOpen"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#open","text":"\u25b8 open (): void Defined in src/renderer/components/dialog/dialog.tsx:79 Returns: void","title":"open"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#render","text":"\u25b8 render (): ReactPortal\u2039\u203a Defined in src/renderer/components/dialog/dialog.tsx:124 Returns: ReactPortal\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 DialogProps \u203a, nextState : Readonly\u2039DialogState\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 DialogProps \u203a nextState Readonly\u2039DialogState\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#toggle","text":"\u25b8 toggle ( isOpen : boolean): void Defined in src/renderer/components/dialog/dialog.tsx:74 Parameters: Name Type isOpen boolean Returns: void","title":"toggle"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#state","text":"","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#state-object","text":"Defined in src/renderer/components/dialog/dialog.tsx:47","title":"\u25aa state: object"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#isopen_1","text":"\u2022 isOpen : boolean = this.props.isOpen Defined in src/renderer/components/dialog/dialog.tsx:48","title":"isOpen"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#static-defaultprops","text":"","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#defaultprops-object","text":"Defined in src/renderer/components/dialog/dialog.tsx:33","title":"\u25aa defaultProps: object"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#animated","text":"\u2022 animated : true = true Defined in src/renderer/components/dialog/dialog.tsx:40","title":"animated"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#close_1","text":"\u2022 close : any = noop Defined in src/renderer/components/dialog/dialog.tsx:36","title":"close"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#isopen_2","text":"\u2022 isOpen : false = false Defined in src/renderer/components/dialog/dialog.tsx:34","title":"isOpen"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#modal","text":"\u2022 modal : true = true Defined in src/renderer/components/dialog/dialog.tsx:39","title":"modal"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#onclose_1","text":"\u2022 onClose : any = noop Defined in src/renderer/components/dialog/dialog.tsx:38","title":"onClose"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#onopen_1","text":"\u2022 onOpen : any = noop Defined in src/renderer/components/dialog/dialog.tsx:37","title":"onOpen"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#open_1","text":"\u2022 open : any = noop Defined in src/renderer/components/dialog/dialog.tsx:35","title":"open"},{"location":"extensions/api/classes/_renderer_api_components_.dialog/#pinned","text":"\u2022 pinned : false = false Defined in src/renderer/components/dialog/dialog.tsx:41","title":"pinned"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/","text":"Class: Drawer \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 DrawerProps \u203a \u21b3 Drawer Index # Constructors # constructor Properties # context props refs state contextType defaultProps Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onClickOutside onEscapeKey onMouseDown render restoreScrollPos saveScrollPos setState shouldComponentUpdate Constructors # constructor # + new Drawer ( props : Readonly\u2039 DrawerProps \u203a): Drawer Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 DrawerProps \u203a Returns: Drawer + new Drawer ( props : DrawerProps , context? : any): Drawer Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props DrawerProps context? any Returns: Drawer Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 DrawerProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Static defaultProps # \u25aa defaultProps : object = defaultProps as object Defined in src/renderer/components/drawer/drawer.tsx:31 Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 DrawerProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void close # \u25b8 close (): void Defined in src/renderer/components/drawer/drawer.tsx:96 Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void componentDidMount # \u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/drawer/drawer.tsx:42 Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 DrawerProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 DrawerProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerProps \u203a nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides WizardLayout . componentWillUnmount Defined in src/renderer/components/drawer/drawer.tsx:49 Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 DrawerProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 DrawerProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 DrawerProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null onClickOutside # \u25b8 onClickOutside ( evt : MouseEvent): void Defined in src/renderer/components/drawer/drawer.tsx:77 Parameters: Name Type evt MouseEvent Returns: void onEscapeKey # \u25b8 onEscapeKey ( evt : KeyboardEvent): void Defined in src/renderer/components/drawer/drawer.tsx:68 Parameters: Name Type evt KeyboardEvent Returns: void onMouseDown # \u25b8 onMouseDown ( evt : MouseEvent): void Defined in src/renderer/components/drawer/drawer.tsx:90 Parameters: Name Type evt MouseEvent Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/drawer/drawer.tsx:101 Returns: Element\u2039\u203a restoreScrollPos # \u25b8 restoreScrollPos (): void Defined in src/renderer/components/drawer/drawer.tsx:62 Returns: void saveScrollPos # \u25b8 saveScrollPos (): void Defined in src/renderer/components/drawer/drawer.tsx:56 Returns: void setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 DrawerProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 DrawerProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: Drawer \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#class-drawer-s-ss-s","text":"","title":"Class: Drawer \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#hierarchy","text":"Component\u2039 DrawerProps \u203a \u21b3 Drawer","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onClickOutside onEscapeKey onMouseDown render restoreScrollPos saveScrollPos setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#constructor","text":"+ new Drawer ( props : Readonly\u2039 DrawerProps \u203a): Drawer Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 DrawerProps \u203a Returns: Drawer + new Drawer ( props : DrawerProps , context? : any): Drawer Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props DrawerProps context? any Returns: Drawer","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#props","text":"\u2022 props : Readonly\u2039 DrawerProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#static-defaultprops","text":"\u25aa defaultProps : object = defaultProps as object Defined in src/renderer/components/drawer/drawer.tsx:31","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 DrawerProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#close","text":"\u25b8 close (): void Defined in src/renderer/components/drawer/drawer.tsx:96 Returns: void","title":"close"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/drawer/drawer.tsx:42 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 DrawerProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 DrawerProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides WizardLayout . componentWillUnmount Defined in src/renderer/components/drawer/drawer.tsx:49 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 DrawerProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 DrawerProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 DrawerProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#onclickoutside","text":"\u25b8 onClickOutside ( evt : MouseEvent): void Defined in src/renderer/components/drawer/drawer.tsx:77 Parameters: Name Type evt MouseEvent Returns: void","title":"onClickOutside"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#onescapekey","text":"\u25b8 onEscapeKey ( evt : KeyboardEvent): void Defined in src/renderer/components/drawer/drawer.tsx:68 Parameters: Name Type evt KeyboardEvent Returns: void","title":"onEscapeKey"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#onmousedown","text":"\u25b8 onMouseDown ( evt : MouseEvent): void Defined in src/renderer/components/drawer/drawer.tsx:90 Parameters: Name Type evt MouseEvent Returns: void","title":"onMouseDown"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/drawer/drawer.tsx:101 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#restorescrollpos","text":"\u25b8 restoreScrollPos (): void Defined in src/renderer/components/drawer/drawer.tsx:62 Returns: void","title":"restoreScrollPos"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#savescrollpos","text":"\u25b8 saveScrollPos (): void Defined in src/renderer/components/drawer/drawer.tsx:56 Returns: void","title":"saveScrollPos"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.drawer/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 DrawerProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 DrawerProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/","text":"Class: DrawerItem \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 DrawerItemProps \u203a \u21b3 DrawerItem Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new DrawerItem ( props : Readonly\u2039 DrawerItemProps \u203a): DrawerItem Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 DrawerItemProps \u203a Returns: DrawerItem + new DrawerItem ( props : DrawerItemProps , context? : any): DrawerItem Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props DrawerItemProps context? any Returns: DrawerItem Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 DrawerItemProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerItemProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerItemProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 DrawerItemProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerItemProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 DrawerItemProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 DrawerItemProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerItemProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerItemProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 DrawerItemProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerItemProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 DrawerItemProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 DrawerItemProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/drawer/drawer-item.tsx:15 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 DrawerItemProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 DrawerItemProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: DrawerItem \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#class-draweritem-s-ss-s","text":"","title":"Class: DrawerItem \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#hierarchy","text":"Component\u2039 DrawerItemProps \u203a \u21b3 DrawerItem","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#constructor","text":"+ new DrawerItem ( props : Readonly\u2039 DrawerItemProps \u203a): DrawerItem Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 DrawerItemProps \u203a Returns: DrawerItem + new DrawerItem ( props : DrawerItemProps , context? : any): DrawerItem Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props DrawerItemProps context? any Returns: DrawerItem","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#props","text":"\u2022 props : Readonly\u2039 DrawerItemProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerItemProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerItemProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 DrawerItemProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerItemProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 DrawerItemProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 DrawerItemProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerItemProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerItemProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 DrawerItemProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerItemProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 DrawerItemProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 DrawerItemProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/drawer/drawer-item.tsx:15 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.draweritem/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 DrawerItemProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 DrawerItemProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/","text":"Class: DrawerParamToggler \u2039 SS \u203a # Type parameters # \u25aa SS Hierarchy # Component\u2039 DrawerParamTogglerProps , State\u203a \u21b3 DrawerParamToggler Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate toggle Constructors # constructor # + new DrawerParamToggler ( props : Readonly\u2039 DrawerParamTogglerProps \u203a): DrawerParamToggler Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 DrawerParamTogglerProps \u203a Returns: DrawerParamToggler + new DrawerParamToggler ( props : DrawerParamTogglerProps , context? : any): DrawerParamToggler Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props DrawerParamTogglerProps context? any Returns: DrawerParamToggler Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 DrawerParamTogglerProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : State Overrides PageLayout . state Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:16 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerParamTogglerProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerParamTogglerProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 DrawerParamTogglerProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerParamTogglerProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 DrawerParamTogglerProps \u203a, prevState : Readonly\u2039State\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 DrawerParamTogglerProps \u203a prevState Readonly\u2039State\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerParamTogglerProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerParamTogglerProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 DrawerParamTogglerProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerParamTogglerProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 DrawerParamTogglerProps \u203a, prevState : Readonly\u2039State\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 DrawerParamTogglerProps \u203a prevState Readonly\u2039State\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:22 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof State Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 DrawerParamTogglerProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 DrawerParamTogglerProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: boolean toggle # \u25b8 toggle (): void Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:18 Returns: void","title":"Class: DrawerParamToggler \u2039**SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#class-drawerparamtoggler-ss","text":"","title":"Class: DrawerParamToggler \u2039SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#type-parameters","text":"\u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#hierarchy","text":"Component\u2039 DrawerParamTogglerProps , State\u203a \u21b3 DrawerParamToggler","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate toggle","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#constructor","text":"+ new DrawerParamToggler ( props : Readonly\u2039 DrawerParamTogglerProps \u203a): DrawerParamToggler Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 DrawerParamTogglerProps \u203a Returns: DrawerParamToggler + new DrawerParamToggler ( props : DrawerParamTogglerProps , context? : any): DrawerParamToggler Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props DrawerParamTogglerProps context? any Returns: DrawerParamToggler","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#props","text":"\u2022 props : Readonly\u2039 DrawerParamTogglerProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#state","text":"\u2022 state : State Overrides PageLayout . state Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:16","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerParamTogglerProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerParamTogglerProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 DrawerParamTogglerProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerParamTogglerProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 DrawerParamTogglerProps \u203a, prevState : Readonly\u2039State\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 DrawerParamTogglerProps \u203a prevState Readonly\u2039State\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerParamTogglerProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerParamTogglerProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 DrawerParamTogglerProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerParamTogglerProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 DrawerParamTogglerProps \u203a, prevState : Readonly\u2039State\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 DrawerParamTogglerProps \u203a prevState Readonly\u2039State\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:22 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof State Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 DrawerParamTogglerProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 DrawerParamTogglerProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawerparamtoggler/#toggle","text":"\u25b8 toggle (): void Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:18 Returns: void","title":"toggle"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/","text":"Class: DrawerTitle \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 DrawerTitleProps \u203a \u21b3 DrawerTitle Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new DrawerTitle ( props : Readonly\u2039 DrawerTitleProps \u203a): DrawerTitle Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 DrawerTitleProps \u203a Returns: DrawerTitle + new DrawerTitle ( props : DrawerTitleProps , context? : any): DrawerTitle Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props DrawerTitleProps context? any Returns: DrawerTitle Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 DrawerTitleProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerTitleProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerTitleProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 DrawerTitleProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerTitleProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 DrawerTitleProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 DrawerTitleProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerTitleProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerTitleProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 DrawerTitleProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerTitleProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 DrawerTitleProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 DrawerTitleProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/drawer/drawer-title.tsx:11 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 DrawerTitleProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 DrawerTitleProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: DrawerTitle \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#class-drawertitle-s-ss-s","text":"","title":"Class: DrawerTitle \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#hierarchy","text":"Component\u2039 DrawerTitleProps \u203a \u21b3 DrawerTitle","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#constructor","text":"+ new DrawerTitle ( props : Readonly\u2039 DrawerTitleProps \u203a): DrawerTitle Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 DrawerTitleProps \u203a Returns: DrawerTitle + new DrawerTitle ( props : DrawerTitleProps , context? : any): DrawerTitle Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props DrawerTitleProps context? any Returns: DrawerTitle","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#props","text":"\u2022 props : Readonly\u2039 DrawerTitleProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerTitleProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerTitleProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 DrawerTitleProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerTitleProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 DrawerTitleProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 DrawerTitleProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 DrawerTitleProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerTitleProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 DrawerTitleProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 DrawerTitleProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 DrawerTitleProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 DrawerTitleProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/drawer/drawer-title.tsx:11 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.drawertitle/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 DrawerTitleProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 DrawerTitleProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.icon/","text":"Class: Icon \u2039 S, SS \u203a # Type parameters # \u25aa S \u25aa SS Hierarchy # PureComponent\u2039 IconProps \u203a \u21b3 Icon Index # Accessors # isInteractive Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate onClick onKeyDown render shouldComponentUpdate Object literals # defaultProps Accessors # isInteractive # \u2022 get isInteractive (): boolean Defined in src/renderer/components/icon/icon.tsx:33 Returns: boolean Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 IconProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 IconProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 IconProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 IconProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 IconProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 IconProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 IconProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 IconProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 IconProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 IconProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 IconProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 IconProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null onClick # \u25b8 onClick ( evt : MouseEvent): void Defined in src/renderer/components/icon/icon.tsx:39 Parameters: Name Type evt MouseEvent Returns: void onKeyDown # \u25b8 onKeyDown ( evt : KeyboardEvent\u2039any\u203a): void Defined in src/renderer/components/icon/icon.tsx:49 Parameters: Name Type evt KeyboardEvent\u2039any\u203a Returns: void render # \u25b8 render (): Element\u2039\u203a Defined in src/renderer/components/icon/icon.tsx:63 Returns: Element\u2039\u203a Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 IconProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 IconProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean Object literals # Static defaultProps # \u25aa defaultProps : object # Defined in src/renderer/components/icon/icon.tsx:29 focusable # \u2022 focusable : true = true Defined in src/renderer/components/icon/icon.tsx:30","title":"Class: Icon \u2039**S, SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#class-icon-s-ss","text":"","title":"Class: Icon \u2039S, SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#type-parameters","text":"\u25aa S \u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#hierarchy","text":"PureComponent\u2039 IconProps \u203a \u21b3 Icon","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#accessors","text":"isInteractive","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate onClick onKeyDown render shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#isinteractive","text":"\u2022 get isInteractive (): boolean Defined in src/renderer/components/icon/icon.tsx:33 Returns: boolean","title":"isInteractive"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 IconProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 IconProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 IconProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 IconProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 IconProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 IconProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 IconProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 IconProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 IconProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 IconProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 IconProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 IconProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#onclick","text":"\u25b8 onClick ( evt : MouseEvent): void Defined in src/renderer/components/icon/icon.tsx:39 Parameters: Name Type evt MouseEvent Returns: void","title":"onClick"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#onkeydown","text":"\u25b8 onKeyDown ( evt : KeyboardEvent\u2039any\u203a): void Defined in src/renderer/components/icon/icon.tsx:49 Parameters: Name Type evt KeyboardEvent\u2039any\u203a Returns: void","title":"onKeyDown"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#render","text":"\u25b8 render (): Element\u2039\u203a Defined in src/renderer/components/icon/icon.tsx:63 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 IconProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 IconProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#static-defaultprops","text":"","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#defaultprops-object","text":"Defined in src/renderer/components/icon/icon.tsx:29","title":"\u25aa defaultProps: object"},{"location":"extensions/api/classes/_renderer_api_components_.icon/#focusable","text":"\u2022 focusable : true = true Defined in src/renderer/components/icon/icon.tsx:30","title":"focusable"},{"location":"extensions/api/classes/_renderer_api_components_.input/","text":"Class: Input \u2039 SS \u203a # Type parameters # \u25aa SS Hierarchy # Component\u2039 InputProps , State\u203a \u21b3 Input Index # Constructors # constructor Properties # context input props refs validators contextType defaultProps Accessors # isUncontrolled showMaxLenIndicator Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef blur componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focus forceUpdate getSnapshotBeforeUpdate getValue onBlur onChange onFocus onKeyDown render select setDirty setState setValidation setValue shouldComponentUpdate validate Object literals # state Constructors # constructor # + new Input ( props : Readonly\u2039 InputProps \u203a): Input Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 InputProps \u203a Returns: Input + new Input ( props : InputProps , context? : any): Input Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props InputProps context? any Returns: Input Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html input # \u2022 input : InputElement Defined in src/renderer/components/input/input.tsx:55 props # \u2022 props : Readonly\u2039 InputProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance validators # \u2022 validators : InputValidator [] = [] Defined in src/renderer/components/input/input.tsx:56 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Static defaultProps # \u25aa defaultProps : object = defaultProps as object Defined in src/renderer/components/input/input.tsx:53 Accessors # isUncontrolled # \u2022 get isUncontrolled (): boolean Defined in src/renderer/components/input/input.tsx:238 Returns: boolean showMaxLenIndicator # \u2022 get showMaxLenIndicator (): boolean Defined in src/renderer/components/input/input.tsx:233 Returns: boolean Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 InputProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 InputProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 InputProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 InputProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: void bindRef # \u25b8 bindRef ( elem : InputElement): void Defined in src/renderer/components/input/input.tsx:262 Parameters: Name Type elem InputElement Returns: void blur # \u25b8 blur (): void Defined in src/renderer/components/input/input.tsx:84 Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void componentDidMount # \u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/input/input.tsx:242 Returns: void componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : InputProps ): void Overrides PageLayout . componentDidUpdate Defined in src/renderer/components/input/input.tsx:247 Parameters: Name Type prevProps InputProps Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 InputProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 InputProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 InputProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 InputProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: void focus # \u25b8 focus (): void Defined in src/renderer/components/input/input.tsx:80 Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 InputProps \u203a, prevState : Readonly\u2039State\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 InputProps \u203a prevState Readonly\u2039State\u203a Returns: SS | null getValue # \u25b8 getValue (): string Defined in src/renderer/components/input/input.tsx:73 Returns: string onBlur # \u25b8 onBlur ( evt : FocusEvent\u2039InputElement\u203a): void Defined in src/renderer/components/input/input.tsx:190 Parameters: Name Type evt FocusEvent\u2039InputElement\u203a Returns: void onChange # \u25b8 onChange ( evt : ChangeEvent\u2039any\u203a): void Defined in src/renderer/components/input/input.tsx:198 Parameters: Name Type evt ChangeEvent\u2039any\u203a Returns: void onFocus # \u25b8 onFocus ( evt : FocusEvent\u2039InputElement\u203a): void Defined in src/renderer/components/input/input.tsx:182 Parameters: Name Type evt FocusEvent\u2039InputElement\u203a Returns: void onKeyDown # \u25b8 onKeyDown ( evt : KeyboardEvent\u2039any\u203a): void Defined in src/renderer/components/input/input.tsx:217 Parameters: Name Type evt KeyboardEvent\u2039any\u203a Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/input/input.tsx:266 Returns: Element\u2039\u203a select # \u25b8 select (): void Defined in src/renderer/components/input/input.tsx:88 Returns: void setDirty # \u25b8 setDirty ( dirty : boolean): void Defined in src/renderer/components/input/input.tsx:176 Parameters: Name Type Default dirty boolean true Returns: void setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof State Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void setValidation # \u25b8 setValidation ( errors : React.ReactNode[]): void Defined in src/renderer/components/input/input.tsx:148 Parameters: Name Type errors React.ReactNode[] Returns: void setValue # \u25b8 setValue ( value : string): void Defined in src/renderer/components/input/input.tsx:64 Parameters: Name Type value string Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 InputProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 InputProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: boolean validate # \u25b8 validate ( value : string): Promise\u2039void\u203a Defined in src/renderer/components/input/input.tsx:106 Parameters: Name Type Default value string this.getValue() Returns: Promise\u2039void\u203a Object literals # state # \u25aa state : object # Overrides PageLayout . state Defined in src/renderer/components/input/input.tsx:58 dirty # \u2022 dirty : boolean = !!this.props.dirty Defined in src/renderer/components/input/input.tsx:59 errors # \u2022 errors : undefined[] = [] Defined in src/renderer/components/input/input.tsx:61 valid # \u2022 valid : true = true Defined in src/renderer/components/input/input.tsx:60","title":"Class: Input \u2039**SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.input/#class-input-ss","text":"","title":"Class: Input \u2039SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.input/#type-parameters","text":"\u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.input/#hierarchy","text":"Component\u2039 InputProps , State\u203a \u21b3 Input","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.input/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.input/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.input/#properties","text":"context input props refs validators contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.input/#accessors","text":"isUncontrolled showMaxLenIndicator","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.input/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef blur componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focus forceUpdate getSnapshotBeforeUpdate getValue onBlur onChange onFocus onKeyDown render select setDirty setState setValidation setValue shouldComponentUpdate validate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.input/#object-literals","text":"state","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.input/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.input/#constructor","text":"+ new Input ( props : Readonly\u2039 InputProps \u203a): Input Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 InputProps \u203a Returns: Input + new Input ( props : InputProps , context? : any): Input Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props InputProps context? any Returns: Input","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.input/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.input/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.input/#input","text":"\u2022 input : InputElement Defined in src/renderer/components/input/input.tsx:55","title":"input"},{"location":"extensions/api/classes/_renderer_api_components_.input/#props","text":"\u2022 props : Readonly\u2039 InputProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.input/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.input/#validators","text":"\u2022 validators : InputValidator [] = [] Defined in src/renderer/components/input/input.tsx:56","title":"validators"},{"location":"extensions/api/classes/_renderer_api_components_.input/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.input/#static-defaultprops","text":"\u25aa defaultProps : object = defaultProps as object Defined in src/renderer/components/input/input.tsx:53","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.input/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.input/#isuncontrolled","text":"\u2022 get isUncontrolled (): boolean Defined in src/renderer/components/input/input.tsx:238 Returns: boolean","title":"isUncontrolled"},{"location":"extensions/api/classes/_renderer_api_components_.input/#showmaxlenindicator","text":"\u2022 get showMaxLenIndicator (): boolean Defined in src/renderer/components/input/input.tsx:233 Returns: boolean","title":"showMaxLenIndicator"},{"location":"extensions/api/classes/_renderer_api_components_.input/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.input/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.input/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 InputProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 InputProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.input/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 InputProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 InputProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.input/#bindref","text":"\u25b8 bindRef ( elem : InputElement): void Defined in src/renderer/components/input/input.tsx:262 Parameters: Name Type elem InputElement Returns: void","title":"bindRef"},{"location":"extensions/api/classes/_renderer_api_components_.input/#blur","text":"\u25b8 blur (): void Defined in src/renderer/components/input/input.tsx:84 Returns: void","title":"blur"},{"location":"extensions/api/classes/_renderer_api_components_.input/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.input/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/input/input.tsx:242 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.input/#componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : InputProps ): void Overrides PageLayout . componentDidUpdate Defined in src/renderer/components/input/input.tsx:247 Parameters: Name Type prevProps InputProps Returns: void","title":"componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.input/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.input/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 InputProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 InputProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.input/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.input/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 InputProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 InputProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.input/#focus","text":"\u25b8 focus (): void Defined in src/renderer/components/input/input.tsx:80 Returns: void","title":"focus"},{"location":"extensions/api/classes/_renderer_api_components_.input/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.input/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 InputProps \u203a, prevState : Readonly\u2039State\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 InputProps \u203a prevState Readonly\u2039State\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.input/#getvalue","text":"\u25b8 getValue (): string Defined in src/renderer/components/input/input.tsx:73 Returns: string","title":"getValue"},{"location":"extensions/api/classes/_renderer_api_components_.input/#onblur","text":"\u25b8 onBlur ( evt : FocusEvent\u2039InputElement\u203a): void Defined in src/renderer/components/input/input.tsx:190 Parameters: Name Type evt FocusEvent\u2039InputElement\u203a Returns: void","title":"onBlur"},{"location":"extensions/api/classes/_renderer_api_components_.input/#onchange","text":"\u25b8 onChange ( evt : ChangeEvent\u2039any\u203a): void Defined in src/renderer/components/input/input.tsx:198 Parameters: Name Type evt ChangeEvent\u2039any\u203a Returns: void","title":"onChange"},{"location":"extensions/api/classes/_renderer_api_components_.input/#onfocus","text":"\u25b8 onFocus ( evt : FocusEvent\u2039InputElement\u203a): void Defined in src/renderer/components/input/input.tsx:182 Parameters: Name Type evt FocusEvent\u2039InputElement\u203a Returns: void","title":"onFocus"},{"location":"extensions/api/classes/_renderer_api_components_.input/#onkeydown","text":"\u25b8 onKeyDown ( evt : KeyboardEvent\u2039any\u203a): void Defined in src/renderer/components/input/input.tsx:217 Parameters: Name Type evt KeyboardEvent\u2039any\u203a Returns: void","title":"onKeyDown"},{"location":"extensions/api/classes/_renderer_api_components_.input/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/input/input.tsx:266 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.input/#select","text":"\u25b8 select (): void Defined in src/renderer/components/input/input.tsx:88 Returns: void","title":"select"},{"location":"extensions/api/classes/_renderer_api_components_.input/#setdirty","text":"\u25b8 setDirty ( dirty : boolean): void Defined in src/renderer/components/input/input.tsx:176 Parameters: Name Type Default dirty boolean true Returns: void","title":"setDirty"},{"location":"extensions/api/classes/_renderer_api_components_.input/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof State Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.input/#setvalidation","text":"\u25b8 setValidation ( errors : React.ReactNode[]): void Defined in src/renderer/components/input/input.tsx:148 Parameters: Name Type errors React.ReactNode[] Returns: void","title":"setValidation"},{"location":"extensions/api/classes/_renderer_api_components_.input/#setvalue","text":"\u25b8 setValue ( value : string): void Defined in src/renderer/components/input/input.tsx:64 Parameters: Name Type value string Returns: void","title":"setValue"},{"location":"extensions/api/classes/_renderer_api_components_.input/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 InputProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 InputProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.input/#validate","text":"\u25b8 validate ( value : string): Promise\u2039void\u203a Defined in src/renderer/components/input/input.tsx:106 Parameters: Name Type Default value string this.getValue() Returns: Promise\u2039void\u203a","title":"validate"},{"location":"extensions/api/classes/_renderer_api_components_.input/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.input/#state","text":"","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.input/#state-object","text":"Overrides PageLayout . state Defined in src/renderer/components/input/input.tsx:58","title":"\u25aa state: object"},{"location":"extensions/api/classes/_renderer_api_components_.input/#dirty","text":"\u2022 dirty : boolean = !!this.props.dirty Defined in src/renderer/components/input/input.tsx:59","title":"dirty"},{"location":"extensions/api/classes/_renderer_api_components_.input/#errors","text":"\u2022 errors : undefined[] = [] Defined in src/renderer/components/input/input.tsx:61","title":"errors"},{"location":"extensions/api/classes/_renderer_api_components_.input/#valid","text":"\u2022 valid : true = true Defined in src/renderer/components/input/input.tsx:60","title":"valid"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/","text":"Class: KubeEventDetails \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 KubeEventDetailsProps \u203a \u21b3 KubeEventDetails Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new KubeEventDetails ( props : Readonly\u2039 KubeEventDetailsProps \u203a): KubeEventDetails Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 KubeEventDetailsProps \u203a Returns: KubeEventDetails + new KubeEventDetails ( props : KubeEventDetailsProps , context? : any): KubeEventDetails Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props KubeEventDetailsProps context? any Returns: KubeEventDetails Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 KubeEventDetailsProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 KubeEventDetailsProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeEventDetailsProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 KubeEventDetailsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeEventDetailsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void componentDidMount # \u25b8 componentDidMount (): Promise\u2039void\u203a Overrides WizardLayout . componentDidMount Defined in src/renderer/components/+events/kube-event-details.tsx:17 Returns: Promise\u2039void\u203a Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 KubeEventDetailsProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 KubeEventDetailsProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 KubeEventDetailsProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeEventDetailsProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 KubeEventDetailsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeEventDetailsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 KubeEventDetailsProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 KubeEventDetailsProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/+events/kube-event-details.tsx:21 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 KubeEventDetailsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 KubeEventDetailsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: KubeEventDetails \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#class-kubeeventdetails-s-ss-s","text":"","title":"Class: KubeEventDetails \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#hierarchy","text":"Component\u2039 KubeEventDetailsProps \u203a \u21b3 KubeEventDetails","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#constructor","text":"+ new KubeEventDetails ( props : Readonly\u2039 KubeEventDetailsProps \u203a): KubeEventDetails Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 KubeEventDetailsProps \u203a Returns: KubeEventDetails + new KubeEventDetails ( props : KubeEventDetailsProps , context? : any): KubeEventDetails Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props KubeEventDetailsProps context? any Returns: KubeEventDetails","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#props","text":"\u2022 props : Readonly\u2039 KubeEventDetailsProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 KubeEventDetailsProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeEventDetailsProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 KubeEventDetailsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeEventDetailsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#componentdidmount","text":"\u25b8 componentDidMount (): Promise\u2039void\u203a Overrides WizardLayout . componentDidMount Defined in src/renderer/components/+events/kube-event-details.tsx:17 Returns: Promise\u2039void\u203a","title":"componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 KubeEventDetailsProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 KubeEventDetailsProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 KubeEventDetailsProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeEventDetailsProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 KubeEventDetailsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeEventDetailsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 KubeEventDetailsProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 KubeEventDetailsProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/+events/kube-event-details.tsx:21 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.kubeeventdetails/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 KubeEventDetailsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 KubeEventDetailsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/","text":"Class: KubeObjectDetails \u2039 P, S, SS, P, S \u203a # Type parameters # \u25aa P \u25aa S \u25aa SS \u25aa P \u25aa S Hierarchy # Component \u21b3 KubeObjectDetails Index # Constructors # constructor Properties # context isLoading loader loadingError props refs state contextType Accessors # isCrdInstance object path Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new KubeObjectDetails ( props : Readonly\u2039P\u203a): KubeObjectDetails Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039P\u203a Returns: KubeObjectDetails + new KubeObjectDetails ( props : P, context? : any): KubeObjectDetails Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props P context? any Returns: KubeObjectDetails Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html isLoading # \u2022 isLoading : boolean = false Defined in src/renderer/components/kube-object/kube-object-details.tsx:24 loader # \u2022 loader : IReactionDisposer = reaction(() => [ this.path, this.object, // resource might be updated via watch-event or from already opened details crdStore.items.length, // crd stores initialized after loading ], async () => { this.loadingError = \"\" const { path, object } = this; if (!object) { const store = apiManager.getStore(path); if (store) { this.isLoading = true try { await store.loadFromPath(path) } catch (err) { this.loadingError = Resource loading has failed: {err.toString()} } finally { this.isLoading = false } } } }) Defined in src/renderer/components/kube-object/kube-object-details.tsx:43 loadingError # \u2022 loadingError : React.ReactNode Defined in src/renderer/components/kube-object/kube-object-details.tsx:25 props # \u2022 props : Readonly\u2039P\u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Accessors # isCrdInstance # \u2022 get isCrdInstance (): boolean Defined in src/renderer/components/kube-object/kube-object-details.tsx:38 Returns: boolean object # \u2022 get object (): any Defined in src/renderer/components/kube-object/kube-object-details.tsx:31 Returns: any path # \u2022 get path (): string Defined in src/renderer/components/kube-object/kube-object-details.tsx:27 Returns: string Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039P\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039P\u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039P\u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039P\u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039P\u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039P\u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039P\u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039P\u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/kube-object/kube-object-details.tsx:65 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039P\u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039P\u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: KubeObjectDetails \u2039**P, S, SS, P, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#class-kubeobjectdetails-p-s-ss-p-s","text":"","title":"Class: KubeObjectDetails \u2039P, S, SS, P, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#type-parameters","text":"\u25aa P \u25aa S \u25aa SS \u25aa P \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#hierarchy","text":"Component \u21b3 KubeObjectDetails","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#properties","text":"context isLoading loader loadingError props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#accessors","text":"isCrdInstance object path","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#constructor","text":"+ new KubeObjectDetails ( props : Readonly\u2039P\u203a): KubeObjectDetails Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039P\u203a Returns: KubeObjectDetails + new KubeObjectDetails ( props : P, context? : any): KubeObjectDetails Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props P context? any Returns: KubeObjectDetails","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#isloading","text":"\u2022 isLoading : boolean = false Defined in src/renderer/components/kube-object/kube-object-details.tsx:24","title":"isLoading"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#loader","text":"\u2022 loader : IReactionDisposer = reaction(() => [ this.path, this.object, // resource might be updated via watch-event or from already opened details crdStore.items.length, // crd stores initialized after loading ], async () => { this.loadingError = \"\" const { path, object } = this; if (!object) { const store = apiManager.getStore(path); if (store) { this.isLoading = true try { await store.loadFromPath(path) } catch (err) { this.loadingError = Resource loading has failed: {err.toString()} } finally { this.isLoading = false } } } }) Defined in src/renderer/components/kube-object/kube-object-details.tsx:43","title":"loader"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#loadingerror","text":"\u2022 loadingError : React.ReactNode Defined in src/renderer/components/kube-object/kube-object-details.tsx:25","title":"loadingError"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#props","text":"\u2022 props : Readonly\u2039P\u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#iscrdinstance","text":"\u2022 get isCrdInstance (): boolean Defined in src/renderer/components/kube-object/kube-object-details.tsx:38 Returns: boolean","title":"isCrdInstance"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#object","text":"\u2022 get object (): any Defined in src/renderer/components/kube-object/kube-object-details.tsx:31 Returns: any","title":"object"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#path","text":"\u2022 get path (): string Defined in src/renderer/components/kube-object/kube-object-details.tsx:27 Returns: string","title":"path"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039P\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039P\u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039P\u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039P\u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039P\u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039P\u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039P\u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039P\u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/kube-object/kube-object-details.tsx:65 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectdetails/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039P\u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039P\u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/","text":"Class: KubeObjectListLayout \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 KubeObjectListLayoutProps \u203a \u21b3 KubeObjectListLayout Index # Constructors # constructor Properties # context props refs state contextType Accessors # selectedItem Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onDetails render setState shouldComponentUpdate Constructors # constructor # + new KubeObjectListLayout ( props : Readonly\u2039 KubeObjectListLayoutProps \u203a): KubeObjectListLayout Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 KubeObjectListLayoutProps \u203a Returns: KubeObjectListLayout + new KubeObjectListLayout ( props : KubeObjectListLayoutProps , context? : any): KubeObjectListLayout Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props KubeObjectListLayoutProps context? any Returns: KubeObjectListLayout Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 KubeObjectListLayoutProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Accessors # selectedItem # \u2022 get selectedItem (): any Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:17 Returns: any Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectListLayoutProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectListLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 KubeObjectListLayoutProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectListLayoutProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectListLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 KubeObjectListLayoutProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null onDetails # \u25b8 onDetails ( item : KubeObject ): void Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:21 Parameters: Name Type item KubeObject Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:30 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 KubeObjectListLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: KubeObjectListLayout \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#class-kubeobjectlistlayout-s-ss-s","text":"","title":"Class: KubeObjectListLayout \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#hierarchy","text":"Component\u2039 KubeObjectListLayoutProps \u203a \u21b3 KubeObjectListLayout","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#accessors","text":"selectedItem","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onDetails render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#constructor","text":"+ new KubeObjectListLayout ( props : Readonly\u2039 KubeObjectListLayoutProps \u203a): KubeObjectListLayout Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 KubeObjectListLayoutProps \u203a Returns: KubeObjectListLayout + new KubeObjectListLayout ( props : KubeObjectListLayoutProps , context? : any): KubeObjectListLayout Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props KubeObjectListLayoutProps context? any Returns: KubeObjectListLayout","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#props","text":"\u2022 props : Readonly\u2039 KubeObjectListLayoutProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#selecteditem","text":"\u2022 get selectedItem (): any Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:17 Returns: any","title":"selectedItem"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectListLayoutProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectListLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 KubeObjectListLayoutProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectListLayoutProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectListLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 KubeObjectListLayoutProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#ondetails","text":"\u25b8 onDetails ( item : KubeObject ): void Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:21 Parameters: Name Type item KubeObject Returns: void","title":"onDetails"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:30 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 KubeObjectListLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 KubeObjectListLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/","text":"Class: KubeObjectMenu \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 KubeObjectMenuProps \u203a \u21b3 KubeObjectMenu Index # Constructors # constructor Properties # context props refs state contextType Accessors # isEditable isRemovable store Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate remove render renderRemoveMessage setState shouldComponentUpdate update Constructors # constructor # + new KubeObjectMenu ( props : Readonly\u2039 KubeObjectMenuProps \u203a): KubeObjectMenu Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 KubeObjectMenuProps \u203a Returns: KubeObjectMenu + new KubeObjectMenu ( props : KubeObjectMenuProps , context? : any): KubeObjectMenu Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props KubeObjectMenuProps context? any Returns: KubeObjectMenu Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 KubeObjectMenuProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Accessors # isEditable # \u2022 get isEditable (): boolean Defined in src/renderer/components/kube-object/kube-object-menu.tsx:24 Returns: boolean isRemovable # \u2022 get isRemovable (): boolean Defined in src/renderer/components/kube-object/kube-object-menu.tsx:29 Returns: boolean store # \u2022 get store (): KubeObjectStore \u2039any\u203a Defined in src/renderer/components/kube-object/kube-object-menu.tsx:18 Returns: KubeObjectStore \u2039any\u203a Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 KubeObjectMenuProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMenuProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 KubeObjectMenuProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMenuProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 KubeObjectMenuProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 KubeObjectMenuProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 KubeObjectMenuProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMenuProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 KubeObjectMenuProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMenuProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 KubeObjectMenuProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 KubeObjectMenuProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null remove # \u25b8 remove (): Promise\u2039void\u203a Defined in src/renderer/components/kube-object/kube-object-menu.tsx:41 Returns: Promise\u2039void\u203a render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/kube-object/kube-object-menu.tsx:58 Returns: Element\u2039\u203a renderRemoveMessage # \u25b8 renderRemoveMessage (): Element\u2039\u203a Defined in src/renderer/components/kube-object/kube-object-menu.tsx:49 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 KubeObjectMenuProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 KubeObjectMenuProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean update # \u25b8 update (): Promise\u2039void\u203a Defined in src/renderer/components/kube-object/kube-object-menu.tsx:35 Returns: Promise\u2039void\u203a","title":"Class: KubeObjectMenu \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#class-kubeobjectmenu-s-ss-s","text":"","title":"Class: KubeObjectMenu \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#hierarchy","text":"Component\u2039 KubeObjectMenuProps \u203a \u21b3 KubeObjectMenu","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#accessors","text":"isEditable isRemovable store","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate remove render renderRemoveMessage setState shouldComponentUpdate update","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#constructor","text":"+ new KubeObjectMenu ( props : Readonly\u2039 KubeObjectMenuProps \u203a): KubeObjectMenu Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 KubeObjectMenuProps \u203a Returns: KubeObjectMenu + new KubeObjectMenu ( props : KubeObjectMenuProps , context? : any): KubeObjectMenu Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props KubeObjectMenuProps context? any Returns: KubeObjectMenu","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#props","text":"\u2022 props : Readonly\u2039 KubeObjectMenuProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#iseditable","text":"\u2022 get isEditable (): boolean Defined in src/renderer/components/kube-object/kube-object-menu.tsx:24 Returns: boolean","title":"isEditable"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#isremovable","text":"\u2022 get isRemovable (): boolean Defined in src/renderer/components/kube-object/kube-object-menu.tsx:29 Returns: boolean","title":"isRemovable"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#store","text":"\u2022 get store (): KubeObjectStore \u2039any\u203a Defined in src/renderer/components/kube-object/kube-object-menu.tsx:18 Returns: KubeObjectStore \u2039any\u203a","title":"store"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 KubeObjectMenuProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMenuProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 KubeObjectMenuProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMenuProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 KubeObjectMenuProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 KubeObjectMenuProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 KubeObjectMenuProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMenuProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 KubeObjectMenuProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMenuProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 KubeObjectMenuProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 KubeObjectMenuProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#remove","text":"\u25b8 remove (): Promise\u2039void\u203a Defined in src/renderer/components/kube-object/kube-object-menu.tsx:41 Returns: Promise\u2039void\u203a","title":"remove"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/kube-object/kube-object-menu.tsx:58 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#renderremovemessage","text":"\u25b8 renderRemoveMessage (): Element\u2039\u203a Defined in src/renderer/components/kube-object/kube-object-menu.tsx:49 Returns: Element\u2039\u203a","title":"renderRemoveMessage"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 KubeObjectMenuProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 KubeObjectMenuProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmenu/#update","text":"\u25b8 update (): Promise\u2039void\u203a Defined in src/renderer/components/kube-object/kube-object-menu.tsx:35 Returns: Promise\u2039void\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/","text":"Class: KubeObjectMeta \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 KubeObjectMetaProps \u203a \u21b3 KubeObjectMeta Index # Constructors # constructor Properties # context props refs state contextType defaultHiddenFields Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate isHidden render setState shouldComponentUpdate Constructors # constructor # + new KubeObjectMeta ( props : Readonly\u2039 KubeObjectMetaProps \u203a): KubeObjectMeta Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 KubeObjectMetaProps \u203a Returns: KubeObjectMeta + new KubeObjectMeta ( props : KubeObjectMetaProps , context? : any): KubeObjectMeta Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props KubeObjectMetaProps context? any Returns: KubeObjectMeta Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 KubeObjectMetaProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Static defaultHiddenFields # \u25aa defaultHiddenFields : IKubeMetaField[] = [ \"uid\", \"resourceVersion\", \"selfLink\" ] Defined in src/renderer/components/kube-object/kube-object-meta.tsx:16 Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 KubeObjectMetaProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMetaProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 KubeObjectMetaProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMetaProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 KubeObjectMetaProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 KubeObjectMetaProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 KubeObjectMetaProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMetaProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 KubeObjectMetaProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMetaProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 KubeObjectMetaProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 KubeObjectMetaProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null isHidden # \u25b8 isHidden ( field : IKubeMetaField): boolean Defined in src/renderer/components/kube-object/kube-object-meta.tsx:20 Parameters: Name Type field IKubeMetaField Returns: boolean render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/kube-object/kube-object-meta.tsx:25 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 KubeObjectMetaProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 KubeObjectMetaProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: KubeObjectMeta \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#class-kubeobjectmeta-s-ss-s","text":"","title":"Class: KubeObjectMeta \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#hierarchy","text":"Component\u2039 KubeObjectMetaProps \u203a \u21b3 KubeObjectMeta","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#properties","text":"context props refs state contextType defaultHiddenFields","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate isHidden render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#constructor","text":"+ new KubeObjectMeta ( props : Readonly\u2039 KubeObjectMetaProps \u203a): KubeObjectMeta Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 KubeObjectMetaProps \u203a Returns: KubeObjectMeta + new KubeObjectMeta ( props : KubeObjectMetaProps , context? : any): KubeObjectMeta Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props KubeObjectMetaProps context? any Returns: KubeObjectMeta","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#props","text":"\u2022 props : Readonly\u2039 KubeObjectMetaProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#static-defaulthiddenfields","text":"\u25aa defaultHiddenFields : IKubeMetaField[] = [ \"uid\", \"resourceVersion\", \"selfLink\" ] Defined in src/renderer/components/kube-object/kube-object-meta.tsx:16","title":"Static defaultHiddenFields"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 KubeObjectMetaProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMetaProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 KubeObjectMetaProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMetaProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 KubeObjectMetaProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 KubeObjectMetaProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 KubeObjectMetaProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMetaProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 KubeObjectMetaProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 KubeObjectMetaProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 KubeObjectMetaProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 KubeObjectMetaProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#ishidden","text":"\u25b8 isHidden ( field : IKubeMetaField): boolean Defined in src/renderer/components/kube-object/kube-object-meta.tsx:20 Parameters: Name Type field IKubeMetaField Returns: boolean","title":"isHidden"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/kube-object/kube-object-meta.tsx:25 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.kubeobjectmeta/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 KubeObjectMetaProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 KubeObjectMetaProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/","text":"Class: LineProgress \u2039 S, SS \u203a # Type parameters # \u25aa S \u25aa SS Hierarchy # PureComponent\u2039 LineProgressProps \u203a \u21b3 LineProgress Index # Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate render shouldComponentUpdate Object literals # defaultProps Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 LineProgressProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 LineProgressProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 LineProgressProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 LineProgressProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 LineProgressProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 LineProgressProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 LineProgressProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 LineProgressProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 LineProgressProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 LineProgressProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 LineProgressProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 LineProgressProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Defined in src/renderer/components/line-progress/line-progress.tsx:23 Returns: Element\u2039\u203a Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 LineProgressProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 LineProgressProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean Object literals # Static defaultProps # \u25aa defaultProps : object # Defined in src/renderer/components/line-progress/line-progress.tsx:16 max # \u2022 max : number = 100 Defined in src/renderer/components/line-progress/line-progress.tsx:19 min # \u2022 min : number = 0 Defined in src/renderer/components/line-progress/line-progress.tsx:18 precise # \u2022 precise : number = 2 Defined in src/renderer/components/line-progress/line-progress.tsx:20 value # \u2022 value : number = 0 Defined in src/renderer/components/line-progress/line-progress.tsx:17","title":"Class: LineProgress \u2039**S, SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#class-lineprogress-s-ss","text":"","title":"Class: LineProgress \u2039S, SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#type-parameters","text":"\u25aa S \u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#hierarchy","text":"PureComponent\u2039 LineProgressProps \u203a \u21b3 LineProgress","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate render shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 LineProgressProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 LineProgressProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 LineProgressProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 LineProgressProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 LineProgressProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 LineProgressProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 LineProgressProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 LineProgressProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 LineProgressProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 LineProgressProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 LineProgressProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 LineProgressProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#render","text":"\u25b8 render (): Element\u2039\u203a Defined in src/renderer/components/line-progress/line-progress.tsx:23 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 LineProgressProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 LineProgressProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#static-defaultprops","text":"","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#defaultprops-object","text":"Defined in src/renderer/components/line-progress/line-progress.tsx:16","title":"\u25aa defaultProps: object"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#max","text":"\u2022 max : number = 100 Defined in src/renderer/components/line-progress/line-progress.tsx:19","title":"max"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#min","text":"\u2022 min : number = 0 Defined in src/renderer/components/line-progress/line-progress.tsx:18","title":"min"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#precise","text":"\u2022 precise : number = 2 Defined in src/renderer/components/line-progress/line-progress.tsx:20","title":"precise"},{"location":"extensions/api/classes/_renderer_api_components_.lineprogress/#value","text":"\u2022 value : number = 0 Defined in src/renderer/components/line-progress/line-progress.tsx:17","title":"value"},{"location":"extensions/api/classes/_renderer_api_components_.menu/","text":"Class: Menu \u2039 SS \u203a # Type parameters # \u25aa SS Hierarchy # Component\u2039 MenuProps , State\u203a \u21b3 Menu Index # Constructors # constructor Properties # context elem items opener props refreshPosition refs state contextType defaultProps Accessors # focusableItems focusedItem isOpen Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindItemRef bindRef close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focusNextItem forceUpdate getSnapshotBeforeUpdate onClickOutside onKeyDown onScrollOutside onWindowResize open render setState shouldComponentUpdate toggle Constructors # constructor # + new Menu ( props : Readonly\u2039 MenuProps \u203a): Menu Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 MenuProps \u203a Returns: Menu + new Menu ( props : MenuProps , context? : any): Menu Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props MenuProps context? any Returns: Menu Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html elem # \u2022 elem : HTMLUListElement Defined in src/renderer/components/menu/menu.tsx:54 Protected items # \u2022 items : object Defined in src/renderer/components/menu/menu.tsx:55 Type declaration: [ index : number ]: MenuItem opener # \u2022 opener : HTMLElement Defined in src/renderer/components/menu/menu.tsx:53 props # \u2022 props : Readonly\u2039 MenuProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refreshPosition # \u2022 refreshPosition : (Anonymous function) & Cancelable = debounce(() => { if (!this.props.usePortal || !this.opener) return; const { width, height } = this.opener.getBoundingClientRect(); let { left, top, bottom, right } = this.opener.getBoundingClientRect(); const withScroll = window.getComputedStyle(this.elem).position !== \"fixed\"; // window global scroll corrections if (withScroll) { left += window.pageXOffset; top += window.pageYOffset; right = left + width; bottom = top + height; } // setup initial position const position: MenuPosition = { left: true, bottom: true }; this.elem.style.left = left + \"px\" this.elem.style.top = bottom + \"px\" // correct position if menu doesn't fit to viewport const menuPos = this.elem.getBoundingClientRect(); if (menuPos.right > window.innerWidth) { this.elem.style.left = (right - this.elem.offsetWidth) + \"px\"; position.right = true; delete position.left; } if (menuPos.bottom > window.innerHeight) { this.elem.style.top = (top - this.elem.offsetHeight) + \"px\"; position.top = true; delete position.bottom; } this.setState({ position }); }, Animate.VISIBILITY_DELAY_MS) Defined in src/renderer/components/menu/menu.tsx:116 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : State Overrides PageLayout . state Defined in src/renderer/components/menu/menu.tsx:57 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Static defaultProps # \u25aa defaultProps : object = defaultPropsMenu as object Defined in src/renderer/components/menu/menu.tsx:51 Accessors # Protected focusableItems # \u2022 get focusableItems (): MenuItem \u2039\u203a[] Defined in src/renderer/components/menu/menu.tsx:93 Returns: MenuItem \u2039\u203a[] Protected focusedItem # \u2022 get focusedItem (): MenuItem \u2039\u203a Defined in src/renderer/components/menu/menu.tsx:97 Returns: MenuItem \u2039\u203a isOpen # \u2022 get isOpen (): boolean Defined in src/renderer/components/menu/menu.tsx:59 Returns: boolean Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 MenuProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 MenuProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: void Protected bindItemRef # \u25b8 bindItemRef ( item : MenuItem , index : number): void Defined in src/renderer/components/menu/menu.tsx:220 Parameters: Name Type item MenuItem index number Returns: void Protected bindRef # \u25b8 bindRef ( elem : HTMLUListElement): void Defined in src/renderer/components/menu/menu.tsx:216 Parameters: Name Type elem HTMLUListElement Returns: void close # \u25b8 close (): void Defined in src/renderer/components/menu/menu.tsx:157 Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void componentDidMount # \u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/menu/menu.tsx:63 Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 MenuProps \u203a, prevState : Readonly\u2039State\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 MenuProps \u203a prevState Readonly\u2039State\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 MenuProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuProps \u203a nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides WizardLayout . componentWillUnmount Defined in src/renderer/components/menu/menu.tsx:82 Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 MenuProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: void Protected focusNextItem # \u25b8 focusNextItem ( reverse : boolean): void Defined in src/renderer/components/menu/menu.tsx:101 Parameters: Name Type Default reverse boolean false Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 MenuProps \u203a, prevState : Readonly\u2039State\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 MenuProps \u203a prevState Readonly\u2039State\u203a Returns: SS | null onClickOutside # \u25b8 onClickOutside ( evt : MouseEvent): void Defined in src/renderer/components/menu/menu.tsx:205 Parameters: Name Type evt MouseEvent Returns: void onKeyDown # \u25b8 onKeyDown ( evt : KeyboardEvent): void Defined in src/renderer/components/menu/menu.tsx:166 Parameters: Name Type evt KeyboardEvent Returns: void onScrollOutside # \u25b8 onScrollOutside ( evt : UIEvent): void Defined in src/renderer/components/menu/menu.tsx:196 Parameters: Name Type evt UIEvent Returns: void onWindowResize # \u25b8 onWindowResize ( evt : UIEvent): void Defined in src/renderer/components/menu/menu.tsx:191 Parameters: Name Type evt UIEvent Returns: void open # \u25b8 open (): void Defined in src/renderer/components/menu/menu.tsx:150 Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/menu/menu.tsx:224 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof State Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 MenuProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 MenuProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: boolean toggle # \u25b8 toggle (): void Defined in src/renderer/components/menu/menu.tsx:162 Returns: void","title":"Class: Menu \u2039**SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#class-menu-ss","text":"","title":"Class: Menu \u2039SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#type-parameters","text":"\u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#hierarchy","text":"Component\u2039 MenuProps , State\u203a \u21b3 Menu","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#properties","text":"context elem items opener props refreshPosition refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#accessors","text":"focusableItems focusedItem isOpen","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindItemRef bindRef close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focusNextItem forceUpdate getSnapshotBeforeUpdate onClickOutside onKeyDown onScrollOutside onWindowResize open render setState shouldComponentUpdate toggle","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#constructor","text":"+ new Menu ( props : Readonly\u2039 MenuProps \u203a): Menu Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 MenuProps \u203a Returns: Menu + new Menu ( props : MenuProps , context? : any): Menu Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props MenuProps context? any Returns: Menu","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#elem","text":"\u2022 elem : HTMLUListElement Defined in src/renderer/components/menu/menu.tsx:54","title":"elem"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#protected-items","text":"\u2022 items : object Defined in src/renderer/components/menu/menu.tsx:55","title":"Protected items"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#opener","text":"\u2022 opener : HTMLElement Defined in src/renderer/components/menu/menu.tsx:53","title":"opener"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#props","text":"\u2022 props : Readonly\u2039 MenuProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#refreshposition","text":"\u2022 refreshPosition : (Anonymous function) & Cancelable = debounce(() => { if (!this.props.usePortal || !this.opener) return; const { width, height } = this.opener.getBoundingClientRect(); let { left, top, bottom, right } = this.opener.getBoundingClientRect(); const withScroll = window.getComputedStyle(this.elem).position !== \"fixed\"; // window global scroll corrections if (withScroll) { left += window.pageXOffset; top += window.pageYOffset; right = left + width; bottom = top + height; } // setup initial position const position: MenuPosition = { left: true, bottom: true }; this.elem.style.left = left + \"px\" this.elem.style.top = bottom + \"px\" // correct position if menu doesn't fit to viewport const menuPos = this.elem.getBoundingClientRect(); if (menuPos.right > window.innerWidth) { this.elem.style.left = (right - this.elem.offsetWidth) + \"px\"; position.right = true; delete position.left; } if (menuPos.bottom > window.innerHeight) { this.elem.style.top = (top - this.elem.offsetHeight) + \"px\"; position.top = true; delete position.bottom; } this.setState({ position }); }, Animate.VISIBILITY_DELAY_MS) Defined in src/renderer/components/menu/menu.tsx:116","title":"refreshPosition"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#state","text":"\u2022 state : State Overrides PageLayout . state Defined in src/renderer/components/menu/menu.tsx:57","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#static-defaultprops","text":"\u25aa defaultProps : object = defaultPropsMenu as object Defined in src/renderer/components/menu/menu.tsx:51","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#protected-focusableitems","text":"\u2022 get focusableItems (): MenuItem \u2039\u203a[] Defined in src/renderer/components/menu/menu.tsx:93 Returns: MenuItem \u2039\u203a[]","title":"Protected focusableItems"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#protected-focuseditem","text":"\u2022 get focusedItem (): MenuItem \u2039\u203a Defined in src/renderer/components/menu/menu.tsx:97 Returns: MenuItem \u2039\u203a","title":"Protected focusedItem"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#isopen","text":"\u2022 get isOpen (): boolean Defined in src/renderer/components/menu/menu.tsx:59 Returns: boolean","title":"isOpen"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 MenuProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 MenuProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#protected-binditemref","text":"\u25b8 bindItemRef ( item : MenuItem , index : number): void Defined in src/renderer/components/menu/menu.tsx:220 Parameters: Name Type item MenuItem index number Returns: void","title":"Protected bindItemRef"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#protected-bindref","text":"\u25b8 bindRef ( elem : HTMLUListElement): void Defined in src/renderer/components/menu/menu.tsx:216 Parameters: Name Type elem HTMLUListElement Returns: void","title":"Protected bindRef"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#close","text":"\u25b8 close (): void Defined in src/renderer/components/menu/menu.tsx:157 Returns: void","title":"close"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/menu/menu.tsx:63 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 MenuProps \u203a, prevState : Readonly\u2039State\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 MenuProps \u203a prevState Readonly\u2039State\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 MenuProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides WizardLayout . componentWillUnmount Defined in src/renderer/components/menu/menu.tsx:82 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 MenuProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#protected-focusnextitem","text":"\u25b8 focusNextItem ( reverse : boolean): void Defined in src/renderer/components/menu/menu.tsx:101 Parameters: Name Type Default reverse boolean false Returns: void","title":"Protected focusNextItem"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 MenuProps \u203a, prevState : Readonly\u2039State\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 MenuProps \u203a prevState Readonly\u2039State\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#onclickoutside","text":"\u25b8 onClickOutside ( evt : MouseEvent): void Defined in src/renderer/components/menu/menu.tsx:205 Parameters: Name Type evt MouseEvent Returns: void","title":"onClickOutside"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#onkeydown","text":"\u25b8 onKeyDown ( evt : KeyboardEvent): void Defined in src/renderer/components/menu/menu.tsx:166 Parameters: Name Type evt KeyboardEvent Returns: void","title":"onKeyDown"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#onscrolloutside","text":"\u25b8 onScrollOutside ( evt : UIEvent): void Defined in src/renderer/components/menu/menu.tsx:196 Parameters: Name Type evt UIEvent Returns: void","title":"onScrollOutside"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#onwindowresize","text":"\u25b8 onWindowResize ( evt : UIEvent): void Defined in src/renderer/components/menu/menu.tsx:191 Parameters: Name Type evt UIEvent Returns: void","title":"onWindowResize"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#open","text":"\u25b8 open (): void Defined in src/renderer/components/menu/menu.tsx:150 Returns: void","title":"open"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/menu/menu.tsx:224 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof State Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 MenuProps \u203a, nextState : Readonly\u2039State\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 MenuProps \u203a nextState Readonly\u2039State\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menu/#toggle","text":"\u25b8 toggle (): void Defined in src/renderer/components/menu/menu.tsx:162 Returns: void","title":"toggle"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/","text":"Class: MenuActions \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 MenuActionsProps \u203a \u21b3 MenuActions Index # Constructors # constructor Properties # context id isOpen props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate remove render renderTriggerIcon setState shouldComponentUpdate toggle Object literals # defaultProps Constructors # constructor # + new MenuActions ( props : Readonly\u2039 MenuActionsProps \u203a): MenuActions Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 MenuActionsProps \u203a Returns: MenuActions + new MenuActions ( props : MenuActionsProps , context? : any): MenuActions Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props MenuActionsProps context? any Returns: MenuActions Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html id # \u2022 id : string = uniqueId(\"menu_actions_\") Defined in src/renderer/components/menu/menu-actions.tsx:32 isOpen # \u2022 isOpen : boolean = !!this.props.toolbar Defined in src/renderer/components/menu/menu-actions.tsx:34 props # \u2022 props : Readonly\u2039 MenuActionsProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 MenuActionsProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuActionsProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 MenuActionsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuActionsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 MenuActionsProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 MenuActionsProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 MenuActionsProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuActionsProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 MenuActionsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuActionsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 MenuActionsProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 MenuActionsProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null remove # \u25b8 remove (): void Defined in src/renderer/components/menu/menu-actions.tsx:42 Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/menu/menu-actions.tsx:78 Returns: Element\u2039\u203a renderTriggerIcon # \u25b8 renderTriggerIcon (): Element\u2039\u203a Defined in src/renderer/components/menu/menu-actions.tsx:55 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 MenuActionsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 MenuActionsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean toggle # \u25b8 toggle (): void Defined in src/renderer/components/menu/menu-actions.tsx:36 Returns: void Object literals # Static defaultProps # \u25aa defaultProps : object # Defined in src/renderer/components/menu/menu-actions.tsx:26 removeConfirmationMessage # \u2022 removeConfirmationMessage : Defined in src/renderer/components/menu/menu-actions.tsx:27","title":"Class: MenuActions \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#class-menuactions-s-ss-s","text":"","title":"Class: MenuActions \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#hierarchy","text":"Component\u2039 MenuActionsProps \u203a \u21b3 MenuActions","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#properties","text":"context id isOpen props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate remove render renderTriggerIcon setState shouldComponentUpdate toggle","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#constructor","text":"+ new MenuActions ( props : Readonly\u2039 MenuActionsProps \u203a): MenuActions Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 MenuActionsProps \u203a Returns: MenuActions + new MenuActions ( props : MenuActionsProps , context? : any): MenuActions Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props MenuActionsProps context? any Returns: MenuActions","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#id","text":"\u2022 id : string = uniqueId(\"menu_actions_\") Defined in src/renderer/components/menu/menu-actions.tsx:32","title":"id"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#isopen","text":"\u2022 isOpen : boolean = !!this.props.toolbar Defined in src/renderer/components/menu/menu-actions.tsx:34","title":"isOpen"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#props","text":"\u2022 props : Readonly\u2039 MenuActionsProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 MenuActionsProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuActionsProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 MenuActionsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuActionsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 MenuActionsProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 MenuActionsProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 MenuActionsProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuActionsProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 MenuActionsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuActionsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 MenuActionsProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 MenuActionsProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#remove","text":"\u25b8 remove (): void Defined in src/renderer/components/menu/menu-actions.tsx:42 Returns: void","title":"remove"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/menu/menu-actions.tsx:78 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#rendertriggericon","text":"\u25b8 renderTriggerIcon (): Element\u2039\u203a Defined in src/renderer/components/menu/menu-actions.tsx:55 Returns: Element\u2039\u203a","title":"renderTriggerIcon"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 MenuActionsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 MenuActionsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#toggle","text":"\u25b8 toggle (): void Defined in src/renderer/components/menu/menu-actions.tsx:36 Returns: void","title":"toggle"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#static-defaultprops","text":"","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#defaultprops-object","text":"Defined in src/renderer/components/menu/menu-actions.tsx:26","title":"\u25aa defaultProps: object"},{"location":"extensions/api/classes/_renderer_api_components_.menuactions/#removeconfirmationmessage","text":"\u2022 removeConfirmationMessage : Defined in src/renderer/components/menu/menu-actions.tsx:27","title":"removeConfirmationMessage"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/","text":"Class: MenuItem \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 MenuItemProps \u203a \u21b3 MenuItem Index # Constructors # constructor Properties # context elem props refs state contextType defaultProps Accessors # isFocusable isLink Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onClick render setState shouldComponentUpdate Constructors # constructor # + new MenuItem ( props : Readonly\u2039 MenuItemProps \u203a): MenuItem Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 MenuItemProps \u203a Returns: MenuItem + new MenuItem ( props : MenuItemProps , context? : any): MenuItem Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props MenuItemProps context? any Returns: MenuItem Properties # context # \u2022 context : MenuContextValue Overrides PageLayout . context Defined in src/renderer/components/menu/menu.tsx:289 elem # \u2022 elem : HTMLElement Defined in src/renderer/components/menu/menu.tsx:290 props # \u2022 props : Readonly\u2039 MenuItemProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static contextType # \u25aa contextType : Context\u2039 Menu \u2039\u203a\u203a = MenuContext Overrides PageLayout . contextType Defined in src/renderer/components/menu/menu.tsx:287 Static defaultProps # \u25aa defaultProps : object = defaultPropsMenuItem as object Defined in src/renderer/components/menu/menu.tsx:286 Accessors # isFocusable # \u2022 get isFocusable (): boolean Defined in src/renderer/components/menu/menu.tsx:292 Returns: boolean isLink # \u2022 get isLink (): boolean Defined in src/renderer/components/menu/menu.tsx:297 Returns: boolean Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 MenuItemProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuItemProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 MenuItemProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuItemProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Protected bindRef # \u25b8 bindRef ( elem : HTMLElement): void Defined in src/renderer/components/menu/menu.tsx:311 Parameters: Name Type elem HTMLElement Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 MenuItemProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 MenuItemProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 MenuItemProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuItemProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 MenuItemProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuItemProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 MenuItemProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 MenuItemProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null onClick # \u25b8 onClick ( evt : MouseEvent): void Defined in src/renderer/components/menu/menu.tsx:301 Parameters: Name Type evt MouseEvent Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/menu/menu.tsx:315 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 MenuItemProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 MenuItemProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: MenuItem \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#class-menuitem-s-ss-s","text":"","title":"Class: MenuItem \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#hierarchy","text":"Component\u2039 MenuItemProps \u203a \u21b3 MenuItem","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#properties","text":"context elem props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#accessors","text":"isFocusable isLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onClick render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#constructor","text":"+ new MenuItem ( props : Readonly\u2039 MenuItemProps \u203a): MenuItem Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 MenuItemProps \u203a Returns: MenuItem + new MenuItem ( props : MenuItemProps , context? : any): MenuItem Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props MenuItemProps context? any Returns: MenuItem","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#context","text":"\u2022 context : MenuContextValue Overrides PageLayout . context Defined in src/renderer/components/menu/menu.tsx:289","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#elem","text":"\u2022 elem : HTMLElement Defined in src/renderer/components/menu/menu.tsx:290","title":"elem"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#props","text":"\u2022 props : Readonly\u2039 MenuItemProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#static-contexttype","text":"\u25aa contextType : Context\u2039 Menu \u2039\u203a\u203a = MenuContext Overrides PageLayout . contextType Defined in src/renderer/components/menu/menu.tsx:287","title":"Static contextType"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#static-defaultprops","text":"\u25aa defaultProps : object = defaultPropsMenuItem as object Defined in src/renderer/components/menu/menu.tsx:286","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#isfocusable","text":"\u2022 get isFocusable (): boolean Defined in src/renderer/components/menu/menu.tsx:292 Returns: boolean","title":"isFocusable"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#islink","text":"\u2022 get isLink (): boolean Defined in src/renderer/components/menu/menu.tsx:297 Returns: boolean","title":"isLink"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 MenuItemProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuItemProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 MenuItemProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuItemProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#protected-bindref","text":"\u25b8 bindRef ( elem : HTMLElement): void Defined in src/renderer/components/menu/menu.tsx:311 Parameters: Name Type elem HTMLElement Returns: void","title":"Protected bindRef"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 MenuItemProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 MenuItemProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 MenuItemProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuItemProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 MenuItemProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 MenuItemProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 MenuItemProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 MenuItemProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#onclick","text":"\u25b8 onClick ( evt : MouseEvent): void Defined in src/renderer/components/menu/menu.tsx:301 Parameters: Name Type evt MouseEvent Returns: void","title":"onClick"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/menu/menu.tsx:315 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.menuitem/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 MenuItemProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 MenuItemProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/","text":"Class: Notifications \u2039 P, S, SS, P, S \u203a # Type parameters # \u25aa P \u25aa S \u25aa SS \u25aa P \u25aa S Hierarchy # Component \u21b3 Notifications Index # Constructors # constructor Properties # context elem props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getMessage getSnapshotBeforeUpdate render scrollToLastNotification setState shouldComponentUpdate error info ok Constructors # constructor # + new Notifications ( props : Readonly\u2039P\u203a): Notifications Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039P\u203a Returns: Notifications + new Notifications ( props : P, context? : any): Notifications Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props P context? any Returns: Notifications Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html elem # \u2022 elem : HTMLElement Defined in src/renderer/components/notifications/notifications.tsx:14 props # \u2022 props : Readonly\u2039P\u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039P\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039P\u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void componentDidMount # \u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/notifications/notifications.tsx:41 Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039P\u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039P\u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039P\u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039P\u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void getMessage # \u25b8 getMessage ( notification : Notification ): (string | number | object | ReactElement\u2039any, string | function | object\u203a | ReactNodeArray\u2039\u203a | ReactPortal\u2039\u203a)[] Defined in src/renderer/components/notifications/notifications.tsx:59 Parameters: Name Type notification Notification Returns: (string | number | object | ReactElement\u2039any, string | function | object\u203a | ReactNodeArray\u2039\u203a | ReactPortal\u2039\u203a)[] Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039P\u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039P\u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/notifications/notifications.tsx:67 Returns: Element\u2039\u203a scrollToLastNotification # \u25b8 scrollToLastNotification (): void Defined in src/renderer/components/notifications/notifications.tsx:49 Returns: void setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039P\u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039P\u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean Static error # \u25b8 error ( message : NotificationMessage ): void Defined in src/renderer/components/notifications/notifications.tsx:24 Parameters: Name Type message NotificationMessage Returns: void Static info # \u25b8 info ( message : NotificationMessage , customOpts : Partial\u2039 Notification \u203a): void Defined in src/renderer/components/notifications/notifications.tsx:32 Parameters: Name Type Default message NotificationMessage - customOpts Partial\u2039 Notification \u203a {} Returns: void Static ok # \u25b8 ok ( message : NotificationMessage ): void Defined in src/renderer/components/notifications/notifications.tsx:16 Parameters: Name Type message NotificationMessage Returns: void","title":"Class: Notifications \u2039**P, S, SS, P, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#class-notifications-p-s-ss-p-s","text":"","title":"Class: Notifications \u2039P, S, SS, P, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#type-parameters","text":"\u25aa P \u25aa S \u25aa SS \u25aa P \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#hierarchy","text":"Component \u21b3 Notifications","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#properties","text":"context elem props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getMessage getSnapshotBeforeUpdate render scrollToLastNotification setState shouldComponentUpdate error info ok","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#constructor","text":"+ new Notifications ( props : Readonly\u2039P\u203a): Notifications Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039P\u203a Returns: Notifications + new Notifications ( props : P, context? : any): Notifications Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props P context? any Returns: Notifications","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#elem","text":"\u2022 elem : HTMLElement Defined in src/renderer/components/notifications/notifications.tsx:14","title":"elem"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#props","text":"\u2022 props : Readonly\u2039P\u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039P\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039P\u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/notifications/notifications.tsx:41 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039P\u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039P\u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039P\u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039P\u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039P\u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#getmessage","text":"\u25b8 getMessage ( notification : Notification ): (string | number | object | ReactElement\u2039any, string | function | object\u203a | ReactNodeArray\u2039\u203a | ReactPortal\u2039\u203a)[] Defined in src/renderer/components/notifications/notifications.tsx:59 Parameters: Name Type notification Notification Returns: (string | number | object | ReactElement\u2039any, string | function | object\u203a | ReactNodeArray\u2039\u203a | ReactPortal\u2039\u203a)[]","title":"getMessage"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039P\u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039P\u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/notifications/notifications.tsx:67 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#scrolltolastnotification","text":"\u25b8 scrollToLastNotification (): void Defined in src/renderer/components/notifications/notifications.tsx:49 Returns: void","title":"scrollToLastNotification"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039P\u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039P\u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#static-error","text":"\u25b8 error ( message : NotificationMessage ): void Defined in src/renderer/components/notifications/notifications.tsx:24 Parameters: Name Type message NotificationMessage Returns: void","title":"Static error"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#static-info","text":"\u25b8 info ( message : NotificationMessage , customOpts : Partial\u2039 Notification \u203a): void Defined in src/renderer/components/notifications/notifications.tsx:32 Parameters: Name Type Default message NotificationMessage - customOpts Partial\u2039 Notification \u203a {} Returns: void","title":"Static info"},{"location":"extensions/api/classes/_renderer_api_components_.notifications/#static-ok","text":"\u25b8 ok ( message : NotificationMessage ): void Defined in src/renderer/components/notifications/notifications.tsx:16 Parameters: Name Type message NotificationMessage Returns: void","title":"Static ok"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/","text":"Class: NotificationsStore # Hierarchy # NotificationsStore Index # Properties # autoHideTimers notifications Methods # add addAutoHideTimer remove removeAutoHideTimer Properties # Protected autoHideTimers # \u2022 autoHideTimers : Map\u2039string | number, number\u203a = new Map () Defined in src/renderer/components/notifications/notifications.store.ts:28 notifications # \u2022 notifications : IObservableArray\u2039 Notification \u203a = observable ([], { deep: false }) Defined in src/renderer/components/notifications/notifications.store.ts:26 Methods # add # \u25b8 add ( notification : Notification ): void Defined in src/renderer/components/notifications/notifications.store.ts:48 Parameters: Name Type notification Notification Returns: void addAutoHideTimer # \u25b8 addAutoHideTimer ( notification : Notification ): void Defined in src/renderer/components/notifications/notifications.store.ts:30 Parameters: Name Type notification Notification Returns: void remove # \u25b8 remove ( itemOrId : NotificationId | Notification ): boolean Defined in src/renderer/components/notifications/notifications.store.ts:59 Parameters: Name Type itemOrId NotificationId | Notification Returns: boolean removeAutoHideTimer # \u25b8 removeAutoHideTimer ( notification : Notification ): void Defined in src/renderer/components/notifications/notifications.store.ts:39 Parameters: Name Type notification Notification Returns: void","title":"Class: NotificationsStore"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#class-notificationsstore","text":"","title":"Class: NotificationsStore"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#hierarchy","text":"NotificationsStore","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#properties","text":"autoHideTimers notifications","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#methods","text":"add addAutoHideTimer remove removeAutoHideTimer","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#protected-autohidetimers","text":"\u2022 autoHideTimers : Map\u2039string | number, number\u203a = new Map () Defined in src/renderer/components/notifications/notifications.store.ts:28","title":"Protected autoHideTimers"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#notifications","text":"\u2022 notifications : IObservableArray\u2039 Notification \u203a = observable ([], { deep: false }) Defined in src/renderer/components/notifications/notifications.store.ts:26","title":"notifications"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#add","text":"\u25b8 add ( notification : Notification ): void Defined in src/renderer/components/notifications/notifications.store.ts:48 Parameters: Name Type notification Notification Returns: void","title":"add"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#addautohidetimer","text":"\u25b8 addAutoHideTimer ( notification : Notification ): void Defined in src/renderer/components/notifications/notifications.store.ts:30 Parameters: Name Type notification Notification Returns: void","title":"addAutoHideTimer"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#remove","text":"\u25b8 remove ( itemOrId : NotificationId | Notification ): boolean Defined in src/renderer/components/notifications/notifications.store.ts:59 Parameters: Name Type itemOrId NotificationId | Notification Returns: boolean","title":"remove"},{"location":"extensions/api/classes/_renderer_api_components_.notificationsstore/#removeautohidetimer","text":"\u25b8 removeAutoHideTimer ( notification : Notification ): void Defined in src/renderer/components/notifications/notifications.store.ts:39 Parameters: Name Type notification Notification Returns: void","title":"removeAutoHideTimer"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/","text":"Class: PageLayout \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 PageLayoutProps \u203a \u21b3 PageLayout Index # Constructors # constructor Properties # context props refs state contextType defaultProps Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate back componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onEscapeKey render setState shouldComponentUpdate Constructors # constructor # + new PageLayout ( props : Readonly\u2039 PageLayoutProps \u203a): PageLayout Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 PageLayoutProps \u203a Returns: PageLayout + new PageLayout ( props : PageLayoutProps , context? : any): PageLayout Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props PageLayoutProps context? any Returns: PageLayout Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 PageLayoutProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Static defaultProps # \u25aa defaultProps : object = defaultProps as object Defined in src/renderer/components/layout/page-layout.tsx:27 Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 PageLayoutProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 PageLayoutProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 PageLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 PageLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void back # \u25b8 back ( evt? : MouseEvent | KeyboardEvent): void Defined in src/renderer/components/layout/page-layout.tsx:30 Parameters: Name Type evt? MouseEvent | KeyboardEvent Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void componentDidMount # \u25b8 componentDidMount (): Promise\u2039void\u203a Overrides WizardLayout . componentDidMount Defined in src/renderer/components/layout/page-layout.tsx:38 Returns: Promise\u2039void\u203a Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 PageLayoutProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 PageLayoutProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 PageLayoutProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 PageLayoutProps \u203a nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides WizardLayout . componentWillUnmount Defined in src/renderer/components/layout/page-layout.tsx:42 Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 PageLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 PageLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 PageLayoutProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 PageLayoutProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null onEscapeKey # \u25b8 onEscapeKey ( evt : KeyboardEvent): void Defined in src/renderer/components/layout/page-layout.tsx:46 Parameters: Name Type evt KeyboardEvent Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/layout/page-layout.tsx:56 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 PageLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 PageLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: PageLayout \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#class-pagelayout-s-ss-s","text":"","title":"Class: PageLayout \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#hierarchy","text":"Component\u2039 PageLayoutProps \u203a \u21b3 PageLayout","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate back componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onEscapeKey render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#constructor","text":"+ new PageLayout ( props : Readonly\u2039 PageLayoutProps \u203a): PageLayout Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 PageLayoutProps \u203a Returns: PageLayout + new PageLayout ( props : PageLayoutProps , context? : any): PageLayout Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props PageLayoutProps context? any Returns: PageLayout","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#props","text":"\u2022 props : Readonly\u2039 PageLayoutProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#static-defaultprops","text":"\u25aa defaultProps : object = defaultProps as object Defined in src/renderer/components/layout/page-layout.tsx:27","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 PageLayoutProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 PageLayoutProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 PageLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 PageLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#back","text":"\u25b8 back ( evt? : MouseEvent | KeyboardEvent): void Defined in src/renderer/components/layout/page-layout.tsx:30 Parameters: Name Type evt? MouseEvent | KeyboardEvent Returns: void","title":"back"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#componentdidmount","text":"\u25b8 componentDidMount (): Promise\u2039void\u203a Overrides WizardLayout . componentDidMount Defined in src/renderer/components/layout/page-layout.tsx:38 Returns: Promise\u2039void\u203a","title":"componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 PageLayoutProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 PageLayoutProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 PageLayoutProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 PageLayoutProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides WizardLayout . componentWillUnmount Defined in src/renderer/components/layout/page-layout.tsx:42 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 PageLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 PageLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 PageLayoutProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 PageLayoutProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#onescapekey","text":"\u25b8 onEscapeKey ( evt : KeyboardEvent): void Defined in src/renderer/components/layout/page-layout.tsx:46 Parameters: Name Type evt KeyboardEvent Returns: void","title":"onEscapeKey"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/layout/page-layout.tsx:56 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.pagelayout/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 PageLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 PageLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.radio/","text":"Class: Radio \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 RadioProps \u203a \u21b3 Radio Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onChange onKeyDown render setState shouldComponentUpdate Constructors # constructor # + new Radio ( props : Readonly\u2039 RadioProps \u203a): Radio Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 RadioProps \u203a Returns: Radio + new Radio ( props : RadioProps , context? : any): Radio Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props RadioProps context? any Returns: Radio Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 RadioProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 RadioProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 RadioProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 RadioProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 RadioProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 RadioProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 RadioProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 RadioProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 RadioProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null onChange # \u25b8 onChange (): void Defined in src/renderer/components/radio/radio.tsx:50 Returns: void onKeyDown # \u25b8 onKeyDown ( e : KeyboardEvent\u2039any\u203a): void Defined in src/renderer/components/radio/radio.tsx:57 Parameters: Name Type e KeyboardEvent\u2039any\u203a Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/radio/radio.tsx:66 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 RadioProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 RadioProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: Radio \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#class-radio-s-ss-s","text":"","title":"Class: Radio \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#hierarchy","text":"Component\u2039 RadioProps \u203a \u21b3 Radio","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onChange onKeyDown render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#constructor","text":"+ new Radio ( props : Readonly\u2039 RadioProps \u203a): Radio Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 RadioProps \u203a Returns: Radio + new Radio ( props : RadioProps , context? : any): Radio Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props RadioProps context? any Returns: Radio","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#props","text":"\u2022 props : Readonly\u2039 RadioProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 RadioProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 RadioProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 RadioProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 RadioProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 RadioProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 RadioProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 RadioProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 RadioProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#onchange","text":"\u25b8 onChange (): void Defined in src/renderer/components/radio/radio.tsx:50 Returns: void","title":"onChange"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#onkeydown","text":"\u25b8 onKeyDown ( e : KeyboardEvent\u2039any\u203a): void Defined in src/renderer/components/radio/radio.tsx:57 Parameters: Name Type e KeyboardEvent\u2039any\u203a Returns: void","title":"onKeyDown"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/radio/radio.tsx:66 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.radio/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 RadioProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 RadioProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/","text":"Class: RadioGroup \u2039 SS \u203a # Type parameters # \u25aa SS Hierarchy # Component\u2039 RadioGroupProps , object\u203a \u21b3 RadioGroup Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new RadioGroup ( props : Readonly\u2039 RadioGroupProps \u203a): RadioGroup Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 RadioGroupProps \u203a Returns: RadioGroup + new RadioGroup ( props : RadioGroupProps , context? : any): RadioGroup Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props RadioGroupProps context? any Returns: RadioGroup Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 RadioGroupProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039object\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 RadioGroupProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioGroupProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 RadioGroupProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioGroupProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 RadioGroupProps \u203a, prevState : Readonly\u2039object\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 RadioGroupProps \u203a prevState Readonly\u2039object\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 RadioGroupProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioGroupProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 RadioGroupProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioGroupProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 RadioGroupProps \u203a, prevState : Readonly\u2039object\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 RadioGroupProps \u203a prevState Readonly\u2039object\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/radio/radio.tsx:17 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof object Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 RadioGroupProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 RadioGroupProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: boolean","title":"Class: RadioGroup \u2039**SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#class-radiogroup-ss","text":"","title":"Class: RadioGroup \u2039SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#type-parameters","text":"\u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#hierarchy","text":"Component\u2039 RadioGroupProps , object\u203a \u21b3 RadioGroup","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#constructor","text":"+ new RadioGroup ( props : Readonly\u2039 RadioGroupProps \u203a): RadioGroup Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 RadioGroupProps \u203a Returns: RadioGroup + new RadioGroup ( props : RadioGroupProps , context? : any): RadioGroup Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props RadioGroupProps context? any Returns: RadioGroup","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#props","text":"\u2022 props : Readonly\u2039 RadioGroupProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#state","text":"\u2022 state : Readonly\u2039object\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 RadioGroupProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioGroupProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 RadioGroupProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioGroupProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 RadioGroupProps \u203a, prevState : Readonly\u2039object\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 RadioGroupProps \u203a prevState Readonly\u2039object\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 RadioGroupProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioGroupProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 RadioGroupProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 RadioGroupProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 RadioGroupProps \u203a, prevState : Readonly\u2039object\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 RadioGroupProps \u203a prevState Readonly\u2039object\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/radio/radio.tsx:17 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof object Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.radiogroup/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 RadioGroupProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 RadioGroupProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.select/","text":"Class: Select \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 SelectProps \u203a \u21b3 Select Index # Constructors # constructor Properties # context props refs state contextType Accessors # options selectedOption theme Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate isValidOption onChange onKeyDown render setState shouldComponentUpdate Object literals # defaultProps Constructors # constructor # + new Select ( props : Readonly\u2039 SelectProps \u203a): Select Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 SelectProps \u203a Returns: Select + new Select ( props : SelectProps , context? : any): Select Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props SelectProps context? any Returns: Select Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 SelectProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Accessors # options # \u2022 get options (): SelectOption [] Defined in src/renderer/components/select/select.tsx:68 Returns: SelectOption [] selectedOption # \u2022 get selectedOption (): SelectOption \u2039any\u203a | SelectOption \u2039any\u203a[] Defined in src/renderer/components/select/select.tsx:57 Returns: SelectOption \u2039any\u203a | SelectOption \u2039any\u203a[] theme # \u2022 get theme (): \"dark\" | \"light\" | \"outlined\" Defined in src/renderer/components/select/select.tsx:42 Returns: \"dark\" | \"light\" | \"outlined\" Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 SelectProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SelectProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 SelectProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SelectProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 SelectProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 SelectProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 SelectProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SelectProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 SelectProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SelectProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 SelectProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 SelectProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null Protected isValidOption # \u25b8 isValidOption ( opt : SelectOption | any): boolean Defined in src/renderer/components/select/select.tsx:53 Parameters: Name Type opt SelectOption | any Returns: boolean onChange # \u25b8 onChange ( value : SelectOption , meta : ActionMeta\u2039any\u203a): void Defined in src/renderer/components/select/select.tsx:79 Parameters: Name Type value SelectOption meta ActionMeta\u2039any\u203a Returns: void onKeyDown # \u25b8 onKeyDown ( evt : KeyboardEvent\u2039HTMLElement\u203a): void Defined in src/renderer/components/select/select.tsx:86 Parameters: Name Type evt KeyboardEvent\u2039HTMLElement\u203a Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/select/select.tsx:94 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 SelectProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 SelectProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean Object literals # Static defaultProps # \u25aa defaultProps : object # Defined in src/renderer/components/select/select.tsx:36 autoConvertOptions # \u2022 autoConvertOptions : true = true Defined in src/renderer/components/select/select.tsx:37 menuPlacement # \u2022 menuPlacement : \"auto\" = \"auto\" Defined in src/renderer/components/select/select.tsx:39 menuPortalTarget # \u2022 menuPortalTarget : HTMLElement = document.body Defined in src/renderer/components/select/select.tsx:38","title":"Class: Select \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.select/#class-select-s-ss-s","text":"","title":"Class: Select \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.select/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.select/#hierarchy","text":"Component\u2039 SelectProps \u203a \u21b3 Select","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.select/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.select/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.select/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.select/#accessors","text":"options selectedOption theme","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.select/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate isValidOption onChange onKeyDown render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.select/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.select/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.select/#constructor","text":"+ new Select ( props : Readonly\u2039 SelectProps \u203a): Select Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 SelectProps \u203a Returns: Select + new Select ( props : SelectProps , context? : any): Select Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props SelectProps context? any Returns: Select","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.select/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.select/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.select/#props","text":"\u2022 props : Readonly\u2039 SelectProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.select/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.select/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.select/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.select/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.select/#options","text":"\u2022 get options (): SelectOption [] Defined in src/renderer/components/select/select.tsx:68 Returns: SelectOption []","title":"options"},{"location":"extensions/api/classes/_renderer_api_components_.select/#selectedoption","text":"\u2022 get selectedOption (): SelectOption \u2039any\u203a | SelectOption \u2039any\u203a[] Defined in src/renderer/components/select/select.tsx:57 Returns: SelectOption \u2039any\u203a | SelectOption \u2039any\u203a[]","title":"selectedOption"},{"location":"extensions/api/classes/_renderer_api_components_.select/#theme","text":"\u2022 get theme (): \"dark\" | \"light\" | \"outlined\" Defined in src/renderer/components/select/select.tsx:42 Returns: \"dark\" | \"light\" | \"outlined\"","title":"theme"},{"location":"extensions/api/classes/_renderer_api_components_.select/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.select/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.select/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 SelectProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SelectProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.select/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 SelectProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SelectProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.select/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.select/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.select/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 SelectProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 SelectProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.select/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.select/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 SelectProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SelectProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.select/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.select/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 SelectProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SelectProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.select/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.select/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 SelectProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 SelectProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.select/#protected-isvalidoption","text":"\u25b8 isValidOption ( opt : SelectOption | any): boolean Defined in src/renderer/components/select/select.tsx:53 Parameters: Name Type opt SelectOption | any Returns: boolean","title":"Protected isValidOption"},{"location":"extensions/api/classes/_renderer_api_components_.select/#onchange","text":"\u25b8 onChange ( value : SelectOption , meta : ActionMeta\u2039any\u203a): void Defined in src/renderer/components/select/select.tsx:79 Parameters: Name Type value SelectOption meta ActionMeta\u2039any\u203a Returns: void","title":"onChange"},{"location":"extensions/api/classes/_renderer_api_components_.select/#onkeydown","text":"\u25b8 onKeyDown ( evt : KeyboardEvent\u2039HTMLElement\u203a): void Defined in src/renderer/components/select/select.tsx:86 Parameters: Name Type evt KeyboardEvent\u2039HTMLElement\u203a Returns: void","title":"onKeyDown"},{"location":"extensions/api/classes/_renderer_api_components_.select/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/select/select.tsx:94 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.select/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.select/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 SelectProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 SelectProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.select/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.select/#static-defaultprops","text":"","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.select/#defaultprops-object","text":"Defined in src/renderer/components/select/select.tsx:36","title":"\u25aa defaultProps: object"},{"location":"extensions/api/classes/_renderer_api_components_.select/#autoconvertoptions","text":"\u2022 autoConvertOptions : true = true Defined in src/renderer/components/select/select.tsx:37","title":"autoConvertOptions"},{"location":"extensions/api/classes/_renderer_api_components_.select/#menuplacement","text":"\u2022 menuPlacement : \"auto\" = \"auto\" Defined in src/renderer/components/select/select.tsx:39","title":"menuPlacement"},{"location":"extensions/api/classes/_renderer_api_components_.select/#menuportaltarget","text":"\u2022 menuPortalTarget : HTMLElement = document.body Defined in src/renderer/components/select/select.tsx:38","title":"menuPortalTarget"},{"location":"extensions/api/classes/_renderer_api_components_.slider/","text":"Class: Slider \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 SliderProps \u203a \u21b3 Slider Index # Constructors # constructor Properties # context props refs state contextType defaultProps Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new Slider ( props : Readonly\u2039 SliderProps \u203a): Slider Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 SliderProps \u203a Returns: Slider + new Slider ( props : SliderProps , context? : any): Slider Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props SliderProps context? any Returns: Slider Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 SliderProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Static defaultProps # \u25aa defaultProps : object = defaultProps as object Defined in src/renderer/components/slider/slider.tsx:21 Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 SliderProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SliderProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 SliderProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SliderProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 SliderProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 SliderProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 SliderProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SliderProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 SliderProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SliderProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 SliderProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 SliderProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/slider/slider.tsx:30 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 SliderProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 SliderProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: Slider \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#class-slider-s-ss-s","text":"","title":"Class: Slider \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#hierarchy","text":"Component\u2039 SliderProps \u203a \u21b3 Slider","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#constructor","text":"+ new Slider ( props : Readonly\u2039 SliderProps \u203a): Slider Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 SliderProps \u203a Returns: Slider + new Slider ( props : SliderProps , context? : any): Slider Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props SliderProps context? any Returns: Slider","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#props","text":"\u2022 props : Readonly\u2039 SliderProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#static-defaultprops","text":"\u25aa defaultProps : object = defaultProps as object Defined in src/renderer/components/slider/slider.tsx:21","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 SliderProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SliderProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 SliderProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SliderProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 SliderProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 SliderProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 SliderProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SliderProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 SliderProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SliderProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 SliderProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 SliderProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/slider/slider.tsx:30 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.slider/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 SliderProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 SliderProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/","text":"Class: Spinner \u2039 SS \u203a # Type parameters # \u25aa SS Hierarchy # Component\u2039 SpinnerProps , object\u203a \u21b3 Spinner Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Object literals # defaultProps Constructors # constructor # + new Spinner ( props : Readonly\u2039 SpinnerProps \u203a): Spinner Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 SpinnerProps \u203a Returns: Spinner + new Spinner ( props : SpinnerProps , context? : any): Spinner Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props SpinnerProps context? any Returns: Spinner Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 SpinnerProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039object\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 SpinnerProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SpinnerProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 SpinnerProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SpinnerProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 SpinnerProps \u203a, prevState : Readonly\u2039object\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 SpinnerProps \u203a prevState Readonly\u2039object\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 SpinnerProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SpinnerProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 SpinnerProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SpinnerProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 SpinnerProps \u203a, prevState : Readonly\u2039object\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 SpinnerProps \u203a prevState Readonly\u2039object\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/spinner/spinner.tsx:18 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof object Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 SpinnerProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 SpinnerProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: boolean Object literals # Static defaultProps # \u25aa defaultProps : object # Defined in src/renderer/components/spinner/spinner.tsx:13 center # \u2022 center : boolean = false Defined in src/renderer/components/spinner/spinner.tsx:15 singleColor # \u2022 singleColor : boolean = true Defined in src/renderer/components/spinner/spinner.tsx:14","title":"Class: Spinner \u2039**SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#class-spinner-ss","text":"","title":"Class: Spinner \u2039SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#type-parameters","text":"\u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#hierarchy","text":"Component\u2039 SpinnerProps , object\u203a \u21b3 Spinner","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#constructor","text":"+ new Spinner ( props : Readonly\u2039 SpinnerProps \u203a): Spinner Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 SpinnerProps \u203a Returns: Spinner + new Spinner ( props : SpinnerProps , context? : any): Spinner Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props SpinnerProps context? any Returns: Spinner","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#props","text":"\u2022 props : Readonly\u2039 SpinnerProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#state","text":"\u2022 state : Readonly\u2039object\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 SpinnerProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SpinnerProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 SpinnerProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SpinnerProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 SpinnerProps \u203a, prevState : Readonly\u2039object\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 SpinnerProps \u203a prevState Readonly\u2039object\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 SpinnerProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SpinnerProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 SpinnerProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 SpinnerProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 SpinnerProps \u203a, prevState : Readonly\u2039object\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 SpinnerProps \u203a prevState Readonly\u2039object\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/spinner/spinner.tsx:18 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof object Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 SpinnerProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 SpinnerProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#static-defaultprops","text":"","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#defaultprops-object","text":"Defined in src/renderer/components/spinner/spinner.tsx:13","title":"\u25aa defaultProps: object"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#center","text":"\u2022 center : boolean = false Defined in src/renderer/components/spinner/spinner.tsx:15","title":"center"},{"location":"extensions/api/classes/_renderer_api_components_.spinner/#singlecolor","text":"\u2022 singleColor : boolean = true Defined in src/renderer/components/spinner/spinner.tsx:14","title":"singleColor"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/","text":"Class: StatusBrick \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 StatusBrickProps \u203a \u21b3 StatusBrick Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new StatusBrick ( props : Readonly\u2039 StatusBrickProps \u203a): StatusBrick Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 StatusBrickProps \u203a Returns: StatusBrick + new StatusBrick ( props : StatusBrickProps , context? : any): StatusBrick Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props StatusBrickProps context? any Returns: StatusBrick Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 StatusBrickProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 StatusBrickProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StatusBrickProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 StatusBrickProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StatusBrickProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 StatusBrickProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 StatusBrickProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 StatusBrickProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StatusBrickProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 StatusBrickProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StatusBrickProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 StatusBrickProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 StatusBrickProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/status-brick/status-brick.tsx:12 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 StatusBrickProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 StatusBrickProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: StatusBrick \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#class-statusbrick-s-ss-s","text":"","title":"Class: StatusBrick \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#hierarchy","text":"Component\u2039 StatusBrickProps \u203a \u21b3 StatusBrick","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#constructor","text":"+ new StatusBrick ( props : Readonly\u2039 StatusBrickProps \u203a): StatusBrick Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 StatusBrickProps \u203a Returns: StatusBrick + new StatusBrick ( props : StatusBrickProps , context? : any): StatusBrick Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props StatusBrickProps context? any Returns: StatusBrick","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#props","text":"\u2022 props : Readonly\u2039 StatusBrickProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 StatusBrickProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StatusBrickProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 StatusBrickProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StatusBrickProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 StatusBrickProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 StatusBrickProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 StatusBrickProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StatusBrickProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 StatusBrickProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StatusBrickProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 StatusBrickProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 StatusBrickProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/status-brick/status-brick.tsx:12 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.statusbrick/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 StatusBrickProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 StatusBrickProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/","text":"Class: Stepper \u2039 SS \u203a # Type parameters # \u25aa SS Hierarchy # Component\u2039 StepperProps , object\u203a \u21b3 Stepper Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new Stepper ( props : Readonly\u2039 StepperProps \u203a): Stepper Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 StepperProps \u203a Returns: Stepper + new Stepper ( props : StepperProps , context? : any): Stepper Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props StepperProps context? any Returns: Stepper Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 StepperProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039object\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 StepperProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StepperProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 StepperProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StepperProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 StepperProps \u203a, prevState : Readonly\u2039object\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 StepperProps \u203a prevState Readonly\u2039object\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 StepperProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StepperProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 StepperProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StepperProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 StepperProps \u203a, prevState : Readonly\u2039object\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 StepperProps \u203a prevState Readonly\u2039object\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/stepper/stepper.tsx:15 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof object Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 StepperProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 StepperProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: boolean","title":"Class: Stepper \u2039**SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#class-stepper-ss","text":"","title":"Class: Stepper \u2039SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#type-parameters","text":"\u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#hierarchy","text":"Component\u2039 StepperProps , object\u203a \u21b3 Stepper","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#constructor","text":"+ new Stepper ( props : Readonly\u2039 StepperProps \u203a): Stepper Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 StepperProps \u203a Returns: Stepper + new Stepper ( props : StepperProps , context? : any): Stepper Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props StepperProps context? any Returns: Stepper","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#props","text":"\u2022 props : Readonly\u2039 StepperProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#state","text":"\u2022 state : Readonly\u2039object\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 StepperProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StepperProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 StepperProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StepperProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 StepperProps \u203a, prevState : Readonly\u2039object\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 StepperProps \u203a prevState Readonly\u2039object\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 StepperProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StepperProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 StepperProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 StepperProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 StepperProps \u203a, prevState : Readonly\u2039object\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 StepperProps \u203a prevState Readonly\u2039object\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/stepper/stepper.tsx:15 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof object Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.stepper/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 StepperProps \u203a, nextState : Readonly\u2039object\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 StepperProps \u203a nextState Readonly\u2039object\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tab/","text":"Class: Tab \u2039 S, SS \u203a # Type parameters # \u25aa S \u25aa SS Hierarchy # PureComponent\u2039 TabProps \u203a \u21b3 Tab Index # Properties # context elem contextType Accessors # isActive Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focus getSnapshotBeforeUpdate onClick onFocus onKeyDown render scrollIntoView shouldComponentUpdate Properties # context # \u2022 context : TabsContextValue Defined in src/renderer/components/tabs/tabs.tsx:63 elem # \u2022 elem : HTMLElement Defined in src/renderer/components/tabs/tabs.tsx:64 Static contextType # \u25aa contextType : Context\u2039TabsContextValue\u2039any\u203a\u203a = TabsContext Defined in src/renderer/components/tabs/tabs.tsx:62 Accessors # isActive # \u2022 get isActive (): boolean Defined in src/renderer/components/tabs/tabs.tsx:66 Returns: boolean Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TabProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TabProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Protected bindRef # \u25b8 bindRef ( elem : HTMLElement): void Defined in src/renderer/components/tabs/tabs.tsx:114 Parameters: Name Type elem HTMLElement Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void componentDidMount # \u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/tabs/tabs.tsx:107 Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TabProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TabProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TabProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TabProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void focus # \u25b8 focus (): void Defined in src/renderer/components/tabs/tabs.tsx:71 Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TabProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TabProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null onClick # \u25b8 onClick ( evt : MouseEvent\u2039HTMLElement\u203a): void Defined in src/renderer/components/tabs/tabs.tsx:83 Parameters: Name Type evt MouseEvent\u2039HTMLElement\u203a Returns: void onFocus # \u25b8 onFocus ( evt : FocusEvent\u2039HTMLElement\u203a): void Defined in src/renderer/components/tabs/tabs.tsx:92 Parameters: Name Type evt FocusEvent\u2039HTMLElement\u203a Returns: void onKeyDown # \u25b8 onKeyDown ( evt : KeyboardEvent\u2039HTMLElement\u203a): void Defined in src/renderer/components/tabs/tabs.tsx:99 Parameters: Name Type evt KeyboardEvent\u2039HTMLElement\u203a Returns: void render # \u25b8 render (): Element\u2039\u203a Defined in src/renderer/components/tabs/tabs.tsx:118 Returns: Element\u2039\u203a scrollIntoView # \u25b8 scrollIntoView (): void Defined in src/renderer/components/tabs/tabs.tsx:75 Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TabProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TabProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: Tab \u2039**S, SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#class-tab-s-ss","text":"","title":"Class: Tab \u2039S, SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#type-parameters","text":"\u25aa S \u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#hierarchy","text":"PureComponent\u2039 TabProps \u203a \u21b3 Tab","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#properties","text":"context elem contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#accessors","text":"isActive","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focus getSnapshotBeforeUpdate onClick onFocus onKeyDown render scrollIntoView shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#context","text":"\u2022 context : TabsContextValue Defined in src/renderer/components/tabs/tabs.tsx:63","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#elem","text":"\u2022 elem : HTMLElement Defined in src/renderer/components/tabs/tabs.tsx:64","title":"elem"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#static-contexttype","text":"\u25aa contextType : Context\u2039TabsContextValue\u2039any\u203a\u203a = TabsContext Defined in src/renderer/components/tabs/tabs.tsx:62","title":"Static contextType"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#isactive","text":"\u2022 get isActive (): boolean Defined in src/renderer/components/tabs/tabs.tsx:66 Returns: boolean","title":"isActive"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TabProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TabProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#protected-bindref","text":"\u25b8 bindRef ( elem : HTMLElement): void Defined in src/renderer/components/tabs/tabs.tsx:114 Parameters: Name Type elem HTMLElement Returns: void","title":"Protected bindRef"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/tabs/tabs.tsx:107 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TabProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TabProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TabProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TabProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#focus","text":"\u25b8 focus (): void Defined in src/renderer/components/tabs/tabs.tsx:71 Returns: void","title":"focus"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TabProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TabProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#onclick","text":"\u25b8 onClick ( evt : MouseEvent\u2039HTMLElement\u203a): void Defined in src/renderer/components/tabs/tabs.tsx:83 Parameters: Name Type evt MouseEvent\u2039HTMLElement\u203a Returns: void","title":"onClick"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#onfocus","text":"\u25b8 onFocus ( evt : FocusEvent\u2039HTMLElement\u203a): void Defined in src/renderer/components/tabs/tabs.tsx:92 Parameters: Name Type evt FocusEvent\u2039HTMLElement\u203a Returns: void","title":"onFocus"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#onkeydown","text":"\u25b8 onKeyDown ( evt : KeyboardEvent\u2039HTMLElement\u203a): void Defined in src/renderer/components/tabs/tabs.tsx:99 Parameters: Name Type evt KeyboardEvent\u2039HTMLElement\u203a Returns: void","title":"onKeyDown"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#render","text":"\u25b8 render (): Element\u2039\u203a Defined in src/renderer/components/tabs/tabs.tsx:118 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#scrollintoview","text":"\u25b8 scrollIntoView (): void Defined in src/renderer/components/tabs/tabs.tsx:75 Returns: void","title":"scrollIntoView"},{"location":"extensions/api/classes/_renderer_api_components_.tab/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TabProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TabProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.table/","text":"Class: Table \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 TableProps \u203a \u21b3 Table Index # Constructors # constructor Properties # context props refs sortParamsLocal state contextType Accessors # sortParams Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate getSorted onSort render renderHead renderRows setState shouldComponentUpdate sort Object literals # defaultProps Constructors # constructor # + new Table ( props : Readonly\u2039 TableProps \u203a): Table Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 TableProps \u203a Returns: Table + new Table ( props : TableProps , context? : any): Table Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props TableProps context? any Returns: Table Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 TableProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance sortParamsLocal # \u2022 sortParamsLocal : object = this.props.sortByDefault Defined in src/renderer/components/table/table.tsx:56 Type declaration: state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Accessors # sortParams # \u2022 get sortParams (): Partial\u2039 TableSortParams \u203a Defined in src/renderer/components/table/table.tsx:58 Returns: Partial\u2039 TableSortParams \u203a Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TableProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TableProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TableProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TableProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TableProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TableProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TableProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TableProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null getSorted # \u25b8 getSorted ( items : any[]): any[] Defined in src/renderer/components/table/table.tsx:97 Parameters: Name Type items any[] Returns: any[] Protected onSort # \u25b8 onSort ( params : TableSortParams ): void Defined in src/renderer/components/table/table.tsx:108 Parameters: Name Type params TableSortParams Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/table/table.tsx:171 Returns: Element\u2039\u203a renderHead # \u25b8 renderHead (): ReactElement\u2039 TableHeadProps \u2039\u203a, string | function | object\u203a Defined in src/renderer/components/table/table.tsx:67 Returns: ReactElement\u2039 TableHeadProps \u2039\u203a, string | function | object\u203a renderRows # \u25b8 renderRows (): object Defined in src/renderer/components/table/table.tsx:133 Returns: object setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TableProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TableProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean sort # \u25b8 sort ( colName : TableSortBy ): void Defined in src/renderer/components/table/table.tsx:122 Parameters: Name Type colName TableSortBy Returns: void Object literals # Static defaultProps # \u25aa defaultProps : object # Defined in src/renderer/components/table/table.tsx:48 autoSize # \u2022 autoSize : true = true Defined in src/renderer/components/table/table.tsx:50 rowLineHeight # \u2022 rowLineHeight : string = \"17px\" Defined in src/renderer/components/table/table.tsx:52 rowPadding # \u2022 rowPadding : string = \"8px\" Defined in src/renderer/components/table/table.tsx:51 scrollable # \u2022 scrollable : true = true Defined in src/renderer/components/table/table.tsx:49 sortSyncWithUrl # \u2022 sortSyncWithUrl : true = true Defined in src/renderer/components/table/table.tsx:53","title":"Class: Table \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.table/#class-table-s-ss-s","text":"","title":"Class: Table \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.table/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.table/#hierarchy","text":"Component\u2039 TableProps \u203a \u21b3 Table","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.table/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.table/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.table/#properties","text":"context props refs sortParamsLocal state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.table/#accessors","text":"sortParams","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.table/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate getSorted onSort render renderHead renderRows setState shouldComponentUpdate sort","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.table/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.table/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.table/#constructor","text":"+ new Table ( props : Readonly\u2039 TableProps \u203a): Table Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 TableProps \u203a Returns: Table + new Table ( props : TableProps , context? : any): Table Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props TableProps context? any Returns: Table","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.table/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.table/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.table/#props","text":"\u2022 props : Readonly\u2039 TableProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.table/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.table/#sortparamslocal","text":"\u2022 sortParamsLocal : object = this.props.sortByDefault Defined in src/renderer/components/table/table.tsx:56","title":"sortParamsLocal"},{"location":"extensions/api/classes/_renderer_api_components_.table/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.table/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.table/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.table/#sortparams","text":"\u2022 get sortParams (): Partial\u2039 TableSortParams \u203a Defined in src/renderer/components/table/table.tsx:58 Returns: Partial\u2039 TableSortParams \u203a","title":"sortParams"},{"location":"extensions/api/classes/_renderer_api_components_.table/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.table/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.table/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TableProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.table/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TableProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.table/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.table/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.table/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TableProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TableProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.table/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.table/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TableProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.table/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.table/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TableProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.table/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.table/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TableProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TableProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.table/#getsorted","text":"\u25b8 getSorted ( items : any[]): any[] Defined in src/renderer/components/table/table.tsx:97 Parameters: Name Type items any[] Returns: any[]","title":"getSorted"},{"location":"extensions/api/classes/_renderer_api_components_.table/#protected-onsort","text":"\u25b8 onSort ( params : TableSortParams ): void Defined in src/renderer/components/table/table.tsx:108 Parameters: Name Type params TableSortParams Returns: void","title":"Protected onSort"},{"location":"extensions/api/classes/_renderer_api_components_.table/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/table/table.tsx:171 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.table/#renderhead","text":"\u25b8 renderHead (): ReactElement\u2039 TableHeadProps \u2039\u203a, string | function | object\u203a Defined in src/renderer/components/table/table.tsx:67 Returns: ReactElement\u2039 TableHeadProps \u2039\u203a, string | function | object\u203a","title":"renderHead"},{"location":"extensions/api/classes/_renderer_api_components_.table/#renderrows","text":"\u25b8 renderRows (): object Defined in src/renderer/components/table/table.tsx:133 Returns: object","title":"renderRows"},{"location":"extensions/api/classes/_renderer_api_components_.table/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.table/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TableProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TableProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.table/#sort","text":"\u25b8 sort ( colName : TableSortBy ): void Defined in src/renderer/components/table/table.tsx:122 Parameters: Name Type colName TableSortBy Returns: void","title":"sort"},{"location":"extensions/api/classes/_renderer_api_components_.table/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.table/#static-defaultprops","text":"","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.table/#defaultprops-object","text":"Defined in src/renderer/components/table/table.tsx:48","title":"\u25aa defaultProps: object"},{"location":"extensions/api/classes/_renderer_api_components_.table/#autosize","text":"\u2022 autoSize : true = true Defined in src/renderer/components/table/table.tsx:50","title":"autoSize"},{"location":"extensions/api/classes/_renderer_api_components_.table/#rowlineheight","text":"\u2022 rowLineHeight : string = \"17px\" Defined in src/renderer/components/table/table.tsx:52","title":"rowLineHeight"},{"location":"extensions/api/classes/_renderer_api_components_.table/#rowpadding","text":"\u2022 rowPadding : string = \"8px\" Defined in src/renderer/components/table/table.tsx:51","title":"rowPadding"},{"location":"extensions/api/classes/_renderer_api_components_.table/#scrollable","text":"\u2022 scrollable : true = true Defined in src/renderer/components/table/table.tsx:49","title":"scrollable"},{"location":"extensions/api/classes/_renderer_api_components_.table/#sortsyncwithurl","text":"\u2022 sortSyncWithUrl : true = true Defined in src/renderer/components/table/table.tsx:53","title":"sortSyncWithUrl"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/","text":"Class: TableCell \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 TableCellProps \u203a \u21b3 TableCell Index # Constructors # constructor Properties # context props refs state contextType Accessors # isSortable Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onClick render renderCheckbox renderSortIcon setState shouldComponentUpdate Constructors # constructor # + new TableCell ( props : Readonly\u2039 TableCellProps \u203a): TableCell Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 TableCellProps \u203a Returns: TableCell + new TableCell ( props : TableCellProps , context? : any): TableCell Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props TableCellProps context? any Returns: TableCell Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 TableCellProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Accessors # isSortable # \u2022 get isSortable (): boolean Defined in src/renderer/components/table/table-cell.tsx:34 Returns: boolean Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TableCellProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableCellProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TableCellProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableCellProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TableCellProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TableCellProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TableCellProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableCellProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TableCellProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableCellProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TableCellProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TableCellProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null onClick # \u25b8 onClick ( evt : MouseEvent\u2039HTMLDivElement\u203a): void Defined in src/renderer/components/table/table-cell.tsx:25 Parameters: Name Type evt MouseEvent\u2039HTMLDivElement\u203a Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/table/table-cell.tsx:60 Returns: Element\u2039\u203a renderCheckbox # \u25b8 renderCheckbox (): Element\u2039\u203a Defined in src/renderer/components/table/table-cell.tsx:52 Returns: Element\u2039\u203a renderSortIcon # \u25b8 renderSortIcon (): Element\u2039\u203a Defined in src/renderer/components/table/table-cell.tsx:39 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TableCellProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TableCellProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: TableCell \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#class-tablecell-s-ss-s","text":"","title":"Class: TableCell \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#hierarchy","text":"Component\u2039 TableCellProps \u203a \u21b3 TableCell","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#accessors","text":"isSortable","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onClick render renderCheckbox renderSortIcon setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#constructor","text":"+ new TableCell ( props : Readonly\u2039 TableCellProps \u203a): TableCell Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 TableCellProps \u203a Returns: TableCell + new TableCell ( props : TableCellProps , context? : any): TableCell Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props TableCellProps context? any Returns: TableCell","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#props","text":"\u2022 props : Readonly\u2039 TableCellProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#issortable","text":"\u2022 get isSortable (): boolean Defined in src/renderer/components/table/table-cell.tsx:34 Returns: boolean","title":"isSortable"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TableCellProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableCellProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TableCellProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableCellProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TableCellProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TableCellProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TableCellProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableCellProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TableCellProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableCellProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TableCellProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TableCellProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#onclick","text":"\u25b8 onClick ( evt : MouseEvent\u2039HTMLDivElement\u203a): void Defined in src/renderer/components/table/table-cell.tsx:25 Parameters: Name Type evt MouseEvent\u2039HTMLDivElement\u203a Returns: void","title":"onClick"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/table/table-cell.tsx:60 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#rendercheckbox","text":"\u25b8 renderCheckbox (): Element\u2039\u203a Defined in src/renderer/components/table/table-cell.tsx:52 Returns: Element\u2039\u203a","title":"renderCheckbox"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#rendersorticon","text":"\u25b8 renderSortIcon (): Element\u2039\u203a Defined in src/renderer/components/table/table-cell.tsx:39 Returns: Element\u2039\u203a","title":"renderSortIcon"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.tablecell/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TableCellProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TableCellProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/","text":"Class: TableHead \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 TableHeadProps \u203a \u21b3 TableHead Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Object literals # defaultProps Constructors # constructor # + new TableHead ( props : Readonly\u2039 TableHeadProps \u203a): TableHead Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 TableHeadProps \u203a Returns: TableHead + new TableHead ( props : TableHeadProps , context? : any): TableHead Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props TableHeadProps context? any Returns: TableHead Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 TableHeadProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TableHeadProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableHeadProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TableHeadProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableHeadProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TableHeadProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TableHeadProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TableHeadProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableHeadProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TableHeadProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableHeadProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TableHeadProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TableHeadProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/table/table-head.tsx:20 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TableHeadProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TableHeadProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean Object literals # Static defaultProps # \u25aa defaultProps : object # Defined in src/renderer/components/table/table-head.tsx:16 sticky # \u2022 sticky : true = true Defined in src/renderer/components/table/table-head.tsx:17","title":"Class: TableHead \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#class-tablehead-s-ss-s","text":"","title":"Class: TableHead \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#hierarchy","text":"Component\u2039 TableHeadProps \u203a \u21b3 TableHead","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#constructor","text":"+ new TableHead ( props : Readonly\u2039 TableHeadProps \u203a): TableHead Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 TableHeadProps \u203a Returns: TableHead + new TableHead ( props : TableHeadProps , context? : any): TableHead Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props TableHeadProps context? any Returns: TableHead","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#props","text":"\u2022 props : Readonly\u2039 TableHeadProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TableHeadProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableHeadProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TableHeadProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableHeadProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TableHeadProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TableHeadProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TableHeadProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableHeadProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TableHeadProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableHeadProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TableHeadProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TableHeadProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/table/table-head.tsx:20 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TableHeadProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TableHeadProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#static-defaultprops","text":"","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#defaultprops-object","text":"Defined in src/renderer/components/table/table-head.tsx:16","title":"\u25aa defaultProps: object"},{"location":"extensions/api/classes/_renderer_api_components_.tablehead/#sticky","text":"\u2022 sticky : true = true Defined in src/renderer/components/table/table-head.tsx:17","title":"sticky"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/","text":"Class: TableRow \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 TableRowProps \u203a \u21b3 TableRow Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new TableRow ( props : Readonly\u2039 TableRowProps \u203a): TableRow Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 TableRowProps \u203a Returns: TableRow + new TableRow ( props : TableRowProps , context? : any): TableRow Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props TableRowProps context? any Returns: TableRow Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 TableRowProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TableRowProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableRowProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TableRowProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableRowProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TableRowProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TableRowProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TableRowProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableRowProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TableRowProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableRowProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TableRowProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TableRowProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/table/table-row.tsx:20 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TableRowProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TableRowProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: TableRow \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#class-tablerow-s-ss-s","text":"","title":"Class: TableRow \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#hierarchy","text":"Component\u2039 TableRowProps \u203a \u21b3 TableRow","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#constructor","text":"+ new TableRow ( props : Readonly\u2039 TableRowProps \u203a): TableRow Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 TableRowProps \u203a Returns: TableRow + new TableRow ( props : TableRowProps , context? : any): TableRow Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props TableRowProps context? any Returns: TableRow","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#props","text":"\u2022 props : Readonly\u2039 TableRowProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TableRowProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableRowProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TableRowProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableRowProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TableRowProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TableRowProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TableRowProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableRowProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TableRowProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TableRowProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TableRowProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TableRowProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/table/table-row.tsx:20 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.tablerow/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TableRowProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TableRowProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/","text":"Class: Tabs \u2039 S, SS \u203a # Type parameters # \u25aa S \u25aa SS Hierarchy # PureComponent\u2039 TabsProps \u203a \u21b3 Tabs Index # Properties # elem Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate render shouldComponentUpdate Properties # elem # \u2022 elem : HTMLElement Defined in src/renderer/components/tabs/tabs.tsx:25 Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TabsProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabsProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TabsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Protected bindRef # \u25b8 bindRef ( elem : HTMLElement): void Defined in src/renderer/components/tabs/tabs.tsx:28 Parameters: Name Type elem HTMLElement Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TabsProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TabsProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TabsProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabsProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TabsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TabsProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TabsProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Defined in src/renderer/components/tabs/tabs.tsx:32 Returns: Element\u2039\u203a Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TabsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TabsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: Tabs \u2039**S, SS**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#class-tabs-s-ss","text":"","title":"Class: Tabs \u2039S, SS\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#type-parameters","text":"\u25aa S \u25aa SS","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#hierarchy","text":"PureComponent\u2039 TabsProps \u203a \u21b3 Tabs","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#properties","text":"elem","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate render shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#elem","text":"\u2022 elem : HTMLElement Defined in src/renderer/components/tabs/tabs.tsx:25","title":"elem"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TabsProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabsProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TabsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#protected-bindref","text":"\u25b8 bindRef ( elem : HTMLElement): void Defined in src/renderer/components/tabs/tabs.tsx:28 Parameters: Name Type elem HTMLElement Returns: void","title":"Protected bindRef"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TabsProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TabsProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TabsProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabsProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TabsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TabsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TabsProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TabsProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#render","text":"\u25b8 render (): Element\u2039\u203a Defined in src/renderer/components/tabs/tabs.tsx:32 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.tabs/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TabsProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TabsProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/","text":"Class: Tooltip \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 TooltipProps \u203a \u21b3 Tooltip Index # Constructors # constructor Properties # activePosition context elem isVisible props refs state contextType defaultProps Accessors # hoverTarget targetElem Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getPosition getSnapshotBeforeUpdate onEnterTarget onLeaveTarget refreshPosition render setPosition setState shouldComponentUpdate Constructors # constructor # + new Tooltip ( props : Readonly\u2039 TooltipProps \u203a): Tooltip Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 TooltipProps \u203a Returns: Tooltip + new Tooltip ( props : TooltipProps , context? : any): Tooltip Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props TooltipProps context? any Returns: Tooltip Properties # activePosition # \u2022 activePosition : TooltipPosition Defined in src/renderer/components/tooltip/tooltip.tsx:51 context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html elem # \u2022 elem : HTMLElement Defined in src/renderer/components/tooltip/tooltip.tsx:50 isVisible # \u2022 isVisible : boolean = !!this.props.visible Defined in src/renderer/components/tooltip/tooltip.tsx:52 props # \u2022 props : Readonly\u2039 TooltipProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Static defaultProps # \u25aa defaultProps : object = defaultProps as object Defined in src/renderer/components/tooltip/tooltip.tsx:48 Accessors # hoverTarget # \u2022 get hoverTarget (): HTMLElement Defined in src/renderer/components/tooltip/tooltip.tsx:58 Returns: HTMLElement targetElem # \u2022 get targetElem (): HTMLElement Defined in src/renderer/components/tooltip/tooltip.tsx:54 Returns: HTMLElement Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TooltipProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TooltipProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TooltipProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TooltipProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void bindRef # \u25b8 bindRef ( elem : HTMLElement): void Defined in src/renderer/components/tooltip/tooltip.tsx:191 Parameters: Name Type elem HTMLElement Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void componentDidMount # \u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/tooltip/tooltip.tsx:66 Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TooltipProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TooltipProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TooltipProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TooltipProps \u203a nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides WizardLayout . componentWillUnmount Defined in src/renderer/components/tooltip/tooltip.tsx:71 Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TooltipProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TooltipProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Protected getPosition # \u25b8 getPosition ( position : TooltipPosition , tooltipBounds : DOMRect, targetBounds : DOMRect): object Defined in src/renderer/components/tooltip/tooltip.tsx:140 Parameters: Name Type position TooltipPosition tooltipBounds DOMRect targetBounds DOMRect Returns: object bottom : number = top + tooltipBounds.height left : number = left right : number = left + tooltipBounds.width top : number = top Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TooltipProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TooltipProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null Protected onEnterTarget # \u25b8 onEnterTarget ( evt : MouseEvent): void Defined in src/renderer/components/tooltip/tooltip.tsx:77 Parameters: Name Type evt MouseEvent Returns: void Protected onLeaveTarget # \u25b8 onLeaveTarget ( evt : MouseEvent): void Defined in src/renderer/components/tooltip/tooltip.tsx:83 Parameters: Name Type evt MouseEvent Returns: void refreshPosition # \u25b8 refreshPosition (): void Defined in src/renderer/components/tooltip/tooltip.tsx:88 Returns: void render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/tooltip/tooltip.tsx:195 Returns: Element\u2039\u203a Protected setPosition # \u25b8 setPosition ( pos : object): void Defined in src/renderer/components/tooltip/tooltip.tsx:134 Parameters: \u25aa pos : object Name Type left number top number Returns: void setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TooltipProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TooltipProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: Tooltip \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#class-tooltip-s-ss-s","text":"","title":"Class: Tooltip \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#hierarchy","text":"Component\u2039 TooltipProps \u203a \u21b3 Tooltip","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#properties","text":"activePosition context elem isVisible props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#accessors","text":"hoverTarget targetElem","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getPosition getSnapshotBeforeUpdate onEnterTarget onLeaveTarget refreshPosition render setPosition setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#constructor","text":"+ new Tooltip ( props : Readonly\u2039 TooltipProps \u203a): Tooltip Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 TooltipProps \u203a Returns: Tooltip + new Tooltip ( props : TooltipProps , context? : any): Tooltip Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props TooltipProps context? any Returns: Tooltip","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#activeposition","text":"\u2022 activePosition : TooltipPosition Defined in src/renderer/components/tooltip/tooltip.tsx:51","title":"activePosition"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#elem","text":"\u2022 elem : HTMLElement Defined in src/renderer/components/tooltip/tooltip.tsx:50","title":"elem"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#isvisible","text":"\u2022 isVisible : boolean = !!this.props.visible Defined in src/renderer/components/tooltip/tooltip.tsx:52","title":"isVisible"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#props","text":"\u2022 props : Readonly\u2039 TooltipProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#static-defaultprops","text":"\u25aa defaultProps : object = defaultProps as object Defined in src/renderer/components/tooltip/tooltip.tsx:48","title":"Static defaultProps"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#hovertarget","text":"\u2022 get hoverTarget (): HTMLElement Defined in src/renderer/components/tooltip/tooltip.tsx:58 Returns: HTMLElement","title":"hoverTarget"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#targetelem","text":"\u2022 get targetElem (): HTMLElement Defined in src/renderer/components/tooltip/tooltip.tsx:54 Returns: HTMLElement","title":"targetElem"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 TooltipProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TooltipProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 TooltipProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TooltipProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#bindref","text":"\u25b8 bindRef ( elem : HTMLElement): void Defined in src/renderer/components/tooltip/tooltip.tsx:191 Parameters: Name Type elem HTMLElement Returns: void","title":"bindRef"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides WizardLayout . componentDidMount Defined in src/renderer/components/tooltip/tooltip.tsx:66 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 TooltipProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 TooltipProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 TooltipProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TooltipProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides WizardLayout . componentWillUnmount Defined in src/renderer/components/tooltip/tooltip.tsx:71 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 TooltipProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 TooltipProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#protected-getposition","text":"\u25b8 getPosition ( position : TooltipPosition , tooltipBounds : DOMRect, targetBounds : DOMRect): object Defined in src/renderer/components/tooltip/tooltip.tsx:140 Parameters: Name Type position TooltipPosition tooltipBounds DOMRect targetBounds DOMRect Returns: object bottom : number = top + tooltipBounds.height left : number = left right : number = left + tooltipBounds.width top : number = top","title":"Protected getPosition"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 TooltipProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 TooltipProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#protected-onentertarget","text":"\u25b8 onEnterTarget ( evt : MouseEvent): void Defined in src/renderer/components/tooltip/tooltip.tsx:77 Parameters: Name Type evt MouseEvent Returns: void","title":"Protected onEnterTarget"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#protected-onleavetarget","text":"\u25b8 onLeaveTarget ( evt : MouseEvent): void Defined in src/renderer/components/tooltip/tooltip.tsx:83 Parameters: Name Type evt MouseEvent Returns: void","title":"Protected onLeaveTarget"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#refreshposition","text":"\u25b8 refreshPosition (): void Defined in src/renderer/components/tooltip/tooltip.tsx:88 Returns: void","title":"refreshPosition"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/tooltip/tooltip.tsx:195 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#protected-setposition","text":"\u25b8 setPosition ( pos : object): void Defined in src/renderer/components/tooltip/tooltip.tsx:134 Parameters: \u25aa pos : object Name Type left number top number Returns: void","title":"Protected setPosition"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.tooltip/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 TooltipProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 TooltipProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/","text":"Class: WizardLayout \u2039 S, SS, S \u203a # Type parameters # \u25aa S \u25aa SS \u25aa S Hierarchy # Component\u2039 WizardLayoutProps \u203a \u21b3 WizardLayout Index # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new WizardLayout ( props : Readonly\u2039 WizardLayoutProps \u203a): WizardLayout Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 WizardLayoutProps \u203a Returns: WizardLayout + new WizardLayout ( props : WizardLayoutProps , context? : any): WizardLayout Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props WizardLayoutProps context? any Returns: WizardLayout Properties # context # \u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html props # \u2022 props : Readonly\u2039 WizardLayoutProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Type declaration: [ key : string ]: ReactInstance state # \u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512 Static Optional contextType # \u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Methods # Optional UNSAFE_componentWillMount # \u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional UNSAFE_componentWillReceiveProps # \u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 WizardLayoutProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 WizardLayoutProps \u203a nextContext any Returns: void Optional UNSAFE_componentWillUpdate # \u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 WizardLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 WizardLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void Optional componentDidCatch # \u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void Optional componentDidMount # \u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void Optional componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Readonly\u2039 WizardLayoutProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 WizardLayoutProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void Optional componentWillMount # \u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void Optional componentWillReceiveProps # \u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 WizardLayoutProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 WizardLayoutProps \u203a nextContext any Returns: void Optional componentWillUnmount # \u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void Optional componentWillUpdate # \u25b8 componentWillUpdate ( nextProps : Readonly\u2039 WizardLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 WizardLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void Optional getSnapshotBeforeUpdate # \u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 WizardLayoutProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 WizardLayoutProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null render # \u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/layout/wizard-layout.tsx:19 Returns: Element\u2039\u203a setState # \u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void Optional shouldComponentUpdate # \u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 WizardLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 WizardLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Class: WizardLayout \u2039**S, SS, S**\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#class-wizardlayout-s-ss-s","text":"","title":"Class: WizardLayout \u2039S, SS, S\u203a"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#type-parameters","text":"\u25aa S \u25aa SS \u25aa S","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#hierarchy","text":"Component\u2039 WizardLayoutProps \u203a \u21b3 WizardLayout","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#constructor","text":"+ new WizardLayout ( props : Readonly\u2039 WizardLayoutProps \u203a): WizardLayout Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:486 Parameters: Name Type props Readonly\u2039 WizardLayoutProps \u203a Returns: WizardLayout + new WizardLayout ( props : WizardLayoutProps , context? : any): WizardLayout Inherited from PageLayout . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props WizardLayoutProps context? any Returns: WizardLayout","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#context","text":"\u2022 context : any Inherited from PageLayout . context Defined in node_modules/@types/react/index.d.ts:486 If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#props","text":"\u2022 props : Readonly\u2039 WizardLayoutProps \u203a & Readonly\u2039object\u203a Inherited from PageLayout . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#refs","text":"\u2022 refs : object Inherited from PageLayout . refs Defined in node_modules/@types/react/index.d.ts:517 deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#state","text":"\u2022 state : Readonly\u2039S\u203a Inherited from PageLayout . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#static-optional-contexttype","text":"\u25aa contextType ? : Context\u2039any\u203a Inherited from PageLayout . contextType Defined in node_modules/@types/react/index.d.ts:468 If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype","title":"Static Optional contextType"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#optional-unsafe_componentwillmount","text":"\u25b8 UNSAFE_componentWillMount (): void Inherited from PageLayout . UNSAFE_componentWillMount Defined in node_modules/@types/react/index.d.ts:712 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#optional-unsafe_componentwillreceiveprops","text":"\u25b8 UNSAFE_componentWillReceiveProps ( nextProps : Readonly\u2039 WizardLayoutProps \u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:744 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 WizardLayoutProps \u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#optional-unsafe_componentwillupdate","text":"\u25b8 UNSAFE_componentWillUpdate ( nextProps : Readonly\u2039 WizardLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . UNSAFE_componentWillUpdate Defined in node_modules/@types/react/index.d.ts:772 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 WizardLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#optional-componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error, errorInfo : ErrorInfo): void Inherited from PageLayout . componentDidCatch Defined in node_modules/@types/react/index.d.ts:641 Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters: Name Type error Error errorInfo ErrorInfo Returns: void","title":"Optional componentDidCatch"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#optional-componentdidmount","text":"\u25b8 componentDidMount (): void Inherited from WizardLayout . componentDidMount Defined in node_modules/@types/react/index.d.ts:620 Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns: void","title":"Optional componentDidMount"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#optional-componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Readonly\u2039 WizardLayoutProps \u203a, prevState : Readonly\u2039S\u203a, snapshot? : SS): void Inherited from PageLayout . componentDidUpdate Defined in node_modules/@types/react/index.d.ts:683 Called immediately after updating occurs. Not called for the initial render. The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null. Parameters: Name Type prevProps Readonly\u2039 WizardLayoutProps \u203a prevState Readonly\u2039S\u203a snapshot? SS Returns: void","title":"Optional componentDidUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#optional-componentwillmount","text":"\u25b8 componentWillMount (): void Inherited from PageLayout . componentWillMount Defined in node_modules/@types/react/index.d.ts:698 Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns: void","title":"Optional componentWillMount"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#optional-componentwillreceiveprops","text":"\u25b8 componentWillReceiveProps ( nextProps : Readonly\u2039 WizardLayoutProps \u203a, nextContext : any): void Inherited from PageLayout . componentWillReceiveProps Defined in node_modules/@types/react/index.d.ts:727 Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 WizardLayoutProps \u203a nextContext any Returns: void","title":"Optional componentWillReceiveProps"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#optional-componentwillunmount","text":"\u25b8 componentWillUnmount (): void Inherited from WizardLayout . componentWillUnmount Defined in node_modules/@types/react/index.d.ts:636 Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns: void","title":"Optional componentWillUnmount"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#optional-componentwillupdate","text":"\u25b8 componentWillUpdate ( nextProps : Readonly\u2039 WizardLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): void Inherited from PageLayout . componentWillUpdate Defined in node_modules/@types/react/index.d.ts:757 Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters: Name Type nextProps Readonly\u2039 WizardLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: void","title":"Optional componentWillUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#forceupdate","text":"\u25b8 forceUpdate ( callback? : function): void Inherited from PageLayout . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"forceUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#optional-getsnapshotbeforeupdate","text":"\u25b8 getSnapshotBeforeUpdate ( prevProps : Readonly\u2039 WizardLayoutProps \u203a, prevState : Readonly\u2039S\u203a): SS | null Inherited from PageLayout . getSnapshotBeforeUpdate Defined in node_modules/@types/react/index.d.ts:677 Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters: Name Type prevProps Readonly\u2039 WizardLayoutProps \u203a prevState Readonly\u2039S\u203a Returns: SS | null","title":"Optional getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#render","text":"\u25b8 render (): Element\u2039\u203a Overrides void Defined in src/renderer/components/layout/wizard-layout.tsx:19 Returns: Element\u2039\u203a","title":"render"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#setstate","text":"\u25b8 setState \u2039 K \u203a( state : function | S | object, callback? : function): void Inherited from PageLayout . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: \u25aa K : keyof S Parameters: \u25aa state : function | S | object \u25aa Optional callback : function \u25b8 (): void Returns: void","title":"setState"},{"location":"extensions/api/classes/_renderer_api_components_.wizardlayout/#optional-shouldcomponentupdate","text":"\u25b8 shouldComponentUpdate ( nextProps : Readonly\u2039 WizardLayoutProps \u203a, nextState : Readonly\u2039S\u203a, nextContext : any): boolean Inherited from PageLayout . shouldComponentUpdate Defined in node_modules/@types/react/index.d.ts:631 Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters: Name Type nextProps Readonly\u2039 WizardLayoutProps \u203a nextState Readonly\u2039S\u203a nextContext any Returns: boolean","title":"Optional shouldComponentUpdate"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/","text":"Class: ClusterRole # Hierarchy # \u21b3 Role \u21b3 ClusterRole Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata rules status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getRules getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new ClusterRole ( data : KubeJsonApiData): ClusterRole Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: ClusterRole Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 rules # \u2022 rules : object[] Inherited from Role . rules Defined in src/renderer/api/endpoints/role.api.ts:9 Optional status # \u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 Static apiBase # \u25aa apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/clusterroles\" Overrides Role . apiBase Defined in src/renderer/api/endpoints/cluster-role.api.ts:9 Static kind # \u25aa kind : string = \"ClusterRole\" Overrides Role . kind Defined in src/renderer/api/endpoints/cluster-role.api.ts:7 Static namespaced # \u25aa namespaced : boolean = false Overrides Role . namespaced Defined in src/renderer/api/endpoints/cluster-role.api.ts:8 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getRules # \u25b8 getRules (): object[] Inherited from Role . getRules Defined in src/renderer/api/endpoints/role.api.ts:16 Returns: object[] getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: ClusterRole"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#class-clusterrole","text":"","title":"Class: ClusterRole"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#hierarchy","text":"\u21b3 Role \u21b3 ClusterRole","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#properties","text":"apiVersion kind metadata rules status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getRules getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#constructor","text":"+ new ClusterRole ( data : KubeJsonApiData): ClusterRole Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: ClusterRole","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#rules","text":"\u2022 rules : object[] Inherited from Role . rules Defined in src/renderer/api/endpoints/role.api.ts:9","title":"rules"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#optional-status","text":"\u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#static-apibase","text":"\u25aa apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/clusterroles\" Overrides Role . apiBase Defined in src/renderer/api/endpoints/cluster-role.api.ts:9","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#static-kind","text":"\u25aa kind : string = \"ClusterRole\" Overrides Role . kind Defined in src/renderer/api/endpoints/cluster-role.api.ts:7","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#static-namespaced","text":"\u25aa namespaced : boolean = false Overrides Role . namespaced Defined in src/renderer/api/endpoints/cluster-role.api.ts:8","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#getrules","text":"\u25b8 getRules (): object[] Inherited from Role . getRules Defined in src/renderer/api/endpoints/role.api.ts:16 Returns: object[]","title":"getRules"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrole/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/","text":"Class: ClusterRoleBinding # Hierarchy # \u21b3 RoleBinding \u21b3 ClusterRoleBinding Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata roleRef status subjects apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getSubjectNames getSubjects toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new ClusterRoleBinding ( data : KubeJsonApiData): ClusterRoleBinding Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: ClusterRoleBinding Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 roleRef # \u2022 roleRef : object Inherited from RoleBinding . roleRef Defined in src/renderer/api/endpoints/role-binding.api.ts:19 Type declaration: apiGroup ? : string kind : string name : string Optional status # \u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 Optional subjects # \u2022 subjects ? : IRoleBindingSubject[] Inherited from RoleBinding . subjects Defined in src/renderer/api/endpoints/role-binding.api.ts:18 Static apiBase # \u25aa apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/clusterrolebindings\" Overrides RoleBinding . apiBase Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:7 Static kind # \u25aa kind : string = \"ClusterRoleBinding\" Overrides RoleBinding . kind Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:5 Static namespaced # \u25aa namespaced : boolean = false Overrides RoleBinding . namespaced Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:6 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSubjectNames # \u25b8 getSubjectNames (): string Inherited from RoleBinding . getSubjectNames Defined in src/renderer/api/endpoints/role-binding.api.ts:29 Returns: string getSubjects # \u25b8 getSubjects (): IRoleBindingSubject[] Inherited from RoleBinding . getSubjects Defined in src/renderer/api/endpoints/role-binding.api.ts:25 Returns: IRoleBindingSubject[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: ClusterRoleBinding"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#class-clusterrolebinding","text":"","title":"Class: ClusterRoleBinding"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#hierarchy","text":"\u21b3 RoleBinding \u21b3 ClusterRoleBinding","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#properties","text":"apiVersion kind metadata roleRef status subjects apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getSubjectNames getSubjects toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#constructor","text":"+ new ClusterRoleBinding ( data : KubeJsonApiData): ClusterRoleBinding Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: ClusterRoleBinding","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#roleref","text":"\u2022 roleRef : object Inherited from RoleBinding . roleRef Defined in src/renderer/api/endpoints/role-binding.api.ts:19","title":"roleRef"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#optional-status","text":"\u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#optional-subjects","text":"\u2022 subjects ? : IRoleBindingSubject[] Inherited from RoleBinding . subjects Defined in src/renderer/api/endpoints/role-binding.api.ts:18","title":"Optional subjects"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#static-apibase","text":"\u25aa apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/clusterrolebindings\" Overrides RoleBinding . apiBase Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:7","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#static-kind","text":"\u25aa kind : string = \"ClusterRoleBinding\" Overrides RoleBinding . kind Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:5","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#static-namespaced","text":"\u25aa namespaced : boolean = false Overrides RoleBinding . namespaced Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:6","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#getsubjectnames","text":"\u25b8 getSubjectNames (): string Inherited from RoleBinding . getSubjectNames Defined in src/renderer/api/endpoints/role-binding.api.ts:29 Returns: string","title":"getSubjectNames"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#getsubjects","text":"\u25b8 getSubjects (): IRoleBindingSubject[] Inherited from RoleBinding . getSubjects Defined in src/renderer/api/endpoints/role-binding.api.ts:25 Returns: IRoleBindingSubject[]","title":"getSubjects"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.clusterrolebinding/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/","text":"Class: ConfigMap # Hierarchy # KubeObject \u21b3 ConfigMap Implements # ItemObject Index # Constructors # constructor Properties # apiVersion data kind metadata status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getKeys getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new ConfigMap ( data : KubeJsonApiData): ConfigMap Overrides KubeObject . constructor Defined in src/renderer/api/endpoints/configmap.api.ts:10 Parameters: Name Type data KubeJsonApiData Returns: ConfigMap Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 data # \u2022 data : object Defined in src/renderer/api/endpoints/configmap.api.ts:17 Type declaration: [ param : string ]: string kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 Optional status # \u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 Static apiBase # \u25aa apiBase : string = \"/api/v1/configmaps\" Defined in src/renderer/api/endpoints/configmap.api.ts:10 Static kind # \u25aa kind : string = \"ConfigMap\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/configmap.api.ts:8 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/configmap.api.ts:9 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getKeys # \u25b8 getKeys (): string[] Defined in src/renderer/api/endpoints/configmap.api.ts:21 Returns: string[] getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: ConfigMap"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#class-configmap","text":"","title":"Class: ConfigMap"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#hierarchy","text":"KubeObject \u21b3 ConfigMap","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#properties","text":"apiVersion data kind metadata status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#methods","text":"delete getAge getAnnotations getFinalizers getId getKeys getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#constructor","text":"+ new ConfigMap ( data : KubeJsonApiData): ConfigMap Overrides KubeObject . constructor Defined in src/renderer/api/endpoints/configmap.api.ts:10 Parameters: Name Type data KubeJsonApiData Returns: ConfigMap","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#data","text":"\u2022 data : object Defined in src/renderer/api/endpoints/configmap.api.ts:17","title":"data"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#optional-status","text":"\u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#static-apibase","text":"\u25aa apiBase : string = \"/api/v1/configmaps\" Defined in src/renderer/api/endpoints/configmap.api.ts:10","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#static-kind","text":"\u25aa kind : string = \"ConfigMap\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/configmap.api.ts:8","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/configmap.api.ts:9","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#getkeys","text":"\u25b8 getKeys (): string[] Defined in src/renderer/api/endpoints/configmap.api.ts:21 Returns: string[]","title":"getKeys"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.configmap/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/","text":"Class: CronJob # Hierarchy # KubeObject \u21b3 CronJob Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getLastScheduleTime getName getNs getOwnerRefs getResourceVersion getSchedule getSearchFields getSuspendFlag isNeverRun toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new CronJob ( data : KubeJsonApiData): CronJob Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: CronJob Properties # apiVersion # \u2022 apiVersion : string Overrides KubeObject . apiVersion Defined in src/renderer/api/endpoints/cron-job.api.ts:15 kind # \u2022 kind : string Overrides KubeObject . kind Defined in src/renderer/api/endpoints/cron-job.api.ts:14 metadata # \u2022 metadata : object Overrides KubeObject . metadata Defined in src/renderer/api/endpoints/cron-job.api.ts:16 Type declaration: annotations (): object creationTimestamp : string labels (): object name : string namespace : string resourceVersion : string selfLink : string uid : string spec # \u2022 spec : object Defined in src/renderer/api/endpoints/cron-job.api.ts:30 Type declaration: concurrencyPolicy : string failedJobsHistoryLimit : number jobTemplate (): object metadata (): object annotations (): object creationTimestamp ? : string labels (): object spec (): object template (): object metadata (): object creationTimestamp ? : string spec (): object containers : IPodContainer [] dnsPolicy : string hostPID : boolean restartPolicy : string schedulerName : string terminationGracePeriodSeconds : number schedule : string successfulJobsHistoryLimit : number suspend : boolean status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/cron-job.api.ts:63 Type declaration: lastScheduleTime ? : string Static apiBase # \u25aa apiBase : string = \"/apis/batch/v1beta1/cronjobs\" Defined in src/renderer/api/endpoints/cron-job.api.ts:12 Static kind # \u25aa kind : string = \"CronJob\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/cron-job.api.ts:10 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/cron-job.api.ts:11 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getLastScheduleTime # \u25b8 getLastScheduleTime (): string Defined in src/renderer/api/endpoints/cron-job.api.ts:71 Returns: string getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSchedule # \u25b8 getSchedule (): string Defined in src/renderer/api/endpoints/cron-job.api.ts:77 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSuspendFlag # \u25b8 getSuspendFlag (): string Defined in src/renderer/api/endpoints/cron-job.api.ts:67 Returns: string isNeverRun # \u25b8 isNeverRun (): boolean Defined in src/renderer/api/endpoints/cron-job.api.ts:81 Returns: boolean toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: CronJob"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#class-cronjob","text":"","title":"Class: CronJob"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#hierarchy","text":"KubeObject \u21b3 CronJob","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getLastScheduleTime getName getNs getOwnerRefs getResourceVersion getSchedule getSearchFields getSuspendFlag isNeverRun toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#constructor","text":"+ new CronJob ( data : KubeJsonApiData): CronJob Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: CronJob","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#apiversion","text":"\u2022 apiVersion : string Overrides KubeObject . apiVersion Defined in src/renderer/api/endpoints/cron-job.api.ts:15","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#kind","text":"\u2022 kind : string Overrides KubeObject . kind Defined in src/renderer/api/endpoints/cron-job.api.ts:14","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#metadata","text":"\u2022 metadata : object Overrides KubeObject . metadata Defined in src/renderer/api/endpoints/cron-job.api.ts:16","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#spec","text":"\u2022 spec : object Defined in src/renderer/api/endpoints/cron-job.api.ts:30","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/cron-job.api.ts:63","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#static-apibase","text":"\u25aa apiBase : string = \"/apis/batch/v1beta1/cronjobs\" Defined in src/renderer/api/endpoints/cron-job.api.ts:12","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#static-kind","text":"\u25aa kind : string = \"CronJob\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/cron-job.api.ts:10","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/cron-job.api.ts:11","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getlastscheduletime","text":"\u25b8 getLastScheduleTime (): string Defined in src/renderer/api/endpoints/cron-job.api.ts:71 Returns: string","title":"getLastScheduleTime"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getschedule","text":"\u25b8 getSchedule (): string Defined in src/renderer/api/endpoints/cron-job.api.ts:77 Returns: string","title":"getSchedule"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#getsuspendflag","text":"\u25b8 getSuspendFlag (): string Defined in src/renderer/api/endpoints/cron-job.api.ts:67 Returns: string","title":"getSuspendFlag"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#isneverrun","text":"\u25b8 isNeverRun (): boolean Defined in src/renderer/api/endpoints/cron-job.api.ts:81 Returns: boolean","title":"isNeverRun"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.cronjob/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/","text":"Class: CustomResourceDefinition # Hierarchy # KubeObject \u21b3 CustomResourceDefinition Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getConditions getConversion getFinalizers getGroup getId getLabels getName getNames getNs getOwnerRefs getPluralName getPrinterColumns getResourceApiBase getResourceKind getResourceTitle getResourceUrl getResourceVersion getScope getSearchFields getStoredVersions getValidation getVersion isNamespaced toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new CustomResourceDefinition ( data : KubeJsonApiData): CustomResourceDefinition Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: CustomResourceDefinition Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Defined in src/renderer/api/endpoints/crd.api.ts:25 Type declaration: additionalPrinterColumns ? : AdditionalPrinterColumnsV1Beta[] conversion (): object strategy ? : string webhook ? : any group : string names (): object kind : string listKind : string plural : string singular : string scope : \"Namespaced\" | \"Cluster\" | string validation ? : any version ? : string versions : object[] status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/crd.api.ts:49 Type declaration: acceptedNames (): object kind : string listKind : string plural : string shortNames : string[] singular : string conditions : object[] storedVersions : string[] Static apiBase # \u25aa apiBase : string = \"/apis/apiextensions.k8s.io/v1/customresourcedefinitions\" Defined in src/renderer/api/endpoints/crd.api.ts:23 Static kind # \u25aa kind : string = \"CustomResourceDefinition\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/crd.api.ts:21 Static namespaced # \u25aa namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/crd.api.ts:22 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getConditions # \u25b8 getConditions (): object[] Defined in src/renderer/api/endpoints/crd.api.ts:136 Returns: object[] getConversion # \u25b8 getConversion (): string Defined in src/renderer/api/endpoints/crd.api.ts:119 Returns: string getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getGroup # \u25b8 getGroup (): string Defined in src/renderer/api/endpoints/crd.api.ts:94 Returns: string getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNames # \u25b8 getNames (): object Defined in src/renderer/api/endpoints/crd.api.ts:115 Returns: object kind : string listKind : string plural : string singular : string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getPluralName # \u25b8 getPluralName (): string Defined in src/renderer/api/endpoints/crd.api.ts:81 Returns: string getPrinterColumns # \u25b8 getPrinterColumns ( ignorePriority : boolean): AdditionalPrinterColumnsV1[] Defined in src/renderer/api/endpoints/crd.api.ts:123 Parameters: Name Type Default ignorePriority boolean true Returns: AdditionalPrinterColumnsV1[] getResourceApiBase # \u25b8 getResourceApiBase (): string Defined in src/renderer/api/endpoints/crd.api.ts:76 Returns: string getResourceKind # \u25b8 getResourceKind (): string Defined in src/renderer/api/endpoints/crd.api.ts:85 Returns: string getResourceTitle # \u25b8 getResourceTitle (): string Defined in src/renderer/api/endpoints/crd.api.ts:89 Returns: string getResourceUrl # \u25b8 getResourceUrl (): string Defined in src/renderer/api/endpoints/crd.api.ts:67 Returns: string getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getScope # \u25b8 getScope (): string Defined in src/renderer/api/endpoints/crd.api.ts:98 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getStoredVersions # \u25b8 getStoredVersions (): string Defined in src/renderer/api/endpoints/crd.api.ts:111 Returns: string getValidation # \u25b8 getValidation (): string Defined in src/renderer/api/endpoints/crd.api.ts:132 Returns: string getVersion # \u25b8 getVersion (): string Defined in src/renderer/api/endpoints/crd.api.ts:102 Returns: string isNamespaced # \u25b8 isNamespaced (): boolean Defined in src/renderer/api/endpoints/crd.api.ts:107 Returns: boolean toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: CustomResourceDefinition"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#class-customresourcedefinition","text":"","title":"Class: CustomResourceDefinition"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#hierarchy","text":"KubeObject \u21b3 CustomResourceDefinition","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#methods","text":"delete getAge getAnnotations getConditions getConversion getFinalizers getGroup getId getLabels getName getNames getNs getOwnerRefs getPluralName getPrinterColumns getResourceApiBase getResourceKind getResourceTitle getResourceUrl getResourceVersion getScope getSearchFields getStoredVersions getValidation getVersion isNamespaced toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#constructor","text":"+ new CustomResourceDefinition ( data : KubeJsonApiData): CustomResourceDefinition Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: CustomResourceDefinition","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#spec","text":"\u2022 spec : object Defined in src/renderer/api/endpoints/crd.api.ts:25","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/crd.api.ts:49","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#static-apibase","text":"\u25aa apiBase : string = \"/apis/apiextensions.k8s.io/v1/customresourcedefinitions\" Defined in src/renderer/api/endpoints/crd.api.ts:23","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#static-kind","text":"\u25aa kind : string = \"CustomResourceDefinition\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/crd.api.ts:21","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#static-namespaced","text":"\u25aa namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/crd.api.ts:22","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getconditions","text":"\u25b8 getConditions (): object[] Defined in src/renderer/api/endpoints/crd.api.ts:136 Returns: object[]","title":"getConditions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getconversion","text":"\u25b8 getConversion (): string Defined in src/renderer/api/endpoints/crd.api.ts:119 Returns: string","title":"getConversion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getgroup","text":"\u25b8 getGroup (): string Defined in src/renderer/api/endpoints/crd.api.ts:94 Returns: string","title":"getGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getnames","text":"\u25b8 getNames (): object Defined in src/renderer/api/endpoints/crd.api.ts:115 Returns: object kind : string listKind : string plural : string singular : string","title":"getNames"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getpluralname","text":"\u25b8 getPluralName (): string Defined in src/renderer/api/endpoints/crd.api.ts:81 Returns: string","title":"getPluralName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getprintercolumns","text":"\u25b8 getPrinterColumns ( ignorePriority : boolean): AdditionalPrinterColumnsV1[] Defined in src/renderer/api/endpoints/crd.api.ts:123 Parameters: Name Type Default ignorePriority boolean true Returns: AdditionalPrinterColumnsV1[]","title":"getPrinterColumns"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getresourceapibase","text":"\u25b8 getResourceApiBase (): string Defined in src/renderer/api/endpoints/crd.api.ts:76 Returns: string","title":"getResourceApiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getresourcekind","text":"\u25b8 getResourceKind (): string Defined in src/renderer/api/endpoints/crd.api.ts:85 Returns: string","title":"getResourceKind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getresourcetitle","text":"\u25b8 getResourceTitle (): string Defined in src/renderer/api/endpoints/crd.api.ts:89 Returns: string","title":"getResourceTitle"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getresourceurl","text":"\u25b8 getResourceUrl (): string Defined in src/renderer/api/endpoints/crd.api.ts:67 Returns: string","title":"getResourceUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getscope","text":"\u25b8 getScope (): string Defined in src/renderer/api/endpoints/crd.api.ts:98 Returns: string","title":"getScope"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getstoredversions","text":"\u25b8 getStoredVersions (): string Defined in src/renderer/api/endpoints/crd.api.ts:111 Returns: string","title":"getStoredVersions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getvalidation","text":"\u25b8 getValidation (): string Defined in src/renderer/api/endpoints/crd.api.ts:132 Returns: string","title":"getValidation"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#getversion","text":"\u25b8 getVersion (): string Defined in src/renderer/api/endpoints/crd.api.ts:102 Returns: string","title":"getVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#isnamespaced","text":"\u25b8 isNamespaced (): boolean Defined in src/renderer/api/endpoints/crd.api.ts:107 Returns: boolean","title":"isNamespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.customresourcedefinition/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/","text":"Class: DaemonSet # Hierarchy # WorkloadKubeObject \u21b3 DaemonSet Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAffinity getAffinityNumber getAge getAnnotations getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getResourceVersion getSearchFields getSelectors getTemplateLabels getTolerations toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new DaemonSet ( data : KubeJsonApiData): DaemonSet Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: DaemonSet Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Overrides void Defined in src/renderer/api/endpoints/daemon-set.api.ts:13 Type declaration: revisionHistoryLimit : number selector (): object matchLabels (): object template (): object metadata (): object creationTimestamp ? : string labels (): object name : string spec (): object affinity ? : IAffinity containers : IPodContainer [] dnsPolicy : string hostPID : boolean initContainers ? : IPodContainer [] nodeSelector (): object restartPolicy : string schedulerName : string securityContext (): object terminationGracePeriodSeconds : number tolerations : object[] updateStrategy (): object rollingUpdate (): object maxUnavailable : number type : string status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/daemon-set.api.ts:55 Type declaration: currentNumberScheduled : number desiredNumberScheduled : number numberAvailable : number numberMisscheduled : number numberReady : number numberUnavailable : number observedGeneration : number updatedNumberScheduled : number Static apiBase # \u25aa apiBase : string = \"/apis/apps/v1/daemonsets\" Defined in src/renderer/api/endpoints/daemon-set.api.ts:11 Static kind # \u25aa kind : string = \"DaemonSet\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/daemon-set.api.ts:9 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/daemon-set.api.ts:10 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAffinity # \u25b8 getAffinity (): IAffinity Inherited from Deployment . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Inherited from Pod . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getImages # \u25b8 getImages (): string[] Defined in src/renderer/api/endpoints/daemon-set.api.ts:66 Returns: string[] getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeSelectors # \u25b8 getNodeSelectors (): string[] Inherited from Deployment . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[] getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSelectors # \u25b8 getSelectors (): string[] Inherited from Pod . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[] getTemplateLabels # \u25b8 getTemplateLabels (): string[] Inherited from Pod . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): IToleration[] Inherited from Deployment . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: DaemonSet"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#class-daemonset","text":"","title":"Class: DaemonSet"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#hierarchy","text":"WorkloadKubeObject \u21b3 DaemonSet","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#methods","text":"delete getAffinity getAffinityNumber getAge getAnnotations getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getResourceVersion getSearchFields getSelectors getTemplateLabels getTolerations toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#constructor","text":"+ new DaemonSet ( data : KubeJsonApiData): DaemonSet Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: DaemonSet","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#spec","text":"\u2022 spec : object Overrides void Defined in src/renderer/api/endpoints/daemon-set.api.ts:13","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/daemon-set.api.ts:55","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#static-apibase","text":"\u25aa apiBase : string = \"/apis/apps/v1/daemonsets\" Defined in src/renderer/api/endpoints/daemon-set.api.ts:11","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#static-kind","text":"\u25aa kind : string = \"DaemonSet\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/daemon-set.api.ts:9","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/daemon-set.api.ts:10","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Inherited from Deployment . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Inherited from Pod . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getimages","text":"\u25b8 getImages (): string[] Defined in src/renderer/api/endpoints/daemon-set.api.ts:66 Returns: string[]","title":"getImages"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Inherited from Deployment . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#getselectors","text":"\u25b8 getSelectors (): string[] Inherited from Pod . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Inherited from Pod . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#gettolerations","text":"\u25b8 getTolerations (): IToleration[] Inherited from Deployment . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration[]","title":"getTolerations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.daemonset/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/","text":"Class: Deployment # Hierarchy # WorkloadKubeObject \u21b3 Deployment Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAffinity getAffinityNumber getAge getAnnotations getConditions getConditionsText getFinalizers getId getLabels getName getNodeSelectors getNs getOwnerRefs getReplicas getResourceVersion getSearchFields getSelectors getTemplateLabels getTolerations toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new Deployment ( data : KubeJsonApiData): Deployment Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Deployment Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Overrides void Defined in src/renderer/api/endpoints/deployment.api.ts:55 Type declaration: replicas : number selector (): object matchLabels (): object strategy (): object rollingUpdate (): object maxSurge : number maxUnavailable : number type : string template (): object metadata (): object annotations (): object creationTimestamp ? : string labels (): object spec (): object affinity ? : IAffinity containers : object[] dnsPolicy : string nodeSelector (): object restartPolicy : string schedulerName : string securityContext (): object serviceAccount : string serviceAccountName : string terminationGracePeriodSeconds : number tolerations ? : object[] volumes ? : object[] status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/deployment.api.ts:155 Type declaration: availableReplicas ? : number conditions : object[] observedGeneration : number readyReplicas : number replicas : number unavailableReplicas ? : number updatedReplicas : number Static apiBase # \u25aa apiBase : string = \"/apis/apps/v1/deployments\" Defined in src/renderer/api/endpoints/deployment.api.ts:53 Static kind # \u25aa kind : string = \"Deployment\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/deployment.api.ts:51 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/deployment.api.ts:52 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAffinity # \u25b8 getAffinity (): IAffinity Inherited from Deployment . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Inherited from Pod . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getConditions # \u25b8 getConditions ( activeOnly : boolean): object[] Defined in src/renderer/api/endpoints/deployment.api.ts:172 Parameters: Name Type Default activeOnly boolean false Returns: object[] getConditionsText # \u25b8 getConditionsText ( activeOnly : boolean): string Defined in src/renderer/api/endpoints/deployment.api.ts:181 Parameters: Name Type Default activeOnly boolean true Returns: string getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeSelectors # \u25b8 getNodeSelectors (): string[] Inherited from Deployment . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[] getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getReplicas # \u25b8 getReplicas (): number Defined in src/renderer/api/endpoints/deployment.api.ts:185 Returns: number getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSelectors # \u25b8 getSelectors (): string[] Inherited from Pod . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[] getTemplateLabels # \u25b8 getTemplateLabels (): string[] Inherited from Pod . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): IToleration[] Inherited from Deployment . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: Deployment"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#class-deployment","text":"","title":"Class: Deployment"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#hierarchy","text":"WorkloadKubeObject \u21b3 Deployment","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#methods","text":"delete getAffinity getAffinityNumber getAge getAnnotations getConditions getConditionsText getFinalizers getId getLabels getName getNodeSelectors getNs getOwnerRefs getReplicas getResourceVersion getSearchFields getSelectors getTemplateLabels getTolerations toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#constructor","text":"+ new Deployment ( data : KubeJsonApiData): Deployment Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Deployment","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#spec","text":"\u2022 spec : object Overrides void Defined in src/renderer/api/endpoints/deployment.api.ts:55","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/deployment.api.ts:155","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#static-apibase","text":"\u25aa apiBase : string = \"/apis/apps/v1/deployments\" Defined in src/renderer/api/endpoints/deployment.api.ts:53","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#static-kind","text":"\u25aa kind : string = \"Deployment\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/deployment.api.ts:51","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/deployment.api.ts:52","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Inherited from Deployment . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Inherited from Pod . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getconditions","text":"\u25b8 getConditions ( activeOnly : boolean): object[] Defined in src/renderer/api/endpoints/deployment.api.ts:172 Parameters: Name Type Default activeOnly boolean false Returns: object[]","title":"getConditions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getconditionstext","text":"\u25b8 getConditionsText ( activeOnly : boolean): string Defined in src/renderer/api/endpoints/deployment.api.ts:181 Parameters: Name Type Default activeOnly boolean true Returns: string","title":"getConditionsText"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Inherited from Deployment . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getreplicas","text":"\u25b8 getReplicas (): number Defined in src/renderer/api/endpoints/deployment.api.ts:185 Returns: number","title":"getReplicas"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#getselectors","text":"\u25b8 getSelectors (): string[] Inherited from Pod . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Inherited from Pod . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#gettolerations","text":"\u25b8 getTolerations (): IToleration[] Inherited from Deployment . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration[]","title":"getTolerations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deployment/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/","text":"Class: DeploymentApi # Hierarchy # KubeApi \u2039 Deployment \u203a \u21b3 DeploymentApi Index # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi Methods # create delete get getReplicas getResourceVersion getScaleApiUrl getUrl getWatchUrl list normalizeQuery parseResponse refreshResourceVersion restart scale setResourceVersion update watch watchAll Constructors # constructor # + new DeploymentApi ( options : IKubeApiOptions\u2039 Deployment \u203a): DeploymentApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:69 Parameters: Name Type options IKubeApiOptions\u2039 Deployment \u203a Returns: DeploymentApi Properties # apiBase # \u2022 apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:59 apiGroup # \u2022 apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:61 apiPrefix # \u2022 apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:60 apiResource # \u2022 apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:64 apiVersion # \u2022 apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:62 apiVersionWithGroup # \u2022 apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:63 isNamespaced # \u2022 isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:65 kind # \u2022 kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:58 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor\u2039 Deployment \u203a Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:67 Protected options # \u2022 options : IKubeApiOptions\u2039 Deployment \u203a Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:71 Protected request # \u2022 request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:68 Protected resourceVersions # \u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:69 Static parseApi # \u25aa parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:51 Methods # create # \u25b8 create ( __namedParameters : object, data? : Partial\u2039 Deployment \u203a): Promise\u2039 Deployment \u203a Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:170 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Deployment \u203a Returns: Promise\u2039 Deployment \u203a delete # \u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:194 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a get # \u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Deployment \u203a Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:164 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Deployment \u203a getReplicas # \u25b8 getReplicas ( params : object): Promise\u2039number\u203a Defined in src/renderer/api/endpoints/deployment.api.ts:12 Parameters: \u25aa params : object Name Type name string namespace string Returns: Promise\u2039number\u203a getResourceVersion # \u25b8 getResourceVersion ( namespace : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:102 Parameters: Name Type Default namespace string \"\" Returns: string Protected getScaleApiUrl # \u25b8 getScaleApiUrl ( params : object): string Defined in src/renderer/api/endpoints/deployment.api.ts:8 Parameters: \u25aa params : object Name Type name string namespace string Returns: string getUrl # \u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:110 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string getWatchUrl # \u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:199 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Deployment []\u203a Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Deployment []\u203a Protected normalizeQuery # \u25b8 normalizeQuery ( query : Partial\u2039IKubeApiQueryParams\u203a): object Inherited from KubeApi . normalizeQuery Defined in src/renderer/api/kube-api.ts:122 Parameters: Name Type Default query Partial\u2039IKubeApiQueryParams\u203a {} Returns: object Protected parseResponse # \u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:132 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any refreshResourceVersion # \u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:106 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a restart # \u25b8 restart ( params : object): CancelablePromise\u2039KubeJsonApiData\u203a Defined in src/renderer/api/endpoints/deployment.api.ts:29 Parameters: \u25aa params : object Name Type name string namespace string Returns: CancelablePromise\u2039KubeJsonApiData\u203a scale # \u25b8 scale ( params : object, replicas : number): CancelablePromise\u2039KubeJsonApiData\u203a Defined in src/renderer/api/endpoints/deployment.api.ts:18 Parameters: \u25aa params : object Name Type name string namespace string \u25aa replicas : number Returns: CancelablePromise\u2039KubeJsonApiData\u203a setResourceVersion # \u25b8 setResourceVersion ( namespace : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:98 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters : object, data? : Partial\u2039 Deployment \u203a): Promise\u2039 Deployment \u203a Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:187 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Deployment \u203a Returns: Promise\u2039 Deployment \u203a watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:207 Returns: function \u25b8 (): void Static watchAll # \u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:53 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Class: DeploymentApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#class-deploymentapi","text":"","title":"Class: DeploymentApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#hierarchy","text":"KubeApi \u2039 Deployment \u203a \u21b3 DeploymentApi","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#methods","text":"create delete get getReplicas getResourceVersion getScaleApiUrl getUrl getWatchUrl list normalizeQuery parseResponse refreshResourceVersion restart scale setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#constructor","text":"+ new DeploymentApi ( options : IKubeApiOptions\u2039 Deployment \u203a): DeploymentApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:69 Parameters: Name Type options IKubeApiOptions\u2039 Deployment \u203a Returns: DeploymentApi","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#apibase","text":"\u2022 apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:59","title":"apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#apigroup","text":"\u2022 apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#apiprefix","text":"\u2022 apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:60","title":"apiPrefix"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#apiresource","text":"\u2022 apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:64","title":"apiResource"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:62","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#apiversionwithgroup","text":"\u2022 apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:63","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#isnamespaced","text":"\u2022 isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:65","title":"isNamespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#kind","text":"\u2022 kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:58","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor\u2039 Deployment \u203a Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:67","title":"objectConstructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#protected-options","text":"\u2022 options : IKubeApiOptions\u2039 Deployment \u203a Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:71","title":"Protected options"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#protected-request","text":"\u2022 request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:68","title":"Protected request"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#protected-resourceversions","text":"\u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:69","title":"Protected resourceVersions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#static-parseapi","text":"\u25aa parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:51","title":"Static parseApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#create","text":"\u25b8 create ( __namedParameters : object, data? : Partial\u2039 Deployment \u203a): Promise\u2039 Deployment \u203a Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:170 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Deployment \u203a Returns: Promise\u2039 Deployment \u203a","title":"create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#delete","text":"\u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:194 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#get","text":"\u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Deployment \u203a Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:164 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Deployment \u203a","title":"get"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#getreplicas","text":"\u25b8 getReplicas ( params : object): Promise\u2039number\u203a Defined in src/renderer/api/endpoints/deployment.api.ts:12 Parameters: \u25aa params : object Name Type name string namespace string Returns: Promise\u2039number\u203a","title":"getReplicas"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:102 Parameters: Name Type Default namespace string \"\" Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#protected-getscaleapiurl","text":"\u25b8 getScaleApiUrl ( params : object): string Defined in src/renderer/api/endpoints/deployment.api.ts:8 Parameters: \u25aa params : object Name Type name string namespace string Returns: string","title":"Protected getScaleApiUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#geturl","text":"\u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:110 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string","title":"getUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:199 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string","title":"getWatchUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#list","text":"\u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Deployment []\u203a Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Deployment []\u203a","title":"list"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#protected-normalizequery","text":"\u25b8 normalizeQuery ( query : Partial\u2039IKubeApiQueryParams\u203a): object Inherited from KubeApi . normalizeQuery Defined in src/renderer/api/kube-api.ts:122 Parameters: Name Type Default query Partial\u2039IKubeApiQueryParams\u203a {} Returns: object","title":"Protected normalizeQuery"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#protected-parseresponse","text":"\u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:132 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any","title":"Protected parseResponse"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:106 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#restart","text":"\u25b8 restart ( params : object): CancelablePromise\u2039KubeJsonApiData\u203a Defined in src/renderer/api/endpoints/deployment.api.ts:29 Parameters: \u25aa params : object Name Type name string namespace string Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"restart"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#scale","text":"\u25b8 scale ( params : object, replicas : number): CancelablePromise\u2039KubeJsonApiData\u203a Defined in src/renderer/api/endpoints/deployment.api.ts:18 Parameters: \u25aa params : object Name Type name string namespace string \u25aa replicas : number Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"scale"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:98 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void","title":"setResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#update","text":"\u25b8 update ( __namedParameters : object, data? : Partial\u2039 Deployment \u203a): Promise\u2039 Deployment \u203a Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:187 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Deployment \u203a Returns: Promise\u2039 Deployment \u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:207 Returns: function \u25b8 (): void","title":"watch"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.deploymentapi/#static-watchall","text":"\u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:53 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Static watchAll"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/","text":"Class: Endpoint # Hierarchy # KubeObject \u21b3 Endpoint Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata status subsets apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getEndpointSubsets getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields toPlainObject toString update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new Endpoint ( data : KubeJsonApiData): Endpoint Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Endpoint Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 Optional status # \u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 subsets # \u2022 subsets : IEndpointSubset[] Defined in src/renderer/api/endpoints/endpoint.api.ts:105 Static apiBase # \u25aa apiBase : string = \"/api/v1/endpoints\" Defined in src/renderer/api/endpoints/endpoint.api.ts:103 Static kind # \u25aa kind : string = \"Endpoints\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/endpoint.api.ts:101 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/endpoint.api.ts:102 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getEndpointSubsets # \u25b8 getEndpointSubsets (): EndpointSubset[] Defined in src/renderer/api/endpoints/endpoint.api.ts:107 Returns: EndpointSubset[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object toString # \u25b8 toString (): string Defined in src/renderer/api/endpoints/endpoint.api.ts:112 Returns: string update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: Endpoint"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#class-endpoint","text":"","title":"Class: Endpoint"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#hierarchy","text":"KubeObject \u21b3 Endpoint","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#properties","text":"apiVersion kind metadata status subsets apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#methods","text":"delete getAge getAnnotations getEndpointSubsets getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields toPlainObject toString update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#constructor","text":"+ new Endpoint ( data : KubeJsonApiData): Endpoint Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Endpoint","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#optional-status","text":"\u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#subsets","text":"\u2022 subsets : IEndpointSubset[] Defined in src/renderer/api/endpoints/endpoint.api.ts:105","title":"subsets"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#static-apibase","text":"\u25aa apiBase : string = \"/api/v1/endpoints\" Defined in src/renderer/api/endpoints/endpoint.api.ts:103","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#static-kind","text":"\u25aa kind : string = \"Endpoints\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/endpoint.api.ts:101","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/endpoint.api.ts:102","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#getendpointsubsets","text":"\u25b8 getEndpointSubsets (): EndpointSubset[] Defined in src/renderer/api/endpoints/endpoint.api.ts:107 Returns: EndpointSubset[]","title":"getEndpointSubsets"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#tostring","text":"\u25b8 toString (): string Defined in src/renderer/api/endpoints/endpoint.api.ts:112 Returns: string","title":"toString"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.endpoint/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/","text":"Class: EventStore # Hierarchy # \u21b3 KubeObjectStore \u2039 KubeEvent \u203a \u21b3 EventStore Index # Constructors # constructor Properties # api eventsBuffer isLoaded isLoading items limit selectedItemsIds Accessors # selectedItems Methods # [Symbol.iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getByLabel getByName getByPath getEventsByObject getStatuses getWarnings isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems onWatchApiEvent remove removeItem removeSelectedItems reset resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # + new EventStore (): EventStore Inherited from KubeObjectStore . constructor Defined in src/renderer/kube-object.store.ts:14 Returns: EventStore Properties # api # \u2022 api : KubeApi \u2039 KubeEvent \u2039\u203a\u203a = eventApi Overrides KubeObjectStore . api Defined in src/renderer/components/+events/event.store.ts:13 Protected eventsBuffer # \u2022 eventsBuffer : IObservableArray\u2039IKubeWatchEvent\u2039KubeJsonApiData\u203a\u203a = observable >([], { deep: false }) Inherited from KubeObjectStore . eventsBuffer Defined in src/renderer/kube-object.store.ts:145 isLoaded # \u2022 isLoaded : boolean = false Inherited from KubeObjectStore . isLoaded Defined in src/renderer/item.store.ts:17 isLoading # \u2022 isLoading : boolean = false Inherited from KubeObjectStore . isLoading Defined in src/renderer/item.store.ts:16 items # \u2022 items : IObservableArray\u2039T\u203a = observable.array ([], { deep: false }) Inherited from KubeObjectStore . items Defined in src/renderer/item.store.ts:18 limit # \u2022 limit : number = 1000 Overrides KubeObjectStore . limit Defined in src/renderer/components/+events/event.store.ts:14 selectedItemsIds # \u2022 selectedItemsIds : ObservableMap\u2039string, boolean\u203a = observable.map () Inherited from KubeObjectStore . selectedItemsIds Defined in src/renderer/item.store.ts:19 Accessors # selectedItems # \u2022 get selectedItems (): KubeEvent [] Inherited from KubeObjectStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: KubeEvent [] Methods # [Symbol.iterator] # \u25b8 [Symbol.iterator] (): Generator\u2039T, void, undefined\u203a Inherited from KubeObjectStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\u2039T, void, undefined\u203a Protected bindWatchEventsUpdater # \u25b8 bindWatchEventsUpdater (): IReactionDisposer Overrides KubeObjectStore . bindWatchEventsUpdater Defined in src/renderer/components/+events/event.store.ts:16 Returns: IReactionDisposer create # \u25b8 create ( params : object, data? : Partial\u2039 KubeEvent \u203a): Promise\u2039 KubeEvent \u203a Inherited from KubeObjectStore . create Defined in src/renderer/kube-object.store.ts:120 Parameters: \u25aa params : object Name Type name string namespace? string \u25aa Optional data : Partial\u2039 KubeEvent \u203a Returns: Promise\u2039 KubeEvent \u203a Protected createItem # \u25b8 createItem ( params : object, data? : Partial\u2039 KubeEvent \u203a): Promise\u2039 KubeEvent \u203a Inherited from KubeObjectStore . createItem Overrides void Defined in src/renderer/kube-object.store.ts:116 Parameters: \u25aa params : object Name Type name string namespace? string \u25aa Optional data : Partial\u2039 KubeEvent \u203a Returns: Promise\u2039 KubeEvent \u203a Protected defaultSorting # \u25b8 defaultSorting ( item : KubeEvent ): string Inherited from KubeObjectStore . defaultSorting Defined in src/renderer/item.store.ts:14 Parameters: Name Type item KubeEvent Returns: string Protected filterItemsOnLoad # \u25b8 filterItemsOnLoad ( items : KubeEvent []): T[] Inherited from KubeObjectStore . filterItemsOnLoad Defined in src/renderer/kube-object.store.ts:72 Parameters: Name Type items KubeEvent [] Returns: T[] getAllByNs # \u25b8 getAllByNs ( namespace : string | string[], strict : boolean): KubeEvent [] Inherited from KubeObjectStore . getAllByNs Defined in src/renderer/kube-object.store.ts:24 Parameters: Name Type Default namespace string | string[] - strict boolean false Returns: KubeEvent [] getByLabel # \u25b8 getByLabel ( labels : string[] | object): KubeEvent [] Inherited from KubeObjectStore . getByLabel Defined in src/renderer/kube-object.store.ts:45 Parameters: Name Type labels string[] | object Returns: KubeEvent [] getByName # \u25b8 getByName ( name : string, namespace? : string): KubeEvent Inherited from KubeObjectStore . getByName Overrides void Defined in src/renderer/kube-object.store.ts:33 Parameters: Name Type name string namespace? string Returns: KubeEvent getByPath # \u25b8 getByPath ( path : string): KubeEvent Inherited from KubeObjectStore . getByPath Defined in src/renderer/kube-object.store.ts:41 Parameters: Name Type path string Returns: KubeEvent getEventsByObject # \u25b8 getEventsByObject ( obj : KubeObject ): KubeEvent [] Defined in src/renderer/components/+events/event.store.ts:26 Parameters: Name Type obj KubeObject Returns: KubeEvent [] Optional getStatuses # \u25b8 getStatuses ( items : KubeEvent []): Record\u2039string, number\u203a Inherited from KubeObjectStore . getStatuses Defined in src/renderer/kube-object.store.ts:22 Parameters: Name Type items KubeEvent [] Returns: Record\u2039string, number\u203a getWarnings # \u25b8 getWarnings (): KubeEvent \u2039\u203a[] Defined in src/renderer/components/+events/event.store.ts:35 Returns: KubeEvent \u2039\u203a[] isSelected # \u25b8 isSelected ( item : KubeEvent ): boolean Inherited from KubeObjectStore . isSelected Defined in src/renderer/item.store.ts:102 Parameters: Name Type item KubeEvent Returns: boolean isSelectedAll # \u25b8 isSelectedAll ( visibleItems : KubeEvent []): boolean Inherited from KubeObjectStore . isSelectedAll Defined in src/renderer/item.store.ts:137 Parameters: Name Type Default visibleItems KubeEvent [] this.items Returns: boolean load # \u25b8 load ( params : object): Promise\u2039 KubeEvent \u203a Inherited from KubeObjectStore . load Defined in src/renderer/kube-object.store.ts:99 Parameters: \u25aa params : object Name Type name string namespace? string Returns: Promise\u2039 KubeEvent \u203a loadAll # \u25b8 loadAll (): Promise\u2039void\u203a Inherited from KubeObjectStore . loadAll Overrides void Defined in src/renderer/kube-object.store.ts:77 Returns: Promise\u2039void\u203a loadFromPath # \u25b8 loadFromPath ( resourcePath : string): Promise\u2039T\u203a Inherited from KubeObjectStore . loadFromPath Defined in src/renderer/kube-object.store.ts:111 Parameters: Name Type resourcePath string Returns: Promise\u2039T\u203a Protected loadItem # \u25b8 loadItem ( params : object): Promise\u2039 KubeEvent \u203a Inherited from KubeObjectStore . loadItem Overrides void Defined in src/renderer/kube-object.store.ts:94 Parameters: \u25aa params : object Name Type name string namespace? string Returns: Promise\u2039 KubeEvent \u203a Protected loadItems # \u25b8 loadItems ( allowedNamespaces? : string[]): Promise\u2039 KubeEvent []\u203a Inherited from KubeObjectStore . loadItems Overrides void Defined in src/renderer/kube-object.store.ts:60 Parameters: Name Type allowedNamespaces? string[] Returns: Promise\u2039 KubeEvent []\u203a Protected onWatchApiEvent # \u25b8 onWatchApiEvent ( evt : IKubeWatchEvent): void Inherited from KubeObjectStore . onWatchApiEvent Defined in src/renderer/kube-object.store.ts:157 Parameters: Name Type evt IKubeWatchEvent Returns: void remove # \u25b8 remove ( item : KubeEvent ): Promise\u2039void\u203a Inherited from KubeObjectStore . remove Defined in src/renderer/kube-object.store.ts:134 Parameters: Name Type item KubeEvent Returns: Promise\u2039void\u203a Protected removeItem # \u25b8 removeItem ( item : KubeEvent , request : function): Promise\u2039void\u203a Inherited from KubeObjectStore . removeItem Defined in src/renderer/item.store.ts:96 Parameters: \u25aa item : KubeEvent \u25aa request : function \u25b8 (): Promise\u2039any\u203a Returns: Promise\u2039void\u203a removeSelectedItems # \u25b8 removeSelectedItems (): Promise\u2039void[]\u203a Inherited from KubeObjectStore . removeSelectedItems Overrides void Defined in src/renderer/kube-object.store.ts:140 Returns: Promise\u2039void[]\u203a reset # \u25b8 reset (): void Inherited from KubeObjectStore . reset Defined in src/renderer/item.store.ts:148 Returns: void resetSelection # \u25b8 resetSelection (): void Inherited from KubeObjectStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void select # \u25b8 select ( item : KubeEvent ): void Inherited from KubeObjectStore . select Defined in src/renderer/item.store.ts:107 Parameters: Name Type item KubeEvent Returns: void Protected sortItems # \u25b8 sortItems ( items : KubeEvent []): KubeEvent \u2039\u203a[] Overrides KubeObjectStore . sortItems Defined in src/renderer/components/+events/event.store.ts:20 Parameters: Name Type items KubeEvent [] Returns: KubeEvent \u2039\u203a[] subscribe # \u25b8 subscribe ( apis : KubeApi \u2039T\u203a[]): (Anonymous function) Inherited from KubeObjectStore . subscribe Overrides void Defined in src/renderer/kube-object.store.ts:153 Parameters: Name Type Default apis KubeApi \u2039T\u203a[] [this.api] Returns: (Anonymous function) toggleSelection # \u25b8 toggleSelection ( item : KubeEvent ): void Inherited from KubeObjectStore . toggleSelection Defined in src/renderer/item.store.ts:117 Parameters: Name Type item KubeEvent Returns: void toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems : KubeEvent []): void Inherited from KubeObjectStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127 Parameters: Name Type Default visibleItems KubeEvent [] this.items Returns: void unselect # \u25b8 unselect ( item : KubeEvent ): void Inherited from KubeObjectStore . unselect Defined in src/renderer/item.store.ts:112 Parameters: Name Type item KubeEvent Returns: void update # \u25b8 update ( item : KubeEvent , data : Partial\u2039 KubeEvent \u203a): Promise\u2039 KubeEvent \u203a Inherited from KubeObjectStore . update Defined in src/renderer/kube-object.store.ts:127 Parameters: Name Type item KubeEvent data Partial\u2039 KubeEvent \u203a Returns: Promise\u2039 KubeEvent \u203a Protected updateFromEventsBuffer # \u25b8 updateFromEventsBuffer (): void Inherited from KubeObjectStore . updateFromEventsBuffer Defined in src/renderer/kube-object.store.ts:163 Returns: void Protected updateItem # \u25b8 updateItem ( item : KubeEvent , request : function): Promise\u2039T\u203a Inherited from KubeObjectStore . updateItem Defined in src/renderer/item.store.ts:88 Parameters: \u25aa item : KubeEvent \u25aa request : function \u25b8 (): Promise\u2039 KubeEvent \u203a Returns: Promise\u2039T\u203a","title":"Class: EventStore"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#class-eventstore","text":"","title":"Class: EventStore"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#hierarchy","text":"\u21b3 KubeObjectStore \u2039 KubeEvent \u203a \u21b3 EventStore","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#properties","text":"api eventsBuffer isLoaded isLoading items limit selectedItemsIds","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#accessors","text":"selectedItems","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#methods","text":"[Symbol.iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getByLabel getByName getByPath getEventsByObject getStatuses getWarnings isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems onWatchApiEvent remove removeItem removeSelectedItems reset resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#constructor","text":"+ new EventStore (): EventStore Inherited from KubeObjectStore . constructor Defined in src/renderer/kube-object.store.ts:14 Returns: EventStore","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#api","text":"\u2022 api : KubeApi \u2039 KubeEvent \u2039\u203a\u203a = eventApi Overrides KubeObjectStore . api Defined in src/renderer/components/+events/event.store.ts:13","title":"api"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#protected-eventsbuffer","text":"\u2022 eventsBuffer : IObservableArray\u2039IKubeWatchEvent\u2039KubeJsonApiData\u203a\u203a = observable >([], { deep: false }) Inherited from KubeObjectStore . eventsBuffer Defined in src/renderer/kube-object.store.ts:145","title":"Protected eventsBuffer"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from KubeObjectStore . isLoaded Defined in src/renderer/item.store.ts:17","title":"isLoaded"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#isloading","text":"\u2022 isLoading : boolean = false Inherited from KubeObjectStore . isLoading Defined in src/renderer/item.store.ts:16","title":"isLoading"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#items","text":"\u2022 items : IObservableArray\u2039T\u203a = observable.array ([], { deep: false }) Inherited from KubeObjectStore . items Defined in src/renderer/item.store.ts:18","title":"items"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#limit","text":"\u2022 limit : number = 1000 Overrides KubeObjectStore . limit Defined in src/renderer/components/+events/event.store.ts:14","title":"limit"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap\u2039string, boolean\u203a = observable.map () Inherited from KubeObjectStore . selectedItemsIds Defined in src/renderer/item.store.ts:19","title":"selectedItemsIds"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#selecteditems","text":"\u2022 get selectedItems (): KubeEvent [] Inherited from KubeObjectStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: KubeEvent []","title":"selectedItems"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#symboliterator","text":"\u25b8 [Symbol.iterator] (): Generator\u2039T, void, undefined\u203a Inherited from KubeObjectStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\u2039T, void, undefined\u203a","title":"[Symbol.iterator]"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#protected-bindwatcheventsupdater","text":"\u25b8 bindWatchEventsUpdater (): IReactionDisposer Overrides KubeObjectStore . bindWatchEventsUpdater Defined in src/renderer/components/+events/event.store.ts:16 Returns: IReactionDisposer","title":"Protected bindWatchEventsUpdater"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#create","text":"\u25b8 create ( params : object, data? : Partial\u2039 KubeEvent \u203a): Promise\u2039 KubeEvent \u203a Inherited from KubeObjectStore . create Defined in src/renderer/kube-object.store.ts:120 Parameters: \u25aa params : object Name Type name string namespace? string \u25aa Optional data : Partial\u2039 KubeEvent \u203a Returns: Promise\u2039 KubeEvent \u203a","title":"create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#protected-createitem","text":"\u25b8 createItem ( params : object, data? : Partial\u2039 KubeEvent \u203a): Promise\u2039 KubeEvent \u203a Inherited from KubeObjectStore . createItem Overrides void Defined in src/renderer/kube-object.store.ts:116 Parameters: \u25aa params : object Name Type name string namespace? string \u25aa Optional data : Partial\u2039 KubeEvent \u203a Returns: Promise\u2039 KubeEvent \u203a","title":"Protected createItem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#protected-defaultsorting","text":"\u25b8 defaultSorting ( item : KubeEvent ): string Inherited from KubeObjectStore . defaultSorting Defined in src/renderer/item.store.ts:14 Parameters: Name Type item KubeEvent Returns: string","title":"Protected defaultSorting"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#protected-filteritemsonload","text":"\u25b8 filterItemsOnLoad ( items : KubeEvent []): T[] Inherited from KubeObjectStore . filterItemsOnLoad Defined in src/renderer/kube-object.store.ts:72 Parameters: Name Type items KubeEvent [] Returns: T[]","title":"Protected filterItemsOnLoad"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#getallbyns","text":"\u25b8 getAllByNs ( namespace : string | string[], strict : boolean): KubeEvent [] Inherited from KubeObjectStore . getAllByNs Defined in src/renderer/kube-object.store.ts:24 Parameters: Name Type Default namespace string | string[] - strict boolean false Returns: KubeEvent []","title":"getAllByNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#getbylabel","text":"\u25b8 getByLabel ( labels : string[] | object): KubeEvent [] Inherited from KubeObjectStore . getByLabel Defined in src/renderer/kube-object.store.ts:45 Parameters: Name Type labels string[] | object Returns: KubeEvent []","title":"getByLabel"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#getbyname","text":"\u25b8 getByName ( name : string, namespace? : string): KubeEvent Inherited from KubeObjectStore . getByName Overrides void Defined in src/renderer/kube-object.store.ts:33 Parameters: Name Type name string namespace? string Returns: KubeEvent","title":"getByName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#getbypath","text":"\u25b8 getByPath ( path : string): KubeEvent Inherited from KubeObjectStore . getByPath Defined in src/renderer/kube-object.store.ts:41 Parameters: Name Type path string Returns: KubeEvent","title":"getByPath"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#geteventsbyobject","text":"\u25b8 getEventsByObject ( obj : KubeObject ): KubeEvent [] Defined in src/renderer/components/+events/event.store.ts:26 Parameters: Name Type obj KubeObject Returns: KubeEvent []","title":"getEventsByObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#optional-getstatuses","text":"\u25b8 getStatuses ( items : KubeEvent []): Record\u2039string, number\u203a Inherited from KubeObjectStore . getStatuses Defined in src/renderer/kube-object.store.ts:22 Parameters: Name Type items KubeEvent [] Returns: Record\u2039string, number\u203a","title":"Optional getStatuses"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#getwarnings","text":"\u25b8 getWarnings (): KubeEvent \u2039\u203a[] Defined in src/renderer/components/+events/event.store.ts:35 Returns: KubeEvent \u2039\u203a[]","title":"getWarnings"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#isselected","text":"\u25b8 isSelected ( item : KubeEvent ): boolean Inherited from KubeObjectStore . isSelected Defined in src/renderer/item.store.ts:102 Parameters: Name Type item KubeEvent Returns: boolean","title":"isSelected"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems : KubeEvent []): boolean Inherited from KubeObjectStore . isSelectedAll Defined in src/renderer/item.store.ts:137 Parameters: Name Type Default visibleItems KubeEvent [] this.items Returns: boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#load","text":"\u25b8 load ( params : object): Promise\u2039 KubeEvent \u203a Inherited from KubeObjectStore . load Defined in src/renderer/kube-object.store.ts:99 Parameters: \u25aa params : object Name Type name string namespace? string Returns: Promise\u2039 KubeEvent \u203a","title":"load"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#loadall","text":"\u25b8 loadAll (): Promise\u2039void\u203a Inherited from KubeObjectStore . loadAll Overrides void Defined in src/renderer/kube-object.store.ts:77 Returns: Promise\u2039void\u203a","title":"loadAll"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath : string): Promise\u2039T\u203a Inherited from KubeObjectStore . loadFromPath Defined in src/renderer/kube-object.store.ts:111 Parameters: Name Type resourcePath string Returns: Promise\u2039T\u203a","title":"loadFromPath"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#protected-loaditem","text":"\u25b8 loadItem ( params : object): Promise\u2039 KubeEvent \u203a Inherited from KubeObjectStore . loadItem Overrides void Defined in src/renderer/kube-object.store.ts:94 Parameters: \u25aa params : object Name Type name string namespace? string Returns: Promise\u2039 KubeEvent \u203a","title":"Protected loadItem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#protected-loaditems","text":"\u25b8 loadItems ( allowedNamespaces? : string[]): Promise\u2039 KubeEvent []\u203a Inherited from KubeObjectStore . loadItems Overrides void Defined in src/renderer/kube-object.store.ts:60 Parameters: Name Type allowedNamespaces? string[] Returns: Promise\u2039 KubeEvent []\u203a","title":"Protected loadItems"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#protected-onwatchapievent","text":"\u25b8 onWatchApiEvent ( evt : IKubeWatchEvent): void Inherited from KubeObjectStore . onWatchApiEvent Defined in src/renderer/kube-object.store.ts:157 Parameters: Name Type evt IKubeWatchEvent Returns: void","title":"Protected onWatchApiEvent"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#remove","text":"\u25b8 remove ( item : KubeEvent ): Promise\u2039void\u203a Inherited from KubeObjectStore . remove Defined in src/renderer/kube-object.store.ts:134 Parameters: Name Type item KubeEvent Returns: Promise\u2039void\u203a","title":"remove"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#protected-removeitem","text":"\u25b8 removeItem ( item : KubeEvent , request : function): Promise\u2039void\u203a Inherited from KubeObjectStore . removeItem Defined in src/renderer/item.store.ts:96 Parameters: \u25aa item : KubeEvent \u25aa request : function \u25b8 (): Promise\u2039any\u203a Returns: Promise\u2039void\u203a","title":"Protected removeItem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise\u2039void[]\u203a Inherited from KubeObjectStore . removeSelectedItems Overrides void Defined in src/renderer/kube-object.store.ts:140 Returns: Promise\u2039void[]\u203a","title":"removeSelectedItems"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#reset","text":"\u25b8 reset (): void Inherited from KubeObjectStore . reset Defined in src/renderer/item.store.ts:148 Returns: void","title":"reset"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#resetselection","text":"\u25b8 resetSelection (): void Inherited from KubeObjectStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void","title":"resetSelection"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#select","text":"\u25b8 select ( item : KubeEvent ): void Inherited from KubeObjectStore . select Defined in src/renderer/item.store.ts:107 Parameters: Name Type item KubeEvent Returns: void","title":"select"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#protected-sortitems","text":"\u25b8 sortItems ( items : KubeEvent []): KubeEvent \u2039\u203a[] Overrides KubeObjectStore . sortItems Defined in src/renderer/components/+events/event.store.ts:20 Parameters: Name Type items KubeEvent [] Returns: KubeEvent \u2039\u203a[]","title":"Protected sortItems"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#subscribe","text":"\u25b8 subscribe ( apis : KubeApi \u2039T\u203a[]): (Anonymous function) Inherited from KubeObjectStore . subscribe Overrides void Defined in src/renderer/kube-object.store.ts:153 Parameters: Name Type Default apis KubeApi \u2039T\u203a[] [this.api] Returns: (Anonymous function)","title":"subscribe"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#toggleselection","text":"\u25b8 toggleSelection ( item : KubeEvent ): void Inherited from KubeObjectStore . toggleSelection Defined in src/renderer/item.store.ts:117 Parameters: Name Type item KubeEvent Returns: void","title":"toggleSelection"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems : KubeEvent []): void Inherited from KubeObjectStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127 Parameters: Name Type Default visibleItems KubeEvent [] this.items Returns: void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#unselect","text":"\u25b8 unselect ( item : KubeEvent ): void Inherited from KubeObjectStore . unselect Defined in src/renderer/item.store.ts:112 Parameters: Name Type item KubeEvent Returns: void","title":"unselect"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#update","text":"\u25b8 update ( item : KubeEvent , data : Partial\u2039 KubeEvent \u203a): Promise\u2039 KubeEvent \u203a Inherited from KubeObjectStore . update Defined in src/renderer/kube-object.store.ts:127 Parameters: Name Type item KubeEvent data Partial\u2039 KubeEvent \u203a Returns: Promise\u2039 KubeEvent \u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#protected-updatefromeventsbuffer","text":"\u25b8 updateFromEventsBuffer (): void Inherited from KubeObjectStore . updateFromEventsBuffer Defined in src/renderer/kube-object.store.ts:163 Returns: void","title":"Protected updateFromEventsBuffer"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.eventstore/#protected-updateitem","text":"\u25b8 updateItem ( item : KubeEvent , request : function): Promise\u2039T\u203a Inherited from KubeObjectStore . updateItem Defined in src/renderer/item.store.ts:88 Parameters: \u25aa item : KubeEvent \u25aa request : function \u25b8 (): Promise\u2039 KubeEvent \u203a Returns: Promise\u2039T\u203a","title":"Protected updateItem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/","text":"Class: HorizontalPodAutoscaler # Hierarchy # KubeObject \u21b3 HorizontalPodAutoscaler Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getConditions getCurrentMetrics getFinalizers getId getLabels getMaxPods getMetricName getMetricValues getMetrics getMinPods getName getNs getOwnerRefs getReplicas getResourceVersion getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new HorizontalPodAutoscaler ( data : KubeJsonApiData): HorizontalPodAutoscaler Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: HorizontalPodAutoscaler Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Defined in src/renderer/api/endpoints/hpa.api.ts:46 Type declaration: maxReplicas : number metrics : IHpaMetric[] minReplicas : number scaleTargetRef (): object apiVersion : string kind : string name : string status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/hpa.api.ts:56 Type declaration: conditions : object[] currentMetrics : IHpaMetric[] currentReplicas : number desiredReplicas : number Static apiBase # \u25aa apiBase : string = \"/apis/autoscaling/v2beta1/horizontalpodautoscalers\" Defined in src/renderer/api/endpoints/hpa.api.ts:44 Static kind # \u25aa kind : string = \"HorizontalPodAutoscaler\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/hpa.api.ts:42 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/hpa.api.ts:43 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getConditions # \u25b8 getConditions (): object[] Defined in src/renderer/api/endpoints/hpa.api.ts:81 Returns: object[] getCurrentMetrics # \u25b8 getCurrentMetrics (): IHpaMetric[] Defined in src/renderer/api/endpoints/hpa.api.ts:97 Returns: IHpaMetric[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getMaxPods # \u25b8 getMaxPods (): number Defined in src/renderer/api/endpoints/hpa.api.ts:69 Returns: number Protected getMetricName # \u25b8 getMetricName ( metric : IHpaMetric): string Defined in src/renderer/api/endpoints/hpa.api.ts:101 Parameters: Name Type metric IHpaMetric Returns: string getMetricValues # \u25b8 getMetricValues ( metric : IHpaMetric): string Defined in src/renderer/api/endpoints/hpa.api.ts:116 Parameters: Name Type metric IHpaMetric Returns: string getMetrics # \u25b8 getMetrics (): IHpaMetric[] Defined in src/renderer/api/endpoints/hpa.api.ts:93 Returns: IHpaMetric[] getMinPods # \u25b8 getMinPods (): number Defined in src/renderer/api/endpoints/hpa.api.ts:73 Returns: number getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getReplicas # \u25b8 getReplicas (): number Defined in src/renderer/api/endpoints/hpa.api.ts:77 Returns: number getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: HorizontalPodAutoscaler"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#class-horizontalpodautoscaler","text":"","title":"Class: HorizontalPodAutoscaler"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#hierarchy","text":"KubeObject \u21b3 HorizontalPodAutoscaler","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#methods","text":"delete getAge getAnnotations getConditions getCurrentMetrics getFinalizers getId getLabels getMaxPods getMetricName getMetricValues getMetrics getMinPods getName getNs getOwnerRefs getReplicas getResourceVersion getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#constructor","text":"+ new HorizontalPodAutoscaler ( data : KubeJsonApiData): HorizontalPodAutoscaler Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: HorizontalPodAutoscaler","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#spec","text":"\u2022 spec : object Defined in src/renderer/api/endpoints/hpa.api.ts:46","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/hpa.api.ts:56","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#static-apibase","text":"\u25aa apiBase : string = \"/apis/autoscaling/v2beta1/horizontalpodautoscalers\" Defined in src/renderer/api/endpoints/hpa.api.ts:44","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#static-kind","text":"\u25aa kind : string = \"HorizontalPodAutoscaler\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/hpa.api.ts:42","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/hpa.api.ts:43","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getconditions","text":"\u25b8 getConditions (): object[] Defined in src/renderer/api/endpoints/hpa.api.ts:81 Returns: object[]","title":"getConditions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getcurrentmetrics","text":"\u25b8 getCurrentMetrics (): IHpaMetric[] Defined in src/renderer/api/endpoints/hpa.api.ts:97 Returns: IHpaMetric[]","title":"getCurrentMetrics"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getmaxpods","text":"\u25b8 getMaxPods (): number Defined in src/renderer/api/endpoints/hpa.api.ts:69 Returns: number","title":"getMaxPods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#protected-getmetricname","text":"\u25b8 getMetricName ( metric : IHpaMetric): string Defined in src/renderer/api/endpoints/hpa.api.ts:101 Parameters: Name Type metric IHpaMetric Returns: string","title":"Protected getMetricName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getmetricvalues","text":"\u25b8 getMetricValues ( metric : IHpaMetric): string Defined in src/renderer/api/endpoints/hpa.api.ts:116 Parameters: Name Type metric IHpaMetric Returns: string","title":"getMetricValues"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getmetrics","text":"\u25b8 getMetrics (): IHpaMetric[] Defined in src/renderer/api/endpoints/hpa.api.ts:93 Returns: IHpaMetric[]","title":"getMetrics"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getminpods","text":"\u25b8 getMinPods (): number Defined in src/renderer/api/endpoints/hpa.api.ts:73 Returns: number","title":"getMinPods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getreplicas","text":"\u25b8 getReplicas (): number Defined in src/renderer/api/endpoints/hpa.api.ts:77 Returns: number","title":"getReplicas"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.horizontalpodautoscaler/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/","text":"Class: Ingress # Hierarchy # KubeObject \u21b3 Ingress Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getHosts getId getLabels getLoadBalancers getName getNs getOwnerRefs getPorts getResourceVersion getRoutes getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new Ingress ( data : KubeJsonApiData): Ingress Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Ingress Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Defined in src/renderer/api/endpoints/ingress.api.ts:38 Type declaration: backend (): object serviceName : string servicePort : number rules ? : object[] tls : object[] status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/ingress.api.ts:59 Type declaration: loadBalancer (): object ingress : ILoadBalancerIngress[] Static apiBase # \u25aa apiBase : string = \"/apis/extensions/v1beta1/ingresses\" Defined in src/renderer/api/endpoints/ingress.api.ts:36 Static kind # \u25aa kind : string = \"Ingress\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/ingress.api.ts:34 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/ingress.api.ts:35 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getHosts # \u25b8 getHosts (): string[] Defined in src/renderer/api/endpoints/ingress.api.ts:86 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getLoadBalancers # \u25b8 getLoadBalancers (): string[] Defined in src/renderer/api/endpoints/ingress.api.ts:113 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getPorts # \u25b8 getPorts (): string Defined in src/renderer/api/endpoints/ingress.api.ts:92 Returns: string getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getRoutes # \u25b8 getRoutes (): string[] Defined in src/renderer/api/endpoints/ingress.api.ts:65 Returns: string[] getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: Ingress"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#class-ingress","text":"","title":"Class: Ingress"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#hierarchy","text":"KubeObject \u21b3 Ingress","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#methods","text":"delete getAge getAnnotations getFinalizers getHosts getId getLabels getLoadBalancers getName getNs getOwnerRefs getPorts getResourceVersion getRoutes getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#constructor","text":"+ new Ingress ( data : KubeJsonApiData): Ingress Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Ingress","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#spec","text":"\u2022 spec : object Defined in src/renderer/api/endpoints/ingress.api.ts:38","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/ingress.api.ts:59","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#static-apibase","text":"\u25aa apiBase : string = \"/apis/extensions/v1beta1/ingresses\" Defined in src/renderer/api/endpoints/ingress.api.ts:36","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#static-kind","text":"\u25aa kind : string = \"Ingress\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/ingress.api.ts:34","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/ingress.api.ts:35","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#gethosts","text":"\u25b8 getHosts (): string[] Defined in src/renderer/api/endpoints/ingress.api.ts:86 Returns: string[]","title":"getHosts"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getloadbalancers","text":"\u25b8 getLoadBalancers (): string[] Defined in src/renderer/api/endpoints/ingress.api.ts:113 Returns: string[]","title":"getLoadBalancers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getports","text":"\u25b8 getPorts (): string Defined in src/renderer/api/endpoints/ingress.api.ts:92 Returns: string","title":"getPorts"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getroutes","text":"\u25b8 getRoutes (): string[] Defined in src/renderer/api/endpoints/ingress.api.ts:65 Returns: string[]","title":"getRoutes"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingress/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/","text":"Class: IngressApi # Hierarchy # KubeApi \u2039 Ingress \u203a \u21b3 IngressApi Index # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi Methods # create delete get getMetrics getResourceVersion getUrl getWatchUrl list normalizeQuery parseResponse refreshResourceVersion setResourceVersion update watch watchAll Constructors # constructor # + new IngressApi ( options : IKubeApiOptions\u2039 Ingress \u203a): IngressApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:69 Parameters: Name Type options IKubeApiOptions\u2039 Ingress \u203a Returns: IngressApi Properties # apiBase # \u2022 apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:59 apiGroup # \u2022 apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:61 apiPrefix # \u2022 apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:60 apiResource # \u2022 apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:64 apiVersion # \u2022 apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:62 apiVersionWithGroup # \u2022 apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:63 isNamespaced # \u2022 isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:65 kind # \u2022 kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:58 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor\u2039 Ingress \u203a Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:67 Protected options # \u2022 options : IKubeApiOptions\u2039 Ingress \u203a Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:71 Protected request # \u2022 request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:68 Protected resourceVersions # \u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:69 Static parseApi # \u25aa parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:51 Methods # create # \u25b8 create ( __namedParameters : object, data? : Partial\u2039 Ingress \u203a): Promise\u2039 Ingress \u203a Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:170 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Ingress \u203a Returns: Promise\u2039 Ingress \u203a delete # \u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:194 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a get # \u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Ingress \u203a Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:164 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Ingress \u203a getMetrics # \u25b8 getMetrics ( ingress : string, namespace : string): Promise\u2039IIngressMetrics\u203a Defined in src/renderer/api/endpoints/ingress.api.ts:7 Parameters: Name Type ingress string namespace string Returns: Promise\u2039IIngressMetrics\u203a getResourceVersion # \u25b8 getResourceVersion ( namespace : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:102 Parameters: Name Type Default namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:110 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string getWatchUrl # \u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:199 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Ingress []\u203a Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Ingress []\u203a Protected normalizeQuery # \u25b8 normalizeQuery ( query : Partial\u2039IKubeApiQueryParams\u203a): object Inherited from KubeApi . normalizeQuery Defined in src/renderer/api/kube-api.ts:122 Parameters: Name Type Default query Partial\u2039IKubeApiQueryParams\u203a {} Returns: object Protected parseResponse # \u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:132 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any refreshResourceVersion # \u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:106 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a setResourceVersion # \u25b8 setResourceVersion ( namespace : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:98 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters : object, data? : Partial\u2039 Ingress \u203a): Promise\u2039 Ingress \u203a Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:187 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Ingress \u203a Returns: Promise\u2039 Ingress \u203a watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:207 Returns: function \u25b8 (): void Static watchAll # \u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:53 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Class: IngressApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#class-ingressapi","text":"","title":"Class: IngressApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#hierarchy","text":"KubeApi \u2039 Ingress \u203a \u21b3 IngressApi","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#methods","text":"create delete get getMetrics getResourceVersion getUrl getWatchUrl list normalizeQuery parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#constructor","text":"+ new IngressApi ( options : IKubeApiOptions\u2039 Ingress \u203a): IngressApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:69 Parameters: Name Type options IKubeApiOptions\u2039 Ingress \u203a Returns: IngressApi","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#apibase","text":"\u2022 apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:59","title":"apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#apigroup","text":"\u2022 apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#apiprefix","text":"\u2022 apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:60","title":"apiPrefix"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#apiresource","text":"\u2022 apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:64","title":"apiResource"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:62","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#apiversionwithgroup","text":"\u2022 apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:63","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#isnamespaced","text":"\u2022 isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:65","title":"isNamespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#kind","text":"\u2022 kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:58","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor\u2039 Ingress \u203a Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:67","title":"objectConstructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#protected-options","text":"\u2022 options : IKubeApiOptions\u2039 Ingress \u203a Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:71","title":"Protected options"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#protected-request","text":"\u2022 request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:68","title":"Protected request"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#protected-resourceversions","text":"\u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:69","title":"Protected resourceVersions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#static-parseapi","text":"\u25aa parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:51","title":"Static parseApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#create","text":"\u25b8 create ( __namedParameters : object, data? : Partial\u2039 Ingress \u203a): Promise\u2039 Ingress \u203a Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:170 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Ingress \u203a Returns: Promise\u2039 Ingress \u203a","title":"create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#delete","text":"\u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:194 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#get","text":"\u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Ingress \u203a Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:164 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Ingress \u203a","title":"get"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#getmetrics","text":"\u25b8 getMetrics ( ingress : string, namespace : string): Promise\u2039IIngressMetrics\u203a Defined in src/renderer/api/endpoints/ingress.api.ts:7 Parameters: Name Type ingress string namespace string Returns: Promise\u2039IIngressMetrics\u203a","title":"getMetrics"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:102 Parameters: Name Type Default namespace string \"\" Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#geturl","text":"\u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:110 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string","title":"getUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:199 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string","title":"getWatchUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#list","text":"\u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Ingress []\u203a Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Ingress []\u203a","title":"list"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#protected-normalizequery","text":"\u25b8 normalizeQuery ( query : Partial\u2039IKubeApiQueryParams\u203a): object Inherited from KubeApi . normalizeQuery Defined in src/renderer/api/kube-api.ts:122 Parameters: Name Type Default query Partial\u2039IKubeApiQueryParams\u203a {} Returns: object","title":"Protected normalizeQuery"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#protected-parseresponse","text":"\u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:132 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any","title":"Protected parseResponse"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:106 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:98 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void","title":"setResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#update","text":"\u25b8 update ( __namedParameters : object, data? : Partial\u2039 Ingress \u203a): Promise\u2039 Ingress \u203a Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:187 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Ingress \u203a Returns: Promise\u2039 Ingress \u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:207 Returns: function \u25b8 (): void","title":"watch"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.ingressapi/#static-watchall","text":"\u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:53 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Static watchAll"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/","text":"Class: Job # Hierarchy # WorkloadKubeObject \u21b3 Job Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAffinity getAffinityNumber getAge getAnnotations getCompletions getCondition getDesiredCompletions getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getParallelism getResourceVersion getSearchFields getSelectors getTemplateLabels getTolerations toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new Job ( data : KubeJsonApiData): Job Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Job Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Overrides void Defined in src/renderer/api/endpoints/job.api.ts:14 Type declaration: backoffLimit ? : number completions ? : number containers ? : IPodContainer [] dnsPolicy ? : string parallelism ? : number restartPolicy ? : string schedulerName ? : string selector (): object matchLabels (): object serviceAccount ? : string serviceAccountName ? : string template (): object metadata (): object annotations (): object creationTimestamp ? : string labels (): object spec (): object affinity ? : IAffinity containers : IPodContainer [] dnsPolicy : string hostPID : boolean nodeSelector (): object restartPolicy : string schedulerName : string terminationGracePeriodSeconds : number tolerations ? : object[] terminationGracePeriodSeconds ? : number status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/job.api.ts:60 Type declaration: completionTime : string conditions : object[] startTime : string succeeded : number Static apiBase # \u25aa apiBase : string = \"/apis/batch/v1/jobs\" Defined in src/renderer/api/endpoints/job.api.ts:12 Static kind # \u25aa kind : string = \"Job\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/job.api.ts:10 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/job.api.ts:11 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete (): CancelablePromise\u2039KubeJsonApiData\u203a Overrides KubeObject . delete Defined in src/renderer/api/endpoints/job.api.ts:98 Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAffinity # \u25b8 getAffinity (): IAffinity Inherited from Deployment . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Inherited from Pod . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getCompletions # \u25b8 getCompletions (): number Defined in src/renderer/api/endpoints/job.api.ts:77 Returns: number getCondition # \u25b8 getCondition (): object Defined in src/renderer/api/endpoints/job.api.ts:85 Returns: object lastProbeTime : string lastTransitionTime : string message ? : string status : string type : string getDesiredCompletions # \u25b8 getDesiredCompletions (): number Defined in src/renderer/api/endpoints/job.api.ts:73 Returns: number getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getImages # \u25b8 getImages (): string[] Defined in src/renderer/api/endpoints/job.api.ts:93 Returns: string[] getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeSelectors # \u25b8 getNodeSelectors (): string[] Inherited from Deployment . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[] getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getParallelism # \u25b8 getParallelism (): number Defined in src/renderer/api/endpoints/job.api.ts:81 Returns: number getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSelectors # \u25b8 getSelectors (): string[] Inherited from Pod . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[] getTemplateLabels # \u25b8 getTemplateLabels (): string[] Inherited from Pod . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): IToleration[] Inherited from Deployment . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: Job"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#class-job","text":"","title":"Class: Job"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#hierarchy","text":"WorkloadKubeObject \u21b3 Job","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#methods","text":"delete getAffinity getAffinityNumber getAge getAnnotations getCompletions getCondition getDesiredCompletions getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getParallelism getResourceVersion getSearchFields getSelectors getTemplateLabels getTolerations toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#constructor","text":"+ new Job ( data : KubeJsonApiData): Job Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Job","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#spec","text":"\u2022 spec : object Overrides void Defined in src/renderer/api/endpoints/job.api.ts:14","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/job.api.ts:60","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#static-apibase","text":"\u25aa apiBase : string = \"/apis/batch/v1/jobs\" Defined in src/renderer/api/endpoints/job.api.ts:12","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#static-kind","text":"\u25aa kind : string = \"Job\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/job.api.ts:10","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/job.api.ts:11","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#delete","text":"\u25b8 delete (): CancelablePromise\u2039KubeJsonApiData\u203a Overrides KubeObject . delete Defined in src/renderer/api/endpoints/job.api.ts:98 Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Inherited from Deployment . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Inherited from Pod . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getcompletions","text":"\u25b8 getCompletions (): number Defined in src/renderer/api/endpoints/job.api.ts:77 Returns: number","title":"getCompletions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getcondition","text":"\u25b8 getCondition (): object Defined in src/renderer/api/endpoints/job.api.ts:85 Returns: object lastProbeTime : string lastTransitionTime : string message ? : string status : string type : string","title":"getCondition"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getdesiredcompletions","text":"\u25b8 getDesiredCompletions (): number Defined in src/renderer/api/endpoints/job.api.ts:73 Returns: number","title":"getDesiredCompletions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getimages","text":"\u25b8 getImages (): string[] Defined in src/renderer/api/endpoints/job.api.ts:93 Returns: string[]","title":"getImages"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Inherited from Deployment . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getparallelism","text":"\u25b8 getParallelism (): number Defined in src/renderer/api/endpoints/job.api.ts:81 Returns: number","title":"getParallelism"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#getselectors","text":"\u25b8 getSelectors (): string[] Inherited from Pod . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Inherited from Pod . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#gettolerations","text":"\u25b8 getTolerations (): IToleration[] Inherited from Deployment . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration[]","title":"getTolerations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.job/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/","text":"Class: KubeApi \u2039 T \u203a # Type parameters # \u25aa T : KubeObject Hierarchy # KubeApi \u21b3 VersionedKubeApi \u21b3 PodsApi \u21b3 NodesApi \u21b3 DeploymentApi \u21b3 IngressApi \u21b3 PersistentVolumeClaimsApi Index # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi Methods # create delete get getResourceVersion getUrl getWatchUrl list normalizeQuery parseResponse refreshResourceVersion setResourceVersion update watch watchAll Constructors # constructor # + new KubeApi ( options : IKubeApiOptions\u2039T\u203a): KubeApi Defined in src/renderer/api/kube-api.ts:69 Parameters: Name Type options IKubeApiOptions\u2039T\u203a Returns: KubeApi Properties # apiBase # \u2022 apiBase : string Defined in src/renderer/api/kube-api.ts:59 apiGroup # \u2022 apiGroup : string Defined in src/renderer/api/kube-api.ts:61 apiPrefix # \u2022 apiPrefix : string Defined in src/renderer/api/kube-api.ts:60 apiResource # \u2022 apiResource : string Defined in src/renderer/api/kube-api.ts:64 apiVersion # \u2022 apiVersion : string Defined in src/renderer/api/kube-api.ts:62 apiVersionWithGroup # \u2022 apiVersionWithGroup : string Defined in src/renderer/api/kube-api.ts:63 isNamespaced # \u2022 isNamespaced : boolean Defined in src/renderer/api/kube-api.ts:65 kind # \u2022 kind : string Defined in src/renderer/api/kube-api.ts:58 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor\u2039T\u203a Defined in src/renderer/api/kube-api.ts:67 Protected options # \u2022 options : IKubeApiOptions\u2039T\u203a Defined in src/renderer/api/kube-api.ts:71 Protected request # \u2022 request : KubeJsonApi Defined in src/renderer/api/kube-api.ts:68 Protected resourceVersions # \u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Defined in src/renderer/api/kube-api.ts:69 Static parseApi # \u25aa parseApi : parseKubeApi = parseKubeApi Defined in src/renderer/api/kube-api.ts:51 Methods # create # \u25b8 create ( __namedParameters : object, data? : Partial\u2039T\u203a): Promise\u2039T\u203a Defined in src/renderer/api/kube-api.ts:170 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039T\u203a Returns: Promise\u2039T\u203a delete # \u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Defined in src/renderer/api/kube-api.ts:194 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a get # \u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039T\u203a Defined in src/renderer/api/kube-api.ts:164 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039T\u203a getResourceVersion # \u25b8 getResourceVersion ( namespace : string): string Defined in src/renderer/api/kube-api.ts:102 Parameters: Name Type Default namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Defined in src/renderer/api/kube-api.ts:110 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string getWatchUrl # \u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Defined in src/renderer/api/kube-api.ts:199 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039T[]\u203a Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039T[]\u203a Protected normalizeQuery # \u25b8 normalizeQuery ( query : Partial\u2039IKubeApiQueryParams\u203a): object Defined in src/renderer/api/kube-api.ts:122 Parameters: Name Type Default query Partial\u2039IKubeApiQueryParams\u203a {} Returns: object Protected parseResponse # \u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Defined in src/renderer/api/kube-api.ts:132 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any refreshResourceVersion # \u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Defined in src/renderer/api/kube-api.ts:106 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a setResourceVersion # \u25b8 setResourceVersion ( namespace : string, newVersion : string): void Defined in src/renderer/api/kube-api.ts:98 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters : object, data? : Partial\u2039T\u203a): Promise\u2039T\u203a Defined in src/renderer/api/kube-api.ts:187 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039T\u203a Returns: Promise\u2039T\u203a watch # \u25b8 watch (): function Defined in src/renderer/api/kube-api.ts:207 Returns: function \u25b8 (): void Static watchAll # \u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Defined in src/renderer/api/kube-api.ts:53 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Class: KubeApi \u2039**T**\u203a"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#class-kubeapi-t","text":"","title":"Class: KubeApi \u2039T\u203a"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#type-parameters","text":"\u25aa T : KubeObject","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#hierarchy","text":"KubeApi \u21b3 VersionedKubeApi \u21b3 PodsApi \u21b3 NodesApi \u21b3 DeploymentApi \u21b3 IngressApi \u21b3 PersistentVolumeClaimsApi","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#methods","text":"create delete get getResourceVersion getUrl getWatchUrl list normalizeQuery parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#constructor","text":"+ new KubeApi ( options : IKubeApiOptions\u2039T\u203a): KubeApi Defined in src/renderer/api/kube-api.ts:69 Parameters: Name Type options IKubeApiOptions\u2039T\u203a Returns: KubeApi","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#apibase","text":"\u2022 apiBase : string Defined in src/renderer/api/kube-api.ts:59","title":"apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#apigroup","text":"\u2022 apiGroup : string Defined in src/renderer/api/kube-api.ts:61","title":"apiGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#apiprefix","text":"\u2022 apiPrefix : string Defined in src/renderer/api/kube-api.ts:60","title":"apiPrefix"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#apiresource","text":"\u2022 apiResource : string Defined in src/renderer/api/kube-api.ts:64","title":"apiResource"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#apiversion","text":"\u2022 apiVersion : string Defined in src/renderer/api/kube-api.ts:62","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#apiversionwithgroup","text":"\u2022 apiVersionWithGroup : string Defined in src/renderer/api/kube-api.ts:63","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#isnamespaced","text":"\u2022 isNamespaced : boolean Defined in src/renderer/api/kube-api.ts:65","title":"isNamespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#kind","text":"\u2022 kind : string Defined in src/renderer/api/kube-api.ts:58","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor\u2039T\u203a Defined in src/renderer/api/kube-api.ts:67","title":"objectConstructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#protected-options","text":"\u2022 options : IKubeApiOptions\u2039T\u203a Defined in src/renderer/api/kube-api.ts:71","title":"Protected options"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#protected-request","text":"\u2022 request : KubeJsonApi Defined in src/renderer/api/kube-api.ts:68","title":"Protected request"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#protected-resourceversions","text":"\u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Defined in src/renderer/api/kube-api.ts:69","title":"Protected resourceVersions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#static-parseapi","text":"\u25aa parseApi : parseKubeApi = parseKubeApi Defined in src/renderer/api/kube-api.ts:51","title":"Static parseApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#create","text":"\u25b8 create ( __namedParameters : object, data? : Partial\u2039T\u203a): Promise\u2039T\u203a Defined in src/renderer/api/kube-api.ts:170 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#delete","text":"\u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Defined in src/renderer/api/kube-api.ts:194 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#get","text":"\u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039T\u203a Defined in src/renderer/api/kube-api.ts:164 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039T\u203a","title":"get"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace : string): string Defined in src/renderer/api/kube-api.ts:102 Parameters: Name Type Default namespace string \"\" Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#geturl","text":"\u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Defined in src/renderer/api/kube-api.ts:110 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string","title":"getUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Defined in src/renderer/api/kube-api.ts:199 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string","title":"getWatchUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#list","text":"\u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039T[]\u203a Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039T[]\u203a","title":"list"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#protected-normalizequery","text":"\u25b8 normalizeQuery ( query : Partial\u2039IKubeApiQueryParams\u203a): object Defined in src/renderer/api/kube-api.ts:122 Parameters: Name Type Default query Partial\u2039IKubeApiQueryParams\u203a {} Returns: object","title":"Protected normalizeQuery"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#protected-parseresponse","text":"\u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Defined in src/renderer/api/kube-api.ts:132 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any","title":"Protected parseResponse"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Defined in src/renderer/api/kube-api.ts:106 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace : string, newVersion : string): void Defined in src/renderer/api/kube-api.ts:98 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void","title":"setResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#update","text":"\u25b8 update ( __namedParameters : object, data? : Partial\u2039T\u203a): Promise\u2039T\u203a Defined in src/renderer/api/kube-api.ts:187 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#watch","text":"\u25b8 watch (): function Defined in src/renderer/api/kube-api.ts:207 Returns: function \u25b8 (): void","title":"watch"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeapi/#static-watchall","text":"\u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Defined in src/renderer/api/kube-api.ts:53 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Static watchAll"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/","text":"Class: KubeEvent # Hierarchy # KubeObject \u21b3 KubeEvent Implements # ItemObject Index # Constructors # constructor Properties # apiVersion count eventTime firstTimestamp involvedObject kind lastTimestamp message metadata reason reportingComponent reportingInstance source status type apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getFirstSeenTime getId getLabels getLastSeenTime getName getNs getOwnerRefs getResourceVersion getSearchFields getSource isWarning toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new KubeEvent ( data : KubeJsonApiData): KubeEvent Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: KubeEvent Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 count # \u2022 count : number Defined in src/renderer/api/endpoints/events.api.ts:30 eventTime # \u2022 eventTime : null Defined in src/renderer/api/endpoints/events.api.ts:32 firstTimestamp # \u2022 firstTimestamp : string Defined in src/renderer/api/endpoints/events.api.ts:28 involvedObject # \u2022 involvedObject : object Defined in src/renderer/api/endpoints/events.api.ts:13 Type declaration: apiVersion : string fieldPath : string kind : string name : string namespace : string resourceVersion : string uid : string kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 lastTimestamp # \u2022 lastTimestamp : string Defined in src/renderer/api/endpoints/events.api.ts:29 message # \u2022 message : string Defined in src/renderer/api/endpoints/events.api.ts:23 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 reason # \u2022 reason : string Defined in src/renderer/api/endpoints/events.api.ts:22 reportingComponent # \u2022 reportingComponent : string Defined in src/renderer/api/endpoints/events.api.ts:33 reportingInstance # \u2022 reportingInstance : string Defined in src/renderer/api/endpoints/events.api.ts:34 source # \u2022 source : object Defined in src/renderer/api/endpoints/events.api.ts:24 Type declaration: component : string host : string Optional status # \u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 type # \u2022 type : string Defined in src/renderer/api/endpoints/events.api.ts:31 Static apiBase # \u25aa apiBase : string = \"/api/v1/events\" Defined in src/renderer/api/endpoints/events.api.ts:11 Static kind # \u25aa kind : string = \"Event\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/events.api.ts:9 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/events.api.ts:10 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getFirstSeenTime # \u25b8 getFirstSeenTime (): string Defined in src/renderer/api/endpoints/events.api.ts:45 Returns: string getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getLastSeenTime # \u25b8 getLastSeenTime (): string Defined in src/renderer/api/endpoints/events.api.ts:50 Returns: string getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSource # \u25b8 getSource (): string Defined in src/renderer/api/endpoints/events.api.ts:40 Returns: string isWarning # \u25b8 isWarning (): boolean Defined in src/renderer/api/endpoints/events.api.ts:36 Returns: boolean toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: KubeEvent"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#class-kubeevent","text":"","title":"Class: KubeEvent"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#hierarchy","text":"KubeObject \u21b3 KubeEvent","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#properties","text":"apiVersion count eventTime firstTimestamp involvedObject kind lastTimestamp message metadata reason reportingComponent reportingInstance source status type apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#methods","text":"delete getAge getAnnotations getFinalizers getFirstSeenTime getId getLabels getLastSeenTime getName getNs getOwnerRefs getResourceVersion getSearchFields getSource isWarning toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#constructor","text":"+ new KubeEvent ( data : KubeJsonApiData): KubeEvent Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: KubeEvent","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#count","text":"\u2022 count : number Defined in src/renderer/api/endpoints/events.api.ts:30","title":"count"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#eventtime","text":"\u2022 eventTime : null Defined in src/renderer/api/endpoints/events.api.ts:32","title":"eventTime"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#firsttimestamp","text":"\u2022 firstTimestamp : string Defined in src/renderer/api/endpoints/events.api.ts:28","title":"firstTimestamp"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#involvedobject","text":"\u2022 involvedObject : object Defined in src/renderer/api/endpoints/events.api.ts:13","title":"involvedObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#lasttimestamp","text":"\u2022 lastTimestamp : string Defined in src/renderer/api/endpoints/events.api.ts:29","title":"lastTimestamp"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#message","text":"\u2022 message : string Defined in src/renderer/api/endpoints/events.api.ts:23","title":"message"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#reason","text":"\u2022 reason : string Defined in src/renderer/api/endpoints/events.api.ts:22","title":"reason"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#reportingcomponent","text":"\u2022 reportingComponent : string Defined in src/renderer/api/endpoints/events.api.ts:33","title":"reportingComponent"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#reportinginstance","text":"\u2022 reportingInstance : string Defined in src/renderer/api/endpoints/events.api.ts:34","title":"reportingInstance"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#source","text":"\u2022 source : object Defined in src/renderer/api/endpoints/events.api.ts:24","title":"source"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#optional-status","text":"\u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#type","text":"\u2022 type : string Defined in src/renderer/api/endpoints/events.api.ts:31","title":"type"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#static-apibase","text":"\u25aa apiBase : string = \"/api/v1/events\" Defined in src/renderer/api/endpoints/events.api.ts:11","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#static-kind","text":"\u25aa kind : string = \"Event\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/events.api.ts:9","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/events.api.ts:10","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getfirstseentime","text":"\u25b8 getFirstSeenTime (): string Defined in src/renderer/api/endpoints/events.api.ts:45 Returns: string","title":"getFirstSeenTime"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getlastseentime","text":"\u25b8 getLastSeenTime (): string Defined in src/renderer/api/endpoints/events.api.ts:50 Returns: string","title":"getLastSeenTime"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#getsource","text":"\u25b8 getSource (): string Defined in src/renderer/api/endpoints/events.api.ts:40 Returns: string","title":"getSource"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#iswarning","text":"\u25b8 isWarning (): boolean Defined in src/renderer/api/endpoints/events.api.ts:36 Returns: boolean","title":"isWarning"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeevent/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/","text":"Class: KubeObject # Hierarchy # KubeObject \u21b3 Node \u21b3 CronJob \u21b3 ConfigMap \u21b3 Secret \u21b3 ResourceQuota \u21b3 HorizontalPodAutoscaler \u21b3 PodDisruptionBudget \u21b3 Service \u21b3 Endpoint \u21b3 Ingress \u21b3 NetworkPolicy \u21b3 PersistentVolume \u21b3 PersistentVolumeClaim \u21b3 StorageClass \u21b3 Namespace \u21b3 KubeEvent \u21b3 ServiceAccount \u21b3 Role \u21b3 RoleBinding \u21b3 CustomResourceDefinition Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata status kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new KubeObject ( data : KubeJsonApiData): KubeObject Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: KubeObject Properties # apiVersion # \u2022 apiVersion : string Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Defined in src/renderer/api/kube-object.ts:77 Optional status # \u2022 status ? : any Defined in src/renderer/api/kube-object.ts:78 Static kind # \u25aa kind : string Defined in src/renderer/api/kube-object.ts:47 Static namespaced # \u25aa namespaced : boolean Defined in src/renderer/api/kube-object.ts:48 Accessors # selfLink # \u2022 get selfLink (): string Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Defined in src/renderer/api/kube-object.ts:137 Returns: string[] toPlainObject # \u25b8 toPlainObject (): object Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: KubeObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#class-kubeobject","text":"","title":"Class: KubeObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#hierarchy","text":"KubeObject \u21b3 Node \u21b3 CronJob \u21b3 ConfigMap \u21b3 Secret \u21b3 ResourceQuota \u21b3 HorizontalPodAutoscaler \u21b3 PodDisruptionBudget \u21b3 Service \u21b3 Endpoint \u21b3 Ingress \u21b3 NetworkPolicy \u21b3 PersistentVolume \u21b3 PersistentVolumeClaim \u21b3 StorageClass \u21b3 Namespace \u21b3 KubeEvent \u21b3 ServiceAccount \u21b3 Role \u21b3 RoleBinding \u21b3 CustomResourceDefinition","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#properties","text":"apiVersion kind metadata status kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#constructor","text":"+ new KubeObject ( data : KubeJsonApiData): KubeObject Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: KubeObject","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#apiversion","text":"\u2022 apiVersion : string Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#kind","text":"\u2022 kind : string Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#optional-status","text":"\u2022 status ? : any Defined in src/renderer/api/kube-object.ts:78","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#static-kind","text":"\u25aa kind : string Defined in src/renderer/api/kube-object.ts:47","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#static-namespaced","text":"\u25aa namespaced : boolean Defined in src/renderer/api/kube-object.ts:48","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#selflink","text":"\u2022 get selfLink (): string Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#getid","text":"\u25b8 getId (): string Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#getlabels","text":"\u25b8 getLabels (): string[] Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#getname","text":"\u25b8 getName (): string Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#getns","text":"\u25b8 getNs (): string Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#getresourceversion","text":"\u25b8 getResourceVersion (): string Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#toplainobject","text":"\u25b8 toPlainObject (): object Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobject/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/","text":"Class: KubeObjectStore \u2039 T \u203a # Type parameters # \u25aa T : KubeObject Hierarchy # ItemStore\u2039T\u203a \u21b3 KubeObjectStore \u21b3 EventStore Index # Constructors # constructor Properties # api eventsBuffer isLoaded isLoading items limit selectedItemsIds Accessors # selectedItems Methods # [Symbol.iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getByLabel getByName getByPath getStatuses isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems onWatchApiEvent remove removeItem removeSelectedItems reset resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # + new KubeObjectStore (): KubeObjectStore Defined in src/renderer/kube-object.store.ts:14 Returns: KubeObjectStore Properties # Abstract api # \u2022 api : KubeApi \u2039T\u203a Defined in src/renderer/kube-object.store.ts:13 Protected eventsBuffer # \u2022 eventsBuffer : IObservableArray\u2039IKubeWatchEvent\u2039KubeJsonApiData\u203a\u203a = observable >([], { deep: false }) Defined in src/renderer/kube-object.store.ts:145 isLoaded # \u2022 isLoaded : boolean = false Inherited from KubeObjectStore . isLoaded Defined in src/renderer/item.store.ts:17 isLoading # \u2022 isLoading : boolean = false Inherited from KubeObjectStore . isLoading Defined in src/renderer/item.store.ts:16 items # \u2022 items : IObservableArray\u2039T\u203a = observable.array ([], { deep: false }) Inherited from KubeObjectStore . items Defined in src/renderer/item.store.ts:18 limit # \u2022 limit : number Defined in src/renderer/kube-object.store.ts:14 selectedItemsIds # \u2022 selectedItemsIds : ObservableMap\u2039string, boolean\u203a = observable.map () Inherited from KubeObjectStore . selectedItemsIds Defined in src/renderer/item.store.ts:19 Accessors # selectedItems # \u2022 get selectedItems (): T[] Inherited from KubeObjectStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: T[] Methods # [Symbol.iterator] # \u25b8 [Symbol.iterator] (): Generator\u2039T, void, undefined\u203a Inherited from KubeObjectStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\u2039T, void, undefined\u203a Protected bindWatchEventsUpdater # \u25b8 bindWatchEventsUpdater ( delay : number): IReactionDisposer Defined in src/renderer/kube-object.store.ts:147 Parameters: Name Type Default delay number 1000 Returns: IReactionDisposer create # \u25b8 create ( params : object, data? : Partial\u2039T\u203a): Promise\u2039T\u203a Defined in src/renderer/kube-object.store.ts:120 Parameters: \u25aa params : object Name Type name string namespace? string \u25aa Optional data : Partial\u2039T\u203a Returns: Promise\u2039T\u203a Protected createItem # \u25b8 createItem ( params : object, data? : Partial\u2039T\u203a): Promise\u2039T\u203a Overrides void Defined in src/renderer/kube-object.store.ts:116 Parameters: \u25aa params : object Name Type name string namespace? string \u25aa Optional data : Partial\u2039T\u203a Returns: Promise\u2039T\u203a Protected defaultSorting # \u25b8 defaultSorting ( item : T): string Inherited from KubeObjectStore . defaultSorting Defined in src/renderer/item.store.ts:14 Parameters: Name Type item T Returns: string Protected filterItemsOnLoad # \u25b8 filterItemsOnLoad ( items : T[]): T[] Defined in src/renderer/kube-object.store.ts:72 Parameters: Name Type items T[] Returns: T[] getAllByNs # \u25b8 getAllByNs ( namespace : string | string[], strict : boolean): T[] Defined in src/renderer/kube-object.store.ts:24 Parameters: Name Type Default namespace string | string[] - strict boolean false Returns: T[] getByLabel # \u25b8 getByLabel ( labels : string[] | object): T[] Defined in src/renderer/kube-object.store.ts:45 Parameters: Name Type labels string[] | object Returns: T[] getByName # \u25b8 getByName ( name : string, namespace? : string): T Overrides void Defined in src/renderer/kube-object.store.ts:33 Parameters: Name Type name string namespace? string Returns: T getByPath # \u25b8 getByPath ( path : string): T Defined in src/renderer/kube-object.store.ts:41 Parameters: Name Type path string Returns: T Optional getStatuses # \u25b8 getStatuses ( items : T[]): Record\u2039string, number\u203a Defined in src/renderer/kube-object.store.ts:22 Parameters: Name Type items T[] Returns: Record\u2039string, number\u203a isSelected # \u25b8 isSelected ( item : T): boolean Inherited from KubeObjectStore . isSelected Defined in src/renderer/item.store.ts:102 Parameters: Name Type item T Returns: boolean isSelectedAll # \u25b8 isSelectedAll ( visibleItems : T[]): boolean Inherited from KubeObjectStore . isSelectedAll Defined in src/renderer/item.store.ts:137 Parameters: Name Type Default visibleItems T[] this.items Returns: boolean load # \u25b8 load ( params : object): Promise\u2039T\u203a Defined in src/renderer/kube-object.store.ts:99 Parameters: \u25aa params : object Name Type name string namespace? string Returns: Promise\u2039T\u203a loadAll # \u25b8 loadAll (): Promise\u2039void\u203a Overrides void Defined in src/renderer/kube-object.store.ts:77 Returns: Promise\u2039void\u203a loadFromPath # \u25b8 loadFromPath ( resourcePath : string): Promise\u2039T\u203a Defined in src/renderer/kube-object.store.ts:111 Parameters: Name Type resourcePath string Returns: Promise\u2039T\u203a Protected loadItem # \u25b8 loadItem ( params : object): Promise\u2039T\u203a Overrides void Defined in src/renderer/kube-object.store.ts:94 Parameters: \u25aa params : object Name Type name string namespace? string Returns: Promise\u2039T\u203a Protected loadItems # \u25b8 loadItems ( allowedNamespaces? : string[]): Promise\u2039T[]\u203a Overrides void Defined in src/renderer/kube-object.store.ts:60 Parameters: Name Type allowedNamespaces? string[] Returns: Promise\u2039T[]\u203a Protected onWatchApiEvent # \u25b8 onWatchApiEvent ( evt : IKubeWatchEvent): void Defined in src/renderer/kube-object.store.ts:157 Parameters: Name Type evt IKubeWatchEvent Returns: void remove # \u25b8 remove ( item : T): Promise\u2039void\u203a Defined in src/renderer/kube-object.store.ts:134 Parameters: Name Type item T Returns: Promise\u2039void\u203a Protected removeItem # \u25b8 removeItem ( item : T, request : function): Promise\u2039void\u203a Inherited from KubeObjectStore . removeItem Defined in src/renderer/item.store.ts:96 Parameters: \u25aa item : T \u25aa request : function \u25b8 (): Promise\u2039any\u203a Returns: Promise\u2039void\u203a removeSelectedItems # \u25b8 removeSelectedItems (): Promise\u2039void[]\u203a Overrides void Defined in src/renderer/kube-object.store.ts:140 Returns: Promise\u2039void[]\u203a reset # \u25b8 reset (): void Inherited from KubeObjectStore . reset Defined in src/renderer/item.store.ts:148 Returns: void resetSelection # \u25b8 resetSelection (): void Inherited from KubeObjectStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void select # \u25b8 select ( item : T): void Inherited from KubeObjectStore . select Defined in src/renderer/item.store.ts:107 Parameters: Name Type item T Returns: void Protected sortItems # \u25b8 sortItems ( items : T[], sorting? : function[], order? : \"asc\" | \"desc\"): T[] Inherited from KubeObjectStore . sortItems Defined in src/renderer/item.store.ts:31 Parameters: Name Type Default items T[] this.items sorting? function[] - order? \"asc\" | \"desc\" - Returns: T[] subscribe # \u25b8 subscribe ( apis : KubeApi \u2039T\u203a[]): (Anonymous function) Overrides void Defined in src/renderer/kube-object.store.ts:153 Parameters: Name Type Default apis KubeApi \u2039T\u203a[] [this.api] Returns: (Anonymous function) toggleSelection # \u25b8 toggleSelection ( item : T): void Inherited from KubeObjectStore . toggleSelection Defined in src/renderer/item.store.ts:117 Parameters: Name Type item T Returns: void toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems : T[]): void Inherited from KubeObjectStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127 Parameters: Name Type Default visibleItems T[] this.items Returns: void unselect # \u25b8 unselect ( item : T): void Inherited from KubeObjectStore . unselect Defined in src/renderer/item.store.ts:112 Parameters: Name Type item T Returns: void update # \u25b8 update ( item : T, data : Partial\u2039T\u203a): Promise\u2039T\u203a Defined in src/renderer/kube-object.store.ts:127 Parameters: Name Type item T data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Protected updateFromEventsBuffer # \u25b8 updateFromEventsBuffer (): void Defined in src/renderer/kube-object.store.ts:163 Returns: void Protected updateItem # \u25b8 updateItem ( item : T, request : function): Promise\u2039T\u203a Inherited from KubeObjectStore . updateItem Defined in src/renderer/item.store.ts:88 Parameters: \u25aa item : T \u25aa request : function \u25b8 (): Promise\u2039T\u203a Returns: Promise\u2039T\u203a","title":"Class: KubeObjectStore \u2039**T**\u203a"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#class-kubeobjectstore-t","text":"","title":"Class: KubeObjectStore \u2039T\u203a"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#type-parameters","text":"\u25aa T : KubeObject","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#hierarchy","text":"ItemStore\u2039T\u203a \u21b3 KubeObjectStore \u21b3 EventStore","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#properties","text":"api eventsBuffer isLoaded isLoading items limit selectedItemsIds","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#accessors","text":"selectedItems","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#methods","text":"[Symbol.iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getByLabel getByName getByPath getStatuses isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems onWatchApiEvent remove removeItem removeSelectedItems reset resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#constructor","text":"+ new KubeObjectStore (): KubeObjectStore Defined in src/renderer/kube-object.store.ts:14 Returns: KubeObjectStore","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#abstract-api","text":"\u2022 api : KubeApi \u2039T\u203a Defined in src/renderer/kube-object.store.ts:13","title":"Abstract api"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#protected-eventsbuffer","text":"\u2022 eventsBuffer : IObservableArray\u2039IKubeWatchEvent\u2039KubeJsonApiData\u203a\u203a = observable >([], { deep: false }) Defined in src/renderer/kube-object.store.ts:145","title":"Protected eventsBuffer"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from KubeObjectStore . isLoaded Defined in src/renderer/item.store.ts:17","title":"isLoaded"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#isloading","text":"\u2022 isLoading : boolean = false Inherited from KubeObjectStore . isLoading Defined in src/renderer/item.store.ts:16","title":"isLoading"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#items","text":"\u2022 items : IObservableArray\u2039T\u203a = observable.array ([], { deep: false }) Inherited from KubeObjectStore . items Defined in src/renderer/item.store.ts:18","title":"items"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#limit","text":"\u2022 limit : number Defined in src/renderer/kube-object.store.ts:14","title":"limit"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap\u2039string, boolean\u203a = observable.map () Inherited from KubeObjectStore . selectedItemsIds Defined in src/renderer/item.store.ts:19","title":"selectedItemsIds"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#selecteditems","text":"\u2022 get selectedItems (): T[] Inherited from KubeObjectStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: T[]","title":"selectedItems"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#symboliterator","text":"\u25b8 [Symbol.iterator] (): Generator\u2039T, void, undefined\u203a Inherited from KubeObjectStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\u2039T, void, undefined\u203a","title":"[Symbol.iterator]"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#protected-bindwatcheventsupdater","text":"\u25b8 bindWatchEventsUpdater ( delay : number): IReactionDisposer Defined in src/renderer/kube-object.store.ts:147 Parameters: Name Type Default delay number 1000 Returns: IReactionDisposer","title":"Protected bindWatchEventsUpdater"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#create","text":"\u25b8 create ( params : object, data? : Partial\u2039T\u203a): Promise\u2039T\u203a Defined in src/renderer/kube-object.store.ts:120 Parameters: \u25aa params : object Name Type name string namespace? string \u25aa Optional data : Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#protected-createitem","text":"\u25b8 createItem ( params : object, data? : Partial\u2039T\u203a): Promise\u2039T\u203a Overrides void Defined in src/renderer/kube-object.store.ts:116 Parameters: \u25aa params : object Name Type name string namespace? string \u25aa Optional data : Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"Protected createItem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#protected-defaultsorting","text":"\u25b8 defaultSorting ( item : T): string Inherited from KubeObjectStore . defaultSorting Defined in src/renderer/item.store.ts:14 Parameters: Name Type item T Returns: string","title":"Protected defaultSorting"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#protected-filteritemsonload","text":"\u25b8 filterItemsOnLoad ( items : T[]): T[] Defined in src/renderer/kube-object.store.ts:72 Parameters: Name Type items T[] Returns: T[]","title":"Protected filterItemsOnLoad"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#getallbyns","text":"\u25b8 getAllByNs ( namespace : string | string[], strict : boolean): T[] Defined in src/renderer/kube-object.store.ts:24 Parameters: Name Type Default namespace string | string[] - strict boolean false Returns: T[]","title":"getAllByNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#getbylabel","text":"\u25b8 getByLabel ( labels : string[] | object): T[] Defined in src/renderer/kube-object.store.ts:45 Parameters: Name Type labels string[] | object Returns: T[]","title":"getByLabel"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#getbyname","text":"\u25b8 getByName ( name : string, namespace? : string): T Overrides void Defined in src/renderer/kube-object.store.ts:33 Parameters: Name Type name string namespace? string Returns: T","title":"getByName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#getbypath","text":"\u25b8 getByPath ( path : string): T Defined in src/renderer/kube-object.store.ts:41 Parameters: Name Type path string Returns: T","title":"getByPath"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#optional-getstatuses","text":"\u25b8 getStatuses ( items : T[]): Record\u2039string, number\u203a Defined in src/renderer/kube-object.store.ts:22 Parameters: Name Type items T[] Returns: Record\u2039string, number\u203a","title":"Optional getStatuses"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#isselected","text":"\u25b8 isSelected ( item : T): boolean Inherited from KubeObjectStore . isSelected Defined in src/renderer/item.store.ts:102 Parameters: Name Type item T Returns: boolean","title":"isSelected"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems : T[]): boolean Inherited from KubeObjectStore . isSelectedAll Defined in src/renderer/item.store.ts:137 Parameters: Name Type Default visibleItems T[] this.items Returns: boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#load","text":"\u25b8 load ( params : object): Promise\u2039T\u203a Defined in src/renderer/kube-object.store.ts:99 Parameters: \u25aa params : object Name Type name string namespace? string Returns: Promise\u2039T\u203a","title":"load"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#loadall","text":"\u25b8 loadAll (): Promise\u2039void\u203a Overrides void Defined in src/renderer/kube-object.store.ts:77 Returns: Promise\u2039void\u203a","title":"loadAll"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath : string): Promise\u2039T\u203a Defined in src/renderer/kube-object.store.ts:111 Parameters: Name Type resourcePath string Returns: Promise\u2039T\u203a","title":"loadFromPath"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#protected-loaditem","text":"\u25b8 loadItem ( params : object): Promise\u2039T\u203a Overrides void Defined in src/renderer/kube-object.store.ts:94 Parameters: \u25aa params : object Name Type name string namespace? string Returns: Promise\u2039T\u203a","title":"Protected loadItem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#protected-loaditems","text":"\u25b8 loadItems ( allowedNamespaces? : string[]): Promise\u2039T[]\u203a Overrides void Defined in src/renderer/kube-object.store.ts:60 Parameters: Name Type allowedNamespaces? string[] Returns: Promise\u2039T[]\u203a","title":"Protected loadItems"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#protected-onwatchapievent","text":"\u25b8 onWatchApiEvent ( evt : IKubeWatchEvent): void Defined in src/renderer/kube-object.store.ts:157 Parameters: Name Type evt IKubeWatchEvent Returns: void","title":"Protected onWatchApiEvent"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#remove","text":"\u25b8 remove ( item : T): Promise\u2039void\u203a Defined in src/renderer/kube-object.store.ts:134 Parameters: Name Type item T Returns: Promise\u2039void\u203a","title":"remove"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#protected-removeitem","text":"\u25b8 removeItem ( item : T, request : function): Promise\u2039void\u203a Inherited from KubeObjectStore . removeItem Defined in src/renderer/item.store.ts:96 Parameters: \u25aa item : T \u25aa request : function \u25b8 (): Promise\u2039any\u203a Returns: Promise\u2039void\u203a","title":"Protected removeItem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise\u2039void[]\u203a Overrides void Defined in src/renderer/kube-object.store.ts:140 Returns: Promise\u2039void[]\u203a","title":"removeSelectedItems"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#reset","text":"\u25b8 reset (): void Inherited from KubeObjectStore . reset Defined in src/renderer/item.store.ts:148 Returns: void","title":"reset"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#resetselection","text":"\u25b8 resetSelection (): void Inherited from KubeObjectStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void","title":"resetSelection"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#select","text":"\u25b8 select ( item : T): void Inherited from KubeObjectStore . select Defined in src/renderer/item.store.ts:107 Parameters: Name Type item T Returns: void","title":"select"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#protected-sortitems","text":"\u25b8 sortItems ( items : T[], sorting? : function[], order? : \"asc\" | \"desc\"): T[] Inherited from KubeObjectStore . sortItems Defined in src/renderer/item.store.ts:31 Parameters: Name Type Default items T[] this.items sorting? function[] - order? \"asc\" | \"desc\" - Returns: T[]","title":"Protected sortItems"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#subscribe","text":"\u25b8 subscribe ( apis : KubeApi \u2039T\u203a[]): (Anonymous function) Overrides void Defined in src/renderer/kube-object.store.ts:153 Parameters: Name Type Default apis KubeApi \u2039T\u203a[] [this.api] Returns: (Anonymous function)","title":"subscribe"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#toggleselection","text":"\u25b8 toggleSelection ( item : T): void Inherited from KubeObjectStore . toggleSelection Defined in src/renderer/item.store.ts:117 Parameters: Name Type item T Returns: void","title":"toggleSelection"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems : T[]): void Inherited from KubeObjectStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127 Parameters: Name Type Default visibleItems T[] this.items Returns: void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#unselect","text":"\u25b8 unselect ( item : T): void Inherited from KubeObjectStore . unselect Defined in src/renderer/item.store.ts:112 Parameters: Name Type item T Returns: void","title":"unselect"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#update","text":"\u25b8 update ( item : T, data : Partial\u2039T\u203a): Promise\u2039T\u203a Defined in src/renderer/kube-object.store.ts:127 Parameters: Name Type item T data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#protected-updatefromeventsbuffer","text":"\u25b8 updateFromEventsBuffer (): void Defined in src/renderer/kube-object.store.ts:163 Returns: void","title":"Protected updateFromEventsBuffer"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.kubeobjectstore/#protected-updateitem","text":"\u25b8 updateItem ( item : T, request : function): Promise\u2039T\u203a Inherited from KubeObjectStore . updateItem Defined in src/renderer/item.store.ts:88 Parameters: \u25aa item : T \u25aa request : function \u25b8 (): Promise\u2039T\u203a Returns: Promise\u2039T\u203a","title":"Protected updateItem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/","text":"Class: Namespace # Hierarchy # KubeObject \u21b3 Namespace Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getStatus toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new Namespace ( data : KubeJsonApiData): Namespace Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Namespace Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 Optional status # \u2022 status ? : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/namespaces.api.ts:16 Type declaration: phase : string Static apiBase # \u25aa apiBase : string = \"/api/v1/namespaces\" Defined in src/renderer/api/endpoints/namespaces.api.ts:14 Static kind # \u25aa kind : string = \"Namespace\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/namespaces.api.ts:12 Static namespaced # \u25aa namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/namespaces.api.ts:13 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getStatus # \u25b8 getStatus (): string Defined in src/renderer/api/endpoints/namespaces.api.ts:20 Returns: string toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: Namespace"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#class-namespace","text":"","title":"Class: Namespace"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#hierarchy","text":"KubeObject \u21b3 Namespace","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#properties","text":"apiVersion kind metadata status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getStatus toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#constructor","text":"+ new Namespace ( data : KubeJsonApiData): Namespace Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Namespace","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#optional-status","text":"\u2022 status ? : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/namespaces.api.ts:16","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#static-apibase","text":"\u25aa apiBase : string = \"/api/v1/namespaces\" Defined in src/renderer/api/endpoints/namespaces.api.ts:14","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#static-kind","text":"\u25aa kind : string = \"Namespace\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/namespaces.api.ts:12","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#static-namespaced","text":"\u25aa namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/namespaces.api.ts:13","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#getstatus","text":"\u25b8 getStatus (): string Defined in src/renderer/api/endpoints/namespaces.api.ts:20 Returns: string","title":"getStatus"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.namespace/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/","text":"Class: NetworkPolicy # Hierarchy # KubeObject \u21b3 NetworkPolicy Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getMatchLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getTypes toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new NetworkPolicy ( data : KubeJsonApiData): NetworkPolicy Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: NetworkPolicy Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Defined in src/renderer/api/endpoints/network-policy.api.ts:44 Type declaration: egress : IPolicyEgress[] ingress : IPolicyIngress[] podSelector (): object matchLabels (): object role : string policyTypes : string[] Optional status # \u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 Static apiBase # \u25aa apiBase : string = \"/apis/networking.k8s.io/v1/networkpolicies\" Defined in src/renderer/api/endpoints/network-policy.api.ts:42 Static kind # \u25aa kind : string = \"NetworkPolicy\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/network-policy.api.ts:40 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/network-policy.api.ts:41 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getMatchLabels # \u25b8 getMatchLabels (): string[] Defined in src/renderer/api/endpoints/network-policy.api.ts:56 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getTypes # \u25b8 getTypes (): string[] Defined in src/renderer/api/endpoints/network-policy.api.ts:63 Returns: string[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: NetworkPolicy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#class-networkpolicy","text":"","title":"Class: NetworkPolicy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#hierarchy","text":"KubeObject \u21b3 NetworkPolicy","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getMatchLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getTypes toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#constructor","text":"+ new NetworkPolicy ( data : KubeJsonApiData): NetworkPolicy Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: NetworkPolicy","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#spec","text":"\u2022 spec : object Defined in src/renderer/api/endpoints/network-policy.api.ts:44","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#optional-status","text":"\u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#static-apibase","text":"\u25aa apiBase : string = \"/apis/networking.k8s.io/v1/networkpolicies\" Defined in src/renderer/api/endpoints/network-policy.api.ts:42","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#static-kind","text":"\u25aa kind : string = \"NetworkPolicy\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/network-policy.api.ts:40","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/network-policy.api.ts:41","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#getmatchlabels","text":"\u25b8 getMatchLabels (): string[] Defined in src/renderer/api/endpoints/network-policy.api.ts:56 Returns: string[]","title":"getMatchLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#gettypes","text":"\u25b8 getTypes (): string[] Defined in src/renderer/api/endpoints/network-policy.api.ts:63 Returns: string[]","title":"getTypes"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.networkpolicy/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/","text":"Class: Node # Hierarchy # KubeObject \u21b3 Node Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getActiveConditions getAge getAnnotations getConditions getCpuCapacity getFinalizers getId getKubeletVersion getLabels getMemoryCapacity getName getNodeConditionText getNs getOperatingSystem getOwnerRefs getResourceVersion getRoleLabels getSearchFields getTaints getWarningConditions isUnschedulable toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new Node ( data : KubeJsonApiData): Node Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Node Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Defined in src/renderer/api/endpoints/nodes.api.ts:37 Type declaration: externalID : string podCIDR : string taints ? : object[] unschedulable ? : boolean status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/nodes.api.ts:47 Type declaration: addresses : object[] allocatable (): object cpu : string memory : string pods : string capacity (): object cpu : string memory : string pods : string conditions : object[] images : object[] nodeInfo (): object architecture : string bootID : string containerRuntimeVersion : string kernelVersion : string kubeProxyVersion : string kubeletVersion : string machineID : string operatingSystem : string osImage : string systemUUID : string Static apiBase # \u25aa apiBase : string = \"/api/v1/nodes\" Defined in src/renderer/api/endpoints/nodes.api.ts:35 Static kind # \u25aa kind : string = \"Node\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/nodes.api.ts:33 Static namespaced # \u25aa namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/nodes.api.ts:34 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getActiveConditions # \u25b8 getActiveConditions (): object[] Defined in src/renderer/api/endpoints/nodes.api.ts:131 Returns: object[] getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getConditions # \u25b8 getConditions (): object[] Defined in src/renderer/api/endpoints/nodes.api.ts:123 Returns: object[] getCpuCapacity # \u25b8 getCpuCapacity (): number Defined in src/renderer/api/endpoints/nodes.api.ts:113 Returns: number getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getKubeletVersion # \u25b8 getKubeletVersion (): string Defined in src/renderer/api/endpoints/nodes.api.ts:142 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getMemoryCapacity # \u25b8 getMemoryCapacity (): number Defined in src/renderer/api/endpoints/nodes.api.ts:118 Returns: number getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeConditionText # \u25b8 getNodeConditionText (): string Defined in src/renderer/api/endpoints/nodes.api.ts:88 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOperatingSystem # \u25b8 getOperatingSystem (): string Defined in src/renderer/api/endpoints/nodes.api.ts:146 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getRoleLabels # \u25b8 getRoleLabels (): string Defined in src/renderer/api/endpoints/nodes.api.ts:101 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getTaints # \u25b8 getTaints (): object[] Defined in src/renderer/api/endpoints/nodes.api.ts:97 Returns: object[] getWarningConditions # \u25b8 getWarningConditions (): object[] Defined in src/renderer/api/endpoints/nodes.api.ts:135 Returns: object[] isUnschedulable # \u25b8 isUnschedulable (): boolean Defined in src/renderer/api/endpoints/nodes.api.ts:155 Returns: boolean toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: Node"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#class-node","text":"","title":"Class: Node"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#hierarchy","text":"KubeObject \u21b3 Node","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#methods","text":"delete getActiveConditions getAge getAnnotations getConditions getCpuCapacity getFinalizers getId getKubeletVersion getLabels getMemoryCapacity getName getNodeConditionText getNs getOperatingSystem getOwnerRefs getResourceVersion getRoleLabels getSearchFields getTaints getWarningConditions isUnschedulable toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#constructor","text":"+ new Node ( data : KubeJsonApiData): Node Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Node","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#spec","text":"\u2022 spec : object Defined in src/renderer/api/endpoints/nodes.api.ts:37","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/nodes.api.ts:47","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#static-apibase","text":"\u25aa apiBase : string = \"/api/v1/nodes\" Defined in src/renderer/api/endpoints/nodes.api.ts:35","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#static-kind","text":"\u25aa kind : string = \"Node\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/nodes.api.ts:33","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#static-namespaced","text":"\u25aa namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/nodes.api.ts:34","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getactiveconditions","text":"\u25b8 getActiveConditions (): object[] Defined in src/renderer/api/endpoints/nodes.api.ts:131 Returns: object[]","title":"getActiveConditions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getconditions","text":"\u25b8 getConditions (): object[] Defined in src/renderer/api/endpoints/nodes.api.ts:123 Returns: object[]","title":"getConditions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getcpucapacity","text":"\u25b8 getCpuCapacity (): number Defined in src/renderer/api/endpoints/nodes.api.ts:113 Returns: number","title":"getCpuCapacity"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getkubeletversion","text":"\u25b8 getKubeletVersion (): string Defined in src/renderer/api/endpoints/nodes.api.ts:142 Returns: string","title":"getKubeletVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getmemorycapacity","text":"\u25b8 getMemoryCapacity (): number Defined in src/renderer/api/endpoints/nodes.api.ts:118 Returns: number","title":"getMemoryCapacity"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getnodeconditiontext","text":"\u25b8 getNodeConditionText (): string Defined in src/renderer/api/endpoints/nodes.api.ts:88 Returns: string","title":"getNodeConditionText"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getoperatingsystem","text":"\u25b8 getOperatingSystem (): string Defined in src/renderer/api/endpoints/nodes.api.ts:146 Returns: string","title":"getOperatingSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getrolelabels","text":"\u25b8 getRoleLabels (): string Defined in src/renderer/api/endpoints/nodes.api.ts:101 Returns: string","title":"getRoleLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#gettaints","text":"\u25b8 getTaints (): object[] Defined in src/renderer/api/endpoints/nodes.api.ts:97 Returns: object[]","title":"getTaints"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#getwarningconditions","text":"\u25b8 getWarningConditions (): object[] Defined in src/renderer/api/endpoints/nodes.api.ts:135 Returns: object[]","title":"getWarningConditions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#isunschedulable","text":"\u25b8 isUnschedulable (): boolean Defined in src/renderer/api/endpoints/nodes.api.ts:155 Returns: boolean","title":"isUnschedulable"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.node/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/","text":"Class: NodesApi # Hierarchy # KubeApi \u2039 Node \u203a \u21b3 NodesApi Index # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi Methods # create delete get getMetrics getResourceVersion getUrl getWatchUrl list normalizeQuery parseResponse refreshResourceVersion setResourceVersion update watch watchAll Constructors # constructor # + new NodesApi ( options : IKubeApiOptions\u2039 Node \u203a): NodesApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:69 Parameters: Name Type options IKubeApiOptions\u2039 Node \u203a Returns: NodesApi Properties # apiBase # \u2022 apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:59 apiGroup # \u2022 apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:61 apiPrefix # \u2022 apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:60 apiResource # \u2022 apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:64 apiVersion # \u2022 apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:62 apiVersionWithGroup # \u2022 apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:63 isNamespaced # \u2022 isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:65 kind # \u2022 kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:58 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor\u2039 Node \u203a Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:67 Protected options # \u2022 options : IKubeApiOptions\u2039 Node \u203a Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:71 Protected request # \u2022 request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:68 Protected resourceVersions # \u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:69 Static parseApi # \u25aa parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:51 Methods # create # \u25b8 create ( __namedParameters : object, data? : Partial\u2039 Node \u203a): Promise\u2039 Node \u203a Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:170 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Node \u203a Returns: Promise\u2039 Node \u203a delete # \u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:194 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a get # \u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Node \u203a Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:164 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Node \u203a getMetrics # \u25b8 getMetrics (): Promise\u2039INodeMetrics\u203a Defined in src/renderer/api/endpoints/nodes.api.ts:7 Returns: Promise\u2039INodeMetrics\u203a getResourceVersion # \u25b8 getResourceVersion ( namespace : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:102 Parameters: Name Type Default namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:110 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string getWatchUrl # \u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:199 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Node []\u203a Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Node []\u203a Protected normalizeQuery # \u25b8 normalizeQuery ( query : Partial\u2039IKubeApiQueryParams\u203a): object Inherited from KubeApi . normalizeQuery Defined in src/renderer/api/kube-api.ts:122 Parameters: Name Type Default query Partial\u2039IKubeApiQueryParams\u203a {} Returns: object Protected parseResponse # \u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:132 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any refreshResourceVersion # \u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:106 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a setResourceVersion # \u25b8 setResourceVersion ( namespace : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:98 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters : object, data? : Partial\u2039 Node \u203a): Promise\u2039 Node \u203a Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:187 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Node \u203a Returns: Promise\u2039 Node \u203a watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:207 Returns: function \u25b8 (): void Static watchAll # \u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:53 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Class: NodesApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#class-nodesapi","text":"","title":"Class: NodesApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#hierarchy","text":"KubeApi \u2039 Node \u203a \u21b3 NodesApi","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#methods","text":"create delete get getMetrics getResourceVersion getUrl getWatchUrl list normalizeQuery parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#constructor","text":"+ new NodesApi ( options : IKubeApiOptions\u2039 Node \u203a): NodesApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:69 Parameters: Name Type options IKubeApiOptions\u2039 Node \u203a Returns: NodesApi","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#apibase","text":"\u2022 apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:59","title":"apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#apigroup","text":"\u2022 apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#apiprefix","text":"\u2022 apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:60","title":"apiPrefix"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#apiresource","text":"\u2022 apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:64","title":"apiResource"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:62","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#apiversionwithgroup","text":"\u2022 apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:63","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#isnamespaced","text":"\u2022 isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:65","title":"isNamespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#kind","text":"\u2022 kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:58","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor\u2039 Node \u203a Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:67","title":"objectConstructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#protected-options","text":"\u2022 options : IKubeApiOptions\u2039 Node \u203a Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:71","title":"Protected options"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#protected-request","text":"\u2022 request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:68","title":"Protected request"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#protected-resourceversions","text":"\u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:69","title":"Protected resourceVersions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#static-parseapi","text":"\u25aa parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:51","title":"Static parseApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#create","text":"\u25b8 create ( __namedParameters : object, data? : Partial\u2039 Node \u203a): Promise\u2039 Node \u203a Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:170 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Node \u203a Returns: Promise\u2039 Node \u203a","title":"create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#delete","text":"\u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:194 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#get","text":"\u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Node \u203a Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:164 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Node \u203a","title":"get"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#getmetrics","text":"\u25b8 getMetrics (): Promise\u2039INodeMetrics\u203a Defined in src/renderer/api/endpoints/nodes.api.ts:7 Returns: Promise\u2039INodeMetrics\u203a","title":"getMetrics"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:102 Parameters: Name Type Default namespace string \"\" Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#geturl","text":"\u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:110 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string","title":"getUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:199 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string","title":"getWatchUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#list","text":"\u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Node []\u203a Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Node []\u203a","title":"list"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#protected-normalizequery","text":"\u25b8 normalizeQuery ( query : Partial\u2039IKubeApiQueryParams\u203a): object Inherited from KubeApi . normalizeQuery Defined in src/renderer/api/kube-api.ts:122 Parameters: Name Type Default query Partial\u2039IKubeApiQueryParams\u203a {} Returns: object","title":"Protected normalizeQuery"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#protected-parseresponse","text":"\u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:132 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any","title":"Protected parseResponse"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:106 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:98 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void","title":"setResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#update","text":"\u25b8 update ( __namedParameters : object, data? : Partial\u2039 Node \u203a): Promise\u2039 Node \u203a Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:187 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Node \u203a Returns: Promise\u2039 Node \u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:207 Returns: function \u25b8 (): void","title":"watch"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.nodesapi/#static-watchall","text":"\u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:53 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Static watchAll"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/","text":"Class: PersistentVolume # Hierarchy # KubeObject \u21b3 PersistentVolume Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getCapacity getClaimRefName getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getStatus toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new PersistentVolume ( data : KubeJsonApiData): PersistentVolume Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: PersistentVolume Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Defined in src/renderer/api/endpoints/persistent-volume.api.ts:12 Type declaration: accessModes : string[] capacity (): object storage : string claimRef (): object apiVersion : string kind : string name : string namespace : string resourceVersion : string uid : string flexVolume (): object driver : string options (): object clusterNamespace : string image : string pool : string storageClass : string mountOptions ? : string[] nfs (): object path : string server : string persistentVolumeReclaimPolicy : string storageClassName : string status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/persistent-volume.api.ts:43 Type declaration: phase : string reason ? : string Static apiBase # \u25aa apiBase : string = \"/api/v1/persistentvolumes\" Defined in src/renderer/api/endpoints/persistent-volume.api.ts:10 Static kind # \u25aa kind : string = \"PersistentVolume\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/persistent-volume.api.ts:8 Static namespaced # \u25aa namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/persistent-volume.api.ts:9 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getCapacity # \u25b8 getCapacity ( inBytes : boolean): string | number Defined in src/renderer/api/endpoints/persistent-volume.api.ts:48 Parameters: Name Type Default inBytes boolean false Returns: string | number getClaimRefName # \u25b8 getClaimRefName (): string Defined in src/renderer/api/endpoints/persistent-volume.api.ts:62 Returns: string getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getStatus # \u25b8 getStatus (): string Defined in src/renderer/api/endpoints/persistent-volume.api.ts:57 Returns: string toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: PersistentVolume"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#class-persistentvolume","text":"","title":"Class: PersistentVolume"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#hierarchy","text":"KubeObject \u21b3 PersistentVolume","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#methods","text":"delete getAge getAnnotations getCapacity getClaimRefName getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getStatus toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#constructor","text":"+ new PersistentVolume ( data : KubeJsonApiData): PersistentVolume Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: PersistentVolume","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#spec","text":"\u2022 spec : object Defined in src/renderer/api/endpoints/persistent-volume.api.ts:12","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/persistent-volume.api.ts:43","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#static-apibase","text":"\u25aa apiBase : string = \"/api/v1/persistentvolumes\" Defined in src/renderer/api/endpoints/persistent-volume.api.ts:10","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#static-kind","text":"\u25aa kind : string = \"PersistentVolume\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/persistent-volume.api.ts:8","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#static-namespaced","text":"\u25aa namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/persistent-volume.api.ts:9","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getcapacity","text":"\u25b8 getCapacity ( inBytes : boolean): string | number Defined in src/renderer/api/endpoints/persistent-volume.api.ts:48 Parameters: Name Type Default inBytes boolean false Returns: string | number","title":"getCapacity"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getclaimrefname","text":"\u25b8 getClaimRefName (): string Defined in src/renderer/api/endpoints/persistent-volume.api.ts:62 Returns: string","title":"getClaimRefName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#getstatus","text":"\u25b8 getStatus (): string Defined in src/renderer/api/endpoints/persistent-volume.api.ts:57 Returns: string","title":"getStatus"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolume/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/","text":"Class: PersistentVolumeClaim # Hierarchy # KubeObject \u21b3 PersistentVolumeClaim Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getMatchExpressions getMatchLabels getName getNs getOwnerRefs getPods getResourceVersion getSearchFields getStatus getStorage toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new PersistentVolumeClaim ( data : KubeJsonApiData): PersistentVolumeClaim Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: PersistentVolumeClaim Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:30 Type declaration: accessModes : string[] resources (): object requests (): object storage : string selector (): object matchExpressions : object[] matchLabels (): object release : string storageClassName : string status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:49 Type declaration: phase : string Static apiBase # \u25aa apiBase : string = \"/api/v1/persistentvolumeclaims\" Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:28 Static kind # \u25aa kind : string = \"PersistentVolumeClaim\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:26 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:27 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getMatchExpressions # \u25b8 getMatchExpressions (): object[] Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:74 Returns: object[] getMatchLabels # \u25b8 getMatchLabels (): string[] Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:68 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getPods # \u25b8 getPods ( allPods : Pod []): Pod [] Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:53 Parameters: Name Type allPods Pod [] Returns: Pod [] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getStatus # \u25b8 getStatus (): string Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:79 Returns: string getStorage # \u25b8 getStorage (): string Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:63 Returns: string toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: PersistentVolumeClaim"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#class-persistentvolumeclaim","text":"","title":"Class: PersistentVolumeClaim"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#hierarchy","text":"KubeObject \u21b3 PersistentVolumeClaim","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getMatchExpressions getMatchLabels getName getNs getOwnerRefs getPods getResourceVersion getSearchFields getStatus getStorage toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#constructor","text":"+ new PersistentVolumeClaim ( data : KubeJsonApiData): PersistentVolumeClaim Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: PersistentVolumeClaim","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#spec","text":"\u2022 spec : object Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:30","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:49","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#static-apibase","text":"\u25aa apiBase : string = \"/api/v1/persistentvolumeclaims\" Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:28","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#static-kind","text":"\u25aa kind : string = \"PersistentVolumeClaim\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:26","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:27","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getmatchexpressions","text":"\u25b8 getMatchExpressions (): object[] Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:74 Returns: object[]","title":"getMatchExpressions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getmatchlabels","text":"\u25b8 getMatchLabels (): string[] Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:68 Returns: string[]","title":"getMatchLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getpods","text":"\u25b8 getPods ( allPods : Pod []): Pod [] Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:53 Parameters: Name Type allPods Pod [] Returns: Pod []","title":"getPods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getstatus","text":"\u25b8 getStatus (): string Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:79 Returns: string","title":"getStatus"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#getstorage","text":"\u25b8 getStorage (): string Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:63 Returns: string","title":"getStorage"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaim/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/","text":"Class: PersistentVolumeClaimsApi # Hierarchy # KubeApi \u2039 PersistentVolumeClaim \u203a \u21b3 PersistentVolumeClaimsApi Index # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi Methods # create delete get getMetrics getResourceVersion getUrl getWatchUrl list normalizeQuery parseResponse refreshResourceVersion setResourceVersion update watch watchAll Constructors # constructor # + new PersistentVolumeClaimsApi ( options : IKubeApiOptions\u2039 PersistentVolumeClaim \u203a): PersistentVolumeClaimsApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:69 Parameters: Name Type options IKubeApiOptions\u2039 PersistentVolumeClaim \u203a Returns: PersistentVolumeClaimsApi Properties # apiBase # \u2022 apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:59 apiGroup # \u2022 apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:61 apiPrefix # \u2022 apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:60 apiResource # \u2022 apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:64 apiVersion # \u2022 apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:62 apiVersionWithGroup # \u2022 apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:63 isNamespaced # \u2022 isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:65 kind # \u2022 kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:58 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor\u2039 PersistentVolumeClaim \u203a Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:67 Protected options # \u2022 options : IKubeApiOptions\u2039 PersistentVolumeClaim \u203a Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:71 Protected request # \u2022 request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:68 Protected resourceVersions # \u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:69 Static parseApi # \u25aa parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:51 Methods # create # \u25b8 create ( __namedParameters : object, data? : Partial\u2039 PersistentVolumeClaim \u203a): Promise\u2039 PersistentVolumeClaim \u203a Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:170 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 PersistentVolumeClaim \u203a Returns: Promise\u2039 PersistentVolumeClaim \u203a delete # \u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:194 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a get # \u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 PersistentVolumeClaim \u203a Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:164 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 PersistentVolumeClaim \u203a getMetrics # \u25b8 getMetrics ( pvcName : string, namespace : string): Promise\u2039IPvcMetrics\u203a Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:8 Parameters: Name Type pvcName string namespace string Returns: Promise\u2039IPvcMetrics\u203a getResourceVersion # \u25b8 getResourceVersion ( namespace : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:102 Parameters: Name Type Default namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:110 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string getWatchUrl # \u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:199 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 PersistentVolumeClaim []\u203a Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 PersistentVolumeClaim []\u203a Protected normalizeQuery # \u25b8 normalizeQuery ( query : Partial\u2039IKubeApiQueryParams\u203a): object Inherited from KubeApi . normalizeQuery Defined in src/renderer/api/kube-api.ts:122 Parameters: Name Type Default query Partial\u2039IKubeApiQueryParams\u203a {} Returns: object Protected parseResponse # \u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:132 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any refreshResourceVersion # \u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:106 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a setResourceVersion # \u25b8 setResourceVersion ( namespace : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:98 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters : object, data? : Partial\u2039 PersistentVolumeClaim \u203a): Promise\u2039 PersistentVolumeClaim \u203a Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:187 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 PersistentVolumeClaim \u203a Returns: Promise\u2039 PersistentVolumeClaim \u203a watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:207 Returns: function \u25b8 (): void Static watchAll # \u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:53 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Class: PersistentVolumeClaimsApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#class-persistentvolumeclaimsapi","text":"","title":"Class: PersistentVolumeClaimsApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#hierarchy","text":"KubeApi \u2039 PersistentVolumeClaim \u203a \u21b3 PersistentVolumeClaimsApi","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#methods","text":"create delete get getMetrics getResourceVersion getUrl getWatchUrl list normalizeQuery parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#constructor","text":"+ new PersistentVolumeClaimsApi ( options : IKubeApiOptions\u2039 PersistentVolumeClaim \u203a): PersistentVolumeClaimsApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:69 Parameters: Name Type options IKubeApiOptions\u2039 PersistentVolumeClaim \u203a Returns: PersistentVolumeClaimsApi","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#apibase","text":"\u2022 apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:59","title":"apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#apigroup","text":"\u2022 apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#apiprefix","text":"\u2022 apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:60","title":"apiPrefix"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#apiresource","text":"\u2022 apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:64","title":"apiResource"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:62","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#apiversionwithgroup","text":"\u2022 apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:63","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#isnamespaced","text":"\u2022 isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:65","title":"isNamespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#kind","text":"\u2022 kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:58","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor\u2039 PersistentVolumeClaim \u203a Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:67","title":"objectConstructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#protected-options","text":"\u2022 options : IKubeApiOptions\u2039 PersistentVolumeClaim \u203a Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:71","title":"Protected options"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#protected-request","text":"\u2022 request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:68","title":"Protected request"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#protected-resourceversions","text":"\u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:69","title":"Protected resourceVersions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#static-parseapi","text":"\u25aa parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:51","title":"Static parseApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#create","text":"\u25b8 create ( __namedParameters : object, data? : Partial\u2039 PersistentVolumeClaim \u203a): Promise\u2039 PersistentVolumeClaim \u203a Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:170 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 PersistentVolumeClaim \u203a Returns: Promise\u2039 PersistentVolumeClaim \u203a","title":"create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#delete","text":"\u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:194 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#get","text":"\u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 PersistentVolumeClaim \u203a Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:164 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 PersistentVolumeClaim \u203a","title":"get"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#getmetrics","text":"\u25b8 getMetrics ( pvcName : string, namespace : string): Promise\u2039IPvcMetrics\u203a Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:8 Parameters: Name Type pvcName string namespace string Returns: Promise\u2039IPvcMetrics\u203a","title":"getMetrics"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:102 Parameters: Name Type Default namespace string \"\" Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#geturl","text":"\u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:110 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string","title":"getUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:199 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string","title":"getWatchUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#list","text":"\u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 PersistentVolumeClaim []\u203a Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 PersistentVolumeClaim []\u203a","title":"list"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#protected-normalizequery","text":"\u25b8 normalizeQuery ( query : Partial\u2039IKubeApiQueryParams\u203a): object Inherited from KubeApi . normalizeQuery Defined in src/renderer/api/kube-api.ts:122 Parameters: Name Type Default query Partial\u2039IKubeApiQueryParams\u203a {} Returns: object","title":"Protected normalizeQuery"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#protected-parseresponse","text":"\u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:132 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any","title":"Protected parseResponse"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:106 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:98 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void","title":"setResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#update","text":"\u25b8 update ( __namedParameters : object, data? : Partial\u2039 PersistentVolumeClaim \u203a): Promise\u2039 PersistentVolumeClaim \u203a Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:187 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 PersistentVolumeClaim \u203a Returns: Promise\u2039 PersistentVolumeClaim \u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:207 Returns: function \u25b8 (): void","title":"watch"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.persistentvolumeclaimsapi/#static-watchall","text":"\u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:53 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Static watchAll"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/","text":"Class: Pod # Hierarchy # WorkloadKubeObject \u21b3 Pod Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAffinity getAffinityNumber getAge getAllContainers getAnnotations getConditions getContainerStatuses getContainers getFinalizers getId getInitContainers getLabels getLivenessProbe getName getNodeName getNodeSelectors getNs getOwnerRefs getPriorityClassName getProbe getQosClass getReadinessProbe getReason getResourceVersion getRestartsCount getRunningContainers getSearchFields getSecrets getSelectedNodeOs getSelectors getStatus getStatusMessage getStatusPhase getTemplateLabels getTolerations getVolumes hasIssues toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new Pod ( data : KubeJsonApiData): Pod Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Pod Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Overrides void Defined in src/renderer/api/endpoints/pods.api.ts:178 Type declaration: affinity : IAffinity containers : IPodContainer [] dnsPolicy : string initContainers : IPodContainer [] nodeName : string nodeSelector (): object priority : number priorityClassName : string restartPolicy : string schedulerName : string securityContext (): object serviceAccount : string serviceAccountName : string terminationGracePeriodSeconds : number tolerations : object[] volumes ? : object[] status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/pods.api.ts:219 Type declaration: conditions : object[] containerStatuses ? : IPodContainerStatus [] hostIP : string initContainerStatuses ? : IPodContainerStatus [] phase : string podIP : string qosClass : string reason ? : string startTime : string Static apiBase # \u25aa apiBase : string = \"/api/v1/pods\" Defined in src/renderer/api/endpoints/pods.api.ts:176 Static kind # \u25aa kind : string = \"Pod\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/pods.api.ts:174 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/pods.api.ts:175 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAffinity # \u25b8 getAffinity (): IAffinity Overrides Deployment . getAffinity Defined in src/renderer/api/endpoints/pods.api.ts:360 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Inherited from Pod . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAllContainers # \u25b8 getAllContainers (): IPodContainer [] Defined in src/renderer/api/endpoints/pods.api.ts:244 Returns: IPodContainer [] getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getConditions # \u25b8 getConditions (): object[] Defined in src/renderer/api/endpoints/pods.api.ts:336 Returns: object[] getContainerStatuses # \u25b8 getContainerStatuses ( includeInitContainers : boolean): IPodContainerStatus [] Defined in src/renderer/api/endpoints/pods.api.ts:256 Parameters: Name Type Default includeInitContainers boolean true Returns: IPodContainerStatus [] getContainers # \u25b8 getContainers (): IPodContainer [] Defined in src/renderer/api/endpoints/pods.api.ts:240 Returns: IPodContainer [] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getInitContainers # \u25b8 getInitContainers (): IPodContainer [] Defined in src/renderer/api/endpoints/pods.api.ts:236 Returns: IPodContainer [] getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getLivenessProbe # \u25b8 getLivenessProbe ( container : IPodContainer ): string[] Defined in src/renderer/api/endpoints/pods.api.ts:379 Parameters: Name Type container IPodContainer Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeName # \u25b8 getNodeName (): string Defined in src/renderer/api/endpoints/pods.api.ts:420 Returns: string getNodeSelectors # \u25b8 getNodeSelectors (): string[] Overrides Deployment . getNodeSelectors Defined in src/renderer/api/endpoints/pods.api.ts:350 Returns: string[] getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getPriorityClassName # \u25b8 getPriorityClassName (): string Defined in src/renderer/api/endpoints/pods.api.ts:282 Returns: string getProbe # \u25b8 getProbe ( probeData : IContainerProbe): string[] Defined in src/renderer/api/endpoints/pods.api.ts:387 Parameters: Name Type probeData IContainerProbe Returns: string[] getQosClass # \u25b8 getQosClass (): string Defined in src/renderer/api/endpoints/pods.api.ts:274 Returns: string getReadinessProbe # \u25b8 getReadinessProbe ( container : IPodContainer ): string[] Defined in src/renderer/api/endpoints/pods.api.ts:383 Parameters: Name Type container IPodContainer Returns: string[] getReason # \u25b8 getReason (): string Defined in src/renderer/api/endpoints/pods.api.ts:278 Returns: string getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getRestartsCount # \u25b8 getRestartsCount (): number Defined in src/renderer/api/endpoints/pods.api.ts:268 Returns: number getRunningContainers # \u25b8 getRunningContainers (): IPodContainer [] Defined in src/renderer/api/endpoints/pods.api.ts:248 Returns: IPodContainer [] getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSecrets # \u25b8 getSecrets (): string[] Defined in src/renderer/api/endpoints/pods.api.ts:344 Returns: string[] getSelectedNodeOs # \u25b8 getSelectedNodeOs (): string Defined in src/renderer/api/endpoints/pods.api.ts:424 Returns: string getSelectors # \u25b8 getSelectors (): string[] Inherited from Pod . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[] getStatus # \u25b8 getStatus (): FAILED | PENDING | RUNNING | SUCCEEDED | EVICTED Defined in src/renderer/api/endpoints/pods.api.ts:287 Returns: FAILED | PENDING | RUNNING | SUCCEEDED | EVICTED getStatusMessage # \u25b8 getStatusMessage (): string Defined in src/renderer/api/endpoints/pods.api.ts:309 Returns: string getStatusPhase # \u25b8 getStatusPhase (): string Defined in src/renderer/api/endpoints/pods.api.ts:332 Returns: string getTemplateLabels # \u25b8 getTemplateLabels (): string[] Inherited from Pod . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): object[] Overrides Deployment . getTolerations Defined in src/renderer/api/endpoints/pods.api.ts:356 Returns: object[] getVolumes # \u25b8 getVolumes (): object[] Defined in src/renderer/api/endpoints/pods.api.ts:340 Returns: object[] hasIssues # \u25b8 hasIssues (): boolean Defined in src/renderer/api/endpoints/pods.api.ts:364 Returns: boolean toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: Pod"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#class-pod","text":"","title":"Class: Pod"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#hierarchy","text":"WorkloadKubeObject \u21b3 Pod","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#methods","text":"delete getAffinity getAffinityNumber getAge getAllContainers getAnnotations getConditions getContainerStatuses getContainers getFinalizers getId getInitContainers getLabels getLivenessProbe getName getNodeName getNodeSelectors getNs getOwnerRefs getPriorityClassName getProbe getQosClass getReadinessProbe getReason getResourceVersion getRestartsCount getRunningContainers getSearchFields getSecrets getSelectedNodeOs getSelectors getStatus getStatusMessage getStatusPhase getTemplateLabels getTolerations getVolumes hasIssues toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#constructor","text":"+ new Pod ( data : KubeJsonApiData): Pod Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Pod","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#spec","text":"\u2022 spec : object Overrides void Defined in src/renderer/api/endpoints/pods.api.ts:178","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/pods.api.ts:219","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#static-apibase","text":"\u25aa apiBase : string = \"/api/v1/pods\" Defined in src/renderer/api/endpoints/pods.api.ts:176","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#static-kind","text":"\u25aa kind : string = \"Pod\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/pods.api.ts:174","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/pods.api.ts:175","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Overrides Deployment . getAffinity Defined in src/renderer/api/endpoints/pods.api.ts:360 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Inherited from Pod . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getallcontainers","text":"\u25b8 getAllContainers (): IPodContainer [] Defined in src/renderer/api/endpoints/pods.api.ts:244 Returns: IPodContainer []","title":"getAllContainers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getconditions","text":"\u25b8 getConditions (): object[] Defined in src/renderer/api/endpoints/pods.api.ts:336 Returns: object[]","title":"getConditions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getcontainerstatuses","text":"\u25b8 getContainerStatuses ( includeInitContainers : boolean): IPodContainerStatus [] Defined in src/renderer/api/endpoints/pods.api.ts:256 Parameters: Name Type Default includeInitContainers boolean true Returns: IPodContainerStatus []","title":"getContainerStatuses"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getcontainers","text":"\u25b8 getContainers (): IPodContainer [] Defined in src/renderer/api/endpoints/pods.api.ts:240 Returns: IPodContainer []","title":"getContainers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getinitcontainers","text":"\u25b8 getInitContainers (): IPodContainer [] Defined in src/renderer/api/endpoints/pods.api.ts:236 Returns: IPodContainer []","title":"getInitContainers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getlivenessprobe","text":"\u25b8 getLivenessProbe ( container : IPodContainer ): string[] Defined in src/renderer/api/endpoints/pods.api.ts:379 Parameters: Name Type container IPodContainer Returns: string[]","title":"getLivenessProbe"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getnodename","text":"\u25b8 getNodeName (): string Defined in src/renderer/api/endpoints/pods.api.ts:420 Returns: string","title":"getNodeName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Overrides Deployment . getNodeSelectors Defined in src/renderer/api/endpoints/pods.api.ts:350 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getpriorityclassname","text":"\u25b8 getPriorityClassName (): string Defined in src/renderer/api/endpoints/pods.api.ts:282 Returns: string","title":"getPriorityClassName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getprobe","text":"\u25b8 getProbe ( probeData : IContainerProbe): string[] Defined in src/renderer/api/endpoints/pods.api.ts:387 Parameters: Name Type probeData IContainerProbe Returns: string[]","title":"getProbe"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getqosclass","text":"\u25b8 getQosClass (): string Defined in src/renderer/api/endpoints/pods.api.ts:274 Returns: string","title":"getQosClass"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getreadinessprobe","text":"\u25b8 getReadinessProbe ( container : IPodContainer ): string[] Defined in src/renderer/api/endpoints/pods.api.ts:383 Parameters: Name Type container IPodContainer Returns: string[]","title":"getReadinessProbe"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getreason","text":"\u25b8 getReason (): string Defined in src/renderer/api/endpoints/pods.api.ts:278 Returns: string","title":"getReason"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getrestartscount","text":"\u25b8 getRestartsCount (): number Defined in src/renderer/api/endpoints/pods.api.ts:268 Returns: number","title":"getRestartsCount"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getrunningcontainers","text":"\u25b8 getRunningContainers (): IPodContainer [] Defined in src/renderer/api/endpoints/pods.api.ts:248 Returns: IPodContainer []","title":"getRunningContainers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getsecrets","text":"\u25b8 getSecrets (): string[] Defined in src/renderer/api/endpoints/pods.api.ts:344 Returns: string[]","title":"getSecrets"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getselectednodeos","text":"\u25b8 getSelectedNodeOs (): string Defined in src/renderer/api/endpoints/pods.api.ts:424 Returns: string","title":"getSelectedNodeOs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getselectors","text":"\u25b8 getSelectors (): string[] Inherited from Pod . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getstatus","text":"\u25b8 getStatus (): FAILED | PENDING | RUNNING | SUCCEEDED | EVICTED Defined in src/renderer/api/endpoints/pods.api.ts:287 Returns: FAILED | PENDING | RUNNING | SUCCEEDED | EVICTED","title":"getStatus"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getstatusmessage","text":"\u25b8 getStatusMessage (): string Defined in src/renderer/api/endpoints/pods.api.ts:309 Returns: string","title":"getStatusMessage"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getstatusphase","text":"\u25b8 getStatusPhase (): string Defined in src/renderer/api/endpoints/pods.api.ts:332 Returns: string","title":"getStatusPhase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Inherited from Pod . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#gettolerations","text":"\u25b8 getTolerations (): object[] Overrides Deployment . getTolerations Defined in src/renderer/api/endpoints/pods.api.ts:356 Returns: object[]","title":"getTolerations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#getvolumes","text":"\u25b8 getVolumes (): object[] Defined in src/renderer/api/endpoints/pods.api.ts:340 Returns: object[]","title":"getVolumes"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#hasissues","text":"\u25b8 hasIssues (): boolean Defined in src/renderer/api/endpoints/pods.api.ts:364 Returns: boolean","title":"hasIssues"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.pod/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/","text":"Class: PodDisruptionBudget # Hierarchy # KubeObject \u21b3 PodDisruptionBudget Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getCurrentHealthy getDesiredHealthy getFinalizers getId getLabels getMaxUnavailable getMinAvailable getName getNs getOwnerRefs getResourceVersion getSearchFields getSelectors toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new PodDisruptionBudget ( data : KubeJsonApiData): PodDisruptionBudget Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: PodDisruptionBudget Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:11 Type declaration: maxUnavailable : string minAvailable : string selector (): object matchLabels (): object status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:16 Type declaration: currentHealthy : number desiredHealthy : number disruptionsAllowed : number expectedPods : number Static apiBase # \u25aa apiBase : string = \"/apis/policy/v1beta1/poddisruptionbudgets\" Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:9 Static kind # \u25aa kind : string = \"PodDisruptionBudget\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:7 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:8 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getCurrentHealthy # \u25b8 getCurrentHealthy (): number Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:36 Returns: number getDesiredHealthy # \u25b8 getDesiredHealthy (): number Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:40 Returns: number getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getMaxUnavailable # \u25b8 getMaxUnavailable (): string Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:32 Returns: string getMinAvailable # \u25b8 getMinAvailable (): string Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:28 Returns: string getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSelectors # \u25b8 getSelectors (): string[] Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:23 Returns: string[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: PodDisruptionBudget"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#class-poddisruptionbudget","text":"","title":"Class: PodDisruptionBudget"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#hierarchy","text":"KubeObject \u21b3 PodDisruptionBudget","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#methods","text":"delete getAge getAnnotations getCurrentHealthy getDesiredHealthy getFinalizers getId getLabels getMaxUnavailable getMinAvailable getName getNs getOwnerRefs getResourceVersion getSearchFields getSelectors toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#constructor","text":"+ new PodDisruptionBudget ( data : KubeJsonApiData): PodDisruptionBudget Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: PodDisruptionBudget","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#spec","text":"\u2022 spec : object Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:11","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:16","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#static-apibase","text":"\u25aa apiBase : string = \"/apis/policy/v1beta1/poddisruptionbudgets\" Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:9","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#static-kind","text":"\u25aa kind : string = \"PodDisruptionBudget\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:7","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:8","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getcurrenthealthy","text":"\u25b8 getCurrentHealthy (): number Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:36 Returns: number","title":"getCurrentHealthy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getdesiredhealthy","text":"\u25b8 getDesiredHealthy (): number Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:40 Returns: number","title":"getDesiredHealthy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getmaxunavailable","text":"\u25b8 getMaxUnavailable (): string Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:32 Returns: string","title":"getMaxUnavailable"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getminavailable","text":"\u25b8 getMinAvailable (): string Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:28 Returns: string","title":"getMinAvailable"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#getselectors","text":"\u25b8 getSelectors (): string[] Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:23 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.poddisruptionbudget/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/","text":"Class: PodsApi # Hierarchy # KubeApi \u2039 Pod \u203a \u21b3 PodsApi Index # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi Methods # create delete get getLogs getMetrics getResourceVersion getUrl getWatchUrl list normalizeQuery parseResponse refreshResourceVersion setResourceVersion update watch watchAll Constructors # constructor # + new PodsApi ( options : IKubeApiOptions\u2039 Pod \u203a): PodsApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:69 Parameters: Name Type options IKubeApiOptions\u2039 Pod \u203a Returns: PodsApi Properties # apiBase # \u2022 apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:59 apiGroup # \u2022 apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:61 apiPrefix # \u2022 apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:60 apiResource # \u2022 apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:64 apiVersion # \u2022 apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:62 apiVersionWithGroup # \u2022 apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:63 isNamespaced # \u2022 isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:65 kind # \u2022 kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:58 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor\u2039 Pod \u203a Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:67 Protected options # \u2022 options : IKubeApiOptions\u2039 Pod \u203a Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:71 Protected request # \u2022 request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:68 Protected resourceVersions # \u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:69 Static parseApi # \u25aa parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:51 Methods # create # \u25b8 create ( __namedParameters : object, data? : Partial\u2039 Pod \u203a): Promise\u2039 Pod \u203a Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:170 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Pod \u203a Returns: Promise\u2039 Pod \u203a delete # \u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:194 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a get # \u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Pod \u203a Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:164 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Pod \u203a getLogs # \u25b8 getLogs ( params : object, query? : IPodLogsQuery): Promise\u2039string\u203a Defined in src/renderer/api/endpoints/pods.api.ts:7 Parameters: \u25aa params : object Name Type name string namespace string \u25aa Optional query : IPodLogsQuery Returns: Promise\u2039string\u203a getMetrics # \u25b8 getMetrics ( pods : Pod [], namespace : string, selector : string): Promise\u2039IPodMetrics\u203a Defined in src/renderer/api/endpoints/pods.api.ts:12 Parameters: Name Type Default pods Pod [] - namespace string - selector string \"pod, namespace\" Returns: Promise\u2039IPodMetrics\u203a getResourceVersion # \u25b8 getResourceVersion ( namespace : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:102 Parameters: Name Type Default namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:110 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string getWatchUrl # \u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:199 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Pod []\u203a Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Pod []\u203a Protected normalizeQuery # \u25b8 normalizeQuery ( query : Partial\u2039IKubeApiQueryParams\u203a): object Inherited from KubeApi . normalizeQuery Defined in src/renderer/api/kube-api.ts:122 Parameters: Name Type Default query Partial\u2039IKubeApiQueryParams\u203a {} Returns: object Protected parseResponse # \u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:132 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any refreshResourceVersion # \u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:106 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a setResourceVersion # \u25b8 setResourceVersion ( namespace : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:98 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters : object, data? : Partial\u2039 Pod \u203a): Promise\u2039 Pod \u203a Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:187 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Pod \u203a Returns: Promise\u2039 Pod \u203a watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:207 Returns: function \u25b8 (): void Static watchAll # \u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:53 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Class: PodsApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#class-podsapi","text":"","title":"Class: PodsApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#hierarchy","text":"KubeApi \u2039 Pod \u203a \u21b3 PodsApi","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#methods","text":"create delete get getLogs getMetrics getResourceVersion getUrl getWatchUrl list normalizeQuery parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#constructor","text":"+ new PodsApi ( options : IKubeApiOptions\u2039 Pod \u203a): PodsApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:69 Parameters: Name Type options IKubeApiOptions\u2039 Pod \u203a Returns: PodsApi","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#apibase","text":"\u2022 apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:59","title":"apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#apigroup","text":"\u2022 apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#apiprefix","text":"\u2022 apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:60","title":"apiPrefix"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#apiresource","text":"\u2022 apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:64","title":"apiResource"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:62","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#apiversionwithgroup","text":"\u2022 apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:63","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#isnamespaced","text":"\u2022 isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:65","title":"isNamespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#kind","text":"\u2022 kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:58","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor\u2039 Pod \u203a Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:67","title":"objectConstructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#protected-options","text":"\u2022 options : IKubeApiOptions\u2039 Pod \u203a Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:71","title":"Protected options"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#protected-request","text":"\u2022 request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:68","title":"Protected request"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#protected-resourceversions","text":"\u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:69","title":"Protected resourceVersions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#static-parseapi","text":"\u25aa parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:51","title":"Static parseApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#create","text":"\u25b8 create ( __namedParameters : object, data? : Partial\u2039 Pod \u203a): Promise\u2039 Pod \u203a Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:170 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Pod \u203a Returns: Promise\u2039 Pod \u203a","title":"create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#delete","text":"\u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:194 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#get","text":"\u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Pod \u203a Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:164 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Pod \u203a","title":"get"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#getlogs","text":"\u25b8 getLogs ( params : object, query? : IPodLogsQuery): Promise\u2039string\u203a Defined in src/renderer/api/endpoints/pods.api.ts:7 Parameters: \u25aa params : object Name Type name string namespace string \u25aa Optional query : IPodLogsQuery Returns: Promise\u2039string\u203a","title":"getLogs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#getmetrics","text":"\u25b8 getMetrics ( pods : Pod [], namespace : string, selector : string): Promise\u2039IPodMetrics\u203a Defined in src/renderer/api/endpoints/pods.api.ts:12 Parameters: Name Type Default pods Pod [] - namespace string - selector string \"pod, namespace\" Returns: Promise\u2039IPodMetrics\u203a","title":"getMetrics"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:102 Parameters: Name Type Default namespace string \"\" Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#geturl","text":"\u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:110 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string","title":"getUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:199 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string","title":"getWatchUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#list","text":"\u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039 Pod []\u203a Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:158 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039 Pod []\u203a","title":"list"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#protected-normalizequery","text":"\u25b8 normalizeQuery ( query : Partial\u2039IKubeApiQueryParams\u203a): object Inherited from KubeApi . normalizeQuery Defined in src/renderer/api/kube-api.ts:122 Parameters: Name Type Default query Partial\u2039IKubeApiQueryParams\u203a {} Returns: object","title":"Protected normalizeQuery"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#protected-parseresponse","text":"\u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:132 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any","title":"Protected parseResponse"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:106 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:98 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void","title":"setResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#update","text":"\u25b8 update ( __namedParameters : object, data? : Partial\u2039 Pod \u203a): Promise\u2039 Pod \u203a Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:187 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039 Pod \u203a Returns: Promise\u2039 Pod \u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:207 Returns: function \u25b8 (): void","title":"watch"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.podsapi/#static-watchall","text":"\u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:53 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Static watchAll"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/","text":"Class: ReplicaSet # Hierarchy # WorkloadKubeObject \u21b3 ReplicaSet Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAffinity getAffinityNumber getAge getAnnotations getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getResourceVersion getSearchFields getSelectors getTemplateLabels getTolerations toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new ReplicaSet ( data : KubeJsonApiData): ReplicaSet Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: ReplicaSet Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Overrides void Defined in src/renderer/api/endpoints/replica-set.api.ts:13 Type declaration: containers ? : IPodContainer [] dnsPolicy ? : string replicas ? : number restartPolicy ? : string schedulerName ? : string selector (): object matchLabels (): object template (): object spec (): object affinity ? : IAffinity containers : IPodContainer [] nodeSelector (): object tolerations : object[] terminationGracePeriodSeconds ? : number status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/replica-set.api.ts:41 Type declaration: availableReplicas : number fullyLabeledReplicas : number observedGeneration : number readyReplicas : number replicas : number Static apiBase # \u25aa apiBase : string = \"/apis/apps/v1/replicasets\" Defined in src/renderer/api/endpoints/replica-set.api.ts:11 Static kind # \u25aa kind : string = \"ReplicaSet\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/replica-set.api.ts:9 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/replica-set.api.ts:10 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAffinity # \u25b8 getAffinity (): IAffinity Inherited from Deployment . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Inherited from Pod . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getImages # \u25b8 getImages (): string[] Defined in src/renderer/api/endpoints/replica-set.api.ts:49 Returns: string[] getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeSelectors # \u25b8 getNodeSelectors (): string[] Inherited from Deployment . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[] getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSelectors # \u25b8 getSelectors (): string[] Inherited from Pod . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[] getTemplateLabels # \u25b8 getTemplateLabels (): string[] Inherited from Pod . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): IToleration[] Inherited from Deployment . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: ReplicaSet"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#class-replicaset","text":"","title":"Class: ReplicaSet"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#hierarchy","text":"WorkloadKubeObject \u21b3 ReplicaSet","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#methods","text":"delete getAffinity getAffinityNumber getAge getAnnotations getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getResourceVersion getSearchFields getSelectors getTemplateLabels getTolerations toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#constructor","text":"+ new ReplicaSet ( data : KubeJsonApiData): ReplicaSet Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: ReplicaSet","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#spec","text":"\u2022 spec : object Overrides void Defined in src/renderer/api/endpoints/replica-set.api.ts:13","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/replica-set.api.ts:41","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#static-apibase","text":"\u25aa apiBase : string = \"/apis/apps/v1/replicasets\" Defined in src/renderer/api/endpoints/replica-set.api.ts:11","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#static-kind","text":"\u25aa kind : string = \"ReplicaSet\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/replica-set.api.ts:9","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/replica-set.api.ts:10","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Inherited from Deployment . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Inherited from Pod . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getimages","text":"\u25b8 getImages (): string[] Defined in src/renderer/api/endpoints/replica-set.api.ts:49 Returns: string[]","title":"getImages"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Inherited from Deployment . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#getselectors","text":"\u25b8 getSelectors (): string[] Inherited from Pod . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Inherited from Pod . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#gettolerations","text":"\u25b8 getTolerations (): IToleration[] Inherited from Deployment . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration[]","title":"getTolerations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.replicaset/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/","text":"Class: ResourceQuota # Hierarchy # KubeObject \u21b3 ResourceQuota Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getScopeSelector getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new ResourceQuota ( data : KubeJsonApiData): ResourceQuota Overrides KubeObject . constructor Defined in src/renderer/api/endpoints/resource-quota.api.ts:36 Parameters: Name Type data KubeJsonApiData Returns: ResourceQuota Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Defined in src/renderer/api/endpoints/resource-quota.api.ts:43 Type declaration: hard : IResourceQuotaValues scopeSelector (): object matchExpressions : object[] status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/resource-quota.api.ts:54 Type declaration: hard : IResourceQuotaValues used : IResourceQuotaValues Static apiBase # \u25aa apiBase : string = \"/api/v1/resourcequotas\" Defined in src/renderer/api/endpoints/resource-quota.api.ts:36 Static kind # \u25aa kind : string = \"ResourceQuota\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/resource-quota.api.ts:34 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/resource-quota.api.ts:35 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getScopeSelector # \u25b8 getScopeSelector (): object[] Defined in src/renderer/api/endpoints/resource-quota.api.ts:59 Returns: object[] getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: ResourceQuota"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#class-resourcequota","text":"","title":"Class: ResourceQuota"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#hierarchy","text":"KubeObject \u21b3 ResourceQuota","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getScopeSelector getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#constructor","text":"+ new ResourceQuota ( data : KubeJsonApiData): ResourceQuota Overrides KubeObject . constructor Defined in src/renderer/api/endpoints/resource-quota.api.ts:36 Parameters: Name Type data KubeJsonApiData Returns: ResourceQuota","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#spec","text":"\u2022 spec : object Defined in src/renderer/api/endpoints/resource-quota.api.ts:43","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/resource-quota.api.ts:54","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#static-apibase","text":"\u25aa apiBase : string = \"/api/v1/resourcequotas\" Defined in src/renderer/api/endpoints/resource-quota.api.ts:36","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#static-kind","text":"\u25aa kind : string = \"ResourceQuota\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/resource-quota.api.ts:34","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/resource-quota.api.ts:35","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#getscopeselector","text":"\u25b8 getScopeSelector (): object[] Defined in src/renderer/api/endpoints/resource-quota.api.ts:59 Returns: object[]","title":"getScopeSelector"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.resourcequota/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/","text":"Class: Role # Hierarchy # KubeObject \u21b3 Role \u21b3 ClusterRole Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata rules status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getRules getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new Role ( data : KubeJsonApiData): Role Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Role Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 rules # \u2022 rules : object[] Defined in src/renderer/api/endpoints/role.api.ts:9 Optional status # \u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 Static apiBase # \u25aa apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/roles\" Defined in src/renderer/api/endpoints/role.api.ts:7 Static kind # \u25aa kind : string = \"Role\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/role.api.ts:5 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/role.api.ts:6 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getRules # \u25b8 getRules (): object[] Defined in src/renderer/api/endpoints/role.api.ts:16 Returns: object[] getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: Role"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#class-role","text":"","title":"Class: Role"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#hierarchy","text":"KubeObject \u21b3 Role \u21b3 ClusterRole","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#properties","text":"apiVersion kind metadata rules status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getRules getSearchFields toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#constructor","text":"+ new Role ( data : KubeJsonApiData): Role Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Role","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#rules","text":"\u2022 rules : object[] Defined in src/renderer/api/endpoints/role.api.ts:9","title":"rules"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#optional-status","text":"\u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#static-apibase","text":"\u25aa apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/roles\" Defined in src/renderer/api/endpoints/role.api.ts:7","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#static-kind","text":"\u25aa kind : string = \"Role\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/role.api.ts:5","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/role.api.ts:6","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#getrules","text":"\u25b8 getRules (): object[] Defined in src/renderer/api/endpoints/role.api.ts:16 Returns: object[]","title":"getRules"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.role/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/","text":"Class: RoleBinding # Hierarchy # KubeObject \u21b3 RoleBinding \u21b3 ClusterRoleBinding Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata roleRef status subjects apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getSubjectNames getSubjects toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new RoleBinding ( data : KubeJsonApiData): RoleBinding Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: RoleBinding Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 roleRef # \u2022 roleRef : object Defined in src/renderer/api/endpoints/role-binding.api.ts:19 Type declaration: apiGroup ? : string kind : string name : string Optional status # \u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 Optional subjects # \u2022 subjects ? : IRoleBindingSubject[] Defined in src/renderer/api/endpoints/role-binding.api.ts:18 Static apiBase # \u25aa apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/rolebindings\" Defined in src/renderer/api/endpoints/role-binding.api.ts:16 Static kind # \u25aa kind : string = \"RoleBinding\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/role-binding.api.ts:14 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/role-binding.api.ts:15 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSubjectNames # \u25b8 getSubjectNames (): string Defined in src/renderer/api/endpoints/role-binding.api.ts:29 Returns: string getSubjects # \u25b8 getSubjects (): IRoleBindingSubject[] Defined in src/renderer/api/endpoints/role-binding.api.ts:25 Returns: IRoleBindingSubject[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: RoleBinding"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#class-rolebinding","text":"","title":"Class: RoleBinding"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#hierarchy","text":"KubeObject \u21b3 RoleBinding \u21b3 ClusterRoleBinding","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#properties","text":"apiVersion kind metadata roleRef status subjects apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getSubjectNames getSubjects toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#constructor","text":"+ new RoleBinding ( data : KubeJsonApiData): RoleBinding Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: RoleBinding","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#roleref","text":"\u2022 roleRef : object Defined in src/renderer/api/endpoints/role-binding.api.ts:19","title":"roleRef"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#optional-status","text":"\u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#optional-subjects","text":"\u2022 subjects ? : IRoleBindingSubject[] Defined in src/renderer/api/endpoints/role-binding.api.ts:18","title":"Optional subjects"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#static-apibase","text":"\u25aa apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/rolebindings\" Defined in src/renderer/api/endpoints/role-binding.api.ts:16","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#static-kind","text":"\u25aa kind : string = \"RoleBinding\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/role-binding.api.ts:14","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/role-binding.api.ts:15","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#getsubjectnames","text":"\u25b8 getSubjectNames (): string Defined in src/renderer/api/endpoints/role-binding.api.ts:29 Returns: string","title":"getSubjectNames"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#getsubjects","text":"\u25b8 getSubjects (): IRoleBindingSubject[] Defined in src/renderer/api/endpoints/role-binding.api.ts:25 Returns: IRoleBindingSubject[]","title":"getSubjects"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.rolebinding/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/","text":"Class: Secret # Hierarchy # KubeObject \u21b3 Secret Implements # ItemObject Index # Constructors # constructor Properties # apiVersion data kind metadata status type apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getKeys getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getToken toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new Secret ( data : KubeJsonApiData): Secret Overrides KubeObject . constructor Defined in src/renderer/api/endpoints/secret.api.ts:32 Parameters: Name Type data KubeJsonApiData Returns: Secret Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 data # \u2022 data : object Defined in src/renderer/api/endpoints/secret.api.ts:29 Type declaration: [ prop : string ]: string token ? : string kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 Optional status # \u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 type # \u2022 type : SecretType Defined in src/renderer/api/endpoints/secret.api.ts:28 Static apiBase # \u25aa apiBase : string = \"/api/v1/secrets\" Defined in src/renderer/api/endpoints/secret.api.ts:26 Static kind # \u25aa kind : string = \"Secret\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/secret.api.ts:24 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/secret.api.ts:25 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getKeys # \u25b8 getKeys (): string[] Defined in src/renderer/api/endpoints/secret.api.ts:39 Returns: string[] getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getToken # \u25b8 getToken (): string Defined in src/renderer/api/endpoints/secret.api.ts:43 Returns: string toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: Secret"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#class-secret","text":"","title":"Class: Secret"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#hierarchy","text":"KubeObject \u21b3 Secret","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#properties","text":"apiVersion data kind metadata status type apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#methods","text":"delete getAge getAnnotations getFinalizers getId getKeys getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getToken toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#constructor","text":"+ new Secret ( data : KubeJsonApiData): Secret Overrides KubeObject . constructor Defined in src/renderer/api/endpoints/secret.api.ts:32 Parameters: Name Type data KubeJsonApiData Returns: Secret","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#data","text":"\u2022 data : object Defined in src/renderer/api/endpoints/secret.api.ts:29","title":"data"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#optional-status","text":"\u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#type","text":"\u2022 type : SecretType Defined in src/renderer/api/endpoints/secret.api.ts:28","title":"type"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#static-apibase","text":"\u25aa apiBase : string = \"/api/v1/secrets\" Defined in src/renderer/api/endpoints/secret.api.ts:26","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#static-kind","text":"\u25aa kind : string = \"Secret\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/secret.api.ts:24","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/secret.api.ts:25","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#getkeys","text":"\u25b8 getKeys (): string[] Defined in src/renderer/api/endpoints/secret.api.ts:39 Returns: string[]","title":"getKeys"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#gettoken","text":"\u25b8 getToken (): string Defined in src/renderer/api/endpoints/secret.api.ts:43 Returns: string","title":"getToken"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.secret/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/","text":"Class: Service # Hierarchy # KubeObject \u21b3 Service Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getClusterIp getExternalIps getFinalizers getId getLabels getLoadBalancer getName getNs getOwnerRefs getPorts getResourceVersion getSearchFields getSelector getStatus getType isActive toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new Service ( data : KubeJsonApiData): Service Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Service Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Defined in src/renderer/api/endpoints/service.api.ts:38 Type declaration: clusterIP : string externalIPs ? : string[] externalTrafficPolicy ? : string loadBalancerIP ? : string ports : ServicePort[] selector (): object sessionAffinity : string type : string status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/service.api.ts:49 Type declaration: loadBalancer (): object ingress ? : object[] Static apiBase # \u25aa apiBase : string = \"/api/v1/services\" Defined in src/renderer/api/endpoints/service.api.ts:36 Static kind # \u25aa kind : string = \"Service\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/service.api.ts:34 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/service.api.ts:35 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getClusterIp # \u25b8 getClusterIp (): string Defined in src/renderer/api/endpoints/service.api.ts:58 Returns: string getExternalIps # \u25b8 getExternalIps (): string[] Defined in src/renderer/api/endpoints/service.api.ts:62 Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getLoadBalancer # \u25b8 getLoadBalancer (): object Defined in src/renderer/api/endpoints/service.api.ts:84 Returns: object ingress ? : object[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getPorts # \u25b8 getPorts (): ServicePort[] Defined in src/renderer/api/endpoints/service.api.ts:79 Returns: ServicePort[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSelector # \u25b8 getSelector (): string[] Defined in src/renderer/api/endpoints/service.api.ts:74 Returns: string[] getStatus # \u25b8 getStatus (): \"Active\" | \"Pending\" Defined in src/renderer/api/endpoints/service.api.ts:92 Returns: \"Active\" | \"Pending\" getType # \u25b8 getType (): string Defined in src/renderer/api/endpoints/service.api.ts:70 Returns: string isActive # \u25b8 isActive (): boolean Defined in src/renderer/api/endpoints/service.api.ts:88 Returns: boolean toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: Service"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#class-service","text":"","title":"Class: Service"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#hierarchy","text":"KubeObject \u21b3 Service","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#methods","text":"delete getAge getAnnotations getClusterIp getExternalIps getFinalizers getId getLabels getLoadBalancer getName getNs getOwnerRefs getPorts getResourceVersion getSearchFields getSelector getStatus getType isActive toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#constructor","text":"+ new Service ( data : KubeJsonApiData): Service Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Service","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#spec","text":"\u2022 spec : object Defined in src/renderer/api/endpoints/service.api.ts:38","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/service.api.ts:49","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#static-apibase","text":"\u25aa apiBase : string = \"/api/v1/services\" Defined in src/renderer/api/endpoints/service.api.ts:36","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#static-kind","text":"\u25aa kind : string = \"Service\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/service.api.ts:34","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/service.api.ts:35","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getclusterip","text":"\u25b8 getClusterIp (): string Defined in src/renderer/api/endpoints/service.api.ts:58 Returns: string","title":"getClusterIp"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getexternalips","text":"\u25b8 getExternalIps (): string[] Defined in src/renderer/api/endpoints/service.api.ts:62 Returns: string[]","title":"getExternalIps"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getloadbalancer","text":"\u25b8 getLoadBalancer (): object Defined in src/renderer/api/endpoints/service.api.ts:84 Returns: object ingress ? : object[]","title":"getLoadBalancer"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getports","text":"\u25b8 getPorts (): ServicePort[] Defined in src/renderer/api/endpoints/service.api.ts:79 Returns: ServicePort[]","title":"getPorts"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getselector","text":"\u25b8 getSelector (): string[] Defined in src/renderer/api/endpoints/service.api.ts:74 Returns: string[]","title":"getSelector"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#getstatus","text":"\u25b8 getStatus (): \"Active\" | \"Pending\" Defined in src/renderer/api/endpoints/service.api.ts:92 Returns: \"Active\" | \"Pending\"","title":"getStatus"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#gettype","text":"\u25b8 getType (): string Defined in src/renderer/api/endpoints/service.api.ts:70 Returns: string","title":"getType"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#isactive","text":"\u25b8 isActive (): boolean Defined in src/renderer/api/endpoints/service.api.ts:88 Returns: boolean","title":"isActive"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.service/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/","text":"Class: ServiceAccount # Hierarchy # KubeObject \u21b3 ServiceAccount Implements # ItemObject Index # Constructors # constructor Properties # apiVersion imagePullSecrets kind metadata secrets status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getImagePullSecrets getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getSecrets toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new ServiceAccount ( data : KubeJsonApiData): ServiceAccount Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: ServiceAccount Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 Optional imagePullSecrets # \u2022 imagePullSecrets ? : object[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:14 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 Optional secrets # \u2022 secrets ? : object[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:11 Optional status # \u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 Static apiBase # \u25aa apiBase : string = \"/api/v1/serviceaccounts\" Defined in src/renderer/api/endpoints/service-accounts.api.ts:9 Static kind # \u25aa kind : string = \"ServiceAccount\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/service-accounts.api.ts:7 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/service-accounts.api.ts:8 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getImagePullSecrets # \u25b8 getImagePullSecrets (): object[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:22 Returns: object[] getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSecrets # \u25b8 getSecrets (): object[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:18 Returns: object[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: ServiceAccount"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#class-serviceaccount","text":"","title":"Class: ServiceAccount"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#hierarchy","text":"KubeObject \u21b3 ServiceAccount","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#properties","text":"apiVersion imagePullSecrets kind metadata secrets status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#methods","text":"delete getAge getAnnotations getFinalizers getId getImagePullSecrets getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getSecrets toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#constructor","text":"+ new ServiceAccount ( data : KubeJsonApiData): ServiceAccount Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: ServiceAccount","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#optional-imagepullsecrets","text":"\u2022 imagePullSecrets ? : object[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:14","title":"Optional imagePullSecrets"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#optional-secrets","text":"\u2022 secrets ? : object[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:11","title":"Optional secrets"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#optional-status","text":"\u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#static-apibase","text":"\u25aa apiBase : string = \"/api/v1/serviceaccounts\" Defined in src/renderer/api/endpoints/service-accounts.api.ts:9","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#static-kind","text":"\u25aa kind : string = \"ServiceAccount\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/service-accounts.api.ts:7","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/service-accounts.api.ts:8","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#getimagepullsecrets","text":"\u25b8 getImagePullSecrets (): object[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:22 Returns: object[]","title":"getImagePullSecrets"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#getsecrets","text":"\u25b8 getSecrets (): object[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:18 Returns: object[]","title":"getSecrets"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.serviceaccount/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/","text":"Class: StatefulSet # Hierarchy # WorkloadKubeObject \u21b3 StatefulSet Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAffinity getAffinityNumber getAge getAnnotations getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getResourceVersion getSearchFields getSelectors getTemplateLabels getTolerations toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new StatefulSet ( data : KubeJsonApiData): StatefulSet Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: StatefulSet Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 spec # \u2022 spec : object Overrides void Defined in src/renderer/api/endpoints/stateful-set.api.ts:13 Type declaration: replicas : number selector (): object matchLabels (): object serviceName : string template (): object metadata (): object labels (): object app : string spec (): object affinity ? : IAffinity containers : object[] nodeSelector (): object tolerations : object[] volumeClaimTemplates : object[] status # \u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/stateful-set.api.ts:66 Type declaration: collisionCount : number currentReplicas : number currentRevision : string observedGeneration : number replicas : number updateRevision : string Static apiBase # \u25aa apiBase : string = \"/apis/apps/v1/statefulsets\" Defined in src/renderer/api/endpoints/stateful-set.api.ts:11 Static kind # \u25aa kind : string = \"StatefulSet\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/stateful-set.api.ts:9 Static namespaced # \u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/stateful-set.api.ts:10 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAffinity # \u25b8 getAffinity (): IAffinity Inherited from Deployment . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Inherited from Pod . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getImages # \u25b8 getImages (): string[] Defined in src/renderer/api/endpoints/stateful-set.api.ts:75 Returns: string[] getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeSelectors # \u25b8 getNodeSelectors (): string[] Inherited from Deployment . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[] getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getSelectors # \u25b8 getSelectors (): string[] Inherited from Pod . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[] getTemplateLabels # \u25b8 getTemplateLabels (): string[] Inherited from Pod . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): IToleration[] Inherited from Deployment . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: StatefulSet"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#class-statefulset","text":"","title":"Class: StatefulSet"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#hierarchy","text":"WorkloadKubeObject \u21b3 StatefulSet","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#methods","text":"delete getAffinity getAffinityNumber getAge getAnnotations getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getResourceVersion getSearchFields getSelectors getTemplateLabels getTolerations toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#constructor","text":"+ new StatefulSet ( data : KubeJsonApiData): StatefulSet Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: StatefulSet","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#spec","text":"\u2022 spec : object Overrides void Defined in src/renderer/api/endpoints/stateful-set.api.ts:13","title":"spec"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#status","text":"\u2022 status : object Overrides KubeObject . status Defined in src/renderer/api/endpoints/stateful-set.api.ts:66","title":"status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#static-apibase","text":"\u25aa apiBase : string = \"/apis/apps/v1/statefulsets\" Defined in src/renderer/api/endpoints/stateful-set.api.ts:11","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#static-kind","text":"\u25aa kind : string = \"StatefulSet\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/stateful-set.api.ts:9","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#static-namespaced","text":"\u25aa namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/stateful-set.api.ts:10","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Inherited from Deployment . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Inherited from Pod . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getimages","text":"\u25b8 getImages (): string[] Defined in src/renderer/api/endpoints/stateful-set.api.ts:75 Returns: string[]","title":"getImages"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Inherited from Deployment . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#getselectors","text":"\u25b8 getSelectors (): string[] Inherited from Pod . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Inherited from Pod . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#gettolerations","text":"\u25b8 getTolerations (): IToleration[] Inherited from Deployment . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration[]","title":"getTolerations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.statefulset/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/","text":"Class: StorageClass # Hierarchy # KubeObject \u21b3 StorageClass Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata mountOptions parameters provisioner reclaimPolicy status volumeBindingMode apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getReclaimPolicy getResourceVersion getSearchFields getVolumeBindingMode isDefault toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new StorageClass ( data : KubeJsonApiData): StorageClass Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: StorageClass Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 kind # \u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76 metadata # \u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77 Optional mountOptions # \u2022 mountOptions ? : string[] Defined in src/renderer/api/endpoints/storage-class.api.ts:12 parameters # \u2022 parameters : object Defined in src/renderer/api/endpoints/storage-class.api.ts:15 Type declaration: [ param : string ]: string provisioner # \u2022 provisioner : string Defined in src/renderer/api/endpoints/storage-class.api.ts:11 reclaimPolicy # \u2022 reclaimPolicy : string Defined in src/renderer/api/endpoints/storage-class.api.ts:14 Optional status # \u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 volumeBindingMode # \u2022 volumeBindingMode : string Defined in src/renderer/api/endpoints/storage-class.api.ts:13 Static apiBase # \u25aa apiBase : string = \"/apis/storage.k8s.io/v1/storageclasses\" Defined in src/renderer/api/endpoints/storage-class.api.ts:9 Static kind # \u25aa kind : string = \"StorageClass\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/storage-class.api.ts:7 Static namespaced # \u25aa namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/storage-class.api.ts:8 Accessors # selfLink # \u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string Methods # delete # \u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a getAge # \u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number getAnnotations # \u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[] getReclaimPolicy # \u25b8 getReclaimPolicy (): string Defined in src/renderer/api/endpoints/storage-class.api.ts:31 Returns: string getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getVolumeBindingMode # \u25b8 getVolumeBindingMode (): string Defined in src/renderer/api/endpoints/storage-class.api.ts:27 Returns: string isDefault # \u25b8 isDefault (): boolean Defined in src/renderer/api/endpoints/storage-class.api.ts:19 Returns: boolean toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a Static create # \u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a Static isJsonApiData # \u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData Static isJsonApiDataList # \u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList Static isNonSystem # \u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean Static stringifyLabels # \u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Class: StorageClass"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#class-storageclass","text":"","title":"Class: StorageClass"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#hierarchy","text":"KubeObject \u21b3 StorageClass","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#properties","text":"apiVersion kind metadata mountOptions parameters provisioner reclaimPolicy status volumeBindingMode apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getReclaimPolicy getResourceVersion getSearchFields getVolumeBindingMode isDefault toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#constructor","text":"+ new StorageClass ( data : KubeJsonApiData): StorageClass Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: StorageClass","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#optional-mountoptions","text":"\u2022 mountOptions ? : string[] Defined in src/renderer/api/endpoints/storage-class.api.ts:12","title":"Optional mountOptions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#parameters","text":"\u2022 parameters : object Defined in src/renderer/api/endpoints/storage-class.api.ts:15","title":"parameters"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#provisioner","text":"\u2022 provisioner : string Defined in src/renderer/api/endpoints/storage-class.api.ts:11","title":"provisioner"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#reclaimpolicy","text":"\u2022 reclaimPolicy : string Defined in src/renderer/api/endpoints/storage-class.api.ts:14","title":"reclaimPolicy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#optional-status","text":"\u2022 status ? : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"Optional status"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#volumebindingmode","text":"\u2022 volumeBindingMode : string Defined in src/renderer/api/endpoints/storage-class.api.ts:13","title":"volumeBindingMode"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#static-apibase","text":"\u25aa apiBase : string = \"/apis/storage.k8s.io/v1/storageclasses\" Defined in src/renderer/api/endpoints/storage-class.api.ts:9","title":"Static apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#static-kind","text":"\u25aa kind : string = \"StorageClass\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/storage-class.api.ts:7","title":"Static kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#static-namespaced","text":"\u25aa namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/storage-class.api.ts:8","title":"Static namespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#selflink","text":"\u2022 get selfLink (): string Inherited from KubeObject . selfLink Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#delete","text":"\u25b8 delete ( params? : JsonApiParams): CancelablePromise\u2039KubeJsonApiData\u203a Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#getage","text":"\u25b8 getAge ( humanize : boolean, compact : boolean, fromNow : boolean): string | number Inherited from KubeObject . getAge Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default humanize boolean true compact boolean true fromNow boolean false Returns: string | number","title":"getAge"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#getannotations","text":"\u25b8 getAnnotations ( filter : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121 Parameters: Name Type Default filter boolean false Returns: string[]","title":"getAnnotations"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Inherited from KubeObject . getFinalizers Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#getid","text":"\u25b8 getId (): string Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#getlabels","text":"\u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#getname","text":"\u25b8 getName (): string Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#getns","text":"\u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#getownerrefs","text":"\u25b8 getOwnerRefs (): object[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: object[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#getreclaimpolicy","text":"\u25b8 getReclaimPolicy (): string Defined in src/renderer/api/endpoints/storage-class.api.ts:31 Returns: string","title":"getReclaimPolicy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#getresourceversion","text":"\u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#getvolumebindingmode","text":"\u25b8 getVolumeBindingMode (): string Defined in src/renderer/api/endpoints/storage-class.api.ts:27 Returns: string","title":"getVolumeBindingMode"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#isdefault","text":"\u25b8 isDefault (): boolean Defined in src/renderer/api/endpoints/storage-class.api.ts:19 Returns: boolean","title":"isDefault"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#toplainobject","text":"\u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#update","text":"\u25b8 update \u2039 T \u203a( data : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: \u25aa T : KubeObject Parameters: Name Type data Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#static-create","text":"\u25b8 create ( data : any): KubeObject \u2039\u203a Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject \u2039\u203a","title":"Static create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#static-isjsonapidata","text":"\u25b8 isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData","title":"Static isJsonApiData"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#static-isjsonapidatalist","text":"\u25b8 isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList","title":"Static isJsonApiDataList"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#static-isnonsystem","text":"\u25b8 isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean","title":"Static isNonSystem"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.storageclass/#static-stringifylabels","text":"\u25b8 stringifyLabels ( labels : object): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels object Returns: string[]","title":"Static stringifyLabels"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/","text":"Class: VersionedKubeApi \u2039 T \u203a # Type parameters # \u25aa T : KubeObject Hierarchy # KubeApi \u2039T\u203a \u21b3 VersionedKubeApi Index # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi Methods # create delete get getPreferredVersion getResourceVersion getUrl getWatchUrl list normalizeQuery parseResponse refreshResourceVersion setResourceVersion update watch watchAll Constructors # constructor # + new VersionedKubeApi ( opts : IKubeApiOptions\u2039T\u203a): VersionedKubeApi Overrides KubeApi . constructor Defined in src/renderer/api/kube-api-versioned.ts:8 Parameters: Name Type opts IKubeApiOptions\u2039T\u203a Returns: VersionedKubeApi Properties # apiBase # \u2022 apiBase : string Overrides KubeApi . apiBase Defined in src/renderer/api/kube-api-versioned.ts:20 apiGroup # \u2022 apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:61 apiPrefix # \u2022 apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:60 apiResource # \u2022 apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:64 apiVersion # \u2022 apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:62 apiVersionWithGroup # \u2022 apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:63 isNamespaced # \u2022 isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:65 kind # \u2022 kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:58 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor\u2039T\u203a Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:67 Protected options # \u2022 options : IKubeApiOptions\u2039T\u203a Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:71 Protected request # \u2022 request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:68 Protected resourceVersions # \u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:69 Static parseApi # \u25aa parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:51 Methods # create # \u25b8 create ( __namedParameters : object, data? : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:170 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039T\u203a Returns: Promise\u2039T\u203a delete # \u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:194 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a get # \u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039T\u203a Overrides KubeApi . get Defined in src/renderer/api/kube-api-versioned.ts:39 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039T\u203a getPreferredVersion # \u25b8 getPreferredVersion (): Promise\u2039void\u203a Defined in src/renderer/api/kube-api-versioned.ts:22 Returns: Promise\u2039void\u203a getResourceVersion # \u25b8 getResourceVersion ( namespace : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:102 Parameters: Name Type Default namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Overrides KubeApi . getUrl Defined in src/renderer/api/kube-api-versioned.ts:44 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string getWatchUrl # \u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:199 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039T[]\u203a Overrides KubeApi . list Defined in src/renderer/api/kube-api-versioned.ts:35 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039T[]\u203a Protected normalizeQuery # \u25b8 normalizeQuery ( query : Partial\u2039IKubeApiQueryParams\u203a): object Inherited from KubeApi . normalizeQuery Defined in src/renderer/api/kube-api.ts:122 Parameters: Name Type Default query Partial\u2039IKubeApiQueryParams\u203a {} Returns: object Protected parseResponse # \u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:132 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any refreshResourceVersion # \u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:106 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a setResourceVersion # \u25b8 setResourceVersion ( namespace : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:98 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters : object, data? : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:187 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039T\u203a Returns: Promise\u2039T\u203a watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:207 Returns: function \u25b8 (): void Static watchAll # \u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:53 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Class: VersionedKubeApi \u2039**T**\u203a"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#class-versionedkubeapi-t","text":"","title":"Class: VersionedKubeApi \u2039T\u203a"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#type-parameters","text":"\u25aa T : KubeObject","title":"Type parameters"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#hierarchy","text":"KubeApi \u2039T\u203a \u21b3 VersionedKubeApi","title":"Hierarchy"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#methods","text":"create delete get getPreferredVersion getResourceVersion getUrl getWatchUrl list normalizeQuery parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#constructor","text":"+ new VersionedKubeApi ( opts : IKubeApiOptions\u2039T\u203a): VersionedKubeApi Overrides KubeApi . constructor Defined in src/renderer/api/kube-api-versioned.ts:8 Parameters: Name Type opts IKubeApiOptions\u2039T\u203a Returns: VersionedKubeApi","title":"constructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#apibase","text":"\u2022 apiBase : string Overrides KubeApi . apiBase Defined in src/renderer/api/kube-api-versioned.ts:20","title":"apiBase"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#apigroup","text":"\u2022 apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#apiprefix","text":"\u2022 apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:60","title":"apiPrefix"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#apiresource","text":"\u2022 apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:64","title":"apiResource"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:62","title":"apiVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#apiversionwithgroup","text":"\u2022 apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:63","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#isnamespaced","text":"\u2022 isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:65","title":"isNamespaced"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#kind","text":"\u2022 kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:58","title":"kind"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor\u2039T\u203a Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:67","title":"objectConstructor"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#protected-options","text":"\u2022 options : IKubeApiOptions\u2039T\u203a Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:71","title":"Protected options"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#protected-request","text":"\u2022 request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:68","title":"Protected request"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#protected-resourceversions","text":"\u2022 resourceVersions : Map\u2039string, string\u203a = new Map () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:69","title":"Protected resourceVersions"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#static-parseapi","text":"\u25aa parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:51","title":"Static parseApi"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#create","text":"\u25b8 create ( __namedParameters : object, data? : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:170 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"create"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#delete","text":"\u25b8 delete ( __namedParameters : object): Promise\u2039KubeJsonApiData\u203a Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:194 Parameters: \u25aa __namedParameters : object Name Type Default name string \"\" namespace string \"default\" Returns: Promise\u2039KubeJsonApiData\u203a","title":"delete"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#get","text":"\u25b8 get ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039T\u203a Overrides KubeApi . get Defined in src/renderer/api/kube-api-versioned.ts:39 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039T\u203a","title":"get"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#getpreferredversion","text":"\u25b8 getPreferredVersion (): Promise\u2039void\u203a Defined in src/renderer/api/kube-api-versioned.ts:22 Returns: Promise\u2039void\u203a","title":"getPreferredVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:102 Parameters: Name Type Default namespace string \"\" Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#geturl","text":"\u25b8 getUrl ( __namedParameters : object, query? : Partial\u2039IKubeApiQueryParams\u203a): string Overrides KubeApi . getUrl Defined in src/renderer/api/kube-api-versioned.ts:44 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"\" \u25aa Optional query : Partial\u2039IKubeApiQueryParams\u203a Returns: string","title":"getUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace : string, query : IKubeApiQueryParams): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:199 Parameters: Name Type Default namespace string \"\" query IKubeApiQueryParams {} Returns: string","title":"getWatchUrl"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#list","text":"\u25b8 list ( __namedParameters : object, query? : IKubeApiQueryParams): Promise\u2039T[]\u203a Overrides KubeApi . list Defined in src/renderer/api/kube-api-versioned.ts:35 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default namespace string \"\" \u25aa Optional query : IKubeApiQueryParams Returns: Promise\u2039T[]\u203a","title":"list"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#protected-normalizequery","text":"\u25b8 normalizeQuery ( query : Partial\u2039IKubeApiQueryParams\u203a): object Inherited from KubeApi . normalizeQuery Defined in src/renderer/api/kube-api.ts:122 Parameters: Name Type Default query Partial\u2039IKubeApiQueryParams\u203a {} Returns: object","title":"Protected normalizeQuery"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#protected-parseresponse","text":"\u25b8 parseResponse ( data : KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:132 Parameters: Name Type data KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList namespace? string Returns: any","title":"Protected parseResponse"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : object): Promise\u2039T[]\u203a Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:106 Parameters: \u25aa Optional params : object Name Type namespace string Returns: Promise\u2039T[]\u203a","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:98 Parameters: Name Type Default namespace string \"\" newVersion string - Returns: void","title":"setResourceVersion"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#update","text":"\u25b8 update ( __namedParameters : object, data? : Partial\u2039T\u203a): Promise\u2039T\u203a Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:187 Parameters: \u25aa Default value __namedParameters : object = {} Name Type Default name string \"\" namespace string \"default\" \u25aa Optional data : Partial\u2039T\u203a Returns: Promise\u2039T\u203a","title":"update"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:207 Returns: function \u25b8 (): void","title":"watch"},{"location":"extensions/api/classes/_renderer_api_k8s_api_.versionedkubeapi/#static-watchall","text":"\u25b8 watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:53 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"Static watchAll"},{"location":"extensions/api/classes/lensmainextension/","text":"Class: LensMainExtension # Hierarchy # LensExtension \u21b3 LensMainExtension Index # Constructors # constructor Properties # appMenus isBundled manifest manifestPath Accessors # description id name version Methods # disable enable onActivate onDeactivate toggle whenEnabled Constructors # constructor # + new LensMainExtension ( __namedParameters : object): LensMainExtension Inherited from LensMainExtension . constructor Defined in src/extensions/lens-extension.ts:21 Parameters: \u25aa __namedParameters : object Name Type isBundled boolean manifest LensExtensionManifest manifestPath string Returns: LensMainExtension Properties # appMenus # \u2022 appMenus : MenuRegistration[] = [] Defined in src/extensions/lens-main-extension.ts:6 isBundled # \u2022 isBundled : boolean Inherited from LensMainExtension . isBundled Defined in src/extensions/lens-extension.ts:19 manifest # \u2022 manifest : LensExtensionManifest Inherited from LensMainExtension . manifest Defined in src/extensions/lens-extension.ts:17 manifestPath # \u2022 manifestPath : string Inherited from LensMainExtension . manifestPath Defined in src/extensions/lens-extension.ts:18 Accessors # description # \u2022 get description (): string Inherited from LensMainExtension . description Defined in src/extensions/lens-extension.ts:41 Returns: string id # \u2022 get id (): LensExtensionId Inherited from LensMainExtension . id Defined in src/extensions/lens-extension.ts:29 Returns: LensExtensionId name # \u2022 get name (): string Inherited from LensMainExtension . name Defined in src/extensions/lens-extension.ts:33 Returns: string version # \u2022 get version (): string Inherited from LensMainExtension . version Defined in src/extensions/lens-extension.ts:37 Returns: string Methods # disable # \u25b8 disable (): Promise\u2039void\u203a Inherited from LensMainExtension . disable Defined in src/extensions/lens-extension.ts:54 Returns: Promise\u2039void\u203a enable # \u25b8 enable (): Promise\u2039void\u203a Inherited from LensMainExtension . enable Defined in src/extensions/lens-extension.ts:46 Returns: Promise\u2039void\u203a Protected onActivate # \u25b8 onActivate (): void Inherited from LensMainExtension . onActivate Defined in src/extensions/lens-extension.ts:90 Returns: void Protected onDeactivate # \u25b8 onDeactivate (): void Inherited from LensMainExtension . onDeactivate Defined in src/extensions/lens-extension.ts:94 Returns: void toggle # \u25b8 toggle ( enable? : boolean): void Inherited from LensMainExtension . toggle Defined in src/extensions/lens-extension.ts:61 Parameters: Name Type enable? boolean Returns: void whenEnabled # \u25b8 whenEnabled ( handlers : function): Promise\u2039(Anonymous function)\u203a Inherited from LensMainExtension . whenEnabled Defined in src/extensions/lens-extension.ts:69 Parameters: \u25aa handlers : function \u25b8 (): Function[] Returns: Promise\u2039(Anonymous function)\u203a","title":"Class: LensMainExtension"},{"location":"extensions/api/classes/lensmainextension/#class-lensmainextension","text":"","title":"Class: LensMainExtension"},{"location":"extensions/api/classes/lensmainextension/#hierarchy","text":"LensExtension \u21b3 LensMainExtension","title":"Hierarchy"},{"location":"extensions/api/classes/lensmainextension/#index","text":"","title":"Index"},{"location":"extensions/api/classes/lensmainextension/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/lensmainextension/#properties","text":"appMenus isBundled manifest manifestPath","title":"Properties"},{"location":"extensions/api/classes/lensmainextension/#accessors","text":"description id name version","title":"Accessors"},{"location":"extensions/api/classes/lensmainextension/#methods","text":"disable enable onActivate onDeactivate toggle whenEnabled","title":"Methods"},{"location":"extensions/api/classes/lensmainextension/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/lensmainextension/#constructor","text":"+ new LensMainExtension ( __namedParameters : object): LensMainExtension Inherited from LensMainExtension . constructor Defined in src/extensions/lens-extension.ts:21 Parameters: \u25aa __namedParameters : object Name Type isBundled boolean manifest LensExtensionManifest manifestPath string Returns: LensMainExtension","title":"constructor"},{"location":"extensions/api/classes/lensmainextension/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/lensmainextension/#appmenus","text":"\u2022 appMenus : MenuRegistration[] = [] Defined in src/extensions/lens-main-extension.ts:6","title":"appMenus"},{"location":"extensions/api/classes/lensmainextension/#isbundled","text":"\u2022 isBundled : boolean Inherited from LensMainExtension . isBundled Defined in src/extensions/lens-extension.ts:19","title":"isBundled"},{"location":"extensions/api/classes/lensmainextension/#manifest","text":"\u2022 manifest : LensExtensionManifest Inherited from LensMainExtension . manifest Defined in src/extensions/lens-extension.ts:17","title":"manifest"},{"location":"extensions/api/classes/lensmainextension/#manifestpath","text":"\u2022 manifestPath : string Inherited from LensMainExtension . manifestPath Defined in src/extensions/lens-extension.ts:18","title":"manifestPath"},{"location":"extensions/api/classes/lensmainextension/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/lensmainextension/#description","text":"\u2022 get description (): string Inherited from LensMainExtension . description Defined in src/extensions/lens-extension.ts:41 Returns: string","title":"description"},{"location":"extensions/api/classes/lensmainextension/#id","text":"\u2022 get id (): LensExtensionId Inherited from LensMainExtension . id Defined in src/extensions/lens-extension.ts:29 Returns: LensExtensionId","title":"id"},{"location":"extensions/api/classes/lensmainextension/#name","text":"\u2022 get name (): string Inherited from LensMainExtension . name Defined in src/extensions/lens-extension.ts:33 Returns: string","title":"name"},{"location":"extensions/api/classes/lensmainextension/#version","text":"\u2022 get version (): string Inherited from LensMainExtension . version Defined in src/extensions/lens-extension.ts:37 Returns: string","title":"version"},{"location":"extensions/api/classes/lensmainextension/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/lensmainextension/#disable","text":"\u25b8 disable (): Promise\u2039void\u203a Inherited from LensMainExtension . disable Defined in src/extensions/lens-extension.ts:54 Returns: Promise\u2039void\u203a","title":"disable"},{"location":"extensions/api/classes/lensmainextension/#enable","text":"\u25b8 enable (): Promise\u2039void\u203a Inherited from LensMainExtension . enable Defined in src/extensions/lens-extension.ts:46 Returns: Promise\u2039void\u203a","title":"enable"},{"location":"extensions/api/classes/lensmainextension/#protected-onactivate","text":"\u25b8 onActivate (): void Inherited from LensMainExtension . onActivate Defined in src/extensions/lens-extension.ts:90 Returns: void","title":"Protected onActivate"},{"location":"extensions/api/classes/lensmainextension/#protected-ondeactivate","text":"\u25b8 onDeactivate (): void Inherited from LensMainExtension . onDeactivate Defined in src/extensions/lens-extension.ts:94 Returns: void","title":"Protected onDeactivate"},{"location":"extensions/api/classes/lensmainextension/#toggle","text":"\u25b8 toggle ( enable? : boolean): void Inherited from LensMainExtension . toggle Defined in src/extensions/lens-extension.ts:61 Parameters: Name Type enable? boolean Returns: void","title":"toggle"},{"location":"extensions/api/classes/lensmainextension/#whenenabled","text":"\u25b8 whenEnabled ( handlers : function): Promise\u2039(Anonymous function)\u203a Inherited from LensMainExtension . whenEnabled Defined in src/extensions/lens-extension.ts:69 Parameters: \u25aa handlers : function \u25b8 (): Function[] Returns: Promise\u2039(Anonymous function)\u203a","title":"whenEnabled"},{"location":"extensions/api/classes/lensrendererextension/","text":"Class: LensRendererExtension # Hierarchy # LensExtension \u21b3 LensRendererExtension Index # Constructors # constructor Properties # appPreferences clusterFeatures clusterPages globalPages isBundled kubeObjectDetailItems kubeObjectMenuItems kubeObjectStatusTexts manifest manifestPath statusBarItems Accessors # description id name version Methods # disable enable onActivate onDeactivate toggle whenEnabled Constructors # constructor # + new LensRendererExtension ( __namedParameters : object): LensRendererExtension Inherited from LensMainExtension . constructor Defined in src/extensions/lens-extension.ts:21 Parameters: \u25aa __namedParameters : object Name Type isBundled boolean manifest LensExtensionManifest manifestPath string Returns: LensRendererExtension Properties # appPreferences # \u2022 appPreferences : AppPreferenceRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:13 clusterFeatures # \u2022 clusterFeatures : ClusterFeatureRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:14 clusterPages # \u2022 clusterPages : PageRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:11 globalPages # \u2022 globalPages : PageRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:10 isBundled # \u2022 isBundled : boolean Inherited from LensMainExtension . isBundled Defined in src/extensions/lens-extension.ts:19 kubeObjectDetailItems # \u2022 kubeObjectDetailItems : KubeObjectDetailRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:16 kubeObjectMenuItems # \u2022 kubeObjectMenuItems : KubeObjectMenuRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:17 kubeObjectStatusTexts # \u2022 kubeObjectStatusTexts : KubeObjectStatusRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:12 manifest # \u2022 manifest : LensExtensionManifest Inherited from LensMainExtension . manifest Defined in src/extensions/lens-extension.ts:17 manifestPath # \u2022 manifestPath : string Inherited from LensMainExtension . manifestPath Defined in src/extensions/lens-extension.ts:18 statusBarItems # \u2022 statusBarItems : StatusBarRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:15 Accessors # description # \u2022 get description (): string Inherited from LensMainExtension . description Defined in src/extensions/lens-extension.ts:41 Returns: string id # \u2022 get id (): LensExtensionId Inherited from LensMainExtension . id Defined in src/extensions/lens-extension.ts:29 Returns: LensExtensionId name # \u2022 get name (): string Inherited from LensMainExtension . name Defined in src/extensions/lens-extension.ts:33 Returns: string version # \u2022 get version (): string Inherited from LensMainExtension . version Defined in src/extensions/lens-extension.ts:37 Returns: string Methods # disable # \u25b8 disable (): Promise\u2039void\u203a Inherited from LensMainExtension . disable Defined in src/extensions/lens-extension.ts:54 Returns: Promise\u2039void\u203a enable # \u25b8 enable (): Promise\u2039void\u203a Inherited from LensMainExtension . enable Defined in src/extensions/lens-extension.ts:46 Returns: Promise\u2039void\u203a Protected onActivate # \u25b8 onActivate (): void Inherited from LensMainExtension . onActivate Defined in src/extensions/lens-extension.ts:90 Returns: void Protected onDeactivate # \u25b8 onDeactivate (): void Inherited from LensMainExtension . onDeactivate Defined in src/extensions/lens-extension.ts:94 Returns: void toggle # \u25b8 toggle ( enable? : boolean): void Inherited from LensMainExtension . toggle Defined in src/extensions/lens-extension.ts:61 Parameters: Name Type enable? boolean Returns: void whenEnabled # \u25b8 whenEnabled ( handlers : function): Promise\u2039(Anonymous function)\u203a Inherited from LensMainExtension . whenEnabled Defined in src/extensions/lens-extension.ts:69 Parameters: \u25aa handlers : function \u25b8 (): Function[] Returns: Promise\u2039(Anonymous function)\u203a","title":"Class: LensRendererExtension"},{"location":"extensions/api/classes/lensrendererextension/#class-lensrendererextension","text":"","title":"Class: LensRendererExtension"},{"location":"extensions/api/classes/lensrendererextension/#hierarchy","text":"LensExtension \u21b3 LensRendererExtension","title":"Hierarchy"},{"location":"extensions/api/classes/lensrendererextension/#index","text":"","title":"Index"},{"location":"extensions/api/classes/lensrendererextension/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/lensrendererextension/#properties","text":"appPreferences clusterFeatures clusterPages globalPages isBundled kubeObjectDetailItems kubeObjectMenuItems kubeObjectStatusTexts manifest manifestPath statusBarItems","title":"Properties"},{"location":"extensions/api/classes/lensrendererextension/#accessors","text":"description id name version","title":"Accessors"},{"location":"extensions/api/classes/lensrendererextension/#methods","text":"disable enable onActivate onDeactivate toggle whenEnabled","title":"Methods"},{"location":"extensions/api/classes/lensrendererextension/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/lensrendererextension/#constructor","text":"+ new LensRendererExtension ( __namedParameters : object): LensRendererExtension Inherited from LensMainExtension . constructor Defined in src/extensions/lens-extension.ts:21 Parameters: \u25aa __namedParameters : object Name Type isBundled boolean manifest LensExtensionManifest manifestPath string Returns: LensRendererExtension","title":"constructor"},{"location":"extensions/api/classes/lensrendererextension/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/lensrendererextension/#apppreferences","text":"\u2022 appPreferences : AppPreferenceRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:13","title":"appPreferences"},{"location":"extensions/api/classes/lensrendererextension/#clusterfeatures","text":"\u2022 clusterFeatures : ClusterFeatureRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:14","title":"clusterFeatures"},{"location":"extensions/api/classes/lensrendererextension/#clusterpages","text":"\u2022 clusterPages : PageRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:11","title":"clusterPages"},{"location":"extensions/api/classes/lensrendererextension/#globalpages","text":"\u2022 globalPages : PageRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:10","title":"globalPages"},{"location":"extensions/api/classes/lensrendererextension/#isbundled","text":"\u2022 isBundled : boolean Inherited from LensMainExtension . isBundled Defined in src/extensions/lens-extension.ts:19","title":"isBundled"},{"location":"extensions/api/classes/lensrendererextension/#kubeobjectdetailitems","text":"\u2022 kubeObjectDetailItems : KubeObjectDetailRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:16","title":"kubeObjectDetailItems"},{"location":"extensions/api/classes/lensrendererextension/#kubeobjectmenuitems","text":"\u2022 kubeObjectMenuItems : KubeObjectMenuRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:17","title":"kubeObjectMenuItems"},{"location":"extensions/api/classes/lensrendererextension/#kubeobjectstatustexts","text":"\u2022 kubeObjectStatusTexts : KubeObjectStatusRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:12","title":"kubeObjectStatusTexts"},{"location":"extensions/api/classes/lensrendererextension/#manifest","text":"\u2022 manifest : LensExtensionManifest Inherited from LensMainExtension . manifest Defined in src/extensions/lens-extension.ts:17","title":"manifest"},{"location":"extensions/api/classes/lensrendererextension/#manifestpath","text":"\u2022 manifestPath : string Inherited from LensMainExtension . manifestPath Defined in src/extensions/lens-extension.ts:18","title":"manifestPath"},{"location":"extensions/api/classes/lensrendererextension/#statusbaritems","text":"\u2022 statusBarItems : StatusBarRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:15","title":"statusBarItems"},{"location":"extensions/api/classes/lensrendererextension/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/lensrendererextension/#description","text":"\u2022 get description (): string Inherited from LensMainExtension . description Defined in src/extensions/lens-extension.ts:41 Returns: string","title":"description"},{"location":"extensions/api/classes/lensrendererextension/#id","text":"\u2022 get id (): LensExtensionId Inherited from LensMainExtension . id Defined in src/extensions/lens-extension.ts:29 Returns: LensExtensionId","title":"id"},{"location":"extensions/api/classes/lensrendererextension/#name","text":"\u2022 get name (): string Inherited from LensMainExtension . name Defined in src/extensions/lens-extension.ts:33 Returns: string","title":"name"},{"location":"extensions/api/classes/lensrendererextension/#version","text":"\u2022 get version (): string Inherited from LensMainExtension . version Defined in src/extensions/lens-extension.ts:37 Returns: string","title":"version"},{"location":"extensions/api/classes/lensrendererextension/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/lensrendererextension/#disable","text":"\u25b8 disable (): Promise\u2039void\u203a Inherited from LensMainExtension . disable Defined in src/extensions/lens-extension.ts:54 Returns: Promise\u2039void\u203a","title":"disable"},{"location":"extensions/api/classes/lensrendererextension/#enable","text":"\u25b8 enable (): Promise\u2039void\u203a Inherited from LensMainExtension . enable Defined in src/extensions/lens-extension.ts:46 Returns: Promise\u2039void\u203a","title":"enable"},{"location":"extensions/api/classes/lensrendererextension/#protected-onactivate","text":"\u25b8 onActivate (): void Inherited from LensMainExtension . onActivate Defined in src/extensions/lens-extension.ts:90 Returns: void","title":"Protected onActivate"},{"location":"extensions/api/classes/lensrendererextension/#protected-ondeactivate","text":"\u25b8 onDeactivate (): void Inherited from LensMainExtension . onDeactivate Defined in src/extensions/lens-extension.ts:94 Returns: void","title":"Protected onDeactivate"},{"location":"extensions/api/classes/lensrendererextension/#toggle","text":"\u25b8 toggle ( enable? : boolean): void Inherited from LensMainExtension . toggle Defined in src/extensions/lens-extension.ts:61 Parameters: Name Type enable? boolean Returns: void","title":"toggle"},{"location":"extensions/api/classes/lensrendererextension/#whenenabled","text":"\u25b8 whenEnabled ( handlers : function): Promise\u2039(Anonymous function)\u203a Inherited from LensMainExtension . whenEnabled Defined in src/extensions/lens-extension.ts:69 Parameters: \u25aa handlers : function \u25b8 (): Function[] Returns: Promise\u2039(Anonymous function)\u203a","title":"whenEnabled"},{"location":"extensions/api/enums/_renderer_api_components_.notificationstatus/","text":"Enumeration: NotificationStatus # Index # Enumeration members # ERROR INFO OK Enumeration members # ERROR # \u2022 ERROR : = \"error\" Defined in src/renderer/components/notifications/notifications.store.ts:13 INFO # \u2022 INFO : = \"info\" Defined in src/renderer/components/notifications/notifications.store.ts:14 OK # \u2022 OK : = \"ok\" Defined in src/renderer/components/notifications/notifications.store.ts:12","title":"Enumeration: NotificationStatus"},{"location":"extensions/api/enums/_renderer_api_components_.notificationstatus/#enumeration-notificationstatus","text":"","title":"Enumeration: NotificationStatus"},{"location":"extensions/api/enums/_renderer_api_components_.notificationstatus/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_renderer_api_components_.notificationstatus/#enumeration-members","text":"ERROR INFO OK","title":"Enumeration members"},{"location":"extensions/api/enums/_renderer_api_components_.notificationstatus/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_renderer_api_components_.notificationstatus/#error","text":"\u2022 ERROR : = \"error\" Defined in src/renderer/components/notifications/notifications.store.ts:13","title":"ERROR"},{"location":"extensions/api/enums/_renderer_api_components_.notificationstatus/#info","text":"\u2022 INFO : = \"info\" Defined in src/renderer/components/notifications/notifications.store.ts:14","title":"INFO"},{"location":"extensions/api/enums/_renderer_api_components_.notificationstatus/#ok","text":"\u2022 OK : = \"ok\" Defined in src/renderer/components/notifications/notifications.store.ts:12","title":"OK"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/","text":"Enumeration: TooltipPosition # Index # Enumeration members # BOTTOM BOTTOM_LEFT BOTTOM_RIGHT LEFT RIGHT TOP TOP_LEFT TOP_RIGHT Enumeration members # BOTTOM # \u2022 BOTTOM : = \"bottom\" Defined in src/renderer/components/tooltip/tooltip.tsx:11 BOTTOM_LEFT # \u2022 BOTTOM_LEFT : = \"bottom_left\" Defined in src/renderer/components/tooltip/tooltip.tsx:16 BOTTOM_RIGHT # \u2022 BOTTOM_RIGHT : = \"bottom_right\" Defined in src/renderer/components/tooltip/tooltip.tsx:17 LEFT # \u2022 LEFT : = \"left\" Defined in src/renderer/components/tooltip/tooltip.tsx:12 RIGHT # \u2022 RIGHT : = \"right\" Defined in src/renderer/components/tooltip/tooltip.tsx:13 TOP # \u2022 TOP : = \"top\" Defined in src/renderer/components/tooltip/tooltip.tsx:10 TOP_LEFT # \u2022 TOP_LEFT : = \"top_left\" Defined in src/renderer/components/tooltip/tooltip.tsx:14 TOP_RIGHT # \u2022 TOP_RIGHT : = \"top_right\" Defined in src/renderer/components/tooltip/tooltip.tsx:15","title":"Enumeration: TooltipPosition"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/#enumeration-tooltipposition","text":"","title":"Enumeration: TooltipPosition"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/#enumeration-members","text":"BOTTOM BOTTOM_LEFT BOTTOM_RIGHT LEFT RIGHT TOP TOP_LEFT TOP_RIGHT","title":"Enumeration members"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/#bottom","text":"\u2022 BOTTOM : = \"bottom\" Defined in src/renderer/components/tooltip/tooltip.tsx:11","title":"BOTTOM"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/#bottom_left","text":"\u2022 BOTTOM_LEFT : = \"bottom_left\" Defined in src/renderer/components/tooltip/tooltip.tsx:16","title":"BOTTOM_LEFT"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/#bottom_right","text":"\u2022 BOTTOM_RIGHT : = \"bottom_right\" Defined in src/renderer/components/tooltip/tooltip.tsx:17","title":"BOTTOM_RIGHT"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/#left","text":"\u2022 LEFT : = \"left\" Defined in src/renderer/components/tooltip/tooltip.tsx:12","title":"LEFT"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/#right","text":"\u2022 RIGHT : = \"right\" Defined in src/renderer/components/tooltip/tooltip.tsx:13","title":"RIGHT"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/#top","text":"\u2022 TOP : = \"top\" Defined in src/renderer/components/tooltip/tooltip.tsx:10","title":"TOP"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/#top_left","text":"\u2022 TOP_LEFT : = \"top_left\" Defined in src/renderer/components/tooltip/tooltip.tsx:14","title":"TOP_LEFT"},{"location":"extensions/api/enums/_renderer_api_components_.tooltipposition/#top_right","text":"\u2022 TOP_RIGHT : = \"top_right\" Defined in src/renderer/components/tooltip/tooltip.tsx:15","title":"TOP_RIGHT"},{"location":"extensions/api/enums/_renderer_api_k8s_api_.kubeobjectstatuslevel/","text":"Enumeration: KubeObjectStatusLevel # Index # Enumeration members # CRITICAL INFO WARNING Enumeration members # CRITICAL # \u2022 CRITICAL : = 3 Defined in src/extensions/renderer-api/kube-object-status.ts:10 INFO # \u2022 INFO : = 1 Defined in src/extensions/renderer-api/kube-object-status.ts:8 WARNING # \u2022 WARNING : = 2 Defined in src/extensions/renderer-api/kube-object-status.ts:9","title":"Enumeration: KubeObjectStatusLevel"},{"location":"extensions/api/enums/_renderer_api_k8s_api_.kubeobjectstatuslevel/#enumeration-kubeobjectstatuslevel","text":"","title":"Enumeration: KubeObjectStatusLevel"},{"location":"extensions/api/enums/_renderer_api_k8s_api_.kubeobjectstatuslevel/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_renderer_api_k8s_api_.kubeobjectstatuslevel/#enumeration-members","text":"CRITICAL INFO WARNING","title":"Enumeration members"},{"location":"extensions/api/enums/_renderer_api_k8s_api_.kubeobjectstatuslevel/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_renderer_api_k8s_api_.kubeobjectstatuslevel/#critical","text":"\u2022 CRITICAL : = 3 Defined in src/extensions/renderer-api/kube-object-status.ts:10","title":"CRITICAL"},{"location":"extensions/api/enums/_renderer_api_k8s_api_.kubeobjectstatuslevel/#info","text":"\u2022 INFO : = 1 Defined in src/extensions/renderer-api/kube-object-status.ts:8","title":"INFO"},{"location":"extensions/api/enums/_renderer_api_k8s_api_.kubeobjectstatuslevel/#warning","text":"\u2022 WARNING : = 2 Defined in src/extensions/renderer-api/kube-object-status.ts:9","title":"WARNING"},{"location":"extensions/api/interfaces/_core_api_cluster_feature_.clusterfeaturestatus/","text":"Interface: ClusterFeatureStatus # Hierarchy # ClusterFeatureStatus Index # Properties # canUpgrade currentVersion installed latestVersion Properties # canUpgrade # \u2022 canUpgrade : boolean Defined in src/extensions/cluster-feature.ts:15 currentVersion # \u2022 currentVersion : string Defined in src/extensions/cluster-feature.ts:12 installed # \u2022 installed : boolean Defined in src/extensions/cluster-feature.ts:13 latestVersion # \u2022 latestVersion : string Defined in src/extensions/cluster-feature.ts:14","title":"Interface: ClusterFeatureStatus"},{"location":"extensions/api/interfaces/_core_api_cluster_feature_.clusterfeaturestatus/#interface-clusterfeaturestatus","text":"","title":"Interface: ClusterFeatureStatus"},{"location":"extensions/api/interfaces/_core_api_cluster_feature_.clusterfeaturestatus/#hierarchy","text":"ClusterFeatureStatus","title":"Hierarchy"},{"location":"extensions/api/interfaces/_core_api_cluster_feature_.clusterfeaturestatus/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_core_api_cluster_feature_.clusterfeaturestatus/#properties","text":"canUpgrade currentVersion installed latestVersion","title":"Properties"},{"location":"extensions/api/interfaces/_core_api_cluster_feature_.clusterfeaturestatus/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_core_api_cluster_feature_.clusterfeaturestatus/#canupgrade","text":"\u2022 canUpgrade : boolean Defined in src/extensions/cluster-feature.ts:15","title":"canUpgrade"},{"location":"extensions/api/interfaces/_core_api_cluster_feature_.clusterfeaturestatus/#currentversion","text":"\u2022 currentVersion : string Defined in src/extensions/cluster-feature.ts:12","title":"currentVersion"},{"location":"extensions/api/interfaces/_core_api_cluster_feature_.clusterfeaturestatus/#installed","text":"\u2022 installed : boolean Defined in src/extensions/cluster-feature.ts:13","title":"installed"},{"location":"extensions/api/interfaces/_core_api_cluster_feature_.clusterfeaturestatus/#latestversion","text":"\u2022 latestVersion : string Defined in src/extensions/cluster-feature.ts:14","title":"latestVersion"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/","text":"Interface: ClusterModel # Hierarchy # ClusterModel Implemented by # Cluster Index # Properties # accessibleNamespaces contextName id kubeConfig kubeConfigPath metadata ownerRef preferences workspace Properties # Optional accessibleNamespaces # \u2022 accessibleNamespaces ? : string[] Defined in src/common/cluster-store.ts:42 Optional contextName # \u2022 contextName ? : string Defined in src/common/cluster-store.ts:38 id # \u2022 id : ClusterId Defined in src/common/cluster-store.ts:35 Optional kubeConfig # \u2022 kubeConfig ? : string Defined in src/common/cluster-store.ts:45 deprecated kubeConfigPath # \u2022 kubeConfigPath : string Defined in src/common/cluster-store.ts:36 Optional metadata # \u2022 metadata ? : ClusterMetadata Defined in src/common/cluster-store.ts:40 Optional ownerRef # \u2022 ownerRef ? : string Defined in src/common/cluster-store.ts:41 Optional preferences # \u2022 preferences ? : ClusterPreferences Defined in src/common/cluster-store.ts:39 Optional workspace # \u2022 workspace ? : WorkspaceId Defined in src/common/cluster-store.ts:37","title":"Interface: ClusterModel"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#interface-clustermodel","text":"","title":"Interface: ClusterModel"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#hierarchy","text":"ClusterModel","title":"Hierarchy"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#implemented-by","text":"Cluster","title":"Implemented by"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#properties","text":"accessibleNamespaces contextName id kubeConfig kubeConfigPath metadata ownerRef preferences workspace","title":"Properties"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#optional-accessiblenamespaces","text":"\u2022 accessibleNamespaces ? : string[] Defined in src/common/cluster-store.ts:42","title":"Optional accessibleNamespaces"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#optional-contextname","text":"\u2022 contextName ? : string Defined in src/common/cluster-store.ts:38","title":"Optional contextName"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#id","text":"\u2022 id : ClusterId Defined in src/common/cluster-store.ts:35","title":"id"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#optional-kubeconfig","text":"\u2022 kubeConfig ? : string Defined in src/common/cluster-store.ts:45 deprecated","title":"Optional kubeConfig"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#kubeconfigpath","text":"\u2022 kubeConfigPath : string Defined in src/common/cluster-store.ts:36","title":"kubeConfigPath"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#optional-metadata","text":"\u2022 metadata ? : ClusterMetadata Defined in src/common/cluster-store.ts:40","title":"Optional metadata"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#optional-ownerref","text":"\u2022 ownerRef ? : string Defined in src/common/cluster-store.ts:41","title":"Optional ownerRef"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#optional-preferences","text":"\u2022 preferences ? : ClusterPreferences Defined in src/common/cluster-store.ts:39","title":"Optional preferences"},{"location":"extensions/api/interfaces/_core_api_stores_.clustermodel/#optional-workspace","text":"\u2022 workspace ? : WorkspaceId Defined in src/common/cluster-store.ts:37","title":"Optional workspace"},{"location":"extensions/api/interfaces/_core_api_stores_.workspacemodel/","text":"Interface: WorkspaceModel # Hierarchy # WorkspaceModel Implemented by # Workspace Index # Properties # description id name ownerRef Properties # Optional description # \u2022 description ? : string Defined in src/common/workspace-store.ts:19 id # \u2022 id : WorkspaceId Defined in src/common/workspace-store.ts:17 name # \u2022 name : string Defined in src/common/workspace-store.ts:18 Optional ownerRef # \u2022 ownerRef ? : string Defined in src/common/workspace-store.ts:20","title":"Interface: WorkspaceModel"},{"location":"extensions/api/interfaces/_core_api_stores_.workspacemodel/#interface-workspacemodel","text":"","title":"Interface: WorkspaceModel"},{"location":"extensions/api/interfaces/_core_api_stores_.workspacemodel/#hierarchy","text":"WorkspaceModel","title":"Hierarchy"},{"location":"extensions/api/interfaces/_core_api_stores_.workspacemodel/#implemented-by","text":"Workspace","title":"Implemented by"},{"location":"extensions/api/interfaces/_core_api_stores_.workspacemodel/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_core_api_stores_.workspacemodel/#properties","text":"description id name ownerRef","title":"Properties"},{"location":"extensions/api/interfaces/_core_api_stores_.workspacemodel/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_core_api_stores_.workspacemodel/#optional-description","text":"\u2022 description ? : string Defined in src/common/workspace-store.ts:19","title":"Optional description"},{"location":"extensions/api/interfaces/_core_api_stores_.workspacemodel/#id","text":"\u2022 id : WorkspaceId Defined in src/common/workspace-store.ts:17","title":"id"},{"location":"extensions/api/interfaces/_core_api_stores_.workspacemodel/#name","text":"\u2022 name : string Defined in src/common/workspace-store.ts:18","title":"name"},{"location":"extensions/api/interfaces/_core_api_stores_.workspacemodel/#optional-ownerref","text":"\u2022 ownerRef ? : string Defined in src/common/workspace-store.ts:20","title":"Optional ownerRef"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferencecomponents/","text":"Interface: AppPreferenceComponents # Hierarchy # AppPreferenceComponents Index # Properties # Hint Input Properties # Hint # \u2022 Hint : React.ComponentType\u2039any\u203a Defined in src/extensions/registries/app-preference-registry.ts:5 Input # \u2022 Input : React.ComponentType\u2039any\u203a Defined in src/extensions/registries/app-preference-registry.ts:6","title":"Interface: AppPreferenceComponents"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferencecomponents/#interface-apppreferencecomponents","text":"","title":"Interface: AppPreferenceComponents"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferencecomponents/#hierarchy","text":"AppPreferenceComponents","title":"Hierarchy"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferencecomponents/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferencecomponents/#properties","text":"Hint Input","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferencecomponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferencecomponents/#hint","text":"\u2022 Hint : React.ComponentType\u2039any\u203a Defined in src/extensions/registries/app-preference-registry.ts:5","title":"Hint"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferencecomponents/#input","text":"\u2022 Input : React.ComponentType\u2039any\u203a Defined in src/extensions/registries/app-preference-registry.ts:6","title":"Input"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferenceregistration/","text":"Interface: AppPreferenceRegistration # Hierarchy # AppPreferenceRegistration Index # Properties # components title Properties # components # \u2022 components : AppPreferenceComponents Defined in src/extensions/registries/app-preference-registry.ts:11 title # \u2022 title : string Defined in src/extensions/registries/app-preference-registry.ts:10","title":"Interface: AppPreferenceRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferenceregistration/#interface-apppreferenceregistration","text":"","title":"Interface: AppPreferenceRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferenceregistration/#hierarchy","text":"AppPreferenceRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferenceregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferenceregistration/#properties","text":"components title","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferenceregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferenceregistration/#components","text":"\u2022 components : AppPreferenceComponents Defined in src/extensions/registries/app-preference-registry.ts:11","title":"components"},{"location":"extensions/api/interfaces/_interfaces_index_.apppreferenceregistration/#title","text":"\u2022 title : string Defined in src/extensions/registries/app-preference-registry.ts:10","title":"title"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeaturecomponents/","text":"Interface: ClusterFeatureComponents # Hierarchy # ClusterFeatureComponents Index # Properties # Description Properties # Description # \u2022 Description : React.ComponentType\u2039any\u203a Defined in src/extensions/registries/cluster-feature-registry.ts:5","title":"Interface: ClusterFeatureComponents"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeaturecomponents/#interface-clusterfeaturecomponents","text":"","title":"Interface: ClusterFeatureComponents"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeaturecomponents/#hierarchy","text":"ClusterFeatureComponents","title":"Hierarchy"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeaturecomponents/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeaturecomponents/#properties","text":"Description","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeaturecomponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeaturecomponents/#description","text":"\u2022 Description : React.ComponentType\u2039any\u203a Defined in src/extensions/registries/cluster-feature-registry.ts:5","title":"Description"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeatureregistration/","text":"Interface: ClusterFeatureRegistration # Hierarchy # ClusterFeatureRegistration Index # Properties # components feature title Properties # components # \u2022 components : ClusterFeatureComponents Defined in src/extensions/registries/cluster-feature-registry.ts:10 feature # \u2022 feature : ClusterFeature Defined in src/extensions/registries/cluster-feature-registry.ts:11 title # \u2022 title : string Defined in src/extensions/registries/cluster-feature-registry.ts:9","title":"Interface: ClusterFeatureRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeatureregistration/#interface-clusterfeatureregistration","text":"","title":"Interface: ClusterFeatureRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeatureregistration/#hierarchy","text":"ClusterFeatureRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeatureregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeatureregistration/#properties","text":"components feature title","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeatureregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeatureregistration/#components","text":"\u2022 components : ClusterFeatureComponents Defined in src/extensions/registries/cluster-feature-registry.ts:10","title":"components"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeatureregistration/#feature","text":"\u2022 feature : ClusterFeature Defined in src/extensions/registries/cluster-feature-registry.ts:11","title":"feature"},{"location":"extensions/api/interfaces/_interfaces_index_.clusterfeatureregistration/#title","text":"\u2022 title : string Defined in src/extensions/registries/cluster-feature-registry.ts:9","title":"title"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailcomponents/","text":"Interface: KubeObjectDetailComponents # Hierarchy # KubeObjectDetailComponents Index # Properties # Details Properties # Details # \u2022 Details : React.ComponentType\u2039any\u203a Defined in src/extensions/registries/kube-object-detail-registry.ts:5","title":"Interface: KubeObjectDetailComponents"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailcomponents/#interface-kubeobjectdetailcomponents","text":"","title":"Interface: KubeObjectDetailComponents"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailcomponents/#hierarchy","text":"KubeObjectDetailComponents","title":"Hierarchy"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailcomponents/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailcomponents/#properties","text":"Details","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailcomponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailcomponents/#details","text":"\u2022 Details : React.ComponentType\u2039any\u203a Defined in src/extensions/registries/kube-object-detail-registry.ts:5","title":"Details"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailregistration/","text":"Interface: KubeObjectDetailRegistration # Hierarchy # KubeObjectDetailRegistration Index # Properties # apiVersions components kind Properties # apiVersions # \u2022 apiVersions : string[] Defined in src/extensions/registries/kube-object-detail-registry.ts:10 components # \u2022 components : KubeObjectDetailComponents Defined in src/extensions/registries/kube-object-detail-registry.ts:11 kind # \u2022 kind : string Defined in src/extensions/registries/kube-object-detail-registry.ts:9","title":"Interface: KubeObjectDetailRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailregistration/#interface-kubeobjectdetailregistration","text":"","title":"Interface: KubeObjectDetailRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailregistration/#hierarchy","text":"KubeObjectDetailRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailregistration/#properties","text":"apiVersions components kind","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailregistration/#apiversions","text":"\u2022 apiVersions : string[] Defined in src/extensions/registries/kube-object-detail-registry.ts:10","title":"apiVersions"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailregistration/#components","text":"\u2022 components : KubeObjectDetailComponents Defined in src/extensions/registries/kube-object-detail-registry.ts:11","title":"components"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectdetailregistration/#kind","text":"\u2022 kind : string Defined in src/extensions/registries/kube-object-detail-registry.ts:9","title":"kind"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenucomponents/","text":"Interface: KubeObjectMenuComponents # Hierarchy # KubeObjectMenuComponents Index # Properties # MenuItem Properties # MenuItem # \u2022 MenuItem : React.ComponentType\u2039any\u203a Defined in src/extensions/registries/kube-object-menu-registry.ts:5","title":"Interface: KubeObjectMenuComponents"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenucomponents/#interface-kubeobjectmenucomponents","text":"","title":"Interface: KubeObjectMenuComponents"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenucomponents/#hierarchy","text":"KubeObjectMenuComponents","title":"Hierarchy"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenucomponents/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenucomponents/#properties","text":"MenuItem","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenucomponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenucomponents/#menuitem","text":"\u2022 MenuItem : React.ComponentType\u2039any\u203a Defined in src/extensions/registries/kube-object-menu-registry.ts:5","title":"MenuItem"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenuregistration/","text":"Interface: KubeObjectMenuRegistration # Hierarchy # KubeObjectMenuRegistration Index # Properties # apiVersions components kind Properties # apiVersions # \u2022 apiVersions : string[] Defined in src/extensions/registries/kube-object-menu-registry.ts:10 components # \u2022 components : KubeObjectMenuComponents Defined in src/extensions/registries/kube-object-menu-registry.ts:11 kind # \u2022 kind : string Defined in src/extensions/registries/kube-object-menu-registry.ts:9","title":"Interface: KubeObjectMenuRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenuregistration/#interface-kubeobjectmenuregistration","text":"","title":"Interface: KubeObjectMenuRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenuregistration/#hierarchy","text":"KubeObjectMenuRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenuregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenuregistration/#properties","text":"apiVersions components kind","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenuregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenuregistration/#apiversions","text":"\u2022 apiVersions : string[] Defined in src/extensions/registries/kube-object-menu-registry.ts:10","title":"apiVersions"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenuregistration/#components","text":"\u2022 components : KubeObjectMenuComponents Defined in src/extensions/registries/kube-object-menu-registry.ts:11","title":"components"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectmenuregistration/#kind","text":"\u2022 kind : string Defined in src/extensions/registries/kube-object-menu-registry.ts:9","title":"kind"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectstatusregistration/","text":"Interface: KubeObjectStatusRegistration # Hierarchy # KubeObjectStatusRegistration Index # Properties # apiVersions kind resolve Properties # apiVersions # \u2022 apiVersions : string[] Defined in src/extensions/registries/kube-object-status-registry.ts:6 kind # \u2022 kind : string Defined in src/extensions/registries/kube-object-status-registry.ts:5 resolve # \u2022 resolve : function Defined in src/extensions/registries/kube-object-status-registry.ts:7 Type declaration: \u25b8 ( object : KubeObject ): KubeObjectStatus Parameters: Name Type object KubeObject","title":"Interface: KubeObjectStatusRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectstatusregistration/#interface-kubeobjectstatusregistration","text":"","title":"Interface: KubeObjectStatusRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectstatusregistration/#hierarchy","text":"KubeObjectStatusRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectstatusregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectstatusregistration/#properties","text":"apiVersions kind resolve","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectstatusregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectstatusregistration/#apiversions","text":"\u2022 apiVersions : string[] Defined in src/extensions/registries/kube-object-status-registry.ts:6","title":"apiVersions"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectstatusregistration/#kind","text":"\u2022 kind : string Defined in src/extensions/registries/kube-object-status-registry.ts:5","title":"kind"},{"location":"extensions/api/interfaces/_interfaces_index_.kubeobjectstatusregistration/#resolve","text":"\u2022 resolve : function Defined in src/extensions/registries/kube-object-status-registry.ts:7","title":"resolve"},{"location":"extensions/api/interfaces/_interfaces_index_.pagecomponents/","text":"Interface: PageComponents # Hierarchy # PageComponents Index # Properties # MenuIcon Page Properties # Optional MenuIcon # \u2022 MenuIcon ? : React.ComponentType\u2039 IconProps \u203a Defined in src/extensions/registries/page-registry.ts:21 Page # \u2022 Page : React.ComponentType\u2039any\u203a Defined in src/extensions/registries/page-registry.ts:20","title":"Interface: PageComponents"},{"location":"extensions/api/interfaces/_interfaces_index_.pagecomponents/#interface-pagecomponents","text":"","title":"Interface: PageComponents"},{"location":"extensions/api/interfaces/_interfaces_index_.pagecomponents/#hierarchy","text":"PageComponents","title":"Hierarchy"},{"location":"extensions/api/interfaces/_interfaces_index_.pagecomponents/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_interfaces_index_.pagecomponents/#properties","text":"MenuIcon Page","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.pagecomponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.pagecomponents/#optional-menuicon","text":"\u2022 MenuIcon ? : React.ComponentType\u2039 IconProps \u203a Defined in src/extensions/registries/page-registry.ts:21","title":"Optional MenuIcon"},{"location":"extensions/api/interfaces/_interfaces_index_.pagecomponents/#page","text":"\u2022 Page : React.ComponentType\u2039any\u203a Defined in src/extensions/registries/page-registry.ts:20","title":"Page"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/","text":"Interface: PageRegistration # Hierarchy # RouteProps \u21b3 PageRegistration Index # Properties # children className component components exact hideInMenu location path render sensitive strict subPages title url Properties # Optional children # \u2022 children ? : function | React.ReactNode Inherited from PageRegistration . children Defined in node_modules/@types/react-router/index.d.ts:91 Optional className # \u2022 className ? : IClassName Defined in src/extensions/registries/page-registry.ts:11 Optional component # \u2022 component ? : React.ComponentType\u2039RouteComponentProps\u2039any\u203a\u203a | React.ComponentType\u2039any\u203a Inherited from PageRegistration . component Defined in node_modules/@types/react-router/index.d.ts:89 components # \u2022 components : PageComponents Defined in src/extensions/registries/page-registry.ts:16 Optional exact # \u2022 exact ? : boolean Inherited from PageRegistration . exact Defined in node_modules/@types/react-router/index.d.ts:93 Optional hideInMenu # \u2022 hideInMenu ? : boolean Defined in src/extensions/registries/page-registry.ts:14 Optional location # \u2022 location ? : Location Inherited from PageRegistration . location Defined in node_modules/@types/react-router/index.d.ts:88 Optional path # \u2022 path ? : string | string[] Inherited from PageRegistration . path Defined in node_modules/@types/react-router/index.d.ts:92 Optional render # \u2022 render ? : function Inherited from PageRegistration . render Defined in node_modules/@types/react-router/index.d.ts:90 Type declaration: \u25b8 ( props : RouteComponentProps\u2039any\u203a): React.ReactNode Parameters: Name Type props RouteComponentProps\u2039any\u203a Optional sensitive # \u2022 sensitive ? : boolean Inherited from PageRegistration . sensitive Defined in node_modules/@types/react-router/index.d.ts:94 Optional strict # \u2022 strict ? : boolean Inherited from PageRegistration . strict Defined in node_modules/@types/react-router/index.d.ts:95 Optional subPages # \u2022 subPages ? : PageRegistration & TabRoute [] Defined in src/extensions/registries/page-registry.ts:15 Optional title # \u2022 title ? : React.ReactNode Defined in src/extensions/registries/page-registry.ts:13 Optional url # \u2022 url ? : string Defined in src/extensions/registries/page-registry.ts:12","title":"Interface: PageRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#interface-pageregistration","text":"","title":"Interface: PageRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#hierarchy","text":"RouteProps \u21b3 PageRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#properties","text":"children className component components exact hideInMenu location path render sensitive strict subPages title url","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-children","text":"\u2022 children ? : function | React.ReactNode Inherited from PageRegistration . children Defined in node_modules/@types/react-router/index.d.ts:91","title":"Optional children"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-classname","text":"\u2022 className ? : IClassName Defined in src/extensions/registries/page-registry.ts:11","title":"Optional className"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-component","text":"\u2022 component ? : React.ComponentType\u2039RouteComponentProps\u2039any\u203a\u203a | React.ComponentType\u2039any\u203a Inherited from PageRegistration . component Defined in node_modules/@types/react-router/index.d.ts:89","title":"Optional component"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#components","text":"\u2022 components : PageComponents Defined in src/extensions/registries/page-registry.ts:16","title":"components"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-exact","text":"\u2022 exact ? : boolean Inherited from PageRegistration . exact Defined in node_modules/@types/react-router/index.d.ts:93","title":"Optional exact"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-hideinmenu","text":"\u2022 hideInMenu ? : boolean Defined in src/extensions/registries/page-registry.ts:14","title":"Optional hideInMenu"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-location","text":"\u2022 location ? : Location Inherited from PageRegistration . location Defined in node_modules/@types/react-router/index.d.ts:88","title":"Optional location"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-path","text":"\u2022 path ? : string | string[] Inherited from PageRegistration . path Defined in node_modules/@types/react-router/index.d.ts:92","title":"Optional path"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-render","text":"\u2022 render ? : function Inherited from PageRegistration . render Defined in node_modules/@types/react-router/index.d.ts:90","title":"Optional render"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-sensitive","text":"\u2022 sensitive ? : boolean Inherited from PageRegistration . sensitive Defined in node_modules/@types/react-router/index.d.ts:94","title":"Optional sensitive"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-strict","text":"\u2022 strict ? : boolean Inherited from PageRegistration . strict Defined in node_modules/@types/react-router/index.d.ts:95","title":"Optional strict"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-subpages","text":"\u2022 subPages ? : PageRegistration & TabRoute [] Defined in src/extensions/registries/page-registry.ts:15","title":"Optional subPages"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-title","text":"\u2022 title ? : React.ReactNode Defined in src/extensions/registries/page-registry.ts:13","title":"Optional title"},{"location":"extensions/api/interfaces/_interfaces_index_.pageregistration/#optional-url","text":"\u2022 url ? : string Defined in src/extensions/registries/page-registry.ts:12","title":"Optional url"},{"location":"extensions/api/interfaces/_interfaces_index_.statusbarregistration/","text":"Interface: StatusBarRegistration # Hierarchy # StatusBarRegistration Index # Properties # item Properties # Optional item # \u2022 item ? : React.ReactNode Defined in src/extensions/registries/status-bar-registry.ts:7","title":"Interface: StatusBarRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.statusbarregistration/#interface-statusbarregistration","text":"","title":"Interface: StatusBarRegistration"},{"location":"extensions/api/interfaces/_interfaces_index_.statusbarregistration/#hierarchy","text":"StatusBarRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_interfaces_index_.statusbarregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_interfaces_index_.statusbarregistration/#properties","text":"item","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.statusbarregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_interfaces_index_.statusbarregistration/#optional-item","text":"\u2022 item ? : React.ReactNode Defined in src/extensions/registries/status-bar-registry.ts:7","title":"Optional item"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/","text":"Interface: BadgeProps # Hierarchy # HTMLAttributes\u2039any\u203a TooltipDecoratorProps \u21b3 BadgeProps Index # Properties # about accessKey aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext autoCapitalize autoCorrect autoSave checkedLink children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir draggable hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType label lang onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup resource results role security slot small spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title tooltip tooltipOverrideDisabled translate typeof unselectable valueLink vocab Properties # Optional about # \u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775 Optional accessKey # \u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 Optional aria-activedescendant # \u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Optional aria-atomic # \u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. Optional aria-autocomplete # \u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made. Optional aria-busy # \u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. Optional aria-checked # \u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Optional aria-colcount # \u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Optional aria-colindex # \u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan. Optional aria-colspan # \u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Optional aria-controls # \u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Optional aria-current # \u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements. Optional aria-describedby # \u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby Optional aria-details # \u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Optional aria-disabled # \u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Optional aria-dropeffect # \u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Optional aria-errormessage # \u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Optional aria-expanded # \u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Optional aria-flowto # \u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order. Optional aria-grabbed # \u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Optional aria-haspopup # \u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Optional aria-hidden # \u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled. Optional aria-invalid # \u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Optional aria-keyshortcuts # \u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Optional aria-label # \u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. Optional aria-labelledby # \u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby. Optional aria-level # \u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. Optional aria-live # \u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. Optional aria-modal # \u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. Optional aria-multiline # \u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line. Optional aria-multiselectable # \u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants. Optional aria-orientation # \u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Optional aria-owns # \u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls. Optional aria-placeholder # \u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. Optional aria-posinset # \u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize. Optional aria-pressed # \u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Optional aria-readonly # \u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Optional aria-relevant # \u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Optional aria-required # \u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted. Optional aria-roledescription # \u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element. Optional aria-rowcount # \u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Optional aria-rowindex # \u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan. Optional aria-rowspan # \u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Optional aria-selected # \u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Optional aria-setsize # \u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset. Optional aria-sort # \u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order. Optional aria-valuemax # \u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. Optional aria-valuemin # \u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. Optional aria-valuenow # \u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. Optional aria-valuetext # \u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget. Optional autoCapitalize # \u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 Optional autoCorrect # \u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 Optional autoSave # \u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 Optional checkedLink # \u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752 Optional color # \u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788 Optional contentEditable # \u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 Optional contextMenu # \u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional datatype # \u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 Optional defaultChecked # \u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 Optional defaultValue # \u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 Optional dir # \u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755 Optional draggable # \u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 Optional hidden # \u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 Optional id # \u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758 Optional inlist # \u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 Optional inputMode # \u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute Optional is # \u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is Optional itemID # \u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 Optional itemProp # \u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 Optional itemRef # \u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 Optional itemScope # \u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 Optional itemType # \u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 Optional label # \u2022 label ? : React.ReactNode Defined in src/renderer/components/badge/badge.tsx:9 Optional lang # \u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional placeholder # \u2022 placeholder ? : string Inherited from ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 Optional prefix # \u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 Optional property # \u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779 Optional radioGroup # \u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 Optional resource # \u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780 Optional results # \u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794 Optional role # \u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772 Optional security # \u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795 Optional slot # \u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761 Optional small # \u2022 small ? : boolean Defined in src/renderer/components/badge/badge.tsx:8 Optional spellCheck # \u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 Optional style # \u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763 Optional suppressContentEditableWarning # \u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 Optional suppressHydrationWarning # \u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 Optional tabIndex # \u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 Optional title # \u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765 Optional tooltip # \u2022 tooltip ? : ReactNode | Omit\u2039 TooltipProps , \"targetId\"\u203a Inherited from ButtonProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10 Optional tooltipOverrideDisabled # \u2022 tooltipOverrideDisabled ? : boolean Inherited from ButtonProps . tooltipOverrideDisabled Defined in src/renderer/components/tooltip/withTooltip.tsx:15 forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\" Optional translate # \u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766 Optional typeof # \u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 Optional unselectable # \u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 Optional valueLink # \u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 Optional vocab # \u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Interface: BadgeProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#interface-badgeprops","text":"","title":"Interface: BadgeProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#hierarchy","text":"HTMLAttributes\u2039any\u203a TooltipDecoratorProps \u21b3 BadgeProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#properties","text":"about accessKey aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext autoCapitalize autoCorrect autoSave checkedLink children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir draggable hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType label lang onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup resource results role security slot small spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title tooltip tooltipOverrideDisabled translate typeof unselectable valueLink vocab","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-about","text":"\u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"Optional about"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-accesskey","text":"\u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"Optional accessKey"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-activedescendant","text":"\u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"Optional aria-activedescendant"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-atomic","text":"\u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.","title":"Optional aria-atomic"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-autocomplete","text":"\u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.","title":"Optional aria-autocomplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-busy","text":"\u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.","title":"Optional aria-busy"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-checked","text":"\u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected.","title":"Optional aria-checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-colcount","text":"\u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"Optional aria-colcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-colindex","text":"\u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan.","title":"Optional aria-colindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-colspan","text":"\u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan.","title":"Optional aria-colspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-controls","text":"\u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns.","title":"Optional aria-controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-current","text":"\u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements.","title":"Optional aria-current"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-describedby","text":"\u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby","title":"Optional aria-describedby"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-details","text":"\u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"Optional aria-details"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-disabled","text":"\u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly.","title":"Optional aria-disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-dropeffect","text":"\u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1","title":"Optional aria-dropeffect"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-errormessage","text":"\u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"Optional aria-errormessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-expanded","text":"\u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"Optional aria-expanded"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-flowto","text":"\u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.","title":"Optional aria-flowto"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-grabbed","text":"\u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"Optional aria-grabbed"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-haspopup","text":"\u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.","title":"Optional aria-haspopup"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-hidden","text":"\u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"Optional aria-hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-invalid","text":"\u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"Optional aria-invalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-keyshortcuts","text":"\u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"Optional aria-keyshortcuts"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-label","text":"\u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby.","title":"Optional aria-label"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-labelledby","text":"\u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"Optional aria-labelledby"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-level","text":"\u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"Optional aria-level"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-live","text":"\u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.","title":"Optional aria-live"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-modal","text":"\u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"Optional aria-modal"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-multiline","text":"\u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line.","title":"Optional aria-multiline"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-multiselectable","text":"\u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants.","title":"Optional aria-multiselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-orientation","text":"\u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"Optional aria-orientation"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-owns","text":"\u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls.","title":"Optional aria-owns"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-placeholder","text":"\u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.","title":"Optional aria-placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-posinset","text":"\u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize.","title":"Optional aria-posinset"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-pressed","text":"\u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"Optional aria-pressed"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-readonly","text":"\u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"Optional aria-readonly"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-relevant","text":"\u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic.","title":"Optional aria-relevant"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-required","text":"\u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted.","title":"Optional aria-required"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-roledescription","text":"\u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element.","title":"Optional aria-roledescription"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-rowcount","text":"\u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"Optional aria-rowcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-rowindex","text":"\u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan.","title":"Optional aria-rowindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-rowspan","text":"\u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan.","title":"Optional aria-rowspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-selected","text":"\u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"Optional aria-selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-setsize","text":"\u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset.","title":"Optional aria-setsize"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-sort","text":"\u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order.","title":"Optional aria-sort"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-valuemax","text":"\u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"Optional aria-valuemax"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-valuemin","text":"\u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"Optional aria-valuemin"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-valuenow","text":"\u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"Optional aria-valuenow"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-aria-valuetext","text":"\u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget.","title":"Optional aria-valuetext"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-autocapitalize","text":"\u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"Optional autoCapitalize"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-autocorrect","text":"\u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"Optional autoCorrect"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-autosave","text":"\u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"Optional autoSave"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-checkedlink","text":"\u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"Optional checkedLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-classname","text":"\u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-color","text":"\u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"Optional color"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-contenteditable","text":"\u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"Optional contentEditable"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-contextmenu","text":"\u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"Optional contextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-datatype","text":"\u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"Optional datatype"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-defaultchecked","text":"\u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"Optional defaultChecked"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-defaultvalue","text":"\u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"Optional defaultValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-dir","text":"\u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"Optional dir"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-draggable","text":"\u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"Optional draggable"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-hidden","text":"\u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"Optional hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-id","text":"\u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-inlist","text":"\u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"Optional inlist"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-inputmode","text":"\u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute","title":"Optional inputMode"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-is","text":"\u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is","title":"Optional is"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-itemid","text":"\u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"Optional itemID"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-itemprop","text":"\u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"Optional itemProp"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-itemref","text":"\u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"Optional itemRef"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-itemscope","text":"\u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"Optional itemScope"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-itemtype","text":"\u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"Optional itemType"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-label","text":"\u2022 label ? : React.ReactNode Defined in src/renderer/components/badge/badge.tsx:9","title":"Optional label"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-lang","text":"\u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"Optional lang"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-placeholder","text":"\u2022 placeholder ? : string Inherited from ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"Optional placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-prefix","text":"\u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"Optional prefix"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-property","text":"\u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"Optional property"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-radiogroup","text":"\u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"Optional radioGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-resource","text":"\u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"Optional resource"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-results","text":"\u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"Optional results"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-role","text":"\u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"Optional role"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-security","text":"\u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"Optional security"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-slot","text":"\u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"Optional slot"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-small","text":"\u2022 small ? : boolean Defined in src/renderer/components/badge/badge.tsx:8","title":"Optional small"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-spellcheck","text":"\u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"Optional spellCheck"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-style","text":"\u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"Optional style"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-suppresscontenteditablewarning","text":"\u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"Optional suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-suppresshydrationwarning","text":"\u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"Optional suppressHydrationWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-tabindex","text":"\u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"Optional tabIndex"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-title","text":"\u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"Optional title"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-tooltip","text":"\u2022 tooltip ? : ReactNode | Omit\u2039 TooltipProps , \"targetId\"\u203a Inherited from ButtonProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10","title":"Optional tooltip"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-tooltipoverridedisabled","text":"\u2022 tooltipOverrideDisabled ? : boolean Inherited from ButtonProps . tooltipOverrideDisabled Defined in src/renderer/components/tooltip/withTooltip.tsx:15 forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\"","title":"Optional tooltipOverrideDisabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-translate","text":"\u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"Optional translate"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-typeof","text":"\u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"Optional typeof"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-unselectable","text":"\u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"Optional unselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-valuelink","text":"\u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"Optional valueLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.badgeprops/#optional-vocab","text":"\u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Optional vocab"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/","text":"Interface: ButtonProps # Hierarchy # ButtonHTMLAttributes\u2039any\u203a TooltipDecoratorProps \u21b3 ButtonProps Index # Properties # about accent accessKey active aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext autoCapitalize autoCorrect autoFocus autoSave big checkedLink children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir disabled draggable form formAction formEncType formMethod formNoValidate formTarget hidden href id inlist inputMode is itemID itemProp itemRef itemScope itemType label lang name onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture outlined placeholder plain prefix primary property radioGroup resource results role round security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex target title tooltip tooltipOverrideDisabled translate type typeof unselectable value valueLink vocab waiting Properties # Optional about # \u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775 Optional accent # \u2022 accent ? : boolean Defined in src/renderer/components/button/button.tsx:10 Optional accessKey # \u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 Optional active # \u2022 active ? : boolean Defined in src/renderer/components/button/button.tsx:14 Optional aria-activedescendant # \u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Optional aria-atomic # \u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. Optional aria-autocomplete # \u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made. Optional aria-busy # \u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. Optional aria-checked # \u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Optional aria-colcount # \u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Optional aria-colindex # \u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan. Optional aria-colspan # \u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Optional aria-controls # \u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Optional aria-current # \u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements. Optional aria-describedby # \u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby Optional aria-details # \u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Optional aria-disabled # \u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Optional aria-dropeffect # \u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Optional aria-errormessage # \u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Optional aria-expanded # \u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Optional aria-flowto # \u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order. Optional aria-grabbed # \u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Optional aria-haspopup # \u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Optional aria-hidden # \u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled. Optional aria-invalid # \u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Optional aria-keyshortcuts # \u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Optional aria-label # \u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. Optional aria-labelledby # \u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby. Optional aria-level # \u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. Optional aria-live # \u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. Optional aria-modal # \u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. Optional aria-multiline # \u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line. Optional aria-multiselectable # \u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants. Optional aria-orientation # \u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Optional aria-owns # \u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls. Optional aria-placeholder # \u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. Optional aria-posinset # \u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize. Optional aria-pressed # \u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Optional aria-readonly # \u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Optional aria-relevant # \u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Optional aria-required # \u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted. Optional aria-roledescription # \u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element. Optional aria-rowcount # \u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Optional aria-rowindex # \u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan. Optional aria-rowspan # \u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Optional aria-selected # \u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Optional aria-setsize # \u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset. Optional aria-sort # \u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order. Optional aria-valuemax # \u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. Optional aria-valuemin # \u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. Optional aria-valuenow # \u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. Optional aria-valuetext # \u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget. Optional autoCapitalize # \u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 Optional autoCorrect # \u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 Optional autoFocus # \u2022 autoFocus ? : boolean Inherited from ButtonProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1958 Optional autoSave # \u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 Optional big # \u2022 big ? : boolean Defined in src/renderer/components/button/button.tsx:15 Optional checkedLink # \u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752 Optional color # \u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788 Optional contentEditable # \u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 Optional contextMenu # \u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional datatype # \u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 Optional defaultChecked # \u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 Optional defaultValue # \u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 Optional dir # \u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755 Optional disabled # \u2022 disabled ? : boolean Inherited from ButtonProps . disabled Defined in node_modules/@types/react/index.d.ts:1959 Optional draggable # \u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 Optional form # \u2022 form ? : string Inherited from ButtonProps . form Defined in node_modules/@types/react/index.d.ts:1960 Optional formAction # \u2022 formAction ? : string Inherited from ButtonProps . formAction Defined in node_modules/@types/react/index.d.ts:1961 Optional formEncType # \u2022 formEncType ? : string Inherited from ButtonProps . formEncType Defined in node_modules/@types/react/index.d.ts:1962 Optional formMethod # \u2022 formMethod ? : string Inherited from ButtonProps . formMethod Defined in node_modules/@types/react/index.d.ts:1963 Optional formNoValidate # \u2022 formNoValidate ? : boolean Inherited from ButtonProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1964 Optional formTarget # \u2022 formTarget ? : string Inherited from ButtonProps . formTarget Defined in node_modules/@types/react/index.d.ts:1965 Optional hidden # \u2022 hidden ? : boolean Overrides IconProps . hidden Defined in src/renderer/components/button/button.tsx:13 Optional href # \u2022 href ? : string Defined in src/renderer/components/button/button.tsx:17 Optional id # \u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758 Optional inlist # \u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 Optional inputMode # \u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute Optional is # \u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is Optional itemID # \u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 Optional itemProp # \u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 Optional itemRef # \u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 Optional itemScope # \u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 Optional itemType # \u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 Optional label # \u2022 label ? : React.ReactNode Defined in src/renderer/components/button/button.tsx:7 Optional lang # \u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759 Optional name # \u2022 name ? : string Inherited from ButtonProps . name Defined in node_modules/@types/react/index.d.ts:1966 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional outlined # \u2022 outlined ? : boolean Defined in src/renderer/components/button/button.tsx:12 Optional placeholder # \u2022 placeholder ? : string Inherited from ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 Optional plain # \u2022 plain ? : boolean Defined in src/renderer/components/button/button.tsx:11 Optional prefix # \u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 Optional primary # \u2022 primary ? : boolean Defined in src/renderer/components/button/button.tsx:9 Optional property # \u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779 Optional radioGroup # \u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 Optional resource # \u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780 Optional results # \u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794 Optional role # \u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772 Optional round # \u2022 round ? : boolean Defined in src/renderer/components/button/button.tsx:16 Optional security # \u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795 Optional slot # \u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761 Optional spellCheck # \u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 Optional style # \u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763 Optional suppressContentEditableWarning # \u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 Optional suppressHydrationWarning # \u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 Optional tabIndex # \u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 Optional target # \u2022 target ? : \"_blank\" Defined in src/renderer/components/button/button.tsx:18 Optional title # \u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765 Optional tooltip # \u2022 tooltip ? : ReactNode | Omit\u2039 TooltipProps , \"targetId\"\u203a Inherited from ButtonProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10 Optional tooltipOverrideDisabled # \u2022 tooltipOverrideDisabled ? : boolean Inherited from ButtonProps . tooltipOverrideDisabled Defined in src/renderer/components/tooltip/withTooltip.tsx:15 forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\" Optional translate # \u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766 Optional type # \u2022 type ? : \"submit\" | \"reset\" | \"button\" Inherited from ButtonProps . type Defined in node_modules/@types/react/index.d.ts:1967 Optional typeof # \u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 Optional unselectable # \u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 Optional value # \u2022 value ? : string | string[] | number Inherited from ButtonProps . value Defined in node_modules/@types/react/index.d.ts:1968 Optional valueLink # \u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 Optional vocab # \u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782 Optional waiting # \u2022 waiting ? : boolean Defined in src/renderer/components/button/button.tsx:8","title":"Interface: ButtonProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#interface-buttonprops","text":"","title":"Interface: ButtonProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#hierarchy","text":"ButtonHTMLAttributes\u2039any\u203a TooltipDecoratorProps \u21b3 ButtonProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#properties","text":"about accent accessKey active aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext autoCapitalize autoCorrect autoFocus autoSave big checkedLink children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir disabled draggable form formAction formEncType formMethod formNoValidate formTarget hidden href id inlist inputMode is itemID itemProp itemRef itemScope itemType label lang name onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture outlined placeholder plain prefix primary property radioGroup resource results role round security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex target title tooltip tooltipOverrideDisabled translate type typeof unselectable value valueLink vocab waiting","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-about","text":"\u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"Optional about"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-accent","text":"\u2022 accent ? : boolean Defined in src/renderer/components/button/button.tsx:10","title":"Optional accent"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-accesskey","text":"\u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"Optional accessKey"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-active","text":"\u2022 active ? : boolean Defined in src/renderer/components/button/button.tsx:14","title":"Optional active"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-activedescendant","text":"\u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"Optional aria-activedescendant"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-atomic","text":"\u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.","title":"Optional aria-atomic"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-autocomplete","text":"\u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.","title":"Optional aria-autocomplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-busy","text":"\u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.","title":"Optional aria-busy"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-checked","text":"\u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected.","title":"Optional aria-checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-colcount","text":"\u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"Optional aria-colcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-colindex","text":"\u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan.","title":"Optional aria-colindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-colspan","text":"\u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan.","title":"Optional aria-colspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-controls","text":"\u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns.","title":"Optional aria-controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-current","text":"\u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements.","title":"Optional aria-current"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-describedby","text":"\u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby","title":"Optional aria-describedby"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-details","text":"\u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"Optional aria-details"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-disabled","text":"\u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly.","title":"Optional aria-disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-dropeffect","text":"\u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1","title":"Optional aria-dropeffect"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-errormessage","text":"\u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"Optional aria-errormessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-expanded","text":"\u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"Optional aria-expanded"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-flowto","text":"\u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.","title":"Optional aria-flowto"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-grabbed","text":"\u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"Optional aria-grabbed"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-haspopup","text":"\u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.","title":"Optional aria-haspopup"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-hidden","text":"\u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"Optional aria-hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-invalid","text":"\u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"Optional aria-invalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-keyshortcuts","text":"\u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"Optional aria-keyshortcuts"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-label","text":"\u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby.","title":"Optional aria-label"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-labelledby","text":"\u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"Optional aria-labelledby"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-level","text":"\u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"Optional aria-level"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-live","text":"\u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.","title":"Optional aria-live"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-modal","text":"\u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"Optional aria-modal"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-multiline","text":"\u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line.","title":"Optional aria-multiline"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-multiselectable","text":"\u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants.","title":"Optional aria-multiselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-orientation","text":"\u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"Optional aria-orientation"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-owns","text":"\u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls.","title":"Optional aria-owns"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-placeholder","text":"\u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.","title":"Optional aria-placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-posinset","text":"\u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize.","title":"Optional aria-posinset"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-pressed","text":"\u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"Optional aria-pressed"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-readonly","text":"\u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"Optional aria-readonly"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-relevant","text":"\u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic.","title":"Optional aria-relevant"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-required","text":"\u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted.","title":"Optional aria-required"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-roledescription","text":"\u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element.","title":"Optional aria-roledescription"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-rowcount","text":"\u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"Optional aria-rowcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-rowindex","text":"\u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan.","title":"Optional aria-rowindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-rowspan","text":"\u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan.","title":"Optional aria-rowspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-selected","text":"\u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"Optional aria-selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-setsize","text":"\u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset.","title":"Optional aria-setsize"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-sort","text":"\u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order.","title":"Optional aria-sort"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-valuemax","text":"\u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"Optional aria-valuemax"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-valuemin","text":"\u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"Optional aria-valuemin"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-valuenow","text":"\u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"Optional aria-valuenow"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-aria-valuetext","text":"\u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget.","title":"Optional aria-valuetext"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-autocapitalize","text":"\u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"Optional autoCapitalize"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-autocorrect","text":"\u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"Optional autoCorrect"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-autofocus","text":"\u2022 autoFocus ? : boolean Inherited from ButtonProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1958","title":"Optional autoFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-autosave","text":"\u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"Optional autoSave"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-big","text":"\u2022 big ? : boolean Defined in src/renderer/components/button/button.tsx:15","title":"Optional big"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-checkedlink","text":"\u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"Optional checkedLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-classname","text":"\u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-color","text":"\u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"Optional color"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-contenteditable","text":"\u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"Optional contentEditable"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-contextmenu","text":"\u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"Optional contextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-datatype","text":"\u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"Optional datatype"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-defaultchecked","text":"\u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"Optional defaultChecked"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-defaultvalue","text":"\u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"Optional defaultValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-dir","text":"\u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"Optional dir"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-disabled","text":"\u2022 disabled ? : boolean Inherited from ButtonProps . disabled Defined in node_modules/@types/react/index.d.ts:1959","title":"Optional disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-draggable","text":"\u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"Optional draggable"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-form","text":"\u2022 form ? : string Inherited from ButtonProps . form Defined in node_modules/@types/react/index.d.ts:1960","title":"Optional form"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-formaction","text":"\u2022 formAction ? : string Inherited from ButtonProps . formAction Defined in node_modules/@types/react/index.d.ts:1961","title":"Optional formAction"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-formenctype","text":"\u2022 formEncType ? : string Inherited from ButtonProps . formEncType Defined in node_modules/@types/react/index.d.ts:1962","title":"Optional formEncType"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-formmethod","text":"\u2022 formMethod ? : string Inherited from ButtonProps . formMethod Defined in node_modules/@types/react/index.d.ts:1963","title":"Optional formMethod"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-formnovalidate","text":"\u2022 formNoValidate ? : boolean Inherited from ButtonProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1964","title":"Optional formNoValidate"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-formtarget","text":"\u2022 formTarget ? : string Inherited from ButtonProps . formTarget Defined in node_modules/@types/react/index.d.ts:1965","title":"Optional formTarget"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-hidden","text":"\u2022 hidden ? : boolean Overrides IconProps . hidden Defined in src/renderer/components/button/button.tsx:13","title":"Optional hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-href","text":"\u2022 href ? : string Defined in src/renderer/components/button/button.tsx:17","title":"Optional href"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-id","text":"\u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-inlist","text":"\u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"Optional inlist"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-inputmode","text":"\u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute","title":"Optional inputMode"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-is","text":"\u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is","title":"Optional is"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-itemid","text":"\u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"Optional itemID"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-itemprop","text":"\u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"Optional itemProp"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-itemref","text":"\u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"Optional itemRef"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-itemscope","text":"\u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"Optional itemScope"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-itemtype","text":"\u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"Optional itemType"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-label","text":"\u2022 label ? : React.ReactNode Defined in src/renderer/components/button/button.tsx:7","title":"Optional label"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-lang","text":"\u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"Optional lang"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-name","text":"\u2022 name ? : string Inherited from ButtonProps . name Defined in node_modules/@types/react/index.d.ts:1966","title":"Optional name"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-outlined","text":"\u2022 outlined ? : boolean Defined in src/renderer/components/button/button.tsx:12","title":"Optional outlined"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-placeholder","text":"\u2022 placeholder ? : string Inherited from ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"Optional placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-plain","text":"\u2022 plain ? : boolean Defined in src/renderer/components/button/button.tsx:11","title":"Optional plain"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-prefix","text":"\u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"Optional prefix"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-primary","text":"\u2022 primary ? : boolean Defined in src/renderer/components/button/button.tsx:9","title":"Optional primary"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-property","text":"\u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"Optional property"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-radiogroup","text":"\u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"Optional radioGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-resource","text":"\u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"Optional resource"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-results","text":"\u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"Optional results"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-role","text":"\u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"Optional role"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-round","text":"\u2022 round ? : boolean Defined in src/renderer/components/button/button.tsx:16","title":"Optional round"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-security","text":"\u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"Optional security"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-slot","text":"\u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"Optional slot"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-spellcheck","text":"\u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"Optional spellCheck"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-style","text":"\u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"Optional style"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-suppresscontenteditablewarning","text":"\u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"Optional suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-suppresshydrationwarning","text":"\u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"Optional suppressHydrationWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-tabindex","text":"\u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"Optional tabIndex"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-target","text":"\u2022 target ? : \"_blank\" Defined in src/renderer/components/button/button.tsx:18","title":"Optional target"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-title","text":"\u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"Optional title"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-tooltip","text":"\u2022 tooltip ? : ReactNode | Omit\u2039 TooltipProps , \"targetId\"\u203a Inherited from ButtonProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10","title":"Optional tooltip"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-tooltipoverridedisabled","text":"\u2022 tooltipOverrideDisabled ? : boolean Inherited from ButtonProps . tooltipOverrideDisabled Defined in src/renderer/components/tooltip/withTooltip.tsx:15 forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\"","title":"Optional tooltipOverrideDisabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-translate","text":"\u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"Optional translate"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-type","text":"\u2022 type ? : \"submit\" | \"reset\" | \"button\" Inherited from ButtonProps . type Defined in node_modules/@types/react/index.d.ts:1967","title":"Optional type"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-typeof","text":"\u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"Optional typeof"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-unselectable","text":"\u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"Optional unselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-value","text":"\u2022 value ? : string | string[] | number Inherited from ButtonProps . value Defined in node_modules/@types/react/index.d.ts:1968","title":"Optional value"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-valuelink","text":"\u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"Optional valueLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-vocab","text":"\u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Optional vocab"},{"location":"extensions/api/interfaces/_renderer_api_components_.buttonprops/#optional-waiting","text":"\u2022 waiting ? : boolean Defined in src/renderer/components/button/button.tsx:8","title":"Optional waiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/","text":"Interface: CheckboxProps \u2039 T \u203a # Type parameters # \u25aa T Hierarchy # CheckboxProps Index # Properties # className disabled inline label theme value Methods # onChange Properties # Optional className # \u2022 className ? : string Defined in src/renderer/components/checkbox/checkbox.tsx:7 Optional disabled # \u2022 disabled ? : boolean Defined in src/renderer/components/checkbox/checkbox.tsx:10 Optional inline # \u2022 inline ? : boolean Defined in src/renderer/components/checkbox/checkbox.tsx:9 Optional label # \u2022 label ? : React.ReactNode Defined in src/renderer/components/checkbox/checkbox.tsx:8 Optional theme # \u2022 theme ? : \"dark\" | \"light\" Defined in src/renderer/components/checkbox/checkbox.tsx:6 Optional value # \u2022 value ? : T Defined in src/renderer/components/checkbox/checkbox.tsx:11 Methods # Optional onChange # \u25b8 onChange ( value : T, evt : ChangeEvent\u2039HTMLInputElement\u203a): void Defined in src/renderer/components/checkbox/checkbox.tsx:12 Parameters: Name Type value T evt ChangeEvent\u2039HTMLInputElement\u203a Returns: void","title":"Interface: CheckboxProps \u2039**T**\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#interface-checkboxprops-t","text":"","title":"Interface: CheckboxProps \u2039T\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#type-parameters","text":"\u25aa T","title":"Type parameters"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#hierarchy","text":"CheckboxProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#properties","text":"className disabled inline label theme value","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/checkbox/checkbox.tsx:7","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#optional-disabled","text":"\u2022 disabled ? : boolean Defined in src/renderer/components/checkbox/checkbox.tsx:10","title":"Optional disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#optional-inline","text":"\u2022 inline ? : boolean Defined in src/renderer/components/checkbox/checkbox.tsx:9","title":"Optional inline"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#optional-label","text":"\u2022 label ? : React.ReactNode Defined in src/renderer/components/checkbox/checkbox.tsx:8","title":"Optional label"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#optional-theme","text":"\u2022 theme ? : \"dark\" | \"light\" Defined in src/renderer/components/checkbox/checkbox.tsx:6","title":"Optional theme"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#optional-value","text":"\u2022 value ? : T Defined in src/renderer/components/checkbox/checkbox.tsx:11","title":"Optional value"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.checkboxprops/#optional-onchange","text":"\u25b8 onChange ( value : T, evt : ChangeEvent\u2039HTMLInputElement\u203a): void Defined in src/renderer/components/checkbox/checkbox.tsx:12 Parameters: Name Type value T evt ChangeEvent\u2039HTMLInputElement\u203a Returns: void","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/","text":"Interface: ConfirmDialogParams # Hierarchy # ConfirmDialogParams Index # Properties # cancelButtonProps icon labelCancel labelOk message ok okButtonProps Properties # Optional cancelButtonProps # \u2022 cancelButtonProps ? : Partial\u2039 ButtonProps \u203a Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:22 Optional icon # \u2022 icon ? : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:20 Optional labelCancel # \u2022 labelCancel ? : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:18 Optional labelOk # \u2022 labelOk ? : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:17 Optional message # \u2022 message ? : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:19 Optional ok # \u2022 ok ? : function Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:16 Type declaration: \u25b8 (): void Optional okButtonProps # \u2022 okButtonProps ? : Partial\u2039 ButtonProps \u203a Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:21","title":"Interface: ConfirmDialogParams"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/#interface-confirmdialogparams","text":"","title":"Interface: ConfirmDialogParams"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/#hierarchy","text":"ConfirmDialogParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/#properties","text":"cancelButtonProps icon labelCancel labelOk message ok okButtonProps","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/#optional-cancelbuttonprops","text":"\u2022 cancelButtonProps ? : Partial\u2039 ButtonProps \u203a Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:22","title":"Optional cancelButtonProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/#optional-icon","text":"\u2022 icon ? : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:20","title":"Optional icon"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/#optional-labelcancel","text":"\u2022 labelCancel ? : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:18","title":"Optional labelCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/#optional-labelok","text":"\u2022 labelOk ? : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:17","title":"Optional labelOk"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/#optional-message","text":"\u2022 message ? : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:19","title":"Optional message"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/#optional-ok","text":"\u2022 ok ? : function Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:16","title":"Optional ok"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogparams/#optional-okbuttonprops","text":"\u2022 okButtonProps ? : Partial\u2039 ButtonProps \u203a Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:21","title":"Optional okButtonProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogprops/","text":"Interface: ConfirmDialogProps # Hierarchy # object \u21b3 ConfirmDialogProps","title":"Interface: ConfirmDialogProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogprops/#interface-confirmdialogprops","text":"","title":"Interface: ConfirmDialogProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.confirmdialogprops/#hierarchy","text":"object \u21b3 ConfirmDialogProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.cubespinnerprops/","text":"Interface: CubeSpinnerProps # Hierarchy # CubeSpinnerProps Index # Properties # center className Properties # Optional center # \u2022 center ? : boolean Defined in src/renderer/components/spinner/cube-spinner.tsx:7 Optional className # \u2022 className ? : string Defined in src/renderer/components/spinner/cube-spinner.tsx:6","title":"Interface: CubeSpinnerProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.cubespinnerprops/#interface-cubespinnerprops","text":"","title":"Interface: CubeSpinnerProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.cubespinnerprops/#hierarchy","text":"CubeSpinnerProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.cubespinnerprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.cubespinnerprops/#properties","text":"center className","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.cubespinnerprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.cubespinnerprops/#optional-center","text":"\u2022 center ? : boolean Defined in src/renderer/components/spinner/cube-spinner.tsx:7","title":"Optional center"},{"location":"extensions/api/interfaces/_renderer_api_components_.cubespinnerprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/spinner/cube-spinner.tsx:6","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/","text":"Interface: DialogProps # Hierarchy # DialogProps Index # Properties # animated className close isOpen modal onClose onOpen open pinned Properties # Optional animated # \u2022 animated ? : boolean Defined in src/renderer/components/dialog/dialog.tsx:22 Optional className # \u2022 className ? : string Defined in src/renderer/components/dialog/dialog.tsx:14 Optional close # \u2022 close ? : function Defined in src/renderer/components/dialog/dialog.tsx:17 Type declaration: \u25b8 (): void Optional isOpen # \u2022 isOpen ? : boolean Defined in src/renderer/components/dialog/dialog.tsx:15 Optional modal # \u2022 modal ? : boolean Defined in src/renderer/components/dialog/dialog.tsx:20 Optional onClose # \u2022 onClose ? : function Defined in src/renderer/components/dialog/dialog.tsx:19 Type declaration: \u25b8 (): void Optional onOpen # \u2022 onOpen ? : function Defined in src/renderer/components/dialog/dialog.tsx:18 Type declaration: \u25b8 (): void Optional open # \u2022 open ? : function Defined in src/renderer/components/dialog/dialog.tsx:16 Type declaration: \u25b8 (): void Optional pinned # \u2022 pinned ? : boolean Defined in src/renderer/components/dialog/dialog.tsx:21","title":"Interface: DialogProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#interface-dialogprops","text":"","title":"Interface: DialogProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#hierarchy","text":"DialogProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#properties","text":"animated className close isOpen modal onClose onOpen open pinned","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#optional-animated","text":"\u2022 animated ? : boolean Defined in src/renderer/components/dialog/dialog.tsx:22","title":"Optional animated"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/dialog/dialog.tsx:14","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#optional-close","text":"\u2022 close ? : function Defined in src/renderer/components/dialog/dialog.tsx:17","title":"Optional close"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#optional-isopen","text":"\u2022 isOpen ? : boolean Defined in src/renderer/components/dialog/dialog.tsx:15","title":"Optional isOpen"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#optional-modal","text":"\u2022 modal ? : boolean Defined in src/renderer/components/dialog/dialog.tsx:20","title":"Optional modal"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#optional-onclose","text":"\u2022 onClose ? : function Defined in src/renderer/components/dialog/dialog.tsx:19","title":"Optional onClose"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#optional-onopen","text":"\u2022 onOpen ? : function Defined in src/renderer/components/dialog/dialog.tsx:18","title":"Optional onOpen"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#optional-open","text":"\u2022 open ? : function Defined in src/renderer/components/dialog/dialog.tsx:16","title":"Optional open"},{"location":"extensions/api/interfaces/_renderer_api_components_.dialogprops/#optional-pinned","text":"\u2022 pinned ? : boolean Defined in src/renderer/components/dialog/dialog.tsx:21","title":"Optional pinned"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/","text":"Interface: DrawerItemLabelsProps # Hierarchy # \u21b3 DrawerItemProps \u21b3 DrawerItemLabelsProps Index # Properties # about accessKey aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext autoCapitalize autoCorrect autoSave checkedLink children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir draggable hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType labels labelsOnly lang name onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup renderBoolean resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable valueLink vocab Properties # Optional about # \u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775 Optional accessKey # \u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 Optional aria-activedescendant # \u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Optional aria-atomic # \u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. Optional aria-autocomplete # \u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made. Optional aria-busy # \u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. Optional aria-checked # \u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Optional aria-colcount # \u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Optional aria-colindex # \u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan. Optional aria-colspan # \u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Optional aria-controls # \u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Optional aria-current # \u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements. Optional aria-describedby # \u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby Optional aria-details # \u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Optional aria-disabled # \u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Optional aria-dropeffect # \u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Optional aria-errormessage # \u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Optional aria-expanded # \u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Optional aria-flowto # \u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order. Optional aria-grabbed # \u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Optional aria-haspopup # \u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Optional aria-hidden # \u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled. Optional aria-invalid # \u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Optional aria-keyshortcuts # \u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Optional aria-label # \u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. Optional aria-labelledby # \u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby. Optional aria-level # \u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. Optional aria-live # \u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. Optional aria-modal # \u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. Optional aria-multiline # \u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line. Optional aria-multiselectable # \u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants. Optional aria-orientation # \u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Optional aria-owns # \u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls. Optional aria-placeholder # \u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. Optional aria-posinset # \u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize. Optional aria-pressed # \u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Optional aria-readonly # \u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Optional aria-relevant # \u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Optional aria-required # \u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted. Optional aria-roledescription # \u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element. Optional aria-rowcount # \u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Optional aria-rowindex # \u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan. Optional aria-rowspan # \u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Optional aria-selected # \u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Optional aria-setsize # \u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset. Optional aria-sort # \u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order. Optional aria-valuemax # \u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. Optional aria-valuemin # \u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. Optional aria-valuenow # \u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. Optional aria-valuetext # \u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget. Optional autoCapitalize # \u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 Optional autoCorrect # \u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 Optional autoSave # \u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 Optional checkedLink # \u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : string Inherited from DrawerItemProps . className Overrides ButtonProps . className Defined in src/renderer/components/drawer/drawer-item.tsx:7 Optional color # \u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788 Optional contentEditable # \u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 Optional contextMenu # \u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional datatype # \u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 Optional defaultChecked # \u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 Optional defaultValue # \u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 Optional dir # \u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755 Optional draggable # \u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 Optional hidden # \u2022 hidden ? : boolean Inherited from DrawerItemProps . hidden Overrides IconProps . hidden Defined in src/renderer/components/drawer/drawer-item.tsx:10 Optional id # \u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758 Optional inlist # \u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 Optional inputMode # \u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute Optional is # \u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is Optional itemID # \u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 Optional itemProp # \u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 Optional itemRef # \u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 Optional itemScope # \u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 Optional itemType # \u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 labels # \u2022 labels : string[] Defined in src/renderer/components/drawer/drawer-item-labels.tsx:6 Optional labelsOnly # \u2022 labelsOnly ? : boolean Inherited from DrawerItemProps . labelsOnly Defined in src/renderer/components/drawer/drawer-item.tsx:9 Optional lang # \u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759 name # \u2022 name : React.ReactNode Inherited from DrawerItemProps . name Defined in src/renderer/components/drawer/drawer-item.tsx:6 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional placeholder # \u2022 placeholder ? : string Inherited from ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 Optional prefix # \u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 Optional property # \u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779 Optional radioGroup # \u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 Optional renderBoolean # \u2022 renderBoolean ? : boolean Inherited from DrawerItemProps . renderBoolean Defined in src/renderer/components/drawer/drawer-item.tsx:11 Optional resource # \u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780 Optional results # \u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794 Optional role # \u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772 Optional security # \u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795 Optional slot # \u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761 Optional spellCheck # \u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 Optional style # \u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763 Optional suppressContentEditableWarning # \u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 Optional suppressHydrationWarning # \u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 Optional tabIndex # \u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 Optional title # \u2022 title ? : string Inherited from DrawerItemProps . title Overrides ButtonProps . title Defined in src/renderer/components/drawer/drawer-item.tsx:8 Optional translate # \u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766 Optional typeof # \u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 Optional unselectable # \u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 Optional valueLink # \u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 Optional vocab # \u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Interface: DrawerItemLabelsProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#interface-draweritemlabelsprops","text":"","title":"Interface: DrawerItemLabelsProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#hierarchy","text":"\u21b3 DrawerItemProps \u21b3 DrawerItemLabelsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#properties","text":"about accessKey aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext autoCapitalize autoCorrect autoSave checkedLink children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir draggable hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType labels labelsOnly lang name onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup renderBoolean resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable valueLink vocab","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-about","text":"\u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"Optional about"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-accesskey","text":"\u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"Optional accessKey"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-activedescendant","text":"\u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"Optional aria-activedescendant"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-atomic","text":"\u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.","title":"Optional aria-atomic"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-autocomplete","text":"\u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.","title":"Optional aria-autocomplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-busy","text":"\u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.","title":"Optional aria-busy"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-checked","text":"\u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected.","title":"Optional aria-checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-colcount","text":"\u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"Optional aria-colcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-colindex","text":"\u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan.","title":"Optional aria-colindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-colspan","text":"\u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan.","title":"Optional aria-colspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-controls","text":"\u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns.","title":"Optional aria-controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-current","text":"\u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements.","title":"Optional aria-current"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-describedby","text":"\u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby","title":"Optional aria-describedby"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-details","text":"\u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"Optional aria-details"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-disabled","text":"\u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly.","title":"Optional aria-disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-dropeffect","text":"\u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1","title":"Optional aria-dropeffect"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-errormessage","text":"\u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"Optional aria-errormessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-expanded","text":"\u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"Optional aria-expanded"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-flowto","text":"\u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.","title":"Optional aria-flowto"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-grabbed","text":"\u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"Optional aria-grabbed"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-haspopup","text":"\u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.","title":"Optional aria-haspopup"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-hidden","text":"\u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"Optional aria-hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-invalid","text":"\u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"Optional aria-invalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-keyshortcuts","text":"\u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"Optional aria-keyshortcuts"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-label","text":"\u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby.","title":"Optional aria-label"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-labelledby","text":"\u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"Optional aria-labelledby"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-level","text":"\u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"Optional aria-level"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-live","text":"\u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.","title":"Optional aria-live"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-modal","text":"\u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"Optional aria-modal"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-multiline","text":"\u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line.","title":"Optional aria-multiline"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-multiselectable","text":"\u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants.","title":"Optional aria-multiselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-orientation","text":"\u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"Optional aria-orientation"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-owns","text":"\u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls.","title":"Optional aria-owns"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-placeholder","text":"\u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.","title":"Optional aria-placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-posinset","text":"\u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize.","title":"Optional aria-posinset"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-pressed","text":"\u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"Optional aria-pressed"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-readonly","text":"\u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"Optional aria-readonly"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-relevant","text":"\u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic.","title":"Optional aria-relevant"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-required","text":"\u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted.","title":"Optional aria-required"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-roledescription","text":"\u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element.","title":"Optional aria-roledescription"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-rowcount","text":"\u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"Optional aria-rowcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-rowindex","text":"\u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan.","title":"Optional aria-rowindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-rowspan","text":"\u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan.","title":"Optional aria-rowspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-selected","text":"\u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"Optional aria-selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-setsize","text":"\u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset.","title":"Optional aria-setsize"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-sort","text":"\u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order.","title":"Optional aria-sort"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-valuemax","text":"\u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"Optional aria-valuemax"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-valuemin","text":"\u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"Optional aria-valuemin"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-valuenow","text":"\u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"Optional aria-valuenow"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-aria-valuetext","text":"\u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget.","title":"Optional aria-valuetext"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-autocapitalize","text":"\u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"Optional autoCapitalize"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-autocorrect","text":"\u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"Optional autoCorrect"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-autosave","text":"\u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"Optional autoSave"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-checkedlink","text":"\u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"Optional checkedLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-classname","text":"\u2022 className ? : string Inherited from DrawerItemProps . className Overrides ButtonProps . className Defined in src/renderer/components/drawer/drawer-item.tsx:7","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-color","text":"\u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"Optional color"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-contenteditable","text":"\u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"Optional contentEditable"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-contextmenu","text":"\u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"Optional contextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-datatype","text":"\u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"Optional datatype"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-defaultchecked","text":"\u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"Optional defaultChecked"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-defaultvalue","text":"\u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"Optional defaultValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-dir","text":"\u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"Optional dir"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-draggable","text":"\u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"Optional draggable"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-hidden","text":"\u2022 hidden ? : boolean Inherited from DrawerItemProps . hidden Overrides IconProps . hidden Defined in src/renderer/components/drawer/drawer-item.tsx:10","title":"Optional hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-id","text":"\u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-inlist","text":"\u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"Optional inlist"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-inputmode","text":"\u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute","title":"Optional inputMode"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-is","text":"\u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is","title":"Optional is"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-itemid","text":"\u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"Optional itemID"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-itemprop","text":"\u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"Optional itemProp"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-itemref","text":"\u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"Optional itemRef"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-itemscope","text":"\u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"Optional itemScope"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-itemtype","text":"\u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"Optional itemType"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#labels","text":"\u2022 labels : string[] Defined in src/renderer/components/drawer/drawer-item-labels.tsx:6","title":"labels"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-labelsonly","text":"\u2022 labelsOnly ? : boolean Inherited from DrawerItemProps . labelsOnly Defined in src/renderer/components/drawer/drawer-item.tsx:9","title":"Optional labelsOnly"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-lang","text":"\u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"Optional lang"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#name","text":"\u2022 name : React.ReactNode Inherited from DrawerItemProps . name Defined in src/renderer/components/drawer/drawer-item.tsx:6","title":"name"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-placeholder","text":"\u2022 placeholder ? : string Inherited from ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"Optional placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-prefix","text":"\u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"Optional prefix"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-property","text":"\u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"Optional property"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-radiogroup","text":"\u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"Optional radioGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-renderboolean","text":"\u2022 renderBoolean ? : boolean Inherited from DrawerItemProps . renderBoolean Defined in src/renderer/components/drawer/drawer-item.tsx:11","title":"Optional renderBoolean"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-resource","text":"\u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"Optional resource"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-results","text":"\u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"Optional results"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-role","text":"\u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"Optional role"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-security","text":"\u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"Optional security"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-slot","text":"\u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"Optional slot"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-spellcheck","text":"\u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"Optional spellCheck"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-style","text":"\u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"Optional style"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-suppresscontenteditablewarning","text":"\u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"Optional suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-suppresshydrationwarning","text":"\u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"Optional suppressHydrationWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-tabindex","text":"\u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"Optional tabIndex"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-title","text":"\u2022 title ? : string Inherited from DrawerItemProps . title Overrides ButtonProps . title Defined in src/renderer/components/drawer/drawer-item.tsx:8","title":"Optional title"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-translate","text":"\u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"Optional translate"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-typeof","text":"\u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"Optional typeof"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-unselectable","text":"\u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"Optional unselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-valuelink","text":"\u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"Optional valueLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemlabelsprops/#optional-vocab","text":"\u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Optional vocab"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/","text":"Interface: DrawerItemProps # Hierarchy # HTMLAttributes\u2039any\u203a \u21b3 DrawerItemProps \u21b3 DrawerItemLabelsProps Index # Properties # about accessKey aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext autoCapitalize autoCorrect autoSave checkedLink children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir draggable hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType labelsOnly lang name onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup renderBoolean resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable valueLink vocab Properties # Optional about # \u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775 Optional accessKey # \u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 Optional aria-activedescendant # \u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Optional aria-atomic # \u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. Optional aria-autocomplete # \u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made. Optional aria-busy # \u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. Optional aria-checked # \u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Optional aria-colcount # \u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Optional aria-colindex # \u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan. Optional aria-colspan # \u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Optional aria-controls # \u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Optional aria-current # \u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements. Optional aria-describedby # \u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby Optional aria-details # \u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Optional aria-disabled # \u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Optional aria-dropeffect # \u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Optional aria-errormessage # \u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Optional aria-expanded # \u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Optional aria-flowto # \u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order. Optional aria-grabbed # \u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Optional aria-haspopup # \u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Optional aria-hidden # \u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled. Optional aria-invalid # \u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Optional aria-keyshortcuts # \u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Optional aria-label # \u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. Optional aria-labelledby # \u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby. Optional aria-level # \u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. Optional aria-live # \u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. Optional aria-modal # \u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. Optional aria-multiline # \u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line. Optional aria-multiselectable # \u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants. Optional aria-orientation # \u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Optional aria-owns # \u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls. Optional aria-placeholder # \u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. Optional aria-posinset # \u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize. Optional aria-pressed # \u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Optional aria-readonly # \u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Optional aria-relevant # \u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Optional aria-required # \u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted. Optional aria-roledescription # \u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element. Optional aria-rowcount # \u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Optional aria-rowindex # \u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan. Optional aria-rowspan # \u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Optional aria-selected # \u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Optional aria-setsize # \u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset. Optional aria-sort # \u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order. Optional aria-valuemax # \u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. Optional aria-valuemin # \u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. Optional aria-valuenow # \u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. Optional aria-valuetext # \u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget. Optional autoCapitalize # \u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 Optional autoCorrect # \u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 Optional autoSave # \u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 Optional checkedLink # \u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : string Overrides ButtonProps . className Defined in src/renderer/components/drawer/drawer-item.tsx:7 Optional color # \u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788 Optional contentEditable # \u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 Optional contextMenu # \u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional datatype # \u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 Optional defaultChecked # \u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 Optional defaultValue # \u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 Optional dir # \u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755 Optional draggable # \u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 Optional hidden # \u2022 hidden ? : boolean Overrides IconProps . hidden Defined in src/renderer/components/drawer/drawer-item.tsx:10 Optional id # \u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758 Optional inlist # \u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 Optional inputMode # \u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute Optional is # \u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is Optional itemID # \u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 Optional itemProp # \u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 Optional itemRef # \u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 Optional itemScope # \u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 Optional itemType # \u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 Optional labelsOnly # \u2022 labelsOnly ? : boolean Defined in src/renderer/components/drawer/drawer-item.tsx:9 Optional lang # \u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759 name # \u2022 name : React.ReactNode Defined in src/renderer/components/drawer/drawer-item.tsx:6 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional placeholder # \u2022 placeholder ? : string Inherited from ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 Optional prefix # \u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 Optional property # \u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779 Optional radioGroup # \u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 Optional renderBoolean # \u2022 renderBoolean ? : boolean Defined in src/renderer/components/drawer/drawer-item.tsx:11 Optional resource # \u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780 Optional results # \u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794 Optional role # \u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772 Optional security # \u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795 Optional slot # \u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761 Optional spellCheck # \u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 Optional style # \u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763 Optional suppressContentEditableWarning # \u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 Optional suppressHydrationWarning # \u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 Optional tabIndex # \u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 Optional title # \u2022 title ? : string Overrides ButtonProps . title Defined in src/renderer/components/drawer/drawer-item.tsx:8 Optional translate # \u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766 Optional typeof # \u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 Optional unselectable # \u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 Optional valueLink # \u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 Optional vocab # \u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Interface: DrawerItemProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#interface-draweritemprops","text":"","title":"Interface: DrawerItemProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#hierarchy","text":"HTMLAttributes\u2039any\u203a \u21b3 DrawerItemProps \u21b3 DrawerItemLabelsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#properties","text":"about accessKey aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext autoCapitalize autoCorrect autoSave checkedLink children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir draggable hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType labelsOnly lang name onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup renderBoolean resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable valueLink vocab","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-about","text":"\u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"Optional about"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-accesskey","text":"\u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"Optional accessKey"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-activedescendant","text":"\u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"Optional aria-activedescendant"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-atomic","text":"\u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.","title":"Optional aria-atomic"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-autocomplete","text":"\u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.","title":"Optional aria-autocomplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-busy","text":"\u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.","title":"Optional aria-busy"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-checked","text":"\u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected.","title":"Optional aria-checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-colcount","text":"\u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"Optional aria-colcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-colindex","text":"\u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan.","title":"Optional aria-colindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-colspan","text":"\u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan.","title":"Optional aria-colspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-controls","text":"\u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns.","title":"Optional aria-controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-current","text":"\u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements.","title":"Optional aria-current"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-describedby","text":"\u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby","title":"Optional aria-describedby"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-details","text":"\u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"Optional aria-details"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-disabled","text":"\u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly.","title":"Optional aria-disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-dropeffect","text":"\u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1","title":"Optional aria-dropeffect"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-errormessage","text":"\u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"Optional aria-errormessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-expanded","text":"\u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"Optional aria-expanded"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-flowto","text":"\u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.","title":"Optional aria-flowto"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-grabbed","text":"\u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"Optional aria-grabbed"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-haspopup","text":"\u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.","title":"Optional aria-haspopup"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-hidden","text":"\u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"Optional aria-hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-invalid","text":"\u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"Optional aria-invalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-keyshortcuts","text":"\u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"Optional aria-keyshortcuts"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-label","text":"\u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby.","title":"Optional aria-label"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-labelledby","text":"\u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"Optional aria-labelledby"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-level","text":"\u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"Optional aria-level"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-live","text":"\u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.","title":"Optional aria-live"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-modal","text":"\u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"Optional aria-modal"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-multiline","text":"\u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line.","title":"Optional aria-multiline"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-multiselectable","text":"\u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants.","title":"Optional aria-multiselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-orientation","text":"\u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"Optional aria-orientation"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-owns","text":"\u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls.","title":"Optional aria-owns"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-placeholder","text":"\u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.","title":"Optional aria-placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-posinset","text":"\u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize.","title":"Optional aria-posinset"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-pressed","text":"\u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"Optional aria-pressed"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-readonly","text":"\u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"Optional aria-readonly"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-relevant","text":"\u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic.","title":"Optional aria-relevant"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-required","text":"\u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted.","title":"Optional aria-required"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-roledescription","text":"\u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element.","title":"Optional aria-roledescription"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-rowcount","text":"\u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"Optional aria-rowcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-rowindex","text":"\u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan.","title":"Optional aria-rowindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-rowspan","text":"\u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan.","title":"Optional aria-rowspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-selected","text":"\u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"Optional aria-selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-setsize","text":"\u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset.","title":"Optional aria-setsize"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-sort","text":"\u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order.","title":"Optional aria-sort"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-valuemax","text":"\u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"Optional aria-valuemax"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-valuemin","text":"\u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"Optional aria-valuemin"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-valuenow","text":"\u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"Optional aria-valuenow"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-aria-valuetext","text":"\u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget.","title":"Optional aria-valuetext"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-autocapitalize","text":"\u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"Optional autoCapitalize"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-autocorrect","text":"\u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"Optional autoCorrect"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-autosave","text":"\u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"Optional autoSave"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-checkedlink","text":"\u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"Optional checkedLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-classname","text":"\u2022 className ? : string Overrides ButtonProps . className Defined in src/renderer/components/drawer/drawer-item.tsx:7","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-color","text":"\u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"Optional color"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-contenteditable","text":"\u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"Optional contentEditable"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-contextmenu","text":"\u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"Optional contextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-datatype","text":"\u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"Optional datatype"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-defaultchecked","text":"\u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"Optional defaultChecked"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-defaultvalue","text":"\u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"Optional defaultValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-dir","text":"\u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"Optional dir"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-draggable","text":"\u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"Optional draggable"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-hidden","text":"\u2022 hidden ? : boolean Overrides IconProps . hidden Defined in src/renderer/components/drawer/drawer-item.tsx:10","title":"Optional hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-id","text":"\u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-inlist","text":"\u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"Optional inlist"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-inputmode","text":"\u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute","title":"Optional inputMode"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-is","text":"\u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is","title":"Optional is"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-itemid","text":"\u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"Optional itemID"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-itemprop","text":"\u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"Optional itemProp"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-itemref","text":"\u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"Optional itemRef"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-itemscope","text":"\u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"Optional itemScope"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-itemtype","text":"\u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"Optional itemType"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-labelsonly","text":"\u2022 labelsOnly ? : boolean Defined in src/renderer/components/drawer/drawer-item.tsx:9","title":"Optional labelsOnly"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-lang","text":"\u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"Optional lang"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#name","text":"\u2022 name : React.ReactNode Defined in src/renderer/components/drawer/drawer-item.tsx:6","title":"name"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-placeholder","text":"\u2022 placeholder ? : string Inherited from ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"Optional placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-prefix","text":"\u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"Optional prefix"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-property","text":"\u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"Optional property"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-radiogroup","text":"\u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"Optional radioGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-renderboolean","text":"\u2022 renderBoolean ? : boolean Defined in src/renderer/components/drawer/drawer-item.tsx:11","title":"Optional renderBoolean"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-resource","text":"\u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"Optional resource"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-results","text":"\u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"Optional results"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-role","text":"\u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"Optional role"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-security","text":"\u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"Optional security"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-slot","text":"\u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"Optional slot"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-spellcheck","text":"\u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"Optional spellCheck"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-style","text":"\u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"Optional style"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-suppresscontenteditablewarning","text":"\u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"Optional suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-suppresshydrationwarning","text":"\u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"Optional suppressHydrationWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-tabindex","text":"\u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"Optional tabIndex"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-title","text":"\u2022 title ? : string Overrides ButtonProps . title Defined in src/renderer/components/drawer/drawer-item.tsx:8","title":"Optional title"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-translate","text":"\u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"Optional translate"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-typeof","text":"\u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"Optional typeof"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-unselectable","text":"\u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"Optional unselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-valuelink","text":"\u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"Optional valueLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.draweritemprops/#optional-vocab","text":"\u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Optional vocab"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerparamtogglerprops/","text":"Interface: DrawerParamTogglerProps # Hierarchy # DrawerParamTogglerProps Index # Properties # label Properties # label # \u2022 label : string | number Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:9","title":"Interface: DrawerParamTogglerProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerparamtogglerprops/#interface-drawerparamtogglerprops","text":"","title":"Interface: DrawerParamTogglerProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerparamtogglerprops/#hierarchy","text":"DrawerParamTogglerProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerparamtogglerprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerparamtogglerprops/#properties","text":"label","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerparamtogglerprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerparamtogglerprops/#label","text":"\u2022 label : string | number Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:9","title":"label"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/","text":"Interface: DrawerProps # Hierarchy # DrawerProps Index # Properties # animation className contentClass onClose open position size title toolbar usePortal Properties # Optional animation # \u2022 animation ? : AnimateName Defined in src/renderer/components/drawer/drawer.tsx:18 Optional className # \u2022 className ? : string | object Defined in src/renderer/components/drawer/drawer.tsx:15 Optional contentClass # \u2022 contentClass ? : string | object Defined in src/renderer/components/drawer/drawer.tsx:16 Optional onClose # \u2022 onClose ? : function Defined in src/renderer/components/drawer/drawer.tsx:19 Type declaration: \u25b8 (): void open # \u2022 open : boolean Defined in src/renderer/components/drawer/drawer.tsx:11 Optional position # \u2022 position ? : \"top\" | \"left\" | \"right\" | \"bottom\" Defined in src/renderer/components/drawer/drawer.tsx:17 Optional size # \u2022 size ? : string Defined in src/renderer/components/drawer/drawer.tsx:13 title # \u2022 title : React.ReactNode Defined in src/renderer/components/drawer/drawer.tsx:12 Optional toolbar # \u2022 toolbar ? : React.ReactNode Defined in src/renderer/components/drawer/drawer.tsx:20 Optional usePortal # \u2022 usePortal ? : boolean Defined in src/renderer/components/drawer/drawer.tsx:14","title":"Interface: DrawerProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#interface-drawerprops","text":"","title":"Interface: DrawerProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#hierarchy","text":"DrawerProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#properties","text":"animation className contentClass onClose open position size title toolbar usePortal","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#optional-animation","text":"\u2022 animation ? : AnimateName Defined in src/renderer/components/drawer/drawer.tsx:18","title":"Optional animation"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#optional-classname","text":"\u2022 className ? : string | object Defined in src/renderer/components/drawer/drawer.tsx:15","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#optional-contentclass","text":"\u2022 contentClass ? : string | object Defined in src/renderer/components/drawer/drawer.tsx:16","title":"Optional contentClass"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#optional-onclose","text":"\u2022 onClose ? : function Defined in src/renderer/components/drawer/drawer.tsx:19","title":"Optional onClose"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#open","text":"\u2022 open : boolean Defined in src/renderer/components/drawer/drawer.tsx:11","title":"open"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#optional-position","text":"\u2022 position ? : \"top\" | \"left\" | \"right\" | \"bottom\" Defined in src/renderer/components/drawer/drawer.tsx:17","title":"Optional position"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#optional-size","text":"\u2022 size ? : string Defined in src/renderer/components/drawer/drawer.tsx:13","title":"Optional size"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#title","text":"\u2022 title : React.ReactNode Defined in src/renderer/components/drawer/drawer.tsx:12","title":"title"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#optional-toolbar","text":"\u2022 toolbar ? : React.ReactNode Defined in src/renderer/components/drawer/drawer.tsx:20","title":"Optional toolbar"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawerprops/#optional-useportal","text":"\u2022 usePortal ? : boolean Defined in src/renderer/components/drawer/drawer.tsx:14","title":"Optional usePortal"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawertitleprops/","text":"Interface: DrawerTitleProps # Hierarchy # DrawerTitleProps Index # Properties # className title Properties # Optional className # \u2022 className ? : string Defined in src/renderer/components/drawer/drawer-title.tsx:6 Optional title # \u2022 title ? : React.ReactNode Defined in src/renderer/components/drawer/drawer-title.tsx:7","title":"Interface: DrawerTitleProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawertitleprops/#interface-drawertitleprops","text":"","title":"Interface: DrawerTitleProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawertitleprops/#hierarchy","text":"DrawerTitleProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawertitleprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawertitleprops/#properties","text":"className title","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawertitleprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawertitleprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/drawer/drawer-title.tsx:6","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.drawertitleprops/#optional-title","text":"\u2022 title ? : React.ReactNode Defined in src/renderer/components/drawer/drawer-title.tsx:7","title":"Optional title"},{"location":"extensions/api/interfaces/_renderer_api_components_.groupselectoption/","text":"Interface: GroupSelectOption \u2039 T \u203a # Type parameters # \u25aa T : SelectOption Hierarchy # GroupSelectOption Index # Properties # label options Properties # label # \u2022 label : ReactNode Defined in src/renderer/components/select/select.tsx:16 options # \u2022 options : T[] Defined in src/renderer/components/select/select.tsx:17","title":"Interface: GroupSelectOption \u2039**T**\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.groupselectoption/#interface-groupselectoption-t","text":"","title":"Interface: GroupSelectOption \u2039T\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.groupselectoption/#type-parameters","text":"\u25aa T : SelectOption","title":"Type parameters"},{"location":"extensions/api/interfaces/_renderer_api_components_.groupselectoption/#hierarchy","text":"GroupSelectOption","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.groupselectoption/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.groupselectoption/#properties","text":"label options","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.groupselectoption/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.groupselectoption/#label","text":"\u2022 label : ReactNode Defined in src/renderer/components/select/select.tsx:16","title":"label"},{"location":"extensions/api/interfaces/_renderer_api_components_.groupselectoption/#options","text":"\u2022 options : T[] Defined in src/renderer/components/select/select.tsx:17","title":"options"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/","text":"Interface: IconProps # Hierarchy # HTMLAttributes\u2039any\u203a TooltipDecoratorProps \u21b3 IconProps Index # Properties # about accessKey active aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext autoCapitalize autoCorrect autoSave big checkedLink children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir disabled draggable focusable hidden href id inlist inputMode interactive is itemID itemProp itemRef itemScope itemType lang link material onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup resource results role security size slot small smallest spellCheck sticker style suppressContentEditableWarning suppressHydrationWarning svg tabIndex title tooltip tooltipOverrideDisabled translate typeof unselectable valueLink vocab Properties # Optional about # \u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775 Optional accessKey # \u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 Optional active # \u2022 active ? : boolean Defined in src/renderer/components/icon/icon.tsx:20 Optional aria-activedescendant # \u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Optional aria-atomic # \u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. Optional aria-autocomplete # \u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made. Optional aria-busy # \u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. Optional aria-checked # \u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Optional aria-colcount # \u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Optional aria-colindex # \u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan. Optional aria-colspan # \u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Optional aria-controls # \u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Optional aria-current # \u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements. Optional aria-describedby # \u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby Optional aria-details # \u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Optional aria-disabled # \u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Optional aria-dropeffect # \u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Optional aria-errormessage # \u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Optional aria-expanded # \u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Optional aria-flowto # \u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order. Optional aria-grabbed # \u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Optional aria-haspopup # \u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Optional aria-hidden # \u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled. Optional aria-invalid # \u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Optional aria-keyshortcuts # \u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Optional aria-label # \u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. Optional aria-labelledby # \u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby. Optional aria-level # \u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. Optional aria-live # \u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. Optional aria-modal # \u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. Optional aria-multiline # \u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line. Optional aria-multiselectable # \u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants. Optional aria-orientation # \u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Optional aria-owns # \u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls. Optional aria-placeholder # \u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. Optional aria-posinset # \u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize. Optional aria-pressed # \u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Optional aria-readonly # \u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Optional aria-relevant # \u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Optional aria-required # \u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted. Optional aria-roledescription # \u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element. Optional aria-rowcount # \u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Optional aria-rowindex # \u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan. Optional aria-rowspan # \u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Optional aria-selected # \u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Optional aria-setsize # \u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset. Optional aria-sort # \u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order. Optional aria-valuemax # \u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. Optional aria-valuemin # \u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. Optional aria-valuenow # \u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. Optional aria-valuetext # \u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget. Optional autoCapitalize # \u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 Optional autoCorrect # \u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 Optional autoSave # \u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 Optional big # \u2022 big ? : boolean Defined in src/renderer/components/icon/icon.tsx:19 Optional checkedLink # \u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752 Optional color # \u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788 Optional contentEditable # \u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 Optional contextMenu # \u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional datatype # \u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 Optional defaultChecked # \u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 Optional defaultValue # \u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 Optional dir # \u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755 Optional disabled # \u2022 disabled ? : boolean Defined in src/renderer/components/icon/icon.tsx:24 Optional draggable # \u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 Optional focusable # \u2022 focusable ? : boolean Defined in src/renderer/components/icon/icon.tsx:22 Optional hidden # \u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 Optional href # \u2022 href ? : string Defined in src/renderer/components/icon/icon.tsx:15 Optional id # \u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758 Optional inlist # \u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 Optional inputMode # \u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute Optional interactive # \u2022 interactive ? : boolean Defined in src/renderer/components/icon/icon.tsx:21 Optional is # \u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is Optional itemID # \u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 Optional itemProp # \u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 Optional itemRef # \u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 Optional itemScope # \u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 Optional itemType # \u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 Optional lang # \u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759 Optional link # \u2022 link ? : LocationDescriptor Defined in src/renderer/components/icon/icon.tsx:14 Optional material # \u2022 material ? : string Defined in src/renderer/components/icon/icon.tsx:12 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional placeholder # \u2022 placeholder ? : string Inherited from ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 Optional prefix # \u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 Optional property # \u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779 Optional radioGroup # \u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 Optional resource # \u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780 Optional results # \u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794 Optional role # \u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772 Optional security # \u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795 Optional size # \u2022 size ? : string | number Defined in src/renderer/components/icon/icon.tsx:16 Optional slot # \u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761 Optional small # \u2022 small ? : boolean Defined in src/renderer/components/icon/icon.tsx:17 Optional smallest # \u2022 smallest ? : boolean Defined in src/renderer/components/icon/icon.tsx:18 Optional spellCheck # \u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 Optional sticker # \u2022 sticker ? : boolean Defined in src/renderer/components/icon/icon.tsx:23 Optional style # \u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763 Optional suppressContentEditableWarning # \u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 Optional suppressHydrationWarning # \u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 Optional svg # \u2022 svg ? : string Defined in src/renderer/components/icon/icon.tsx:13 Optional tabIndex # \u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 Optional title # \u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765 Optional tooltip # \u2022 tooltip ? : ReactNode | Omit\u2039 TooltipProps , \"targetId\"\u203a Inherited from ButtonProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10 Optional tooltipOverrideDisabled # \u2022 tooltipOverrideDisabled ? : boolean Inherited from ButtonProps . tooltipOverrideDisabled Defined in src/renderer/components/tooltip/withTooltip.tsx:15 forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\" Optional translate # \u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766 Optional typeof # \u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 Optional unselectable # \u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 Optional valueLink # \u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 Optional vocab # \u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Interface: IconProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#interface-iconprops","text":"","title":"Interface: IconProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#hierarchy","text":"HTMLAttributes\u2039any\u203a TooltipDecoratorProps \u21b3 IconProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#properties","text":"about accessKey active aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext autoCapitalize autoCorrect autoSave big checkedLink children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir disabled draggable focusable hidden href id inlist inputMode interactive is itemID itemProp itemRef itemScope itemType lang link material onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup resource results role security size slot small smallest spellCheck sticker style suppressContentEditableWarning suppressHydrationWarning svg tabIndex title tooltip tooltipOverrideDisabled translate typeof unselectable valueLink vocab","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-about","text":"\u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"Optional about"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-accesskey","text":"\u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"Optional accessKey"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-active","text":"\u2022 active ? : boolean Defined in src/renderer/components/icon/icon.tsx:20","title":"Optional active"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-activedescendant","text":"\u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"Optional aria-activedescendant"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-atomic","text":"\u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.","title":"Optional aria-atomic"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-autocomplete","text":"\u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.","title":"Optional aria-autocomplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-busy","text":"\u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.","title":"Optional aria-busy"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-checked","text":"\u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected.","title":"Optional aria-checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-colcount","text":"\u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"Optional aria-colcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-colindex","text":"\u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan.","title":"Optional aria-colindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-colspan","text":"\u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan.","title":"Optional aria-colspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-controls","text":"\u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns.","title":"Optional aria-controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-current","text":"\u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements.","title":"Optional aria-current"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-describedby","text":"\u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby","title":"Optional aria-describedby"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-details","text":"\u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"Optional aria-details"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-disabled","text":"\u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly.","title":"Optional aria-disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-dropeffect","text":"\u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1","title":"Optional aria-dropeffect"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-errormessage","text":"\u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"Optional aria-errormessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-expanded","text":"\u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"Optional aria-expanded"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-flowto","text":"\u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.","title":"Optional aria-flowto"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-grabbed","text":"\u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"Optional aria-grabbed"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-haspopup","text":"\u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.","title":"Optional aria-haspopup"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-hidden","text":"\u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"Optional aria-hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-invalid","text":"\u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"Optional aria-invalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-keyshortcuts","text":"\u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"Optional aria-keyshortcuts"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-label","text":"\u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby.","title":"Optional aria-label"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-labelledby","text":"\u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"Optional aria-labelledby"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-level","text":"\u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"Optional aria-level"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-live","text":"\u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.","title":"Optional aria-live"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-modal","text":"\u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"Optional aria-modal"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-multiline","text":"\u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line.","title":"Optional aria-multiline"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-multiselectable","text":"\u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants.","title":"Optional aria-multiselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-orientation","text":"\u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"Optional aria-orientation"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-owns","text":"\u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls.","title":"Optional aria-owns"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-placeholder","text":"\u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.","title":"Optional aria-placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-posinset","text":"\u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize.","title":"Optional aria-posinset"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-pressed","text":"\u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"Optional aria-pressed"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-readonly","text":"\u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"Optional aria-readonly"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-relevant","text":"\u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic.","title":"Optional aria-relevant"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-required","text":"\u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted.","title":"Optional aria-required"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-roledescription","text":"\u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element.","title":"Optional aria-roledescription"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-rowcount","text":"\u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"Optional aria-rowcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-rowindex","text":"\u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan.","title":"Optional aria-rowindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-rowspan","text":"\u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan.","title":"Optional aria-rowspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-selected","text":"\u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"Optional aria-selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-setsize","text":"\u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset.","title":"Optional aria-setsize"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-sort","text":"\u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order.","title":"Optional aria-sort"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-valuemax","text":"\u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"Optional aria-valuemax"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-valuemin","text":"\u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"Optional aria-valuemin"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-valuenow","text":"\u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"Optional aria-valuenow"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-aria-valuetext","text":"\u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget.","title":"Optional aria-valuetext"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-autocapitalize","text":"\u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"Optional autoCapitalize"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-autocorrect","text":"\u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"Optional autoCorrect"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-autosave","text":"\u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"Optional autoSave"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-big","text":"\u2022 big ? : boolean Defined in src/renderer/components/icon/icon.tsx:19","title":"Optional big"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-checkedlink","text":"\u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"Optional checkedLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-classname","text":"\u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-color","text":"\u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"Optional color"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-contenteditable","text":"\u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"Optional contentEditable"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-contextmenu","text":"\u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"Optional contextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-datatype","text":"\u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"Optional datatype"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-defaultchecked","text":"\u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"Optional defaultChecked"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-defaultvalue","text":"\u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"Optional defaultValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-dir","text":"\u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"Optional dir"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-disabled","text":"\u2022 disabled ? : boolean Defined in src/renderer/components/icon/icon.tsx:24","title":"Optional disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-draggable","text":"\u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"Optional draggable"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-focusable","text":"\u2022 focusable ? : boolean Defined in src/renderer/components/icon/icon.tsx:22","title":"Optional focusable"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-hidden","text":"\u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"Optional hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-href","text":"\u2022 href ? : string Defined in src/renderer/components/icon/icon.tsx:15","title":"Optional href"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-id","text":"\u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-inlist","text":"\u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"Optional inlist"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-inputmode","text":"\u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute","title":"Optional inputMode"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-interactive","text":"\u2022 interactive ? : boolean Defined in src/renderer/components/icon/icon.tsx:21","title":"Optional interactive"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-is","text":"\u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is","title":"Optional is"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-itemid","text":"\u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"Optional itemID"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-itemprop","text":"\u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"Optional itemProp"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-itemref","text":"\u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"Optional itemRef"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-itemscope","text":"\u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"Optional itemScope"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-itemtype","text":"\u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"Optional itemType"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-lang","text":"\u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"Optional lang"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-link","text":"\u2022 link ? : LocationDescriptor Defined in src/renderer/components/icon/icon.tsx:14","title":"Optional link"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-material","text":"\u2022 material ? : string Defined in src/renderer/components/icon/icon.tsx:12","title":"Optional material"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-placeholder","text":"\u2022 placeholder ? : string Inherited from ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"Optional placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-prefix","text":"\u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"Optional prefix"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-property","text":"\u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"Optional property"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-radiogroup","text":"\u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"Optional radioGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-resource","text":"\u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"Optional resource"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-results","text":"\u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"Optional results"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-role","text":"\u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"Optional role"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-security","text":"\u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"Optional security"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-size","text":"\u2022 size ? : string | number Defined in src/renderer/components/icon/icon.tsx:16","title":"Optional size"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-slot","text":"\u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"Optional slot"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-small","text":"\u2022 small ? : boolean Defined in src/renderer/components/icon/icon.tsx:17","title":"Optional small"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-smallest","text":"\u2022 smallest ? : boolean Defined in src/renderer/components/icon/icon.tsx:18","title":"Optional smallest"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-spellcheck","text":"\u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"Optional spellCheck"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-sticker","text":"\u2022 sticker ? : boolean Defined in src/renderer/components/icon/icon.tsx:23","title":"Optional sticker"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-style","text":"\u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"Optional style"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-suppresscontenteditablewarning","text":"\u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"Optional suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-suppresshydrationwarning","text":"\u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"Optional suppressHydrationWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-svg","text":"\u2022 svg ? : string Defined in src/renderer/components/icon/icon.tsx:13","title":"Optional svg"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-tabindex","text":"\u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"Optional tabIndex"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-title","text":"\u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"Optional title"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-tooltip","text":"\u2022 tooltip ? : ReactNode | Omit\u2039 TooltipProps , \"targetId\"\u203a Inherited from ButtonProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10","title":"Optional tooltip"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-tooltipoverridedisabled","text":"\u2022 tooltipOverrideDisabled ? : boolean Inherited from ButtonProps . tooltipOverrideDisabled Defined in src/renderer/components/tooltip/withTooltip.tsx:15 forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\"","title":"Optional tooltipOverrideDisabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-translate","text":"\u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"Optional translate"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-typeof","text":"\u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"Optional typeof"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-unselectable","text":"\u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"Optional unselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-valuelink","text":"\u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"Optional valueLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.iconprops/#optional-vocab","text":"\u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Optional vocab"},{"location":"extensions/api/interfaces/_renderer_api_components_.inputvalidator/","text":"Interface: InputValidator # Hierarchy # InputValidator Index # Properties # debounce message Methods # condition validate Properties # Optional debounce # \u2022 debounce ? : number Defined in src/renderer/components/input/input_validators.ts:8 Optional message # \u2022 message ? : ReactNode | function Defined in src/renderer/components/input/input_validators.ts:10 Methods # Optional condition # \u25b8 condition ( props : InputProps ): boolean Defined in src/renderer/components/input/input_validators.ts:9 Parameters: Name Type props InputProps Returns: boolean validate # \u25b8 validate ( value : string, props? : InputProps ): boolean | Promise\u2039any\u203a Defined in src/renderer/components/input/input_validators.ts:11 Parameters: Name Type value string props? InputProps Returns: boolean | Promise\u2039any\u203a","title":"Interface: InputValidator"},{"location":"extensions/api/interfaces/_renderer_api_components_.inputvalidator/#interface-inputvalidator","text":"","title":"Interface: InputValidator"},{"location":"extensions/api/interfaces/_renderer_api_components_.inputvalidator/#hierarchy","text":"InputValidator","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.inputvalidator/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.inputvalidator/#properties","text":"debounce message","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.inputvalidator/#methods","text":"condition validate","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.inputvalidator/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.inputvalidator/#optional-debounce","text":"\u2022 debounce ? : number Defined in src/renderer/components/input/input_validators.ts:8","title":"Optional debounce"},{"location":"extensions/api/interfaces/_renderer_api_components_.inputvalidator/#optional-message","text":"\u2022 message ? : ReactNode | function Defined in src/renderer/components/input/input_validators.ts:10","title":"Optional message"},{"location":"extensions/api/interfaces/_renderer_api_components_.inputvalidator/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.inputvalidator/#optional-condition","text":"\u25b8 condition ( props : InputProps ): boolean Defined in src/renderer/components/input/input_validators.ts:9 Parameters: Name Type props InputProps Returns: boolean","title":"Optional condition"},{"location":"extensions/api/interfaces/_renderer_api_components_.inputvalidator/#validate","text":"\u25b8 validate ( value : string, props? : InputProps ): boolean | Promise\u2039any\u203a Defined in src/renderer/components/input/input_validators.ts:11 Parameters: Name Type value string props? InputProps Returns: boolean | Promise\u2039any\u203a","title":"validate"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeeventdetailsprops/","text":"Interface: KubeEventDetailsProps # Hierarchy # KubeEventDetailsProps Index # Properties # object Properties # object # \u2022 object : KubeObject Defined in src/renderer/components/+events/kube-event-details.tsx:12","title":"Interface: KubeEventDetailsProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeeventdetailsprops/#interface-kubeeventdetailsprops","text":"","title":"Interface: KubeEventDetailsProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeeventdetailsprops/#hierarchy","text":"KubeEventDetailsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeeventdetailsprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeeventdetailsprops/#properties","text":"object","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeeventdetailsprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeeventdetailsprops/#object","text":"\u2022 object : KubeObject Defined in src/renderer/components/+events/kube-event-details.tsx:12","title":"object"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectdetailsprops/","text":"Interface: KubeObjectDetailsProps \u2039 T \u203a # Type parameters # \u25aa T Hierarchy # KubeObjectDetailsProps Index # Properties # className object Properties # Optional className # \u2022 className ? : string Defined in src/renderer/components/kube-object/kube-object-details.tsx:18 object # \u2022 object : T Defined in src/renderer/components/kube-object/kube-object-details.tsx:19","title":"Interface: KubeObjectDetailsProps \u2039**T**\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectdetailsprops/#interface-kubeobjectdetailsprops-t","text":"","title":"Interface: KubeObjectDetailsProps \u2039T\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectdetailsprops/#type-parameters","text":"\u25aa T","title":"Type parameters"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectdetailsprops/#hierarchy","text":"KubeObjectDetailsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectdetailsprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectdetailsprops/#properties","text":"className object","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectdetailsprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectdetailsprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/kube-object/kube-object-details.tsx:18","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectdetailsprops/#object","text":"\u2022 object : T Defined in src/renderer/components/kube-object/kube-object-details.tsx:19","title":"object"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/","text":"Interface: KubeObjectListLayoutProps \u2039 T \u203a # Type parameters # \u25aa T : ItemObject Hierarchy # ItemListLayoutProps \u21b3 KubeObjectListLayoutProps Index # Properties # addRemoveButtons className copyClassNameFromHeadCells customizeHeader customizeRemoveDialog customizeTableRowProps dependentStores detailsItem filterItems hasDetailsView headerClassName hideFilters isClusterScoped isReady isSearchable isSelectable onDetails renderFooter renderHeaderTitle renderItemMenu renderTableContents renderTableHeader searchFilters showHeader sortingCallbacks store tableProps virtual Properties # Optional addRemoveButtons # \u2022 addRemoveButtons ? : Partial\u2039AddRemoveButtonsProps\u203a Inherited from KubeObjectListLayoutProps . addRemoveButtons Defined in src/renderer/components/item-object-list/item-list-layout.tsx:61 className # \u2022 className : IClassName Inherited from KubeObjectListLayoutProps . className Defined in src/renderer/components/item-object-list/item-list-layout.tsx:36 Optional copyClassNameFromHeadCells # \u2022 copyClassNameFromHeadCells ? : boolean Inherited from KubeObjectListLayoutProps . copyClassNameFromHeadCells Defined in src/renderer/components/item-object-list/item-list-layout.tsx:54 Optional customizeHeader # \u2022 customizeHeader ? : function Inherited from KubeObjectListLayoutProps . customizeHeader Defined in src/renderer/components/item-object-list/item-list-layout.tsx:48 Type declaration: \u25b8 ( placeholders : IHeaderPlaceholders, content : ReactNode): Partial\u2039IHeaderPlaceholders\u203a | ReactNode Parameters: Name Type placeholders IHeaderPlaceholders content ReactNode Optional customizeRemoveDialog # \u2022 customizeRemoveDialog ? : function Inherited from KubeObjectListLayoutProps . customizeRemoveDialog Defined in src/renderer/components/item-object-list/item-list-layout.tsx:70 Type declaration: \u25b8 ( selectedItems : T[]): Partial\u2039 ConfirmDialogParams \u203a Parameters: Name Type selectedItems T[] Optional customizeTableRowProps # \u2022 customizeTableRowProps ? : function Inherited from KubeObjectListLayoutProps . customizeTableRowProps Defined in src/renderer/components/item-object-list/item-list-layout.tsx:60 Type declaration: \u25b8 ( item : T): Partial\u2039 TableRowProps \u203a Parameters: Name Type item T Optional dependentStores # \u2022 dependentStores ? : ItemStore[] Inherited from KubeObjectListLayoutProps . dependentStores Defined in src/renderer/components/item-object-list/item-list-layout.tsx:38 Optional detailsItem # \u2022 detailsItem ? : T Inherited from KubeObjectListLayoutProps . detailsItem Defined in src/renderer/components/item-object-list/item-list-layout.tsx:66 Optional filterItems # \u2022 filterItems ? : ItemsFilter\u2039T\u203a[] Inherited from KubeObjectListLayoutProps . filterItems Defined in src/renderer/components/item-object-list/item-list-layout.tsx:42 Optional hasDetailsView # \u2022 hasDetailsView ? : boolean Inherited from KubeObjectListLayoutProps . hasDetailsView Defined in src/renderer/components/item-object-list/item-list-layout.tsx:65 Optional headerClassName # \u2022 headerClassName ? : IClassName Inherited from KubeObjectListLayoutProps . headerClassName Defined in src/renderer/components/item-object-list/item-list-layout.tsx:46 Optional hideFilters # \u2022 hideFilters ? : boolean Inherited from KubeObjectListLayoutProps . hideFilters Defined in src/renderer/components/item-object-list/item-list-layout.tsx:40 Optional isClusterScoped # \u2022 isClusterScoped ? : boolean Inherited from KubeObjectListLayoutProps . isClusterScoped Defined in src/renderer/components/item-object-list/item-list-layout.tsx:39 Optional isReady # \u2022 isReady ? : boolean Inherited from KubeObjectListLayoutProps . isReady Defined in src/renderer/components/item-object-list/item-list-layout.tsx:51 Optional isSearchable # \u2022 isSearchable ? : boolean Inherited from KubeObjectListLayoutProps . isSearchable Defined in src/renderer/components/item-object-list/item-list-layout.tsx:53 Optional isSelectable # \u2022 isSelectable ? : boolean Inherited from KubeObjectListLayoutProps . isSelectable Defined in src/renderer/components/item-object-list/item-list-layout.tsx:52 Optional onDetails # \u2022 onDetails ? : function Inherited from KubeObjectListLayoutProps . onDetails Defined in src/renderer/components/item-object-list/item-list-layout.tsx:67 Type declaration: \u25b8 ( item : T): void Parameters: Name Type item T Optional renderFooter # \u2022 renderFooter ? : function Inherited from KubeObjectListLayoutProps . renderFooter Defined in src/renderer/components/item-object-list/item-list-layout.tsx:71 Type declaration: \u25b8 ( parent : ItemListLayout): React.ReactNode Parameters: Name Type parent ItemListLayout Optional renderHeaderTitle # \u2022 renderHeaderTitle ? : ReactNode | function Inherited from KubeObjectListLayoutProps . renderHeaderTitle Defined in src/renderer/components/item-object-list/item-list-layout.tsx:47 Optional renderItemMenu # \u2022 renderItemMenu ? : function Inherited from KubeObjectListLayoutProps . renderItemMenu Defined in src/renderer/components/item-object-list/item-list-layout.tsx:59 Type declaration: \u25b8 ( item : T, store : ItemStore\u2039T\u203a): ReactNode Parameters: Name Type item T store ItemStore\u2039T\u203a renderTableContents # \u2022 renderTableContents : function Inherited from KubeObjectListLayoutProps . renderTableContents Defined in src/renderer/components/item-object-list/item-list-layout.tsx:58 Type declaration: \u25b8 ( item : T): (string | number | false | true | object | ReactElement\u2039any, string | function | object\u203a | ReactNodeArray\u2039\u203a | ReactPortal\u2039\u203a | TableCellProps \u2039\u203a)[] Parameters: Name Type item T renderTableHeader # \u2022 renderTableHeader : TableCellProps [] | null Inherited from KubeObjectListLayoutProps . renderTableHeader Defined in src/renderer/components/item-object-list/item-list-layout.tsx:57 Optional searchFilters # \u2022 searchFilters ? : SearchFilter\u2039T\u203a[] Inherited from KubeObjectListLayoutProps . searchFilters Defined in src/renderer/components/item-object-list/item-list-layout.tsx:41 Optional showHeader # \u2022 showHeader ? : boolean Inherited from KubeObjectListLayoutProps . showHeader Defined in src/renderer/components/item-object-list/item-list-layout.tsx:45 Optional sortingCallbacks # \u2022 sortingCallbacks ? : object Inherited from KubeObjectListLayoutProps . sortingCallbacks Defined in src/renderer/components/item-object-list/item-list-layout.tsx:55 Type declaration: [ sortBy : string ]: TableSortCallback store # \u2022 store : KubeObjectStore Overrides void Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:12 Optional tableProps # \u2022 tableProps ? : Partial\u2039 TableProps \u203a Inherited from KubeObjectListLayoutProps . tableProps Defined in src/renderer/components/item-object-list/item-list-layout.tsx:56 Optional virtual # \u2022 virtual ? : boolean Inherited from KubeObjectListLayoutProps . virtual Defined in src/renderer/components/item-object-list/item-list-layout.tsx:62","title":"Interface: KubeObjectListLayoutProps \u2039**T**\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#interface-kubeobjectlistlayoutprops-t","text":"","title":"Interface: KubeObjectListLayoutProps \u2039T\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#type-parameters","text":"\u25aa T : ItemObject","title":"Type parameters"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#hierarchy","text":"ItemListLayoutProps \u21b3 KubeObjectListLayoutProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#properties","text":"addRemoveButtons className copyClassNameFromHeadCells customizeHeader customizeRemoveDialog customizeTableRowProps dependentStores detailsItem filterItems hasDetailsView headerClassName hideFilters isClusterScoped isReady isSearchable isSelectable onDetails renderFooter renderHeaderTitle renderItemMenu renderTableContents renderTableHeader searchFilters showHeader sortingCallbacks store tableProps virtual","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-addremovebuttons","text":"\u2022 addRemoveButtons ? : Partial\u2039AddRemoveButtonsProps\u203a Inherited from KubeObjectListLayoutProps . addRemoveButtons Defined in src/renderer/components/item-object-list/item-list-layout.tsx:61","title":"Optional addRemoveButtons"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#classname","text":"\u2022 className : IClassName Inherited from KubeObjectListLayoutProps . className Defined in src/renderer/components/item-object-list/item-list-layout.tsx:36","title":"className"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-copyclassnamefromheadcells","text":"\u2022 copyClassNameFromHeadCells ? : boolean Inherited from KubeObjectListLayoutProps . copyClassNameFromHeadCells Defined in src/renderer/components/item-object-list/item-list-layout.tsx:54","title":"Optional copyClassNameFromHeadCells"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-customizeheader","text":"\u2022 customizeHeader ? : function Inherited from KubeObjectListLayoutProps . customizeHeader Defined in src/renderer/components/item-object-list/item-list-layout.tsx:48","title":"Optional customizeHeader"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-customizeremovedialog","text":"\u2022 customizeRemoveDialog ? : function Inherited from KubeObjectListLayoutProps . customizeRemoveDialog Defined in src/renderer/components/item-object-list/item-list-layout.tsx:70","title":"Optional customizeRemoveDialog"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-customizetablerowprops","text":"\u2022 customizeTableRowProps ? : function Inherited from KubeObjectListLayoutProps . customizeTableRowProps Defined in src/renderer/components/item-object-list/item-list-layout.tsx:60","title":"Optional customizeTableRowProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-dependentstores","text":"\u2022 dependentStores ? : ItemStore[] Inherited from KubeObjectListLayoutProps . dependentStores Defined in src/renderer/components/item-object-list/item-list-layout.tsx:38","title":"Optional dependentStores"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-detailsitem","text":"\u2022 detailsItem ? : T Inherited from KubeObjectListLayoutProps . detailsItem Defined in src/renderer/components/item-object-list/item-list-layout.tsx:66","title":"Optional detailsItem"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-filteritems","text":"\u2022 filterItems ? : ItemsFilter\u2039T\u203a[] Inherited from KubeObjectListLayoutProps . filterItems Defined in src/renderer/components/item-object-list/item-list-layout.tsx:42","title":"Optional filterItems"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-hasdetailsview","text":"\u2022 hasDetailsView ? : boolean Inherited from KubeObjectListLayoutProps . hasDetailsView Defined in src/renderer/components/item-object-list/item-list-layout.tsx:65","title":"Optional hasDetailsView"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-headerclassname","text":"\u2022 headerClassName ? : IClassName Inherited from KubeObjectListLayoutProps . headerClassName Defined in src/renderer/components/item-object-list/item-list-layout.tsx:46","title":"Optional headerClassName"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-hidefilters","text":"\u2022 hideFilters ? : boolean Inherited from KubeObjectListLayoutProps . hideFilters Defined in src/renderer/components/item-object-list/item-list-layout.tsx:40","title":"Optional hideFilters"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-isclusterscoped","text":"\u2022 isClusterScoped ? : boolean Inherited from KubeObjectListLayoutProps . isClusterScoped Defined in src/renderer/components/item-object-list/item-list-layout.tsx:39","title":"Optional isClusterScoped"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-isready","text":"\u2022 isReady ? : boolean Inherited from KubeObjectListLayoutProps . isReady Defined in src/renderer/components/item-object-list/item-list-layout.tsx:51","title":"Optional isReady"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-issearchable","text":"\u2022 isSearchable ? : boolean Inherited from KubeObjectListLayoutProps . isSearchable Defined in src/renderer/components/item-object-list/item-list-layout.tsx:53","title":"Optional isSearchable"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-isselectable","text":"\u2022 isSelectable ? : boolean Inherited from KubeObjectListLayoutProps . isSelectable Defined in src/renderer/components/item-object-list/item-list-layout.tsx:52","title":"Optional isSelectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-ondetails","text":"\u2022 onDetails ? : function Inherited from KubeObjectListLayoutProps . onDetails Defined in src/renderer/components/item-object-list/item-list-layout.tsx:67","title":"Optional onDetails"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-renderfooter","text":"\u2022 renderFooter ? : function Inherited from KubeObjectListLayoutProps . renderFooter Defined in src/renderer/components/item-object-list/item-list-layout.tsx:71","title":"Optional renderFooter"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-renderheadertitle","text":"\u2022 renderHeaderTitle ? : ReactNode | function Inherited from KubeObjectListLayoutProps . renderHeaderTitle Defined in src/renderer/components/item-object-list/item-list-layout.tsx:47","title":"Optional renderHeaderTitle"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-renderitemmenu","text":"\u2022 renderItemMenu ? : function Inherited from KubeObjectListLayoutProps . renderItemMenu Defined in src/renderer/components/item-object-list/item-list-layout.tsx:59","title":"Optional renderItemMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#rendertablecontents","text":"\u2022 renderTableContents : function Inherited from KubeObjectListLayoutProps . renderTableContents Defined in src/renderer/components/item-object-list/item-list-layout.tsx:58","title":"renderTableContents"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#rendertableheader","text":"\u2022 renderTableHeader : TableCellProps [] | null Inherited from KubeObjectListLayoutProps . renderTableHeader Defined in src/renderer/components/item-object-list/item-list-layout.tsx:57","title":"renderTableHeader"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-searchfilters","text":"\u2022 searchFilters ? : SearchFilter\u2039T\u203a[] Inherited from KubeObjectListLayoutProps . searchFilters Defined in src/renderer/components/item-object-list/item-list-layout.tsx:41","title":"Optional searchFilters"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-showheader","text":"\u2022 showHeader ? : boolean Inherited from KubeObjectListLayoutProps . showHeader Defined in src/renderer/components/item-object-list/item-list-layout.tsx:45","title":"Optional showHeader"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-sortingcallbacks","text":"\u2022 sortingCallbacks ? : object Inherited from KubeObjectListLayoutProps . sortingCallbacks Defined in src/renderer/components/item-object-list/item-list-layout.tsx:55","title":"Optional sortingCallbacks"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#store","text":"\u2022 store : KubeObjectStore Overrides void Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:12","title":"store"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-tableprops","text":"\u2022 tableProps ? : Partial\u2039 TableProps \u203a Inherited from KubeObjectListLayoutProps . tableProps Defined in src/renderer/components/item-object-list/item-list-layout.tsx:56","title":"Optional tableProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectlistlayoutprops/#optional-virtual","text":"\u2022 virtual ? : boolean Inherited from KubeObjectListLayoutProps . virtual Defined in src/renderer/components/item-object-list/item-list-layout.tsx:62","title":"Optional virtual"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/","text":"Interface: KubeObjectMenuProps \u2039 T \u203a # Type parameters # \u25aa T : KubeObject Hierarchy # \u21b3 MenuActionsProps \u21b3 KubeObjectMenuProps Index # Properties # className editable object removable removeConfirmationMessage toolbar triggerIcon Methods # removeAction updateAction Properties # Optional className # \u2022 className ? : string Inherited from MenuActionsProps . className Defined in src/renderer/components/menu/menu-actions.tsx:16 Optional editable # \u2022 editable ? : boolean Defined in src/renderer/components/kube-object/kube-object-menu.tsx:13 object # \u2022 object : T Defined in src/renderer/components/kube-object/kube-object-menu.tsx:12 Optional removable # \u2022 removable ? : boolean Defined in src/renderer/components/kube-object/kube-object-menu.tsx:14 Optional removeConfirmationMessage # \u2022 removeConfirmationMessage ? : React.ReactNode | function Inherited from MenuActionsProps . removeConfirmationMessage Defined in src/renderer/components/menu/menu-actions.tsx:19 Optional toolbar # \u2022 toolbar ? : boolean Inherited from MenuActionsProps . toolbar Defined in src/renderer/components/menu/menu-actions.tsx:17 Optional triggerIcon # \u2022 triggerIcon ? : string | IconProps | React.ReactNode Inherited from MenuActionsProps . triggerIcon Defined in src/renderer/components/menu/menu-actions.tsx:18 Methods # Optional removeAction # \u25b8 removeAction (): void Inherited from MenuActionsProps . removeAction Defined in src/renderer/components/menu/menu-actions.tsx:21 Returns: void Optional updateAction # \u25b8 updateAction (): void Inherited from MenuActionsProps . updateAction Defined in src/renderer/components/menu/menu-actions.tsx:20 Returns: void","title":"Interface: KubeObjectMenuProps \u2039**T**\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#interface-kubeobjectmenuprops-t","text":"","title":"Interface: KubeObjectMenuProps \u2039T\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#type-parameters","text":"\u25aa T : KubeObject","title":"Type parameters"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#hierarchy","text":"\u21b3 MenuActionsProps \u21b3 KubeObjectMenuProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#properties","text":"className editable object removable removeConfirmationMessage toolbar triggerIcon","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#methods","text":"removeAction updateAction","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#optional-classname","text":"\u2022 className ? : string Inherited from MenuActionsProps . className Defined in src/renderer/components/menu/menu-actions.tsx:16","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#optional-editable","text":"\u2022 editable ? : boolean Defined in src/renderer/components/kube-object/kube-object-menu.tsx:13","title":"Optional editable"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#object","text":"\u2022 object : T Defined in src/renderer/components/kube-object/kube-object-menu.tsx:12","title":"object"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#optional-removable","text":"\u2022 removable ? : boolean Defined in src/renderer/components/kube-object/kube-object-menu.tsx:14","title":"Optional removable"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#optional-removeconfirmationmessage","text":"\u2022 removeConfirmationMessage ? : React.ReactNode | function Inherited from MenuActionsProps . removeConfirmationMessage Defined in src/renderer/components/menu/menu-actions.tsx:19","title":"Optional removeConfirmationMessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#optional-toolbar","text":"\u2022 toolbar ? : boolean Inherited from MenuActionsProps . toolbar Defined in src/renderer/components/menu/menu-actions.tsx:17","title":"Optional toolbar"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#optional-triggericon","text":"\u2022 triggerIcon ? : string | IconProps | React.ReactNode Inherited from MenuActionsProps . triggerIcon Defined in src/renderer/components/menu/menu-actions.tsx:18","title":"Optional triggerIcon"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#optional-removeaction","text":"\u25b8 removeAction (): void Inherited from MenuActionsProps . removeAction Defined in src/renderer/components/menu/menu-actions.tsx:21 Returns: void","title":"Optional removeAction"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmenuprops/#optional-updateaction","text":"\u25b8 updateAction (): void Inherited from MenuActionsProps . updateAction Defined in src/renderer/components/menu/menu-actions.tsx:20 Returns: void","title":"Optional updateAction"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmetaprops/","text":"Interface: KubeObjectMetaProps # Hierarchy # KubeObjectMetaProps Index # Properties # hideFields object Properties # Optional hideFields # \u2022 hideFields ? : IKubeMetaField[] Defined in src/renderer/components/kube-object/kube-object-meta.tsx:12 object # \u2022 object : KubeObject Defined in src/renderer/components/kube-object/kube-object-meta.tsx:11","title":"Interface: KubeObjectMetaProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmetaprops/#interface-kubeobjectmetaprops","text":"","title":"Interface: KubeObjectMetaProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmetaprops/#hierarchy","text":"KubeObjectMetaProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmetaprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmetaprops/#properties","text":"hideFields object","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmetaprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmetaprops/#optional-hidefields","text":"\u2022 hideFields ? : IKubeMetaField[] Defined in src/renderer/components/kube-object/kube-object-meta.tsx:12","title":"Optional hideFields"},{"location":"extensions/api/interfaces/_renderer_api_components_.kubeobjectmetaprops/#object","text":"\u2022 object : KubeObject Defined in src/renderer/components/kube-object/kube-object-meta.tsx:11","title":"object"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/","text":"Interface: LineProgressProps # Hierarchy # HTMLProps\u2039any\u203a TooltipDecoratorProps \u21b3 LineProgressProps Index # Properties # about accept acceptCharset accessKey action allowFullScreen allowTransparency alt aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext as async autoCapitalize autoComplete autoCorrect autoFocus autoPlay autoSave capture cellPadding cellSpacing challenge charSet checked checkedLink children cite classID className colSpan color cols content contentEditable contextMenu controls coords crossOrigin dangerouslySetInnerHTML data datatype dateTime default defaultChecked defaultValue defer dir disabled download draggable encType form formAction formEncType formMethod formNoValidate formTarget frameBorder headers height hidden high href hrefLang htmlFor httpEquiv id inlist inputMode integrity is itemID itemProp itemRef itemScope itemType key keyParams keyType kind label lang list loop low manifest marginHeight marginWidth max maxLength media mediaGroup method min minLength multiple muted name noValidate nonce onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture open optimum pattern placeholder playsInline poster precise prefix preload property radioGroup readOnly ref rel required resource results reversed role rowSpan rows sandbox scope scoped scrolling seamless security selected shape size sizes slot span spellCheck src srcDoc srcLang srcSet start step style summary suppressContentEditableWarning suppressHydrationWarning tabIndex target title tooltip tooltipOverrideDisabled translate type typeof unselectable useMap value valueLink vocab width wmode wrap Properties # Optional about # \u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775 Optional accept # \u2022 accept ? : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813 Optional acceptCharset # \u2022 acceptCharset ? : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814 Optional accessKey # \u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 Optional action # \u2022 action ? : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815 Optional allowFullScreen # \u2022 allowFullScreen ? : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816 Optional allowTransparency # \u2022 allowTransparency ? : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817 Optional alt # \u2022 alt ? : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818 Optional aria-activedescendant # \u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Optional aria-atomic # \u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. Optional aria-autocomplete # \u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made. Optional aria-busy # \u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. Optional aria-checked # \u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Optional aria-colcount # \u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Optional aria-colindex # \u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan. Optional aria-colspan # \u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Optional aria-controls # \u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Optional aria-current # \u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements. Optional aria-describedby # \u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby Optional aria-details # \u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Optional aria-disabled # \u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Optional aria-dropeffect # \u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Optional aria-errormessage # \u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Optional aria-expanded # \u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Optional aria-flowto # \u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order. Optional aria-grabbed # \u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Optional aria-haspopup # \u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Optional aria-hidden # \u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled. Optional aria-invalid # \u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Optional aria-keyshortcuts # \u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Optional aria-label # \u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. Optional aria-labelledby # \u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby. Optional aria-level # \u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. Optional aria-live # \u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. Optional aria-modal # \u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. Optional aria-multiline # \u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line. Optional aria-multiselectable # \u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants. Optional aria-orientation # \u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Optional aria-owns # \u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls. Optional aria-placeholder # \u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. Optional aria-posinset # \u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize. Optional aria-pressed # \u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Optional aria-readonly # \u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Optional aria-relevant # \u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Optional aria-required # \u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted. Optional aria-roledescription # \u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element. Optional aria-rowcount # \u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Optional aria-rowindex # \u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan. Optional aria-rowspan # \u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Optional aria-selected # \u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Optional aria-setsize # \u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset. Optional aria-sort # \u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order. Optional aria-valuemax # \u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. Optional aria-valuemin # \u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. Optional aria-valuenow # \u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. Optional aria-valuetext # \u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget. Optional as # \u2022 as ? : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819 Optional async # \u2022 async ? : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820 Optional autoCapitalize # \u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 Optional autoComplete # \u2022 autoComplete ? : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821 Optional autoCorrect # \u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 Optional autoFocus # \u2022 autoFocus ? : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822 Optional autoPlay # \u2022 autoPlay ? : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823 Optional autoSave # \u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 Optional capture # \u2022 capture ? : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824 Optional cellPadding # \u2022 cellPadding ? : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825 Optional cellSpacing # \u2022 cellSpacing ? : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826 Optional challenge # \u2022 challenge ? : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828 Optional charSet # \u2022 charSet ? : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827 Optional checked # \u2022 checked ? : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829 Optional checkedLink # \u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional cite # \u2022 cite ? : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830 Optional classID # \u2022 classID ? : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831 Optional className # \u2022 className ? : any Overrides ButtonProps . className Defined in src/renderer/components/line-progress/line-progress.tsx:10 Optional colSpan # \u2022 colSpan ? : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833 Optional color # \u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788 Optional cols # \u2022 cols ? : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832 Optional content # \u2022 content ? : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834 Optional contentEditable # \u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 Optional contextMenu # \u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 Optional controls # \u2022 controls ? : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835 Optional coords # \u2022 coords ? : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836 Optional crossOrigin # \u2022 crossOrigin ? : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional data # \u2022 data ? : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838 Optional datatype # \u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 Optional dateTime # \u2022 dateTime ? : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839 Optional default # \u2022 default ? : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840 Optional defaultChecked # \u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 Optional defaultValue # \u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 Optional defer # \u2022 defer ? : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841 Optional dir # \u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755 Optional disabled # \u2022 disabled ? : boolean Inherited from LineProgressProps . disabled Defined in node_modules/@types/react/index.d.ts:1842 Optional download # \u2022 download ? : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843 Optional draggable # \u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 Optional encType # \u2022 encType ? : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844 Optional form # \u2022 form ? : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845 Optional formAction # \u2022 formAction ? : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846 Optional formEncType # \u2022 formEncType ? : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847 Optional formMethod # \u2022 formMethod ? : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848 Optional formNoValidate # \u2022 formNoValidate ? : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849 Optional formTarget # \u2022 formTarget ? : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850 Optional frameBorder # \u2022 frameBorder ? : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851 Optional headers # \u2022 headers ? : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852 Optional height # \u2022 height ? : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853 Optional hidden # \u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 Optional high # \u2022 high ? : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854 Optional href # \u2022 href ? : string Inherited from LineProgressProps . href Defined in node_modules/@types/react/index.d.ts:1855 Optional hrefLang # \u2022 hrefLang ? : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856 Optional htmlFor # \u2022 htmlFor ? : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857 Optional httpEquiv # \u2022 httpEquiv ? : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858 Optional id # \u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758 Optional inlist # \u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 Optional inputMode # \u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute Optional integrity # \u2022 integrity ? : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859 Optional is # \u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is Optional itemID # \u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 Optional itemProp # \u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 Optional itemRef # \u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 Optional itemScope # \u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 Optional itemType # \u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 Optional key # \u2022 key ? : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139 Optional keyParams # \u2022 keyParams ? : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860 Optional keyType # \u2022 keyType ? : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861 Optional kind # \u2022 kind ? : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862 Optional label # \u2022 label ? : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863 Optional lang # \u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759 Optional list # \u2022 list ? : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864 Optional loop # \u2022 loop ? : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865 Optional low # \u2022 low ? : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866 Optional manifest # \u2022 manifest ? : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867 Optional marginHeight # \u2022 marginHeight ? : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868 Optional marginWidth # \u2022 marginWidth ? : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869 Optional max # \u2022 max ? : number Overrides MenuItemProps . max Defined in src/renderer/components/line-progress/line-progress.tsx:9 Optional maxLength # \u2022 maxLength ? : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871 Optional media # \u2022 media ? : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872 Optional mediaGroup # \u2022 mediaGroup ? : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873 Optional method # \u2022 method ? : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874 Optional min # \u2022 min ? : number Overrides MenuItemProps . min Defined in src/renderer/components/line-progress/line-progress.tsx:8 Optional minLength # \u2022 minLength ? : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876 Optional multiple # \u2022 multiple ? : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877 Optional muted # \u2022 muted ? : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878 Optional name # \u2022 name ? : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879 Optional noValidate # \u2022 noValidate ? : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881 Optional nonce # \u2022 nonce ? : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional open # \u2022 open ? : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882 Optional optimum # \u2022 optimum ? : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883 Optional pattern # \u2022 pattern ? : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884 Optional placeholder # \u2022 placeholder ? : string Inherited from LineProgressProps . placeholder Overrides ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885 Optional playsInline # \u2022 playsInline ? : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886 Optional poster # \u2022 poster ? : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887 Optional precise # \u2022 precise ? : number Defined in src/renderer/components/line-progress/line-progress.tsx:11 Optional prefix # \u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 Optional preload # \u2022 preload ? : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888 Optional property # \u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779 Optional radioGroup # \u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 Optional readOnly # \u2022 readOnly ? : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889 Optional ref # \u2022 ref ? : LegacyRef\u2039any\u203a Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145 Optional rel # \u2022 rel ? : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890 Optional required # \u2022 required ? : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891 Optional resource # \u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780 Optional results # \u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794 Optional reversed # \u2022 reversed ? : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892 Optional role # \u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772 Optional rowSpan # \u2022 rowSpan ? : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894 Optional rows # \u2022 rows ? : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893 Optional sandbox # \u2022 sandbox ? : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895 Optional scope # \u2022 scope ? : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896 Optional scoped # \u2022 scoped ? : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897 Optional scrolling # \u2022 scrolling ? : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898 Optional seamless # \u2022 seamless ? : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899 Optional security # \u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795 Optional selected # \u2022 selected ? : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900 Optional shape # \u2022 shape ? : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901 Optional size # \u2022 size ? : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902 Optional sizes # \u2022 sizes ? : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903 Optional slot # \u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761 Optional span # \u2022 span ? : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904 Optional spellCheck # \u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 Optional src # \u2022 src ? : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905 Optional srcDoc # \u2022 srcDoc ? : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906 Optional srcLang # \u2022 srcLang ? : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907 Optional srcSet # \u2022 srcSet ? : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908 Optional start # \u2022 start ? : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909 Optional step # \u2022 step ? : number | string Inherited from LineProgressProps . step Defined in node_modules/@types/react/index.d.ts:1910 Optional style # \u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763 Optional summary # \u2022 summary ? : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911 Optional suppressContentEditableWarning # \u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 Optional suppressHydrationWarning # \u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 Optional tabIndex # \u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 Optional target # \u2022 target ? : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912 Optional title # \u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765 Optional tooltip # \u2022 tooltip ? : ReactNode | Omit\u2039 TooltipProps , \"targetId\"\u203a Inherited from ButtonProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10 Optional tooltipOverrideDisabled # \u2022 tooltipOverrideDisabled ? : boolean Inherited from ButtonProps . tooltipOverrideDisabled Defined in src/renderer/components/tooltip/withTooltip.tsx:15 forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\" Optional translate # \u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766 Optional type # \u2022 type ? : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913 Optional typeof # \u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 Optional unselectable # \u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 Optional useMap # \u2022 useMap ? : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914 value # \u2022 value : number Overrides MenuItemProps . value Defined in src/renderer/components/line-progress/line-progress.tsx:7 Optional valueLink # \u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 Optional vocab # \u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782 Optional width # \u2022 width ? : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916 Optional wmode # \u2022 wmode ? : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917 Optional wrap # \u2022 wrap ? : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"Interface: LineProgressProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#interface-lineprogressprops","text":"","title":"Interface: LineProgressProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#hierarchy","text":"HTMLProps\u2039any\u203a TooltipDecoratorProps \u21b3 LineProgressProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#properties","text":"about accept acceptCharset accessKey action allowFullScreen allowTransparency alt aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext as async autoCapitalize autoComplete autoCorrect autoFocus autoPlay autoSave capture cellPadding cellSpacing challenge charSet checked checkedLink children cite classID className colSpan color cols content contentEditable contextMenu controls coords crossOrigin dangerouslySetInnerHTML data datatype dateTime default defaultChecked defaultValue defer dir disabled download draggable encType form formAction formEncType formMethod formNoValidate formTarget frameBorder headers height hidden high href hrefLang htmlFor httpEquiv id inlist inputMode integrity is itemID itemProp itemRef itemScope itemType key keyParams keyType kind label lang list loop low manifest marginHeight marginWidth max maxLength media mediaGroup method min minLength multiple muted name noValidate nonce onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture open optimum pattern placeholder playsInline poster precise prefix preload property radioGroup readOnly ref rel required resource results reversed role rowSpan rows sandbox scope scoped scrolling seamless security selected shape size sizes slot span spellCheck src srcDoc srcLang srcSet start step style summary suppressContentEditableWarning suppressHydrationWarning tabIndex target title tooltip tooltipOverrideDisabled translate type typeof unselectable useMap value valueLink vocab width wmode wrap","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-about","text":"\u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"Optional about"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-accept","text":"\u2022 accept ? : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813","title":"Optional accept"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-acceptcharset","text":"\u2022 acceptCharset ? : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814","title":"Optional acceptCharset"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-accesskey","text":"\u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"Optional accessKey"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-action","text":"\u2022 action ? : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815","title":"Optional action"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-allowfullscreen","text":"\u2022 allowFullScreen ? : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816","title":"Optional allowFullScreen"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-allowtransparency","text":"\u2022 allowTransparency ? : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817","title":"Optional allowTransparency"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-alt","text":"\u2022 alt ? : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818","title":"Optional alt"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-activedescendant","text":"\u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"Optional aria-activedescendant"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-atomic","text":"\u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.","title":"Optional aria-atomic"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-autocomplete","text":"\u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.","title":"Optional aria-autocomplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-busy","text":"\u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.","title":"Optional aria-busy"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-checked","text":"\u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected.","title":"Optional aria-checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-colcount","text":"\u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"Optional aria-colcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-colindex","text":"\u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan.","title":"Optional aria-colindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-colspan","text":"\u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan.","title":"Optional aria-colspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-controls","text":"\u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns.","title":"Optional aria-controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-current","text":"\u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements.","title":"Optional aria-current"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-describedby","text":"\u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby","title":"Optional aria-describedby"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-details","text":"\u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"Optional aria-details"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-disabled","text":"\u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly.","title":"Optional aria-disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-dropeffect","text":"\u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1","title":"Optional aria-dropeffect"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-errormessage","text":"\u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"Optional aria-errormessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-expanded","text":"\u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"Optional aria-expanded"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-flowto","text":"\u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.","title":"Optional aria-flowto"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-grabbed","text":"\u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"Optional aria-grabbed"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-haspopup","text":"\u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.","title":"Optional aria-haspopup"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-hidden","text":"\u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"Optional aria-hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-invalid","text":"\u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"Optional aria-invalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-keyshortcuts","text":"\u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"Optional aria-keyshortcuts"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-label","text":"\u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby.","title":"Optional aria-label"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-labelledby","text":"\u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"Optional aria-labelledby"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-level","text":"\u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"Optional aria-level"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-live","text":"\u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.","title":"Optional aria-live"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-modal","text":"\u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"Optional aria-modal"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-multiline","text":"\u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line.","title":"Optional aria-multiline"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-multiselectable","text":"\u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants.","title":"Optional aria-multiselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-orientation","text":"\u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"Optional aria-orientation"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-owns","text":"\u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls.","title":"Optional aria-owns"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-placeholder","text":"\u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.","title":"Optional aria-placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-posinset","text":"\u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize.","title":"Optional aria-posinset"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-pressed","text":"\u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"Optional aria-pressed"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-readonly","text":"\u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"Optional aria-readonly"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-relevant","text":"\u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic.","title":"Optional aria-relevant"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-required","text":"\u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted.","title":"Optional aria-required"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-roledescription","text":"\u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element.","title":"Optional aria-roledescription"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-rowcount","text":"\u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"Optional aria-rowcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-rowindex","text":"\u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan.","title":"Optional aria-rowindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-rowspan","text":"\u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan.","title":"Optional aria-rowspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-selected","text":"\u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"Optional aria-selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-setsize","text":"\u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset.","title":"Optional aria-setsize"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-sort","text":"\u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order.","title":"Optional aria-sort"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-valuemax","text":"\u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"Optional aria-valuemax"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-valuemin","text":"\u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"Optional aria-valuemin"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-valuenow","text":"\u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"Optional aria-valuenow"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-aria-valuetext","text":"\u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget.","title":"Optional aria-valuetext"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-as","text":"\u2022 as ? : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819","title":"Optional as"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-async","text":"\u2022 async ? : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820","title":"Optional async"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-autocapitalize","text":"\u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"Optional autoCapitalize"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-autocomplete","text":"\u2022 autoComplete ? : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821","title":"Optional autoComplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-autocorrect","text":"\u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"Optional autoCorrect"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-autofocus","text":"\u2022 autoFocus ? : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822","title":"Optional autoFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-autoplay","text":"\u2022 autoPlay ? : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823","title":"Optional autoPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-autosave","text":"\u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"Optional autoSave"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-capture","text":"\u2022 capture ? : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824","title":"Optional capture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-cellpadding","text":"\u2022 cellPadding ? : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825","title":"Optional cellPadding"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-cellspacing","text":"\u2022 cellSpacing ? : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826","title":"Optional cellSpacing"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-challenge","text":"\u2022 challenge ? : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828","title":"Optional challenge"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-charset","text":"\u2022 charSet ? : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827","title":"Optional charSet"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-checked","text":"\u2022 checked ? : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829","title":"Optional checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-checkedlink","text":"\u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"Optional checkedLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-cite","text":"\u2022 cite ? : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830","title":"Optional cite"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-classid","text":"\u2022 classID ? : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831","title":"Optional classID"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-classname","text":"\u2022 className ? : any Overrides ButtonProps . className Defined in src/renderer/components/line-progress/line-progress.tsx:10","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-colspan","text":"\u2022 colSpan ? : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833","title":"Optional colSpan"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-color","text":"\u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"Optional color"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-cols","text":"\u2022 cols ? : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832","title":"Optional cols"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-content","text":"\u2022 content ? : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834","title":"Optional content"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-contenteditable","text":"\u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"Optional contentEditable"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-contextmenu","text":"\u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"Optional contextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-controls","text":"\u2022 controls ? : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835","title":"Optional controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-coords","text":"\u2022 coords ? : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836","title":"Optional coords"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-crossorigin","text":"\u2022 crossOrigin ? : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837","title":"Optional crossOrigin"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-data","text":"\u2022 data ? : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838","title":"Optional data"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-datatype","text":"\u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"Optional datatype"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-datetime","text":"\u2022 dateTime ? : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839","title":"Optional dateTime"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-default","text":"\u2022 default ? : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840","title":"Optional default"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-defaultchecked","text":"\u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"Optional defaultChecked"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-defaultvalue","text":"\u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"Optional defaultValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-defer","text":"\u2022 defer ? : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841","title":"Optional defer"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-dir","text":"\u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"Optional dir"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-disabled","text":"\u2022 disabled ? : boolean Inherited from LineProgressProps . disabled Defined in node_modules/@types/react/index.d.ts:1842","title":"Optional disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-download","text":"\u2022 download ? : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843","title":"Optional download"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-draggable","text":"\u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"Optional draggable"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-enctype","text":"\u2022 encType ? : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844","title":"Optional encType"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-form","text":"\u2022 form ? : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845","title":"Optional form"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-formaction","text":"\u2022 formAction ? : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846","title":"Optional formAction"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-formenctype","text":"\u2022 formEncType ? : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847","title":"Optional formEncType"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-formmethod","text":"\u2022 formMethod ? : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848","title":"Optional formMethod"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-formnovalidate","text":"\u2022 formNoValidate ? : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849","title":"Optional formNoValidate"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-formtarget","text":"\u2022 formTarget ? : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850","title":"Optional formTarget"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-frameborder","text":"\u2022 frameBorder ? : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851","title":"Optional frameBorder"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-headers","text":"\u2022 headers ? : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852","title":"Optional headers"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-height","text":"\u2022 height ? : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853","title":"Optional height"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-hidden","text":"\u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"Optional hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-high","text":"\u2022 high ? : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854","title":"Optional high"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-href","text":"\u2022 href ? : string Inherited from LineProgressProps . href Defined in node_modules/@types/react/index.d.ts:1855","title":"Optional href"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-hreflang","text":"\u2022 hrefLang ? : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856","title":"Optional hrefLang"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-htmlfor","text":"\u2022 htmlFor ? : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857","title":"Optional htmlFor"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-httpequiv","text":"\u2022 httpEquiv ? : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858","title":"Optional httpEquiv"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-id","text":"\u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-inlist","text":"\u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"Optional inlist"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-inputmode","text":"\u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute","title":"Optional inputMode"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-integrity","text":"\u2022 integrity ? : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859","title":"Optional integrity"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-is","text":"\u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is","title":"Optional is"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-itemid","text":"\u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"Optional itemID"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-itemprop","text":"\u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"Optional itemProp"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-itemref","text":"\u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"Optional itemRef"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-itemscope","text":"\u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"Optional itemScope"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-itemtype","text":"\u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"Optional itemType"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-key","text":"\u2022 key ? : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139","title":"Optional key"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-keyparams","text":"\u2022 keyParams ? : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860","title":"Optional keyParams"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-keytype","text":"\u2022 keyType ? : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861","title":"Optional keyType"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-kind","text":"\u2022 kind ? : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862","title":"Optional kind"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-label","text":"\u2022 label ? : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863","title":"Optional label"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-lang","text":"\u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"Optional lang"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-list","text":"\u2022 list ? : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864","title":"Optional list"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-loop","text":"\u2022 loop ? : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865","title":"Optional loop"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-low","text":"\u2022 low ? : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866","title":"Optional low"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-manifest","text":"\u2022 manifest ? : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867","title":"Optional manifest"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-marginheight","text":"\u2022 marginHeight ? : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868","title":"Optional marginHeight"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-marginwidth","text":"\u2022 marginWidth ? : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869","title":"Optional marginWidth"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-max","text":"\u2022 max ? : number Overrides MenuItemProps . max Defined in src/renderer/components/line-progress/line-progress.tsx:9","title":"Optional max"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-maxlength","text":"\u2022 maxLength ? : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871","title":"Optional maxLength"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-media","text":"\u2022 media ? : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872","title":"Optional media"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-mediagroup","text":"\u2022 mediaGroup ? : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873","title":"Optional mediaGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-method","text":"\u2022 method ? : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874","title":"Optional method"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-min","text":"\u2022 min ? : number Overrides MenuItemProps . min Defined in src/renderer/components/line-progress/line-progress.tsx:8","title":"Optional min"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-minlength","text":"\u2022 minLength ? : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876","title":"Optional minLength"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-multiple","text":"\u2022 multiple ? : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877","title":"Optional multiple"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-muted","text":"\u2022 muted ? : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878","title":"Optional muted"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-name","text":"\u2022 name ? : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879","title":"Optional name"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-novalidate","text":"\u2022 noValidate ? : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881","title":"Optional noValidate"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-nonce","text":"\u2022 nonce ? : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880","title":"Optional nonce"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-open","text":"\u2022 open ? : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882","title":"Optional open"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-optimum","text":"\u2022 optimum ? : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883","title":"Optional optimum"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-pattern","text":"\u2022 pattern ? : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884","title":"Optional pattern"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-placeholder","text":"\u2022 placeholder ? : string Inherited from LineProgressProps . placeholder Overrides ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885","title":"Optional placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-playsinline","text":"\u2022 playsInline ? : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886","title":"Optional playsInline"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-poster","text":"\u2022 poster ? : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887","title":"Optional poster"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-precise","text":"\u2022 precise ? : number Defined in src/renderer/components/line-progress/line-progress.tsx:11","title":"Optional precise"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-prefix","text":"\u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"Optional prefix"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-preload","text":"\u2022 preload ? : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888","title":"Optional preload"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-property","text":"\u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"Optional property"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-radiogroup","text":"\u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"Optional radioGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-readonly","text":"\u2022 readOnly ? : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889","title":"Optional readOnly"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-ref","text":"\u2022 ref ? : LegacyRef\u2039any\u203a Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145","title":"Optional ref"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-rel","text":"\u2022 rel ? : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890","title":"Optional rel"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-required","text":"\u2022 required ? : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891","title":"Optional required"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-resource","text":"\u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"Optional resource"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-results","text":"\u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"Optional results"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-reversed","text":"\u2022 reversed ? : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892","title":"Optional reversed"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-role","text":"\u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"Optional role"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-rowspan","text":"\u2022 rowSpan ? : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894","title":"Optional rowSpan"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-rows","text":"\u2022 rows ? : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893","title":"Optional rows"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-sandbox","text":"\u2022 sandbox ? : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895","title":"Optional sandbox"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-scope","text":"\u2022 scope ? : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896","title":"Optional scope"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-scoped","text":"\u2022 scoped ? : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897","title":"Optional scoped"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-scrolling","text":"\u2022 scrolling ? : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898","title":"Optional scrolling"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-seamless","text":"\u2022 seamless ? : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899","title":"Optional seamless"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-security","text":"\u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"Optional security"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-selected","text":"\u2022 selected ? : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900","title":"Optional selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-shape","text":"\u2022 shape ? : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901","title":"Optional shape"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-size","text":"\u2022 size ? : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902","title":"Optional size"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-sizes","text":"\u2022 sizes ? : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903","title":"Optional sizes"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-slot","text":"\u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"Optional slot"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-span","text":"\u2022 span ? : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904","title":"Optional span"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-spellcheck","text":"\u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"Optional spellCheck"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-src","text":"\u2022 src ? : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905","title":"Optional src"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-srcdoc","text":"\u2022 srcDoc ? : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906","title":"Optional srcDoc"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-srclang","text":"\u2022 srcLang ? : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907","title":"Optional srcLang"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-srcset","text":"\u2022 srcSet ? : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908","title":"Optional srcSet"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-start","text":"\u2022 start ? : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909","title":"Optional start"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-step","text":"\u2022 step ? : number | string Inherited from LineProgressProps . step Defined in node_modules/@types/react/index.d.ts:1910","title":"Optional step"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-style","text":"\u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"Optional style"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-summary","text":"\u2022 summary ? : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911","title":"Optional summary"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-suppresscontenteditablewarning","text":"\u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"Optional suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-suppresshydrationwarning","text":"\u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"Optional suppressHydrationWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-tabindex","text":"\u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"Optional tabIndex"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-target","text":"\u2022 target ? : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912","title":"Optional target"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-title","text":"\u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"Optional title"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-tooltip","text":"\u2022 tooltip ? : ReactNode | Omit\u2039 TooltipProps , \"targetId\"\u203a Inherited from ButtonProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10","title":"Optional tooltip"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-tooltipoverridedisabled","text":"\u2022 tooltipOverrideDisabled ? : boolean Inherited from ButtonProps . tooltipOverrideDisabled Defined in src/renderer/components/tooltip/withTooltip.tsx:15 forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\"","title":"Optional tooltipOverrideDisabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-translate","text":"\u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"Optional translate"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-type","text":"\u2022 type ? : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913","title":"Optional type"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-typeof","text":"\u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"Optional typeof"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-unselectable","text":"\u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"Optional unselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-usemap","text":"\u2022 useMap ? : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914","title":"Optional useMap"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#value","text":"\u2022 value : number Overrides MenuItemProps . value Defined in src/renderer/components/line-progress/line-progress.tsx:7","title":"value"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-valuelink","text":"\u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"Optional valueLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-vocab","text":"\u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Optional vocab"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-width","text":"\u2022 width ? : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916","title":"Optional width"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-wmode","text":"\u2022 wmode ? : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917","title":"Optional wmode"},{"location":"extensions/api/interfaces/_renderer_api_components_.lineprogressprops/#optional-wrap","text":"\u2022 wrap ? : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"Optional wrap"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/","text":"Interface: MenuActionsProps # Hierarchy # object \u21b3 MenuActionsProps \u21b3 KubeObjectMenuProps Index # Properties # className removeConfirmationMessage toolbar triggerIcon Methods # removeAction updateAction Properties # Optional className # \u2022 className ? : string Defined in src/renderer/components/menu/menu-actions.tsx:16 Optional removeConfirmationMessage # \u2022 removeConfirmationMessage ? : React.ReactNode | function Defined in src/renderer/components/menu/menu-actions.tsx:19 Optional toolbar # \u2022 toolbar ? : boolean Defined in src/renderer/components/menu/menu-actions.tsx:17 Optional triggerIcon # \u2022 triggerIcon ? : string | IconProps | React.ReactNode Defined in src/renderer/components/menu/menu-actions.tsx:18 Methods # Optional removeAction # \u25b8 removeAction (): void Defined in src/renderer/components/menu/menu-actions.tsx:21 Returns: void Optional updateAction # \u25b8 updateAction (): void Defined in src/renderer/components/menu/menu-actions.tsx:20 Returns: void","title":"Interface: MenuActionsProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#interface-menuactionsprops","text":"","title":"Interface: MenuActionsProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#hierarchy","text":"object \u21b3 MenuActionsProps \u21b3 KubeObjectMenuProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#properties","text":"className removeConfirmationMessage toolbar triggerIcon","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#methods","text":"removeAction updateAction","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/menu/menu-actions.tsx:16","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#optional-removeconfirmationmessage","text":"\u2022 removeConfirmationMessage ? : React.ReactNode | function Defined in src/renderer/components/menu/menu-actions.tsx:19","title":"Optional removeConfirmationMessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#optional-toolbar","text":"\u2022 toolbar ? : boolean Defined in src/renderer/components/menu/menu-actions.tsx:17","title":"Optional toolbar"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#optional-triggericon","text":"\u2022 triggerIcon ? : string | IconProps | React.ReactNode Defined in src/renderer/components/menu/menu-actions.tsx:18","title":"Optional triggerIcon"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#optional-removeaction","text":"\u25b8 removeAction (): void Defined in src/renderer/components/menu/menu-actions.tsx:21 Returns: void","title":"Optional removeAction"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuactionsprops/#optional-updateaction","text":"\u25b8 updateAction (): void Defined in src/renderer/components/menu/menu-actions.tsx:20 Returns: void","title":"Optional updateAction"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/","text":"Interface: MenuItemProps # Hierarchy # HTMLProps\u2039any\u203a \u21b3 MenuItemProps Index # Properties # about accept acceptCharset accessKey action active allowFullScreen allowTransparency alt aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext as async autoCapitalize autoComplete autoCorrect autoFocus autoPlay autoSave capture cellPadding cellSpacing challenge charSet checked checkedLink children cite classID className colSpan color cols content contentEditable contextMenu controls coords crossOrigin dangerouslySetInnerHTML data datatype dateTime default defaultChecked defaultValue defer dir disabled download draggable encType form formAction formEncType formMethod formNoValidate formTarget frameBorder headers height hidden high href hrefLang htmlFor httpEquiv icon id inlist inputMode integrity is itemID itemProp itemRef itemScope itemType key keyParams keyType kind label lang list loop low manifest marginHeight marginWidth max maxLength media mediaGroup method min minLength multiple muted name noValidate nonce onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture open optimum pattern placeholder playsInline poster prefix preload property radioGroup readOnly ref rel required resource results reversed role rowSpan rows sandbox scope scoped scrolling seamless security selected shape size sizes slot spacer span spellCheck src srcDoc srcLang srcSet start step style summary suppressContentEditableWarning suppressHydrationWarning tabIndex target title translate type typeof unselectable useMap value valueLink vocab width wmode wrap Properties # Optional about # \u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775 Optional accept # \u2022 accept ? : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813 Optional acceptCharset # \u2022 acceptCharset ? : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814 Optional accessKey # \u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 Optional action # \u2022 action ? : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815 Optional active # \u2022 active ? : boolean Defined in src/renderer/components/menu/menu.tsx:275 Optional allowFullScreen # \u2022 allowFullScreen ? : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816 Optional allowTransparency # \u2022 allowTransparency ? : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817 Optional alt # \u2022 alt ? : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818 Optional aria-activedescendant # \u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Optional aria-atomic # \u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. Optional aria-autocomplete # \u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made. Optional aria-busy # \u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. Optional aria-checked # \u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Optional aria-colcount # \u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Optional aria-colindex # \u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan. Optional aria-colspan # \u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Optional aria-controls # \u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Optional aria-current # \u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements. Optional aria-describedby # \u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby Optional aria-details # \u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Optional aria-disabled # \u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Optional aria-dropeffect # \u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Optional aria-errormessage # \u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Optional aria-expanded # \u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Optional aria-flowto # \u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order. Optional aria-grabbed # \u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Optional aria-haspopup # \u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Optional aria-hidden # \u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled. Optional aria-invalid # \u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Optional aria-keyshortcuts # \u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Optional aria-label # \u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. Optional aria-labelledby # \u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby. Optional aria-level # \u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. Optional aria-live # \u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. Optional aria-modal # \u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. Optional aria-multiline # \u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line. Optional aria-multiselectable # \u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants. Optional aria-orientation # \u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Optional aria-owns # \u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls. Optional aria-placeholder # \u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. Optional aria-posinset # \u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize. Optional aria-pressed # \u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Optional aria-readonly # \u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Optional aria-relevant # \u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Optional aria-required # \u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted. Optional aria-roledescription # \u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element. Optional aria-rowcount # \u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Optional aria-rowindex # \u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan. Optional aria-rowspan # \u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Optional aria-selected # \u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Optional aria-setsize # \u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset. Optional aria-sort # \u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order. Optional aria-valuemax # \u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. Optional aria-valuemin # \u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. Optional aria-valuenow # \u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. Optional aria-valuetext # \u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget. Optional as # \u2022 as ? : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819 Optional async # \u2022 async ? : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820 Optional autoCapitalize # \u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 Optional autoComplete # \u2022 autoComplete ? : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821 Optional autoCorrect # \u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 Optional autoFocus # \u2022 autoFocus ? : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822 Optional autoPlay # \u2022 autoPlay ? : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823 Optional autoSave # \u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 Optional capture # \u2022 capture ? : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824 Optional cellPadding # \u2022 cellPadding ? : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825 Optional cellSpacing # \u2022 cellSpacing ? : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826 Optional challenge # \u2022 challenge ? : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828 Optional charSet # \u2022 charSet ? : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827 Optional checked # \u2022 checked ? : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829 Optional checkedLink # \u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional cite # \u2022 cite ? : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830 Optional classID # \u2022 classID ? : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831 Optional className # \u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752 Optional colSpan # \u2022 colSpan ? : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833 Optional color # \u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788 Optional cols # \u2022 cols ? : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832 Optional content # \u2022 content ? : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834 Optional contentEditable # \u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 Optional contextMenu # \u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 Optional controls # \u2022 controls ? : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835 Optional coords # \u2022 coords ? : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836 Optional crossOrigin # \u2022 crossOrigin ? : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional data # \u2022 data ? : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838 Optional datatype # \u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 Optional dateTime # \u2022 dateTime ? : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839 Optional default # \u2022 default ? : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840 Optional defaultChecked # \u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 Optional defaultValue # \u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 Optional defer # \u2022 defer ? : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841 Optional dir # \u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755 Optional disabled # \u2022 disabled ? : boolean Overrides LineProgressProps . disabled Defined in src/renderer/components/menu/menu.tsx:274 Optional download # \u2022 download ? : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843 Optional draggable # \u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 Optional encType # \u2022 encType ? : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844 Optional form # \u2022 form ? : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845 Optional formAction # \u2022 formAction ? : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846 Optional formEncType # \u2022 formEncType ? : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847 Optional formMethod # \u2022 formMethod ? : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848 Optional formNoValidate # \u2022 formNoValidate ? : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849 Optional formTarget # \u2022 formTarget ? : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850 Optional frameBorder # \u2022 frameBorder ? : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851 Optional headers # \u2022 headers ? : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852 Optional height # \u2022 height ? : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853 Optional hidden # \u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 Optional high # \u2022 high ? : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854 Optional href # \u2022 href ? : string Overrides LineProgressProps . href Defined in src/renderer/components/menu/menu.tsx:277 Optional hrefLang # \u2022 hrefLang ? : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856 Optional htmlFor # \u2022 htmlFor ? : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857 Optional httpEquiv # \u2022 httpEquiv ? : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858 Optional icon # \u2022 icon ? : string | Partial\u2039 IconProps \u203a Defined in src/renderer/components/menu/menu.tsx:273 Optional id # \u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758 Optional inlist # \u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 Optional inputMode # \u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute Optional integrity # \u2022 integrity ? : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859 Optional is # \u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is Optional itemID # \u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 Optional itemProp # \u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 Optional itemRef # \u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 Optional itemScope # \u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 Optional itemType # \u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 Optional key # \u2022 key ? : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139 Optional keyParams # \u2022 keyParams ? : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860 Optional keyType # \u2022 keyType ? : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861 Optional kind # \u2022 kind ? : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862 Optional label # \u2022 label ? : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863 Optional lang # \u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759 Optional list # \u2022 list ? : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864 Optional loop # \u2022 loop ? : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865 Optional low # \u2022 low ? : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866 Optional manifest # \u2022 manifest ? : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867 Optional marginHeight # \u2022 marginHeight ? : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868 Optional marginWidth # \u2022 marginWidth ? : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869 Optional max # \u2022 max ? : number | string Inherited from MenuItemProps . max Defined in node_modules/@types/react/index.d.ts:1870 Optional maxLength # \u2022 maxLength ? : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871 Optional media # \u2022 media ? : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872 Optional mediaGroup # \u2022 mediaGroup ? : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873 Optional method # \u2022 method ? : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874 Optional min # \u2022 min ? : number | string Inherited from MenuItemProps . min Defined in node_modules/@types/react/index.d.ts:1875 Optional minLength # \u2022 minLength ? : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876 Optional multiple # \u2022 multiple ? : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877 Optional muted # \u2022 muted ? : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878 Optional name # \u2022 name ? : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879 Optional noValidate # \u2022 noValidate ? : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881 Optional nonce # \u2022 nonce ? : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional open # \u2022 open ? : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882 Optional optimum # \u2022 optimum ? : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883 Optional pattern # \u2022 pattern ? : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884 Optional placeholder # \u2022 placeholder ? : string Inherited from LineProgressProps . placeholder Overrides ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885 Optional playsInline # \u2022 playsInline ? : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886 Optional poster # \u2022 poster ? : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887 Optional prefix # \u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 Optional preload # \u2022 preload ? : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888 Optional property # \u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779 Optional radioGroup # \u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 Optional readOnly # \u2022 readOnly ? : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889 Optional ref # \u2022 ref ? : LegacyRef\u2039any\u203a Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145 Optional rel # \u2022 rel ? : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890 Optional required # \u2022 required ? : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891 Optional resource # \u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780 Optional results # \u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794 Optional reversed # \u2022 reversed ? : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892 Optional role # \u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772 Optional rowSpan # \u2022 rowSpan ? : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894 Optional rows # \u2022 rows ? : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893 Optional sandbox # \u2022 sandbox ? : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895 Optional scope # \u2022 scope ? : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896 Optional scoped # \u2022 scoped ? : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897 Optional scrolling # \u2022 scrolling ? : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898 Optional seamless # \u2022 seamless ? : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899 Optional security # \u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795 Optional selected # \u2022 selected ? : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900 Optional shape # \u2022 shape ? : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901 Optional size # \u2022 size ? : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902 Optional sizes # \u2022 sizes ? : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903 Optional slot # \u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761 Optional spacer # \u2022 spacer ? : boolean Defined in src/renderer/components/menu/menu.tsx:276 Optional span # \u2022 span ? : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904 Optional spellCheck # \u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 Optional src # \u2022 src ? : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905 Optional srcDoc # \u2022 srcDoc ? : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906 Optional srcLang # \u2022 srcLang ? : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907 Optional srcSet # \u2022 srcSet ? : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908 Optional start # \u2022 start ? : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909 Optional step # \u2022 step ? : number | string Inherited from LineProgressProps . step Defined in node_modules/@types/react/index.d.ts:1910 Optional style # \u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763 Optional summary # \u2022 summary ? : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911 Optional suppressContentEditableWarning # \u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 Optional suppressHydrationWarning # \u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 Optional tabIndex # \u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 Optional target # \u2022 target ? : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912 Optional title # \u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765 Optional translate # \u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766 Optional type # \u2022 type ? : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913 Optional typeof # \u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 Optional unselectable # \u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 Optional useMap # \u2022 useMap ? : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914 Optional value # \u2022 value ? : string | string[] | number Inherited from MenuItemProps . value Defined in node_modules/@types/react/index.d.ts:1915 Optional valueLink # \u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 Optional vocab # \u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782 Optional width # \u2022 width ? : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916 Optional wmode # \u2022 wmode ? : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917 Optional wrap # \u2022 wrap ? : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"Interface: MenuItemProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#interface-menuitemprops","text":"","title":"Interface: MenuItemProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#hierarchy","text":"HTMLProps\u2039any\u203a \u21b3 MenuItemProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#properties","text":"about accept acceptCharset accessKey action active allowFullScreen allowTransparency alt aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext as async autoCapitalize autoComplete autoCorrect autoFocus autoPlay autoSave capture cellPadding cellSpacing challenge charSet checked checkedLink children cite classID className colSpan color cols content contentEditable contextMenu controls coords crossOrigin dangerouslySetInnerHTML data datatype dateTime default defaultChecked defaultValue defer dir disabled download draggable encType form formAction formEncType formMethod formNoValidate formTarget frameBorder headers height hidden high href hrefLang htmlFor httpEquiv icon id inlist inputMode integrity is itemID itemProp itemRef itemScope itemType key keyParams keyType kind label lang list loop low manifest marginHeight marginWidth max maxLength media mediaGroup method min minLength multiple muted name noValidate nonce onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture open optimum pattern placeholder playsInline poster prefix preload property radioGroup readOnly ref rel required resource results reversed role rowSpan rows sandbox scope scoped scrolling seamless security selected shape size sizes slot spacer span spellCheck src srcDoc srcLang srcSet start step style summary suppressContentEditableWarning suppressHydrationWarning tabIndex target title translate type typeof unselectable useMap value valueLink vocab width wmode wrap","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-about","text":"\u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"Optional about"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-accept","text":"\u2022 accept ? : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813","title":"Optional accept"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-acceptcharset","text":"\u2022 acceptCharset ? : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814","title":"Optional acceptCharset"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-accesskey","text":"\u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"Optional accessKey"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-action","text":"\u2022 action ? : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815","title":"Optional action"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-active","text":"\u2022 active ? : boolean Defined in src/renderer/components/menu/menu.tsx:275","title":"Optional active"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-allowfullscreen","text":"\u2022 allowFullScreen ? : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816","title":"Optional allowFullScreen"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-allowtransparency","text":"\u2022 allowTransparency ? : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817","title":"Optional allowTransparency"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-alt","text":"\u2022 alt ? : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818","title":"Optional alt"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-activedescendant","text":"\u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"Optional aria-activedescendant"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-atomic","text":"\u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.","title":"Optional aria-atomic"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-autocomplete","text":"\u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.","title":"Optional aria-autocomplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-busy","text":"\u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.","title":"Optional aria-busy"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-checked","text":"\u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected.","title":"Optional aria-checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-colcount","text":"\u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"Optional aria-colcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-colindex","text":"\u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan.","title":"Optional aria-colindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-colspan","text":"\u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan.","title":"Optional aria-colspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-controls","text":"\u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns.","title":"Optional aria-controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-current","text":"\u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements.","title":"Optional aria-current"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-describedby","text":"\u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby","title":"Optional aria-describedby"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-details","text":"\u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"Optional aria-details"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-disabled","text":"\u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly.","title":"Optional aria-disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-dropeffect","text":"\u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1","title":"Optional aria-dropeffect"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-errormessage","text":"\u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"Optional aria-errormessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-expanded","text":"\u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"Optional aria-expanded"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-flowto","text":"\u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.","title":"Optional aria-flowto"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-grabbed","text":"\u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"Optional aria-grabbed"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-haspopup","text":"\u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.","title":"Optional aria-haspopup"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-hidden","text":"\u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"Optional aria-hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-invalid","text":"\u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"Optional aria-invalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-keyshortcuts","text":"\u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"Optional aria-keyshortcuts"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-label","text":"\u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby.","title":"Optional aria-label"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-labelledby","text":"\u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"Optional aria-labelledby"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-level","text":"\u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"Optional aria-level"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-live","text":"\u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.","title":"Optional aria-live"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-modal","text":"\u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"Optional aria-modal"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-multiline","text":"\u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line.","title":"Optional aria-multiline"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-multiselectable","text":"\u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants.","title":"Optional aria-multiselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-orientation","text":"\u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"Optional aria-orientation"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-owns","text":"\u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls.","title":"Optional aria-owns"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-placeholder","text":"\u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.","title":"Optional aria-placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-posinset","text":"\u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize.","title":"Optional aria-posinset"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-pressed","text":"\u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"Optional aria-pressed"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-readonly","text":"\u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"Optional aria-readonly"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-relevant","text":"\u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic.","title":"Optional aria-relevant"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-required","text":"\u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted.","title":"Optional aria-required"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-roledescription","text":"\u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element.","title":"Optional aria-roledescription"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-rowcount","text":"\u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"Optional aria-rowcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-rowindex","text":"\u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan.","title":"Optional aria-rowindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-rowspan","text":"\u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan.","title":"Optional aria-rowspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-selected","text":"\u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"Optional aria-selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-setsize","text":"\u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset.","title":"Optional aria-setsize"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-sort","text":"\u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order.","title":"Optional aria-sort"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-valuemax","text":"\u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"Optional aria-valuemax"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-valuemin","text":"\u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"Optional aria-valuemin"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-valuenow","text":"\u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"Optional aria-valuenow"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-aria-valuetext","text":"\u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget.","title":"Optional aria-valuetext"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-as","text":"\u2022 as ? : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819","title":"Optional as"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-async","text":"\u2022 async ? : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820","title":"Optional async"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-autocapitalize","text":"\u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"Optional autoCapitalize"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-autocomplete","text":"\u2022 autoComplete ? : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821","title":"Optional autoComplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-autocorrect","text":"\u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"Optional autoCorrect"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-autofocus","text":"\u2022 autoFocus ? : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822","title":"Optional autoFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-autoplay","text":"\u2022 autoPlay ? : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823","title":"Optional autoPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-autosave","text":"\u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"Optional autoSave"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-capture","text":"\u2022 capture ? : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824","title":"Optional capture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-cellpadding","text":"\u2022 cellPadding ? : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825","title":"Optional cellPadding"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-cellspacing","text":"\u2022 cellSpacing ? : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826","title":"Optional cellSpacing"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-challenge","text":"\u2022 challenge ? : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828","title":"Optional challenge"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-charset","text":"\u2022 charSet ? : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827","title":"Optional charSet"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-checked","text":"\u2022 checked ? : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829","title":"Optional checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-checkedlink","text":"\u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"Optional checkedLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-cite","text":"\u2022 cite ? : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830","title":"Optional cite"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-classid","text":"\u2022 classID ? : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831","title":"Optional classID"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-classname","text":"\u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-colspan","text":"\u2022 colSpan ? : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833","title":"Optional colSpan"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-color","text":"\u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"Optional color"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-cols","text":"\u2022 cols ? : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832","title":"Optional cols"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-content","text":"\u2022 content ? : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834","title":"Optional content"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-contenteditable","text":"\u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"Optional contentEditable"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-contextmenu","text":"\u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"Optional contextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-controls","text":"\u2022 controls ? : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835","title":"Optional controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-coords","text":"\u2022 coords ? : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836","title":"Optional coords"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-crossorigin","text":"\u2022 crossOrigin ? : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837","title":"Optional crossOrigin"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-data","text":"\u2022 data ? : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838","title":"Optional data"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-datatype","text":"\u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"Optional datatype"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-datetime","text":"\u2022 dateTime ? : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839","title":"Optional dateTime"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-default","text":"\u2022 default ? : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840","title":"Optional default"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-defaultchecked","text":"\u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"Optional defaultChecked"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-defaultvalue","text":"\u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"Optional defaultValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-defer","text":"\u2022 defer ? : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841","title":"Optional defer"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-dir","text":"\u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"Optional dir"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-disabled","text":"\u2022 disabled ? : boolean Overrides LineProgressProps . disabled Defined in src/renderer/components/menu/menu.tsx:274","title":"Optional disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-download","text":"\u2022 download ? : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843","title":"Optional download"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-draggable","text":"\u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"Optional draggable"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-enctype","text":"\u2022 encType ? : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844","title":"Optional encType"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-form","text":"\u2022 form ? : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845","title":"Optional form"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-formaction","text":"\u2022 formAction ? : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846","title":"Optional formAction"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-formenctype","text":"\u2022 formEncType ? : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847","title":"Optional formEncType"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-formmethod","text":"\u2022 formMethod ? : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848","title":"Optional formMethod"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-formnovalidate","text":"\u2022 formNoValidate ? : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849","title":"Optional formNoValidate"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-formtarget","text":"\u2022 formTarget ? : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850","title":"Optional formTarget"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-frameborder","text":"\u2022 frameBorder ? : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851","title":"Optional frameBorder"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-headers","text":"\u2022 headers ? : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852","title":"Optional headers"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-height","text":"\u2022 height ? : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853","title":"Optional height"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-hidden","text":"\u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"Optional hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-high","text":"\u2022 high ? : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854","title":"Optional high"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-href","text":"\u2022 href ? : string Overrides LineProgressProps . href Defined in src/renderer/components/menu/menu.tsx:277","title":"Optional href"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-hreflang","text":"\u2022 hrefLang ? : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856","title":"Optional hrefLang"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-htmlfor","text":"\u2022 htmlFor ? : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857","title":"Optional htmlFor"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-httpequiv","text":"\u2022 httpEquiv ? : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858","title":"Optional httpEquiv"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-icon","text":"\u2022 icon ? : string | Partial\u2039 IconProps \u203a Defined in src/renderer/components/menu/menu.tsx:273","title":"Optional icon"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-id","text":"\u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-inlist","text":"\u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"Optional inlist"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-inputmode","text":"\u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute","title":"Optional inputMode"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-integrity","text":"\u2022 integrity ? : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859","title":"Optional integrity"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-is","text":"\u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is","title":"Optional is"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-itemid","text":"\u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"Optional itemID"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-itemprop","text":"\u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"Optional itemProp"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-itemref","text":"\u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"Optional itemRef"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-itemscope","text":"\u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"Optional itemScope"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-itemtype","text":"\u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"Optional itemType"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-key","text":"\u2022 key ? : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139","title":"Optional key"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-keyparams","text":"\u2022 keyParams ? : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860","title":"Optional keyParams"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-keytype","text":"\u2022 keyType ? : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861","title":"Optional keyType"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-kind","text":"\u2022 kind ? : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862","title":"Optional kind"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-label","text":"\u2022 label ? : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863","title":"Optional label"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-lang","text":"\u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"Optional lang"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-list","text":"\u2022 list ? : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864","title":"Optional list"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-loop","text":"\u2022 loop ? : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865","title":"Optional loop"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-low","text":"\u2022 low ? : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866","title":"Optional low"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-manifest","text":"\u2022 manifest ? : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867","title":"Optional manifest"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-marginheight","text":"\u2022 marginHeight ? : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868","title":"Optional marginHeight"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-marginwidth","text":"\u2022 marginWidth ? : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869","title":"Optional marginWidth"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-max","text":"\u2022 max ? : number | string Inherited from MenuItemProps . max Defined in node_modules/@types/react/index.d.ts:1870","title":"Optional max"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-maxlength","text":"\u2022 maxLength ? : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871","title":"Optional maxLength"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-media","text":"\u2022 media ? : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872","title":"Optional media"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-mediagroup","text":"\u2022 mediaGroup ? : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873","title":"Optional mediaGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-method","text":"\u2022 method ? : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874","title":"Optional method"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-min","text":"\u2022 min ? : number | string Inherited from MenuItemProps . min Defined in node_modules/@types/react/index.d.ts:1875","title":"Optional min"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-minlength","text":"\u2022 minLength ? : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876","title":"Optional minLength"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-multiple","text":"\u2022 multiple ? : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877","title":"Optional multiple"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-muted","text":"\u2022 muted ? : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878","title":"Optional muted"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-name","text":"\u2022 name ? : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879","title":"Optional name"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-novalidate","text":"\u2022 noValidate ? : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881","title":"Optional noValidate"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-nonce","text":"\u2022 nonce ? : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880","title":"Optional nonce"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-open","text":"\u2022 open ? : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882","title":"Optional open"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-optimum","text":"\u2022 optimum ? : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883","title":"Optional optimum"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-pattern","text":"\u2022 pattern ? : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884","title":"Optional pattern"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-placeholder","text":"\u2022 placeholder ? : string Inherited from LineProgressProps . placeholder Overrides ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885","title":"Optional placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-playsinline","text":"\u2022 playsInline ? : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886","title":"Optional playsInline"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-poster","text":"\u2022 poster ? : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887","title":"Optional poster"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-prefix","text":"\u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"Optional prefix"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-preload","text":"\u2022 preload ? : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888","title":"Optional preload"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-property","text":"\u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"Optional property"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-radiogroup","text":"\u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"Optional radioGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-readonly","text":"\u2022 readOnly ? : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889","title":"Optional readOnly"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-ref","text":"\u2022 ref ? : LegacyRef\u2039any\u203a Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145","title":"Optional ref"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-rel","text":"\u2022 rel ? : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890","title":"Optional rel"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-required","text":"\u2022 required ? : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891","title":"Optional required"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-resource","text":"\u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"Optional resource"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-results","text":"\u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"Optional results"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-reversed","text":"\u2022 reversed ? : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892","title":"Optional reversed"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-role","text":"\u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"Optional role"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-rowspan","text":"\u2022 rowSpan ? : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894","title":"Optional rowSpan"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-rows","text":"\u2022 rows ? : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893","title":"Optional rows"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-sandbox","text":"\u2022 sandbox ? : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895","title":"Optional sandbox"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-scope","text":"\u2022 scope ? : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896","title":"Optional scope"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-scoped","text":"\u2022 scoped ? : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897","title":"Optional scoped"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-scrolling","text":"\u2022 scrolling ? : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898","title":"Optional scrolling"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-seamless","text":"\u2022 seamless ? : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899","title":"Optional seamless"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-security","text":"\u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"Optional security"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-selected","text":"\u2022 selected ? : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900","title":"Optional selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-shape","text":"\u2022 shape ? : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901","title":"Optional shape"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-size","text":"\u2022 size ? : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902","title":"Optional size"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-sizes","text":"\u2022 sizes ? : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903","title":"Optional sizes"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-slot","text":"\u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"Optional slot"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-spacer","text":"\u2022 spacer ? : boolean Defined in src/renderer/components/menu/menu.tsx:276","title":"Optional spacer"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-span","text":"\u2022 span ? : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904","title":"Optional span"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-spellcheck","text":"\u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"Optional spellCheck"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-src","text":"\u2022 src ? : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905","title":"Optional src"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-srcdoc","text":"\u2022 srcDoc ? : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906","title":"Optional srcDoc"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-srclang","text":"\u2022 srcLang ? : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907","title":"Optional srcLang"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-srcset","text":"\u2022 srcSet ? : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908","title":"Optional srcSet"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-start","text":"\u2022 start ? : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909","title":"Optional start"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-step","text":"\u2022 step ? : number | string Inherited from LineProgressProps . step Defined in node_modules/@types/react/index.d.ts:1910","title":"Optional step"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-style","text":"\u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"Optional style"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-summary","text":"\u2022 summary ? : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911","title":"Optional summary"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-suppresscontenteditablewarning","text":"\u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"Optional suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-suppresshydrationwarning","text":"\u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"Optional suppressHydrationWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-tabindex","text":"\u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"Optional tabIndex"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-target","text":"\u2022 target ? : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912","title":"Optional target"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-title","text":"\u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"Optional title"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-translate","text":"\u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"Optional translate"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-type","text":"\u2022 type ? : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913","title":"Optional type"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-typeof","text":"\u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"Optional typeof"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-unselectable","text":"\u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"Optional unselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-usemap","text":"\u2022 useMap ? : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914","title":"Optional useMap"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-value","text":"\u2022 value ? : string | string[] | number Inherited from MenuItemProps . value Defined in node_modules/@types/react/index.d.ts:1915","title":"Optional value"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-valuelink","text":"\u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"Optional valueLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-vocab","text":"\u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Optional vocab"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-width","text":"\u2022 width ? : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916","title":"Optional width"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-wmode","text":"\u2022 wmode ? : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917","title":"Optional wmode"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuitemprops/#optional-wrap","text":"\u2022 wrap ? : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"Optional wrap"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuposition/","text":"Interface: MenuPosition # Hierarchy # MenuPosition Index # Properties # bottom left right top Properties # Optional bottom # \u2022 bottom ? : boolean Defined in src/renderer/components/menu/menu.tsx:17 Optional left # \u2022 left ? : boolean Defined in src/renderer/components/menu/menu.tsx:14 Optional right # \u2022 right ? : boolean Defined in src/renderer/components/menu/menu.tsx:16 Optional top # \u2022 top ? : boolean Defined in src/renderer/components/menu/menu.tsx:15","title":"Interface: MenuPosition"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuposition/#interface-menuposition","text":"","title":"Interface: MenuPosition"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuposition/#hierarchy","text":"MenuPosition","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuposition/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuposition/#properties","text":"bottom left right top","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuposition/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuposition/#optional-bottom","text":"\u2022 bottom ? : boolean Defined in src/renderer/components/menu/menu.tsx:17","title":"Optional bottom"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuposition/#optional-left","text":"\u2022 left ? : boolean Defined in src/renderer/components/menu/menu.tsx:14","title":"Optional left"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuposition/#optional-right","text":"\u2022 right ? : boolean Defined in src/renderer/components/menu/menu.tsx:16","title":"Optional right"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuposition/#optional-top","text":"\u2022 top ? : boolean Defined in src/renderer/components/menu/menu.tsx:15","title":"Optional top"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/","text":"Interface: MenuProps # Hierarchy # MenuProps Index # Properties # autoFocus children className closeOnClickItem closeOnClickOutside closeOnScroll htmlFor id isOpen position usePortal Methods # close open Properties # Optional autoFocus # \u2022 autoFocus ? : boolean Defined in src/renderer/components/menu/menu.tsx:27 Optional children # \u2022 children ? : ReactNode Defined in src/renderer/components/menu/menu.tsx:33 Optional className # \u2022 className ? : string Defined in src/renderer/components/menu/menu.tsx:25 Optional closeOnClickItem # \u2022 closeOnClickItem ? : boolean Defined in src/renderer/components/menu/menu.tsx:29 Optional closeOnClickOutside # \u2022 closeOnClickOutside ? : boolean Defined in src/renderer/components/menu/menu.tsx:30 Optional closeOnScroll # \u2022 closeOnScroll ? : boolean Defined in src/renderer/components/menu/menu.tsx:31 Optional htmlFor # \u2022 htmlFor ? : string Defined in src/renderer/components/menu/menu.tsx:26 Optional id # \u2022 id ? : string Defined in src/renderer/components/menu/menu.tsx:24 Optional isOpen # \u2022 isOpen ? : boolean Defined in src/renderer/components/menu/menu.tsx:21 Optional position # \u2022 position ? : MenuPosition Defined in src/renderer/components/menu/menu.tsx:32 Optional usePortal # \u2022 usePortal ? : boolean | HTMLElement Defined in src/renderer/components/menu/menu.tsx:28 Methods # close # \u25b8 close (): void Defined in src/renderer/components/menu/menu.tsx:23 Returns: void open # \u25b8 open (): void Defined in src/renderer/components/menu/menu.tsx:22 Returns: void","title":"Interface: MenuProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#interface-menuprops","text":"","title":"Interface: MenuProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#hierarchy","text":"MenuProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#properties","text":"autoFocus children className closeOnClickItem closeOnClickOutside closeOnScroll htmlFor id isOpen position usePortal","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#methods","text":"close open","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#optional-autofocus","text":"\u2022 autoFocus ? : boolean Defined in src/renderer/components/menu/menu.tsx:27","title":"Optional autoFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#optional-children","text":"\u2022 children ? : ReactNode Defined in src/renderer/components/menu/menu.tsx:33","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/menu/menu.tsx:25","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#optional-closeonclickitem","text":"\u2022 closeOnClickItem ? : boolean Defined in src/renderer/components/menu/menu.tsx:29","title":"Optional closeOnClickItem"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#optional-closeonclickoutside","text":"\u2022 closeOnClickOutside ? : boolean Defined in src/renderer/components/menu/menu.tsx:30","title":"Optional closeOnClickOutside"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#optional-closeonscroll","text":"\u2022 closeOnScroll ? : boolean Defined in src/renderer/components/menu/menu.tsx:31","title":"Optional closeOnScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#optional-htmlfor","text":"\u2022 htmlFor ? : string Defined in src/renderer/components/menu/menu.tsx:26","title":"Optional htmlFor"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#optional-id","text":"\u2022 id ? : string Defined in src/renderer/components/menu/menu.tsx:24","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#optional-isopen","text":"\u2022 isOpen ? : boolean Defined in src/renderer/components/menu/menu.tsx:21","title":"Optional isOpen"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#optional-position","text":"\u2022 position ? : MenuPosition Defined in src/renderer/components/menu/menu.tsx:32","title":"Optional position"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#optional-useportal","text":"\u2022 usePortal ? : boolean | HTMLElement Defined in src/renderer/components/menu/menu.tsx:28","title":"Optional usePortal"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#close","text":"\u25b8 close (): void Defined in src/renderer/components/menu/menu.tsx:23 Returns: void","title":"close"},{"location":"extensions/api/interfaces/_renderer_api_components_.menuprops/#open","text":"\u25b8 open (): void Defined in src/renderer/components/menu/menu.tsx:22 Returns: void","title":"open"},{"location":"extensions/api/interfaces/_renderer_api_components_.notification/","text":"Interface: Notification # Hierarchy # Notification Index # Properties # id message status timeout Properties # Optional id # \u2022 id ? : NotificationId Defined in src/renderer/components/notifications/notifications.store.ts:18 message # \u2022 message : NotificationMessage Defined in src/renderer/components/notifications/notifications.store.ts:19 Optional status # \u2022 status ? : NotificationStatus Defined in src/renderer/components/notifications/notifications.store.ts:20 Optional timeout # \u2022 timeout ? : number Defined in src/renderer/components/notifications/notifications.store.ts:21","title":"Interface: Notification"},{"location":"extensions/api/interfaces/_renderer_api_components_.notification/#interface-notification","text":"","title":"Interface: Notification"},{"location":"extensions/api/interfaces/_renderer_api_components_.notification/#hierarchy","text":"Notification","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.notification/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.notification/#properties","text":"id message status timeout","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.notification/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.notification/#optional-id","text":"\u2022 id ? : NotificationId Defined in src/renderer/components/notifications/notifications.store.ts:18","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.notification/#message","text":"\u2022 message : NotificationMessage Defined in src/renderer/components/notifications/notifications.store.ts:19","title":"message"},{"location":"extensions/api/interfaces/_renderer_api_components_.notification/#optional-status","text":"\u2022 status ? : NotificationStatus Defined in src/renderer/components/notifications/notifications.store.ts:20","title":"Optional status"},{"location":"extensions/api/interfaces/_renderer_api_components_.notification/#optional-timeout","text":"\u2022 timeout ? : number Defined in src/renderer/components/notifications/notifications.store.ts:21","title":"Optional timeout"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/","text":"Interface: PageLayoutProps # Hierarchy # DOMAttributes\u2039any\u203a \u21b3 PageLayoutProps Index # Properties # back children className contentClass contentGaps dangerouslySetInnerHTML header headerClass onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture provideBackButtonNavigation showOnTop Properties # Optional back # \u2022 back ? : function Defined in src/renderer/components/layout/page-layout.tsx:17 Type declaration: \u25b8 ( evt : MouseEvent | KeyboardEvent): void Parameters: Name Type evt MouseEvent | KeyboardEvent Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : IClassName Defined in src/renderer/components/layout/page-layout.tsx:10 Optional contentClass # \u2022 contentClass ? : IClassName Defined in src/renderer/components/layout/page-layout.tsx:13 Optional contentGaps # \u2022 contentGaps ? : boolean Defined in src/renderer/components/layout/page-layout.tsx:15 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string header # \u2022 header : React.ReactNode Defined in src/renderer/components/layout/page-layout.tsx:11 Optional headerClass # \u2022 headerClass ? : IClassName Defined in src/renderer/components/layout/page-layout.tsx:12 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional provideBackButtonNavigation # \u2022 provideBackButtonNavigation ? : boolean Defined in src/renderer/components/layout/page-layout.tsx:14 Optional showOnTop # \u2022 showOnTop ? : boolean Defined in src/renderer/components/layout/page-layout.tsx:16","title":"Interface: PageLayoutProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#interface-pagelayoutprops","text":"","title":"Interface: PageLayoutProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#hierarchy","text":"DOMAttributes\u2039any\u203a \u21b3 PageLayoutProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#properties","text":"back children className contentClass contentGaps dangerouslySetInnerHTML header headerClass onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture provideBackButtonNavigation showOnTop","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-back","text":"\u2022 back ? : function Defined in src/renderer/components/layout/page-layout.tsx:17","title":"Optional back"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-classname","text":"\u2022 className ? : IClassName Defined in src/renderer/components/layout/page-layout.tsx:10","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-contentclass","text":"\u2022 contentClass ? : IClassName Defined in src/renderer/components/layout/page-layout.tsx:13","title":"Optional contentClass"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-contentgaps","text":"\u2022 contentGaps ? : boolean Defined in src/renderer/components/layout/page-layout.tsx:15","title":"Optional contentGaps"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#header","text":"\u2022 header : React.ReactNode Defined in src/renderer/components/layout/page-layout.tsx:11","title":"header"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-headerclass","text":"\u2022 headerClass ? : IClassName Defined in src/renderer/components/layout/page-layout.tsx:12","title":"Optional headerClass"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-providebackbuttonnavigation","text":"\u2022 provideBackButtonNavigation ? : boolean Defined in src/renderer/components/layout/page-layout.tsx:14","title":"Optional provideBackButtonNavigation"},{"location":"extensions/api/interfaces/_renderer_api_components_.pagelayoutprops/#optional-showontop","text":"\u2022 showOnTop ? : boolean Defined in src/renderer/components/layout/page-layout.tsx:16","title":"Optional showOnTop"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/","text":"Interface: RadioGroupProps # Hierarchy # RadioGroupProps Index # Properties # asButtons className disabled value Methods # onChange Properties # Optional asButtons # \u2022 asButtons ? : boolean Defined in src/renderer/components/radio/radio.tsx:11 Optional className # \u2022 className ? : any Defined in src/renderer/components/radio/radio.tsx:9 Optional disabled # \u2022 disabled ? : boolean Defined in src/renderer/components/radio/radio.tsx:12 Optional value # \u2022 value ? : any Defined in src/renderer/components/radio/radio.tsx:10 Methods # Optional onChange # \u25b8 onChange ( value : string): void Defined in src/renderer/components/radio/radio.tsx:13 Parameters: Name Type value string Returns: void","title":"Interface: RadioGroupProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/#interface-radiogroupprops","text":"","title":"Interface: RadioGroupProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/#hierarchy","text":"RadioGroupProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/#properties","text":"asButtons className disabled value","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/#optional-asbuttons","text":"\u2022 asButtons ? : boolean Defined in src/renderer/components/radio/radio.tsx:11","title":"Optional asButtons"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/#optional-classname","text":"\u2022 className ? : any Defined in src/renderer/components/radio/radio.tsx:9","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/#optional-disabled","text":"\u2022 disabled ? : boolean Defined in src/renderer/components/radio/radio.tsx:12","title":"Optional disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/#optional-value","text":"\u2022 value ? : any Defined in src/renderer/components/radio/radio.tsx:10","title":"Optional value"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.radiogroupprops/#optional-onchange","text":"\u25b8 onChange ( value : string): void Defined in src/renderer/components/radio/radio.tsx:13 Parameters: Name Type value string Returns: void","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectoption/","text":"Interface: SelectOption \u2039 T \u203a # Type parameters # \u25aa T Hierarchy # SelectOption Index # Properties # label value Properties # Optional label # \u2022 label ? : React.ReactNode Defined in src/renderer/components/select/select.tsx:22 value # \u2022 value : T Defined in src/renderer/components/select/select.tsx:21","title":"Interface: SelectOption \u2039**T**\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectoption/#interface-selectoption-t","text":"","title":"Interface: SelectOption \u2039T\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectoption/#type-parameters","text":"\u25aa T","title":"Type parameters"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectoption/#hierarchy","text":"SelectOption","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectoption/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectoption/#properties","text":"label value","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectoption/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectoption/#optional-label","text":"\u2022 label ? : React.ReactNode Defined in src/renderer/components/select/select.tsx:22","title":"Optional label"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectoption/#value","text":"\u2022 value : T Defined in src/renderer/components/select/select.tsx:21","title":"value"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/","text":"Interface: SelectProps \u2039 T \u203a # Type parameters # \u25aa T Hierarchy # Props\u2039T\u203a CreatableProps\u2039T\u203a \u21b3 SelectProps Index # Properties # allowCreateWhileLoading aria-label aria-labelledby autoConvertOptions autoFocus backspaceRemovesValue blurInputOnSelect captureMenuScroll className classNamePrefix closeMenuOnScroll closeMenuOnSelect components controlShouldRenderValue createOptionPosition defaultInputValue defaultMenuIsOpen defaultValue delimiter escapeClearsValue filterOption formatCreateLabel formatGroupLabel formatOptionLabel getNewOptionData getOptionLabel getOptionValue hideSelectedOptions id inputId inputValue instanceId isClearable isCreatable isDisabled isLoading isMulti isOptionDisabled isOptionSelected isRtl isSearchable isValidNewOption loadingMessage maxMenuHeight menuClass menuIsOpen menuPlacement menuPortalTarget menuPosition menuShouldBlockScroll menuShouldScrollIntoView minMenuHeight name noOptionsMessage onBlur onCreateOption onFocus onInputChange onKeyDown onMenuClose onMenuOpen onMenuScrollToBottom onMenuScrollToTop openMenuOnClick openMenuOnFocus options pageSize placeholder screenReaderStatus styles tabIndex tabSelectsValue theme themeName value Methods # onChange Properties # Optional allowCreateWhileLoading # \u2022 allowCreateWhileLoading ? : boolean Inherited from SelectProps . allowCreateWhileLoading Defined in node_modules/@types/react-select/src/Creatable.d.ts:11 Optional aria-label # \u2022 aria-label ? : string Inherited from SelectProps . aria-label Defined in node_modules/@types/react-select/src/Select.d.ts:58 Optional aria-labelledby # \u2022 aria-labelledby ? : string Inherited from SelectProps . aria-labelledby Defined in node_modules/@types/react-select/src/Select.d.ts:60 Optional autoConvertOptions # \u2022 autoConvertOptions ? : boolean Defined in src/renderer/components/select/select.tsx:30 Optional autoFocus # \u2022 autoFocus ? : boolean Inherited from SelectProps . autoFocus Defined in node_modules/@types/react-select/src/Select.d.ts:62 Optional backspaceRemovesValue # \u2022 backspaceRemovesValue ? : boolean Inherited from SelectProps . backspaceRemovesValue Defined in node_modules/@types/react-select/src/Select.d.ts:64 Optional blurInputOnSelect # \u2022 blurInputOnSelect ? : boolean Inherited from SelectProps . blurInputOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:66 Optional captureMenuScroll # \u2022 captureMenuScroll ? : boolean Inherited from SelectProps . captureMenuScroll Defined in node_modules/@types/react-select/src/Select.d.ts:68 Optional className # \u2022 className ? : string Inherited from SelectProps . className Defined in node_modules/@types/react-select/src/Select.d.ts:70 Optional classNamePrefix # \u2022 classNamePrefix ? : string | null Inherited from SelectProps . classNamePrefix Defined in node_modules/@types/react-select/src/Select.d.ts:72 Optional closeMenuOnScroll # \u2022 closeMenuOnScroll ? : boolean | EventListener Inherited from SelectProps . closeMenuOnScroll Defined in node_modules/@types/react-select/src/Select.d.ts:87 Optional closeMenuOnSelect # \u2022 closeMenuOnSelect ? : boolean Inherited from SelectProps . closeMenuOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:74 Optional components # \u2022 components ? : SelectComponentsConfig\u2039T\u203a Inherited from SelectProps . components Defined in node_modules/@types/react-select/src/Select.d.ts:97 Optional controlShouldRenderValue # \u2022 controlShouldRenderValue ? : boolean Inherited from SelectProps . controlShouldRenderValue Defined in node_modules/@types/react-select/src/Select.d.ts:99 Optional createOptionPosition # \u2022 createOptionPosition ? : \"first\" | \"last\" Inherited from SelectProps . createOptionPosition Defined in node_modules/@types/react-select/src/Creatable.d.ts:26 Optional defaultInputValue # \u2022 defaultInputValue ? : string Inherited from SelectProps . defaultInputValue Defined in node_modules/@types/react-select/src/Select.d.ts:207 Optional defaultMenuIsOpen # \u2022 defaultMenuIsOpen ? : boolean Inherited from SelectProps . defaultMenuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:208 Optional defaultValue # \u2022 defaultValue ? : ValueType\u2039T\u203a Inherited from SelectProps . defaultValue Defined in node_modules/@types/react-select/src/Select.d.ts:209 Optional delimiter # \u2022 delimiter ? : string Inherited from SelectProps . delimiter Defined in node_modules/@types/react-select/src/Select.d.ts:101 Optional escapeClearsValue # \u2022 escapeClearsValue ? : boolean Inherited from SelectProps . escapeClearsValue Defined in node_modules/@types/react-select/src/Select.d.ts:103 Optional filterOption # \u2022 filterOption ? : function | null Inherited from SelectProps . filterOption Defined in node_modules/@types/react-select/src/Select.d.ts:105 Optional formatCreateLabel # \u2022 formatCreateLabel ? : function Inherited from SelectProps . formatCreateLabel Defined in node_modules/@types/react-select/src/Creatable.d.ts:14 Type declaration: \u25b8 ( inputValue : string): React.ReactNode Parameters: Name Type inputValue string Optional formatGroupLabel # \u2022 formatGroupLabel ? : formatGroupLabel \u2039T\u203a Inherited from SelectProps . formatGroupLabel Defined in node_modules/@types/react-select/src/Select.d.ts:110 Optional formatOptionLabel # \u2022 formatOptionLabel ? : function Inherited from SelectProps . formatOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:112 Type declaration: \u25b8 ( option : T, labelMeta : FormatOptionLabelMeta\u2039T\u203a): React.ReactNode Parameters: Name Type option T labelMeta FormatOptionLabelMeta\u2039T\u203a Optional getNewOptionData # \u2022 getNewOptionData ? : function Inherited from SelectProps . getNewOptionData Defined in node_modules/@types/react-select/src/Creatable.d.ts:20 Type declaration: \u25b8 ( inputValue : string, optionLabel : React.ReactNode): T Parameters: Name Type inputValue string optionLabel React.ReactNode Optional getOptionLabel # \u2022 getOptionLabel ? : getOptionLabel \u2039T\u203a Inherited from SelectProps . getOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:114 Optional getOptionValue # \u2022 getOptionValue ? : getOptionValue \u2039T\u203a Inherited from SelectProps . getOptionValue Defined in node_modules/@types/react-select/src/Select.d.ts:116 Optional hideSelectedOptions # \u2022 hideSelectedOptions ? : boolean Inherited from SelectProps . hideSelectedOptions Defined in node_modules/@types/react-select/src/Select.d.ts:118 Optional id # \u2022 id ? : string Inherited from SelectProps . id Defined in node_modules/@types/react-select/src/Select.d.ts:120 Optional inputId # \u2022 inputId ? : string Inherited from SelectProps . inputId Defined in node_modules/@types/react-select/src/Select.d.ts:124 Optional inputValue # \u2022 inputValue ? : string Inherited from SelectProps . inputValue Defined in node_modules/@types/react-select/src/Select.d.ts:122 Optional instanceId # \u2022 instanceId ? : number | string Inherited from SelectProps . instanceId Defined in node_modules/@types/react-select/src/Select.d.ts:126 Optional isClearable # \u2022 isClearable ? : boolean Inherited from SelectProps . isClearable Defined in node_modules/@types/react-select/src/Select.d.ts:128 Optional isCreatable # \u2022 isCreatable ? : boolean Defined in src/renderer/components/select/select.tsx:29 Optional isDisabled # \u2022 isDisabled ? : boolean Inherited from SelectProps . isDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:130 Optional isLoading # \u2022 isLoading ? : boolean Inherited from SelectProps . isLoading Defined in node_modules/@types/react-select/src/Select.d.ts:132 Optional isMulti # \u2022 isMulti ? : boolean Inherited from SelectProps . isMulti Defined in node_modules/@types/react-select/src/Select.d.ts:138 Optional isOptionDisabled # \u2022 isOptionDisabled ? : function Inherited from SelectProps . isOptionDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:134 Type declaration: \u25b8 ( option : T, options : OptionsType\u2039T\u203a): boolean | false Parameters: Name Type option T options OptionsType\u2039T\u203a Optional isOptionSelected # \u2022 isOptionSelected ? : function Inherited from SelectProps . isOptionSelected Defined in node_modules/@types/react-select/src/Select.d.ts:136 Type declaration: \u25b8 ( option : T, options : OptionsType\u2039T\u203a): boolean Parameters: Name Type option T options OptionsType\u2039T\u203a Optional isRtl # \u2022 isRtl ? : boolean Inherited from SelectProps . isRtl Defined in node_modules/@types/react-select/src/Select.d.ts:140 Optional isSearchable # \u2022 isSearchable ? : boolean Inherited from SelectProps . isSearchable Defined in node_modules/@types/react-select/src/Select.d.ts:142 Optional isValidNewOption # \u2022 isValidNewOption ? : function Inherited from SelectProps . isValidNewOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:17 Type declaration: \u25b8 ( inputValue : string, value : ValueType\u2039T\u203a, options : OptionsType\u2039T\u203a): boolean Parameters: Name Type inputValue string value ValueType\u2039T\u203a options OptionsType\u2039T\u203a Optional loadingMessage # \u2022 loadingMessage ? : function Inherited from SelectProps . loadingMessage Defined in node_modules/@types/react-select/src/Select.d.ts:144 Type declaration: \u25b8 ( obj : object): string | null Parameters: \u25aa obj : object Name Type inputValue string Optional maxMenuHeight # \u2022 maxMenuHeight ? : number Inherited from SelectProps . maxMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:148 Optional menuClass # \u2022 menuClass ? : string Defined in src/renderer/components/select/select.tsx:28 Optional menuIsOpen # \u2022 menuIsOpen ? : boolean Inherited from SelectProps . menuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:150 Optional menuPlacement # \u2022 menuPlacement ? : MenuPlacement Inherited from SelectProps . menuPlacement Defined in node_modules/@types/react-select/src/Select.d.ts:153 Optional menuPortalTarget # \u2022 menuPortalTarget ? : HTMLElement | null Inherited from SelectProps . menuPortalTarget Defined in node_modules/@types/react-select/src/Select.d.ts:157 Optional menuPosition # \u2022 menuPosition ? : MenuPosition Inherited from SelectProps . menuPosition Defined in node_modules/@types/react-select/src/Select.d.ts:155 Optional menuShouldBlockScroll # \u2022 menuShouldBlockScroll ? : boolean Inherited from SelectProps . menuShouldBlockScroll Defined in node_modules/@types/react-select/src/Select.d.ts:159 Optional menuShouldScrollIntoView # \u2022 menuShouldScrollIntoView ? : boolean Inherited from SelectProps . menuShouldScrollIntoView Defined in node_modules/@types/react-select/src/Select.d.ts:161 Optional minMenuHeight # \u2022 minMenuHeight ? : number Inherited from SelectProps . minMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:146 Optional name # \u2022 name ? : string Inherited from SelectProps . name Defined in node_modules/@types/react-select/src/Select.d.ts:163 Optional noOptionsMessage # \u2022 noOptionsMessage ? : function Inherited from SelectProps . noOptionsMessage Defined in node_modules/@types/react-select/src/Select.d.ts:165 Type declaration: \u25b8 ( obj : object): string | null Parameters: \u25aa obj : object Name Type inputValue string Optional onBlur # \u2022 onBlur ? : FocusEventHandler Inherited from SelectProps . onBlur Defined in node_modules/@types/react-select/src/Select.d.ts:167 Optional onCreateOption # \u2022 onCreateOption ? : function Inherited from SelectProps . onCreateOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:24 Type declaration: \u25b8 ( inputValue : string): void Parameters: Name Type inputValue string Optional onFocus # \u2022 onFocus ? : FocusEventHandler Inherited from SelectProps . onFocus Defined in node_modules/@types/react-select/src/Select.d.ts:171 Optional onInputChange # \u2022 onInputChange ? : function Inherited from SelectProps . onInputChange Defined in node_modules/@types/react-select/src/Select.d.ts:173 Type declaration: \u25b8 ( newValue : string, actionMeta : InputActionMeta): void Parameters: Name Type newValue string actionMeta InputActionMeta Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler Inherited from SelectProps . onKeyDown Defined in node_modules/@types/react-select/src/Select.d.ts:175 Optional onMenuClose # \u2022 onMenuClose ? : function Inherited from SelectProps . onMenuClose Defined in node_modules/@types/react-select/src/Select.d.ts:179 Type declaration: \u25b8 (): void Optional onMenuOpen # \u2022 onMenuOpen ? : function Inherited from SelectProps . onMenuOpen Defined in node_modules/@types/react-select/src/Select.d.ts:177 Type declaration: \u25b8 (): void Optional onMenuScrollToBottom # \u2022 onMenuScrollToBottom ? : function Inherited from SelectProps . onMenuScrollToBottom Defined in node_modules/@types/react-select/src/Select.d.ts:183 Type declaration: \u25b8 ( event : SyntheticEvent\u2039HTMLElement\u203a): void Parameters: Name Type event SyntheticEvent\u2039HTMLElement\u203a Optional onMenuScrollToTop # \u2022 onMenuScrollToTop ? : function Inherited from SelectProps . onMenuScrollToTop Defined in node_modules/@types/react-select/src/Select.d.ts:181 Type declaration: \u25b8 ( event : SyntheticEvent\u2039HTMLElement\u203a): void Parameters: Name Type event SyntheticEvent\u2039HTMLElement\u203a Optional openMenuOnClick # \u2022 openMenuOnClick ? : boolean Inherited from SelectProps . openMenuOnClick Defined in node_modules/@types/react-select/src/Select.d.ts:187 Optional openMenuOnFocus # \u2022 openMenuOnFocus ? : boolean Inherited from SelectProps . openMenuOnFocus Defined in node_modules/@types/react-select/src/Select.d.ts:185 Optional options # \u2022 options ? : GroupedOptionsType\u2039T\u203a | OptionsType\u2039T\u203a Inherited from SelectProps . options Defined in node_modules/@types/react-select/src/Select.d.ts:189 Optional pageSize # \u2022 pageSize ? : number Inherited from SelectProps . pageSize Defined in node_modules/@types/react-select/src/Select.d.ts:191 Optional placeholder # \u2022 placeholder ? : React.ReactNode Inherited from SelectProps . placeholder Defined in node_modules/@types/react-select/src/Select.d.ts:193 Optional screenReaderStatus # \u2022 screenReaderStatus ? : function Inherited from SelectProps . screenReaderStatus Defined in node_modules/@types/react-select/src/Select.d.ts:195 Type declaration: \u25b8 ( obj : object): string Parameters: \u25aa obj : object Name Type count number Optional styles # \u2022 styles ? : StylesConfig Inherited from SelectProps . styles Defined in node_modules/@types/react-select/src/Select.d.ts:197 Optional tabIndex # \u2022 tabIndex ? : string | null Inherited from SelectProps . tabIndex Defined in node_modules/@types/react-select/src/Select.d.ts:201 Optional tabSelectsValue # \u2022 tabSelectsValue ? : boolean Inherited from SelectProps . tabSelectsValue Defined in node_modules/@types/react-select/src/Select.d.ts:203 Optional theme # \u2022 theme ? : ThemeConfig Inherited from SelectProps . theme Defined in node_modules/@types/react-select/src/Select.d.ts:199 Optional themeName # \u2022 themeName ? : \"dark\" | \"light\" | \"outlined\" Defined in src/renderer/components/select/select.tsx:27 Optional value # \u2022 value ? : T Overrides void Defined in src/renderer/components/select/select.tsx:26 Methods # Optional onChange # \u25b8 onChange ( option : T, meta? : ActionMeta\u2039any\u203a): void Overrides void Defined in src/renderer/components/select/select.tsx:31 Parameters: Name Type option T meta? ActionMeta\u2039any\u203a Returns: void","title":"Interface: SelectProps \u2039**T**\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#interface-selectprops-t","text":"","title":"Interface: SelectProps \u2039T\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#type-parameters","text":"\u25aa T","title":"Type parameters"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#hierarchy","text":"Props\u2039T\u203a CreatableProps\u2039T\u203a \u21b3 SelectProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#properties","text":"allowCreateWhileLoading aria-label aria-labelledby autoConvertOptions autoFocus backspaceRemovesValue blurInputOnSelect captureMenuScroll className classNamePrefix closeMenuOnScroll closeMenuOnSelect components controlShouldRenderValue createOptionPosition defaultInputValue defaultMenuIsOpen defaultValue delimiter escapeClearsValue filterOption formatCreateLabel formatGroupLabel formatOptionLabel getNewOptionData getOptionLabel getOptionValue hideSelectedOptions id inputId inputValue instanceId isClearable isCreatable isDisabled isLoading isMulti isOptionDisabled isOptionSelected isRtl isSearchable isValidNewOption loadingMessage maxMenuHeight menuClass menuIsOpen menuPlacement menuPortalTarget menuPosition menuShouldBlockScroll menuShouldScrollIntoView minMenuHeight name noOptionsMessage onBlur onCreateOption onFocus onInputChange onKeyDown onMenuClose onMenuOpen onMenuScrollToBottom onMenuScrollToTop openMenuOnClick openMenuOnFocus options pageSize placeholder screenReaderStatus styles tabIndex tabSelectsValue theme themeName value","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-allowcreatewhileloading","text":"\u2022 allowCreateWhileLoading ? : boolean Inherited from SelectProps . allowCreateWhileLoading Defined in node_modules/@types/react-select/src/Creatable.d.ts:11","title":"Optional allowCreateWhileLoading"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-aria-label","text":"\u2022 aria-label ? : string Inherited from SelectProps . aria-label Defined in node_modules/@types/react-select/src/Select.d.ts:58","title":"Optional aria-label"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-aria-labelledby","text":"\u2022 aria-labelledby ? : string Inherited from SelectProps . aria-labelledby Defined in node_modules/@types/react-select/src/Select.d.ts:60","title":"Optional aria-labelledby"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-autoconvertoptions","text":"\u2022 autoConvertOptions ? : boolean Defined in src/renderer/components/select/select.tsx:30","title":"Optional autoConvertOptions"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-autofocus","text":"\u2022 autoFocus ? : boolean Inherited from SelectProps . autoFocus Defined in node_modules/@types/react-select/src/Select.d.ts:62","title":"Optional autoFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-backspaceremovesvalue","text":"\u2022 backspaceRemovesValue ? : boolean Inherited from SelectProps . backspaceRemovesValue Defined in node_modules/@types/react-select/src/Select.d.ts:64","title":"Optional backspaceRemovesValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-blurinputonselect","text":"\u2022 blurInputOnSelect ? : boolean Inherited from SelectProps . blurInputOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:66","title":"Optional blurInputOnSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-capturemenuscroll","text":"\u2022 captureMenuScroll ? : boolean Inherited from SelectProps . captureMenuScroll Defined in node_modules/@types/react-select/src/Select.d.ts:68","title":"Optional captureMenuScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-classname","text":"\u2022 className ? : string Inherited from SelectProps . className Defined in node_modules/@types/react-select/src/Select.d.ts:70","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-classnameprefix","text":"\u2022 classNamePrefix ? : string | null Inherited from SelectProps . classNamePrefix Defined in node_modules/@types/react-select/src/Select.d.ts:72","title":"Optional classNamePrefix"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-closemenuonscroll","text":"\u2022 closeMenuOnScroll ? : boolean | EventListener Inherited from SelectProps . closeMenuOnScroll Defined in node_modules/@types/react-select/src/Select.d.ts:87","title":"Optional closeMenuOnScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-closemenuonselect","text":"\u2022 closeMenuOnSelect ? : boolean Inherited from SelectProps . closeMenuOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:74","title":"Optional closeMenuOnSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-components","text":"\u2022 components ? : SelectComponentsConfig\u2039T\u203a Inherited from SelectProps . components Defined in node_modules/@types/react-select/src/Select.d.ts:97","title":"Optional components"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-controlshouldrendervalue","text":"\u2022 controlShouldRenderValue ? : boolean Inherited from SelectProps . controlShouldRenderValue Defined in node_modules/@types/react-select/src/Select.d.ts:99","title":"Optional controlShouldRenderValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-createoptionposition","text":"\u2022 createOptionPosition ? : \"first\" | \"last\" Inherited from SelectProps . createOptionPosition Defined in node_modules/@types/react-select/src/Creatable.d.ts:26","title":"Optional createOptionPosition"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-defaultinputvalue","text":"\u2022 defaultInputValue ? : string Inherited from SelectProps . defaultInputValue Defined in node_modules/@types/react-select/src/Select.d.ts:207","title":"Optional defaultInputValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-defaultmenuisopen","text":"\u2022 defaultMenuIsOpen ? : boolean Inherited from SelectProps . defaultMenuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:208","title":"Optional defaultMenuIsOpen"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-defaultvalue","text":"\u2022 defaultValue ? : ValueType\u2039T\u203a Inherited from SelectProps . defaultValue Defined in node_modules/@types/react-select/src/Select.d.ts:209","title":"Optional defaultValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-delimiter","text":"\u2022 delimiter ? : string Inherited from SelectProps . delimiter Defined in node_modules/@types/react-select/src/Select.d.ts:101","title":"Optional delimiter"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-escapeclearsvalue","text":"\u2022 escapeClearsValue ? : boolean Inherited from SelectProps . escapeClearsValue Defined in node_modules/@types/react-select/src/Select.d.ts:103","title":"Optional escapeClearsValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-filteroption","text":"\u2022 filterOption ? : function | null Inherited from SelectProps . filterOption Defined in node_modules/@types/react-select/src/Select.d.ts:105","title":"Optional filterOption"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-formatcreatelabel","text":"\u2022 formatCreateLabel ? : function Inherited from SelectProps . formatCreateLabel Defined in node_modules/@types/react-select/src/Creatable.d.ts:14","title":"Optional formatCreateLabel"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-formatgrouplabel","text":"\u2022 formatGroupLabel ? : formatGroupLabel \u2039T\u203a Inherited from SelectProps . formatGroupLabel Defined in node_modules/@types/react-select/src/Select.d.ts:110","title":"Optional formatGroupLabel"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-formatoptionlabel","text":"\u2022 formatOptionLabel ? : function Inherited from SelectProps . formatOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:112","title":"Optional formatOptionLabel"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-getnewoptiondata","text":"\u2022 getNewOptionData ? : function Inherited from SelectProps . getNewOptionData Defined in node_modules/@types/react-select/src/Creatable.d.ts:20","title":"Optional getNewOptionData"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-getoptionlabel","text":"\u2022 getOptionLabel ? : getOptionLabel \u2039T\u203a Inherited from SelectProps . getOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:114","title":"Optional getOptionLabel"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-getoptionvalue","text":"\u2022 getOptionValue ? : getOptionValue \u2039T\u203a Inherited from SelectProps . getOptionValue Defined in node_modules/@types/react-select/src/Select.d.ts:116","title":"Optional getOptionValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-hideselectedoptions","text":"\u2022 hideSelectedOptions ? : boolean Inherited from SelectProps . hideSelectedOptions Defined in node_modules/@types/react-select/src/Select.d.ts:118","title":"Optional hideSelectedOptions"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-id","text":"\u2022 id ? : string Inherited from SelectProps . id Defined in node_modules/@types/react-select/src/Select.d.ts:120","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-inputid","text":"\u2022 inputId ? : string Inherited from SelectProps . inputId Defined in node_modules/@types/react-select/src/Select.d.ts:124","title":"Optional inputId"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-inputvalue","text":"\u2022 inputValue ? : string Inherited from SelectProps . inputValue Defined in node_modules/@types/react-select/src/Select.d.ts:122","title":"Optional inputValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-instanceid","text":"\u2022 instanceId ? : number | string Inherited from SelectProps . instanceId Defined in node_modules/@types/react-select/src/Select.d.ts:126","title":"Optional instanceId"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-isclearable","text":"\u2022 isClearable ? : boolean Inherited from SelectProps . isClearable Defined in node_modules/@types/react-select/src/Select.d.ts:128","title":"Optional isClearable"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-iscreatable","text":"\u2022 isCreatable ? : boolean Defined in src/renderer/components/select/select.tsx:29","title":"Optional isCreatable"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-isdisabled","text":"\u2022 isDisabled ? : boolean Inherited from SelectProps . isDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:130","title":"Optional isDisabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-isloading","text":"\u2022 isLoading ? : boolean Inherited from SelectProps . isLoading Defined in node_modules/@types/react-select/src/Select.d.ts:132","title":"Optional isLoading"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-ismulti","text":"\u2022 isMulti ? : boolean Inherited from SelectProps . isMulti Defined in node_modules/@types/react-select/src/Select.d.ts:138","title":"Optional isMulti"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-isoptiondisabled","text":"\u2022 isOptionDisabled ? : function Inherited from SelectProps . isOptionDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:134","title":"Optional isOptionDisabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-isoptionselected","text":"\u2022 isOptionSelected ? : function Inherited from SelectProps . isOptionSelected Defined in node_modules/@types/react-select/src/Select.d.ts:136","title":"Optional isOptionSelected"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-isrtl","text":"\u2022 isRtl ? : boolean Inherited from SelectProps . isRtl Defined in node_modules/@types/react-select/src/Select.d.ts:140","title":"Optional isRtl"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-issearchable","text":"\u2022 isSearchable ? : boolean Inherited from SelectProps . isSearchable Defined in node_modules/@types/react-select/src/Select.d.ts:142","title":"Optional isSearchable"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-isvalidnewoption","text":"\u2022 isValidNewOption ? : function Inherited from SelectProps . isValidNewOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:17","title":"Optional isValidNewOption"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-loadingmessage","text":"\u2022 loadingMessage ? : function Inherited from SelectProps . loadingMessage Defined in node_modules/@types/react-select/src/Select.d.ts:144","title":"Optional loadingMessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-maxmenuheight","text":"\u2022 maxMenuHeight ? : number Inherited from SelectProps . maxMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:148","title":"Optional maxMenuHeight"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-menuclass","text":"\u2022 menuClass ? : string Defined in src/renderer/components/select/select.tsx:28","title":"Optional menuClass"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-menuisopen","text":"\u2022 menuIsOpen ? : boolean Inherited from SelectProps . menuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:150","title":"Optional menuIsOpen"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-menuplacement","text":"\u2022 menuPlacement ? : MenuPlacement Inherited from SelectProps . menuPlacement Defined in node_modules/@types/react-select/src/Select.d.ts:153","title":"Optional menuPlacement"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-menuportaltarget","text":"\u2022 menuPortalTarget ? : HTMLElement | null Inherited from SelectProps . menuPortalTarget Defined in node_modules/@types/react-select/src/Select.d.ts:157","title":"Optional menuPortalTarget"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-menuposition","text":"\u2022 menuPosition ? : MenuPosition Inherited from SelectProps . menuPosition Defined in node_modules/@types/react-select/src/Select.d.ts:155","title":"Optional menuPosition"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-menushouldblockscroll","text":"\u2022 menuShouldBlockScroll ? : boolean Inherited from SelectProps . menuShouldBlockScroll Defined in node_modules/@types/react-select/src/Select.d.ts:159","title":"Optional menuShouldBlockScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-menushouldscrollintoview","text":"\u2022 menuShouldScrollIntoView ? : boolean Inherited from SelectProps . menuShouldScrollIntoView Defined in node_modules/@types/react-select/src/Select.d.ts:161","title":"Optional menuShouldScrollIntoView"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-minmenuheight","text":"\u2022 minMenuHeight ? : number Inherited from SelectProps . minMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:146","title":"Optional minMenuHeight"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-name","text":"\u2022 name ? : string Inherited from SelectProps . name Defined in node_modules/@types/react-select/src/Select.d.ts:163","title":"Optional name"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-nooptionsmessage","text":"\u2022 noOptionsMessage ? : function Inherited from SelectProps . noOptionsMessage Defined in node_modules/@types/react-select/src/Select.d.ts:165","title":"Optional noOptionsMessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler Inherited from SelectProps . onBlur Defined in node_modules/@types/react-select/src/Select.d.ts:167","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-oncreateoption","text":"\u2022 onCreateOption ? : function Inherited from SelectProps . onCreateOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:24","title":"Optional onCreateOption"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler Inherited from SelectProps . onFocus Defined in node_modules/@types/react-select/src/Select.d.ts:171","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-oninputchange","text":"\u2022 onInputChange ? : function Inherited from SelectProps . onInputChange Defined in node_modules/@types/react-select/src/Select.d.ts:173","title":"Optional onInputChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler Inherited from SelectProps . onKeyDown Defined in node_modules/@types/react-select/src/Select.d.ts:175","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-onmenuclose","text":"\u2022 onMenuClose ? : function Inherited from SelectProps . onMenuClose Defined in node_modules/@types/react-select/src/Select.d.ts:179","title":"Optional onMenuClose"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-onmenuopen","text":"\u2022 onMenuOpen ? : function Inherited from SelectProps . onMenuOpen Defined in node_modules/@types/react-select/src/Select.d.ts:177","title":"Optional onMenuOpen"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-onmenuscrolltobottom","text":"\u2022 onMenuScrollToBottom ? : function Inherited from SelectProps . onMenuScrollToBottom Defined in node_modules/@types/react-select/src/Select.d.ts:183","title":"Optional onMenuScrollToBottom"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-onmenuscrolltotop","text":"\u2022 onMenuScrollToTop ? : function Inherited from SelectProps . onMenuScrollToTop Defined in node_modules/@types/react-select/src/Select.d.ts:181","title":"Optional onMenuScrollToTop"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-openmenuonclick","text":"\u2022 openMenuOnClick ? : boolean Inherited from SelectProps . openMenuOnClick Defined in node_modules/@types/react-select/src/Select.d.ts:187","title":"Optional openMenuOnClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-openmenuonfocus","text":"\u2022 openMenuOnFocus ? : boolean Inherited from SelectProps . openMenuOnFocus Defined in node_modules/@types/react-select/src/Select.d.ts:185","title":"Optional openMenuOnFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-options","text":"\u2022 options ? : GroupedOptionsType\u2039T\u203a | OptionsType\u2039T\u203a Inherited from SelectProps . options Defined in node_modules/@types/react-select/src/Select.d.ts:189","title":"Optional options"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-pagesize","text":"\u2022 pageSize ? : number Inherited from SelectProps . pageSize Defined in node_modules/@types/react-select/src/Select.d.ts:191","title":"Optional pageSize"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-placeholder","text":"\u2022 placeholder ? : React.ReactNode Inherited from SelectProps . placeholder Defined in node_modules/@types/react-select/src/Select.d.ts:193","title":"Optional placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-screenreaderstatus","text":"\u2022 screenReaderStatus ? : function Inherited from SelectProps . screenReaderStatus Defined in node_modules/@types/react-select/src/Select.d.ts:195","title":"Optional screenReaderStatus"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-styles","text":"\u2022 styles ? : StylesConfig Inherited from SelectProps . styles Defined in node_modules/@types/react-select/src/Select.d.ts:197","title":"Optional styles"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-tabindex","text":"\u2022 tabIndex ? : string | null Inherited from SelectProps . tabIndex Defined in node_modules/@types/react-select/src/Select.d.ts:201","title":"Optional tabIndex"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-tabselectsvalue","text":"\u2022 tabSelectsValue ? : boolean Inherited from SelectProps . tabSelectsValue Defined in node_modules/@types/react-select/src/Select.d.ts:203","title":"Optional tabSelectsValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-theme","text":"\u2022 theme ? : ThemeConfig Inherited from SelectProps . theme Defined in node_modules/@types/react-select/src/Select.d.ts:199","title":"Optional theme"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-themename","text":"\u2022 themeName ? : \"dark\" | \"light\" | \"outlined\" Defined in src/renderer/components/select/select.tsx:27","title":"Optional themeName"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-value","text":"\u2022 value ? : T Overrides void Defined in src/renderer/components/select/select.tsx:26","title":"Optional value"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.selectprops/#optional-onchange","text":"\u25b8 onChange ( option : T, meta? : ActionMeta\u2039any\u203a): void Overrides void Defined in src/renderer/components/select/select.tsx:31 Parameters: Name Type option T meta? ActionMeta\u2039any\u203a Returns: void","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.sliderprops/","text":"Interface: SliderProps # Hierarchy # object \u21b3 SliderProps Index # Properties # className Methods # onChange Properties # Optional className # \u2022 className ? : string Defined in src/renderer/components/slider/slider.tsx:10 Methods # Optional onChange # \u25b8 onChange ( evt : FormEvent\u2039any\u203a, value : number): void Defined in src/renderer/components/slider/slider.tsx:11 Parameters: Name Type evt FormEvent\u2039any\u203a value number Returns: void","title":"Interface: SliderProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.sliderprops/#interface-sliderprops","text":"","title":"Interface: SliderProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.sliderprops/#hierarchy","text":"object \u21b3 SliderProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.sliderprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.sliderprops/#properties","text":"className","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.sliderprops/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.sliderprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.sliderprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/slider/slider.tsx:10","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.sliderprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.sliderprops/#optional-onchange","text":"\u25b8 onChange ( evt : FormEvent\u2039any\u203a, value : number): void Defined in src/renderer/components/slider/slider.tsx:11 Parameters: Name Type evt FormEvent\u2039any\u203a value number Returns: void","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/","text":"Interface: SpinnerProps # Hierarchy # HTMLProps\u2039any\u203a \u21b3 SpinnerProps Index # Properties # about accept acceptCharset accessKey action allowFullScreen allowTransparency alt aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext as async autoCapitalize autoComplete autoCorrect autoFocus autoPlay autoSave capture cellPadding cellSpacing center centerHorizontal challenge charSet checked checkedLink children cite classID className colSpan color cols content contentEditable contextMenu controls coords crossOrigin dangerouslySetInnerHTML data datatype dateTime default defaultChecked defaultValue defer dir disabled download draggable encType form formAction formEncType formMethod formNoValidate formTarget frameBorder headers height hidden high href hrefLang htmlFor httpEquiv id inlist inputMode integrity is itemID itemProp itemRef itemScope itemType key keyParams keyType kind label lang list loop low manifest marginHeight marginWidth max maxLength media mediaGroup method min minLength multiple muted name noValidate nonce onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture open optimum pattern placeholder playsInline poster prefix preload property radioGroup readOnly ref rel required resource results reversed role rowSpan rows sandbox scope scoped scrolling seamless security selected shape singleColor size sizes slot span spellCheck src srcDoc srcLang srcSet start step style summary suppressContentEditableWarning suppressHydrationWarning tabIndex target title translate type typeof unselectable useMap value valueLink vocab width wmode wrap Properties # Optional about # \u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775 Optional accept # \u2022 accept ? : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813 Optional acceptCharset # \u2022 acceptCharset ? : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814 Optional accessKey # \u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 Optional action # \u2022 action ? : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815 Optional allowFullScreen # \u2022 allowFullScreen ? : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816 Optional allowTransparency # \u2022 allowTransparency ? : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817 Optional alt # \u2022 alt ? : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818 Optional aria-activedescendant # \u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Optional aria-atomic # \u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. Optional aria-autocomplete # \u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made. Optional aria-busy # \u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. Optional aria-checked # \u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Optional aria-colcount # \u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Optional aria-colindex # \u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan. Optional aria-colspan # \u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Optional aria-controls # \u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Optional aria-current # \u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements. Optional aria-describedby # \u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby Optional aria-details # \u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Optional aria-disabled # \u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Optional aria-dropeffect # \u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Optional aria-errormessage # \u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Optional aria-expanded # \u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Optional aria-flowto # \u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order. Optional aria-grabbed # \u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Optional aria-haspopup # \u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Optional aria-hidden # \u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled. Optional aria-invalid # \u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Optional aria-keyshortcuts # \u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Optional aria-label # \u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. Optional aria-labelledby # \u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby. Optional aria-level # \u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. Optional aria-live # \u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. Optional aria-modal # \u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. Optional aria-multiline # \u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line. Optional aria-multiselectable # \u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants. Optional aria-orientation # \u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Optional aria-owns # \u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls. Optional aria-placeholder # \u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. Optional aria-posinset # \u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize. Optional aria-pressed # \u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Optional aria-readonly # \u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Optional aria-relevant # \u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Optional aria-required # \u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted. Optional aria-roledescription # \u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element. Optional aria-rowcount # \u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Optional aria-rowindex # \u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan. Optional aria-rowspan # \u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Optional aria-selected # \u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Optional aria-setsize # \u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset. Optional aria-sort # \u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order. Optional aria-valuemax # \u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. Optional aria-valuemin # \u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. Optional aria-valuenow # \u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. Optional aria-valuetext # \u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget. Optional as # \u2022 as ? : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819 Optional async # \u2022 async ? : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820 Optional autoCapitalize # \u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 Optional autoComplete # \u2022 autoComplete ? : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821 Optional autoCorrect # \u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 Optional autoFocus # \u2022 autoFocus ? : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822 Optional autoPlay # \u2022 autoPlay ? : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823 Optional autoSave # \u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 Optional capture # \u2022 capture ? : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824 Optional cellPadding # \u2022 cellPadding ? : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825 Optional cellSpacing # \u2022 cellSpacing ? : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826 Optional center # \u2022 center ? : boolean Defined in src/renderer/components/spinner/spinner.tsx:8 Optional centerHorizontal # \u2022 centerHorizontal ? : boolean Defined in src/renderer/components/spinner/spinner.tsx:9 Optional challenge # \u2022 challenge ? : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828 Optional charSet # \u2022 charSet ? : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827 Optional checked # \u2022 checked ? : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829 Optional checkedLink # \u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional cite # \u2022 cite ? : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830 Optional classID # \u2022 classID ? : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831 Optional className # \u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752 Optional colSpan # \u2022 colSpan ? : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833 Optional color # \u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788 Optional cols # \u2022 cols ? : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832 Optional content # \u2022 content ? : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834 Optional contentEditable # \u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 Optional contextMenu # \u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 Optional controls # \u2022 controls ? : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835 Optional coords # \u2022 coords ? : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836 Optional crossOrigin # \u2022 crossOrigin ? : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional data # \u2022 data ? : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838 Optional datatype # \u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 Optional dateTime # \u2022 dateTime ? : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839 Optional default # \u2022 default ? : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840 Optional defaultChecked # \u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 Optional defaultValue # \u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 Optional defer # \u2022 defer ? : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841 Optional dir # \u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755 Optional disabled # \u2022 disabled ? : boolean Inherited from LineProgressProps . disabled Defined in node_modules/@types/react/index.d.ts:1842 Optional download # \u2022 download ? : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843 Optional draggable # \u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 Optional encType # \u2022 encType ? : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844 Optional form # \u2022 form ? : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845 Optional formAction # \u2022 formAction ? : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846 Optional formEncType # \u2022 formEncType ? : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847 Optional formMethod # \u2022 formMethod ? : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848 Optional formNoValidate # \u2022 formNoValidate ? : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849 Optional formTarget # \u2022 formTarget ? : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850 Optional frameBorder # \u2022 frameBorder ? : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851 Optional headers # \u2022 headers ? : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852 Optional height # \u2022 height ? : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853 Optional hidden # \u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 Optional high # \u2022 high ? : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854 Optional href # \u2022 href ? : string Inherited from LineProgressProps . href Defined in node_modules/@types/react/index.d.ts:1855 Optional hrefLang # \u2022 hrefLang ? : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856 Optional htmlFor # \u2022 htmlFor ? : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857 Optional httpEquiv # \u2022 httpEquiv ? : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858 Optional id # \u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758 Optional inlist # \u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 Optional inputMode # \u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute Optional integrity # \u2022 integrity ? : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859 Optional is # \u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is Optional itemID # \u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 Optional itemProp # \u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 Optional itemRef # \u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 Optional itemScope # \u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 Optional itemType # \u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 Optional key # \u2022 key ? : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139 Optional keyParams # \u2022 keyParams ? : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860 Optional keyType # \u2022 keyType ? : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861 Optional kind # \u2022 kind ? : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862 Optional label # \u2022 label ? : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863 Optional lang # \u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759 Optional list # \u2022 list ? : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864 Optional loop # \u2022 loop ? : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865 Optional low # \u2022 low ? : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866 Optional manifest # \u2022 manifest ? : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867 Optional marginHeight # \u2022 marginHeight ? : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868 Optional marginWidth # \u2022 marginWidth ? : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869 Optional max # \u2022 max ? : number | string Inherited from MenuItemProps . max Defined in node_modules/@types/react/index.d.ts:1870 Optional maxLength # \u2022 maxLength ? : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871 Optional media # \u2022 media ? : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872 Optional mediaGroup # \u2022 mediaGroup ? : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873 Optional method # \u2022 method ? : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874 Optional min # \u2022 min ? : number | string Inherited from MenuItemProps . min Defined in node_modules/@types/react/index.d.ts:1875 Optional minLength # \u2022 minLength ? : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876 Optional multiple # \u2022 multiple ? : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877 Optional muted # \u2022 muted ? : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878 Optional name # \u2022 name ? : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879 Optional noValidate # \u2022 noValidate ? : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881 Optional nonce # \u2022 nonce ? : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional open # \u2022 open ? : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882 Optional optimum # \u2022 optimum ? : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883 Optional pattern # \u2022 pattern ? : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884 Optional placeholder # \u2022 placeholder ? : string Inherited from LineProgressProps . placeholder Overrides ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885 Optional playsInline # \u2022 playsInline ? : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886 Optional poster # \u2022 poster ? : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887 Optional prefix # \u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 Optional preload # \u2022 preload ? : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888 Optional property # \u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779 Optional radioGroup # \u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 Optional readOnly # \u2022 readOnly ? : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889 Optional ref # \u2022 ref ? : LegacyRef\u2039any\u203a Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145 Optional rel # \u2022 rel ? : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890 Optional required # \u2022 required ? : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891 Optional resource # \u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780 Optional results # \u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794 Optional reversed # \u2022 reversed ? : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892 Optional role # \u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772 Optional rowSpan # \u2022 rowSpan ? : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894 Optional rows # \u2022 rows ? : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893 Optional sandbox # \u2022 sandbox ? : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895 Optional scope # \u2022 scope ? : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896 Optional scoped # \u2022 scoped ? : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897 Optional scrolling # \u2022 scrolling ? : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898 Optional seamless # \u2022 seamless ? : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899 Optional security # \u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795 Optional selected # \u2022 selected ? : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900 Optional shape # \u2022 shape ? : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901 Optional singleColor # \u2022 singleColor ? : boolean Defined in src/renderer/components/spinner/spinner.tsx:7 Optional size # \u2022 size ? : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902 Optional sizes # \u2022 sizes ? : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903 Optional slot # \u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761 Optional span # \u2022 span ? : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904 Optional spellCheck # \u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 Optional src # \u2022 src ? : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905 Optional srcDoc # \u2022 srcDoc ? : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906 Optional srcLang # \u2022 srcLang ? : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907 Optional srcSet # \u2022 srcSet ? : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908 Optional start # \u2022 start ? : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909 Optional step # \u2022 step ? : number | string Inherited from LineProgressProps . step Defined in node_modules/@types/react/index.d.ts:1910 Optional style # \u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763 Optional summary # \u2022 summary ? : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911 Optional suppressContentEditableWarning # \u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 Optional suppressHydrationWarning # \u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 Optional tabIndex # \u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 Optional target # \u2022 target ? : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912 Optional title # \u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765 Optional translate # \u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766 Optional type # \u2022 type ? : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913 Optional typeof # \u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 Optional unselectable # \u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 Optional useMap # \u2022 useMap ? : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914 Optional value # \u2022 value ? : string | string[] | number Inherited from MenuItemProps . value Defined in node_modules/@types/react/index.d.ts:1915 Optional valueLink # \u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 Optional vocab # \u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782 Optional width # \u2022 width ? : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916 Optional wmode # \u2022 wmode ? : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917 Optional wrap # \u2022 wrap ? : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"Interface: SpinnerProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#interface-spinnerprops","text":"","title":"Interface: SpinnerProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#hierarchy","text":"HTMLProps\u2039any\u203a \u21b3 SpinnerProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#properties","text":"about accept acceptCharset accessKey action allowFullScreen allowTransparency alt aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext as async autoCapitalize autoComplete autoCorrect autoFocus autoPlay autoSave capture cellPadding cellSpacing center centerHorizontal challenge charSet checked checkedLink children cite classID className colSpan color cols content contentEditable contextMenu controls coords crossOrigin dangerouslySetInnerHTML data datatype dateTime default defaultChecked defaultValue defer dir disabled download draggable encType form formAction formEncType formMethod formNoValidate formTarget frameBorder headers height hidden high href hrefLang htmlFor httpEquiv id inlist inputMode integrity is itemID itemProp itemRef itemScope itemType key keyParams keyType kind label lang list loop low manifest marginHeight marginWidth max maxLength media mediaGroup method min minLength multiple muted name noValidate nonce onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture open optimum pattern placeholder playsInline poster prefix preload property radioGroup readOnly ref rel required resource results reversed role rowSpan rows sandbox scope scoped scrolling seamless security selected shape singleColor size sizes slot span spellCheck src srcDoc srcLang srcSet start step style summary suppressContentEditableWarning suppressHydrationWarning tabIndex target title translate type typeof unselectable useMap value valueLink vocab width wmode wrap","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-about","text":"\u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"Optional about"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-accept","text":"\u2022 accept ? : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813","title":"Optional accept"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-acceptcharset","text":"\u2022 acceptCharset ? : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814","title":"Optional acceptCharset"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-accesskey","text":"\u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"Optional accessKey"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-action","text":"\u2022 action ? : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815","title":"Optional action"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-allowfullscreen","text":"\u2022 allowFullScreen ? : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816","title":"Optional allowFullScreen"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-allowtransparency","text":"\u2022 allowTransparency ? : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817","title":"Optional allowTransparency"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-alt","text":"\u2022 alt ? : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818","title":"Optional alt"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-activedescendant","text":"\u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"Optional aria-activedescendant"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-atomic","text":"\u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.","title":"Optional aria-atomic"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-autocomplete","text":"\u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.","title":"Optional aria-autocomplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-busy","text":"\u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.","title":"Optional aria-busy"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-checked","text":"\u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected.","title":"Optional aria-checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-colcount","text":"\u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"Optional aria-colcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-colindex","text":"\u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan.","title":"Optional aria-colindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-colspan","text":"\u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan.","title":"Optional aria-colspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-controls","text":"\u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns.","title":"Optional aria-controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-current","text":"\u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements.","title":"Optional aria-current"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-describedby","text":"\u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby","title":"Optional aria-describedby"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-details","text":"\u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"Optional aria-details"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-disabled","text":"\u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly.","title":"Optional aria-disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-dropeffect","text":"\u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1","title":"Optional aria-dropeffect"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-errormessage","text":"\u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"Optional aria-errormessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-expanded","text":"\u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"Optional aria-expanded"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-flowto","text":"\u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.","title":"Optional aria-flowto"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-grabbed","text":"\u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"Optional aria-grabbed"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-haspopup","text":"\u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.","title":"Optional aria-haspopup"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-hidden","text":"\u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"Optional aria-hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-invalid","text":"\u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"Optional aria-invalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-keyshortcuts","text":"\u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"Optional aria-keyshortcuts"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-label","text":"\u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby.","title":"Optional aria-label"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-labelledby","text":"\u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"Optional aria-labelledby"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-level","text":"\u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"Optional aria-level"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-live","text":"\u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.","title":"Optional aria-live"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-modal","text":"\u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"Optional aria-modal"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-multiline","text":"\u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line.","title":"Optional aria-multiline"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-multiselectable","text":"\u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants.","title":"Optional aria-multiselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-orientation","text":"\u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"Optional aria-orientation"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-owns","text":"\u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls.","title":"Optional aria-owns"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-placeholder","text":"\u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.","title":"Optional aria-placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-posinset","text":"\u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize.","title":"Optional aria-posinset"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-pressed","text":"\u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"Optional aria-pressed"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-readonly","text":"\u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"Optional aria-readonly"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-relevant","text":"\u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic.","title":"Optional aria-relevant"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-required","text":"\u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted.","title":"Optional aria-required"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-roledescription","text":"\u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element.","title":"Optional aria-roledescription"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-rowcount","text":"\u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"Optional aria-rowcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-rowindex","text":"\u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan.","title":"Optional aria-rowindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-rowspan","text":"\u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan.","title":"Optional aria-rowspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-selected","text":"\u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"Optional aria-selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-setsize","text":"\u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset.","title":"Optional aria-setsize"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-sort","text":"\u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order.","title":"Optional aria-sort"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-valuemax","text":"\u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"Optional aria-valuemax"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-valuemin","text":"\u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"Optional aria-valuemin"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-valuenow","text":"\u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"Optional aria-valuenow"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-aria-valuetext","text":"\u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget.","title":"Optional aria-valuetext"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-as","text":"\u2022 as ? : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819","title":"Optional as"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-async","text":"\u2022 async ? : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820","title":"Optional async"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-autocapitalize","text":"\u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"Optional autoCapitalize"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-autocomplete","text":"\u2022 autoComplete ? : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821","title":"Optional autoComplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-autocorrect","text":"\u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"Optional autoCorrect"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-autofocus","text":"\u2022 autoFocus ? : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822","title":"Optional autoFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-autoplay","text":"\u2022 autoPlay ? : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823","title":"Optional autoPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-autosave","text":"\u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"Optional autoSave"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-capture","text":"\u2022 capture ? : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824","title":"Optional capture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-cellpadding","text":"\u2022 cellPadding ? : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825","title":"Optional cellPadding"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-cellspacing","text":"\u2022 cellSpacing ? : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826","title":"Optional cellSpacing"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-center","text":"\u2022 center ? : boolean Defined in src/renderer/components/spinner/spinner.tsx:8","title":"Optional center"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-centerhorizontal","text":"\u2022 centerHorizontal ? : boolean Defined in src/renderer/components/spinner/spinner.tsx:9","title":"Optional centerHorizontal"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-challenge","text":"\u2022 challenge ? : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828","title":"Optional challenge"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-charset","text":"\u2022 charSet ? : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827","title":"Optional charSet"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-checked","text":"\u2022 checked ? : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829","title":"Optional checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-checkedlink","text":"\u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"Optional checkedLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-cite","text":"\u2022 cite ? : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830","title":"Optional cite"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-classid","text":"\u2022 classID ? : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831","title":"Optional classID"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-classname","text":"\u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-colspan","text":"\u2022 colSpan ? : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833","title":"Optional colSpan"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-color","text":"\u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"Optional color"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-cols","text":"\u2022 cols ? : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832","title":"Optional cols"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-content","text":"\u2022 content ? : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834","title":"Optional content"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-contenteditable","text":"\u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"Optional contentEditable"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-contextmenu","text":"\u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"Optional contextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-controls","text":"\u2022 controls ? : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835","title":"Optional controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-coords","text":"\u2022 coords ? : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836","title":"Optional coords"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-crossorigin","text":"\u2022 crossOrigin ? : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837","title":"Optional crossOrigin"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-data","text":"\u2022 data ? : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838","title":"Optional data"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-datatype","text":"\u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"Optional datatype"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-datetime","text":"\u2022 dateTime ? : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839","title":"Optional dateTime"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-default","text":"\u2022 default ? : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840","title":"Optional default"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-defaultchecked","text":"\u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"Optional defaultChecked"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-defaultvalue","text":"\u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"Optional defaultValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-defer","text":"\u2022 defer ? : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841","title":"Optional defer"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-dir","text":"\u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"Optional dir"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-disabled","text":"\u2022 disabled ? : boolean Inherited from LineProgressProps . disabled Defined in node_modules/@types/react/index.d.ts:1842","title":"Optional disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-download","text":"\u2022 download ? : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843","title":"Optional download"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-draggable","text":"\u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"Optional draggable"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-enctype","text":"\u2022 encType ? : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844","title":"Optional encType"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-form","text":"\u2022 form ? : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845","title":"Optional form"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-formaction","text":"\u2022 formAction ? : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846","title":"Optional formAction"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-formenctype","text":"\u2022 formEncType ? : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847","title":"Optional formEncType"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-formmethod","text":"\u2022 formMethod ? : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848","title":"Optional formMethod"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-formnovalidate","text":"\u2022 formNoValidate ? : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849","title":"Optional formNoValidate"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-formtarget","text":"\u2022 formTarget ? : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850","title":"Optional formTarget"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-frameborder","text":"\u2022 frameBorder ? : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851","title":"Optional frameBorder"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-headers","text":"\u2022 headers ? : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852","title":"Optional headers"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-height","text":"\u2022 height ? : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853","title":"Optional height"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-hidden","text":"\u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"Optional hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-high","text":"\u2022 high ? : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854","title":"Optional high"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-href","text":"\u2022 href ? : string Inherited from LineProgressProps . href Defined in node_modules/@types/react/index.d.ts:1855","title":"Optional href"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-hreflang","text":"\u2022 hrefLang ? : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856","title":"Optional hrefLang"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-htmlfor","text":"\u2022 htmlFor ? : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857","title":"Optional htmlFor"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-httpequiv","text":"\u2022 httpEquiv ? : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858","title":"Optional httpEquiv"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-id","text":"\u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-inlist","text":"\u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"Optional inlist"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-inputmode","text":"\u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute","title":"Optional inputMode"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-integrity","text":"\u2022 integrity ? : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859","title":"Optional integrity"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-is","text":"\u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is","title":"Optional is"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-itemid","text":"\u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"Optional itemID"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-itemprop","text":"\u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"Optional itemProp"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-itemref","text":"\u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"Optional itemRef"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-itemscope","text":"\u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"Optional itemScope"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-itemtype","text":"\u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"Optional itemType"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-key","text":"\u2022 key ? : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139","title":"Optional key"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-keyparams","text":"\u2022 keyParams ? : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860","title":"Optional keyParams"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-keytype","text":"\u2022 keyType ? : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861","title":"Optional keyType"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-kind","text":"\u2022 kind ? : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862","title":"Optional kind"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-label","text":"\u2022 label ? : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863","title":"Optional label"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-lang","text":"\u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"Optional lang"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-list","text":"\u2022 list ? : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864","title":"Optional list"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-loop","text":"\u2022 loop ? : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865","title":"Optional loop"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-low","text":"\u2022 low ? : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866","title":"Optional low"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-manifest","text":"\u2022 manifest ? : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867","title":"Optional manifest"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-marginheight","text":"\u2022 marginHeight ? : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868","title":"Optional marginHeight"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-marginwidth","text":"\u2022 marginWidth ? : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869","title":"Optional marginWidth"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-max","text":"\u2022 max ? : number | string Inherited from MenuItemProps . max Defined in node_modules/@types/react/index.d.ts:1870","title":"Optional max"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-maxlength","text":"\u2022 maxLength ? : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871","title":"Optional maxLength"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-media","text":"\u2022 media ? : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872","title":"Optional media"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-mediagroup","text":"\u2022 mediaGroup ? : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873","title":"Optional mediaGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-method","text":"\u2022 method ? : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874","title":"Optional method"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-min","text":"\u2022 min ? : number | string Inherited from MenuItemProps . min Defined in node_modules/@types/react/index.d.ts:1875","title":"Optional min"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-minlength","text":"\u2022 minLength ? : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876","title":"Optional minLength"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-multiple","text":"\u2022 multiple ? : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877","title":"Optional multiple"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-muted","text":"\u2022 muted ? : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878","title":"Optional muted"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-name","text":"\u2022 name ? : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879","title":"Optional name"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-novalidate","text":"\u2022 noValidate ? : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881","title":"Optional noValidate"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-nonce","text":"\u2022 nonce ? : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880","title":"Optional nonce"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-open","text":"\u2022 open ? : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882","title":"Optional open"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-optimum","text":"\u2022 optimum ? : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883","title":"Optional optimum"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-pattern","text":"\u2022 pattern ? : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884","title":"Optional pattern"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-placeholder","text":"\u2022 placeholder ? : string Inherited from LineProgressProps . placeholder Overrides ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885","title":"Optional placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-playsinline","text":"\u2022 playsInline ? : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886","title":"Optional playsInline"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-poster","text":"\u2022 poster ? : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887","title":"Optional poster"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-prefix","text":"\u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"Optional prefix"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-preload","text":"\u2022 preload ? : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888","title":"Optional preload"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-property","text":"\u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"Optional property"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-radiogroup","text":"\u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"Optional radioGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-readonly","text":"\u2022 readOnly ? : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889","title":"Optional readOnly"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-ref","text":"\u2022 ref ? : LegacyRef\u2039any\u203a Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145","title":"Optional ref"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-rel","text":"\u2022 rel ? : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890","title":"Optional rel"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-required","text":"\u2022 required ? : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891","title":"Optional required"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-resource","text":"\u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"Optional resource"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-results","text":"\u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"Optional results"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-reversed","text":"\u2022 reversed ? : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892","title":"Optional reversed"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-role","text":"\u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"Optional role"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-rowspan","text":"\u2022 rowSpan ? : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894","title":"Optional rowSpan"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-rows","text":"\u2022 rows ? : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893","title":"Optional rows"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-sandbox","text":"\u2022 sandbox ? : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895","title":"Optional sandbox"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-scope","text":"\u2022 scope ? : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896","title":"Optional scope"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-scoped","text":"\u2022 scoped ? : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897","title":"Optional scoped"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-scrolling","text":"\u2022 scrolling ? : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898","title":"Optional scrolling"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-seamless","text":"\u2022 seamless ? : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899","title":"Optional seamless"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-security","text":"\u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"Optional security"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-selected","text":"\u2022 selected ? : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900","title":"Optional selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-shape","text":"\u2022 shape ? : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901","title":"Optional shape"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-singlecolor","text":"\u2022 singleColor ? : boolean Defined in src/renderer/components/spinner/spinner.tsx:7","title":"Optional singleColor"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-size","text":"\u2022 size ? : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902","title":"Optional size"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-sizes","text":"\u2022 sizes ? : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903","title":"Optional sizes"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-slot","text":"\u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"Optional slot"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-span","text":"\u2022 span ? : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904","title":"Optional span"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-spellcheck","text":"\u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"Optional spellCheck"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-src","text":"\u2022 src ? : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905","title":"Optional src"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-srcdoc","text":"\u2022 srcDoc ? : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906","title":"Optional srcDoc"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-srclang","text":"\u2022 srcLang ? : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907","title":"Optional srcLang"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-srcset","text":"\u2022 srcSet ? : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908","title":"Optional srcSet"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-start","text":"\u2022 start ? : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909","title":"Optional start"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-step","text":"\u2022 step ? : number | string Inherited from LineProgressProps . step Defined in node_modules/@types/react/index.d.ts:1910","title":"Optional step"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-style","text":"\u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"Optional style"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-summary","text":"\u2022 summary ? : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911","title":"Optional summary"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-suppresscontenteditablewarning","text":"\u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"Optional suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-suppresshydrationwarning","text":"\u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"Optional suppressHydrationWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-tabindex","text":"\u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"Optional tabIndex"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-target","text":"\u2022 target ? : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912","title":"Optional target"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-title","text":"\u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"Optional title"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-translate","text":"\u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"Optional translate"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-type","text":"\u2022 type ? : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913","title":"Optional type"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-typeof","text":"\u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"Optional typeof"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-unselectable","text":"\u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"Optional unselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-usemap","text":"\u2022 useMap ? : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914","title":"Optional useMap"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-value","text":"\u2022 value ? : string | string[] | number Inherited from MenuItemProps . value Defined in node_modules/@types/react/index.d.ts:1915","title":"Optional value"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-valuelink","text":"\u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"Optional valueLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-vocab","text":"\u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Optional vocab"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-width","text":"\u2022 width ? : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916","title":"Optional width"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-wmode","text":"\u2022 wmode ? : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917","title":"Optional wmode"},{"location":"extensions/api/interfaces/_renderer_api_components_.spinnerprops/#optional-wrap","text":"\u2022 wrap ? : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"Optional wrap"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/","text":"Interface: StatusBrickProps # Hierarchy # HTMLAttributes\u2039any\u203a TooltipDecoratorProps \u21b3 StatusBrickProps Index # Properties # about accessKey aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext autoCapitalize autoCorrect autoSave checkedLink children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir draggable hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType lang onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title tooltip tooltipOverrideDisabled translate typeof unselectable valueLink vocab Properties # Optional about # \u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775 Optional accessKey # \u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 Optional aria-activedescendant # \u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Optional aria-atomic # \u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. Optional aria-autocomplete # \u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made. Optional aria-busy # \u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. Optional aria-checked # \u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Optional aria-colcount # \u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Optional aria-colindex # \u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan. Optional aria-colspan # \u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Optional aria-controls # \u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Optional aria-current # \u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements. Optional aria-describedby # \u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby Optional aria-details # \u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Optional aria-disabled # \u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Optional aria-dropeffect # \u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Optional aria-errormessage # \u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Optional aria-expanded # \u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Optional aria-flowto # \u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order. Optional aria-grabbed # \u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Optional aria-haspopup # \u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Optional aria-hidden # \u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled. Optional aria-invalid # \u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Optional aria-keyshortcuts # \u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Optional aria-label # \u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. Optional aria-labelledby # \u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby. Optional aria-level # \u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. Optional aria-live # \u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. Optional aria-modal # \u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. Optional aria-multiline # \u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line. Optional aria-multiselectable # \u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants. Optional aria-orientation # \u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Optional aria-owns # \u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls. Optional aria-placeholder # \u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. Optional aria-posinset # \u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize. Optional aria-pressed # \u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Optional aria-readonly # \u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Optional aria-relevant # \u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Optional aria-required # \u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted. Optional aria-roledescription # \u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element. Optional aria-rowcount # \u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Optional aria-rowindex # \u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan. Optional aria-rowspan # \u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Optional aria-selected # \u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Optional aria-setsize # \u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset. Optional aria-sort # \u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order. Optional aria-valuemax # \u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. Optional aria-valuemin # \u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. Optional aria-valuenow # \u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. Optional aria-valuetext # \u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget. Optional autoCapitalize # \u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 Optional autoCorrect # \u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 Optional autoSave # \u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 Optional checkedLink # \u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752 Optional color # \u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788 Optional contentEditable # \u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 Optional contextMenu # \u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional datatype # \u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 Optional defaultChecked # \u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 Optional defaultValue # \u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 Optional dir # \u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755 Optional draggable # \u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 Optional hidden # \u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 Optional id # \u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758 Optional inlist # \u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 Optional inputMode # \u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute Optional is # \u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is Optional itemID # \u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 Optional itemProp # \u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 Optional itemRef # \u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 Optional itemScope # \u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 Optional itemType # \u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 Optional lang # \u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional placeholder # \u2022 placeholder ? : string Inherited from ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 Optional prefix # \u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 Optional property # \u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779 Optional radioGroup # \u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 Optional resource # \u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780 Optional results # \u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794 Optional role # \u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772 Optional security # \u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795 Optional slot # \u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761 Optional spellCheck # \u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 Optional style # \u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763 Optional suppressContentEditableWarning # \u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 Optional suppressHydrationWarning # \u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 Optional tabIndex # \u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 Optional title # \u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765 Optional tooltip # \u2022 tooltip ? : ReactNode | Omit\u2039 TooltipProps , \"targetId\"\u203a Inherited from ButtonProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10 Optional tooltipOverrideDisabled # \u2022 tooltipOverrideDisabled ? : boolean Inherited from ButtonProps . tooltipOverrideDisabled Defined in src/renderer/components/tooltip/withTooltip.tsx:15 forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\" Optional translate # \u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766 Optional typeof # \u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 Optional unselectable # \u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 Optional valueLink # \u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 Optional vocab # \u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Interface: StatusBrickProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#interface-statusbrickprops","text":"","title":"Interface: StatusBrickProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#hierarchy","text":"HTMLAttributes\u2039any\u203a TooltipDecoratorProps \u21b3 StatusBrickProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#properties","text":"about accessKey aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext autoCapitalize autoCorrect autoSave checkedLink children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir draggable hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType lang onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title tooltip tooltipOverrideDisabled translate typeof unselectable valueLink vocab","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-about","text":"\u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"Optional about"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-accesskey","text":"\u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"Optional accessKey"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-activedescendant","text":"\u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"Optional aria-activedescendant"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-atomic","text":"\u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.","title":"Optional aria-atomic"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-autocomplete","text":"\u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.","title":"Optional aria-autocomplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-busy","text":"\u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.","title":"Optional aria-busy"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-checked","text":"\u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected.","title":"Optional aria-checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-colcount","text":"\u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"Optional aria-colcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-colindex","text":"\u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan.","title":"Optional aria-colindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-colspan","text":"\u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan.","title":"Optional aria-colspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-controls","text":"\u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns.","title":"Optional aria-controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-current","text":"\u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements.","title":"Optional aria-current"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-describedby","text":"\u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby","title":"Optional aria-describedby"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-details","text":"\u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"Optional aria-details"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-disabled","text":"\u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly.","title":"Optional aria-disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-dropeffect","text":"\u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1","title":"Optional aria-dropeffect"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-errormessage","text":"\u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"Optional aria-errormessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-expanded","text":"\u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"Optional aria-expanded"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-flowto","text":"\u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.","title":"Optional aria-flowto"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-grabbed","text":"\u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"Optional aria-grabbed"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-haspopup","text":"\u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.","title":"Optional aria-haspopup"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-hidden","text":"\u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"Optional aria-hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-invalid","text":"\u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"Optional aria-invalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-keyshortcuts","text":"\u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"Optional aria-keyshortcuts"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-label","text":"\u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby.","title":"Optional aria-label"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-labelledby","text":"\u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"Optional aria-labelledby"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-level","text":"\u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"Optional aria-level"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-live","text":"\u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.","title":"Optional aria-live"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-modal","text":"\u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"Optional aria-modal"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-multiline","text":"\u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line.","title":"Optional aria-multiline"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-multiselectable","text":"\u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants.","title":"Optional aria-multiselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-orientation","text":"\u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"Optional aria-orientation"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-owns","text":"\u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls.","title":"Optional aria-owns"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-placeholder","text":"\u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.","title":"Optional aria-placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-posinset","text":"\u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize.","title":"Optional aria-posinset"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-pressed","text":"\u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"Optional aria-pressed"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-readonly","text":"\u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"Optional aria-readonly"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-relevant","text":"\u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic.","title":"Optional aria-relevant"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-required","text":"\u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted.","title":"Optional aria-required"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-roledescription","text":"\u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element.","title":"Optional aria-roledescription"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-rowcount","text":"\u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"Optional aria-rowcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-rowindex","text":"\u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan.","title":"Optional aria-rowindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-rowspan","text":"\u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan.","title":"Optional aria-rowspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-selected","text":"\u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"Optional aria-selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-setsize","text":"\u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset.","title":"Optional aria-setsize"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-sort","text":"\u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order.","title":"Optional aria-sort"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-valuemax","text":"\u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"Optional aria-valuemax"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-valuemin","text":"\u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"Optional aria-valuemin"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-valuenow","text":"\u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"Optional aria-valuenow"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-aria-valuetext","text":"\u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget.","title":"Optional aria-valuetext"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-autocapitalize","text":"\u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"Optional autoCapitalize"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-autocorrect","text":"\u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"Optional autoCorrect"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-autosave","text":"\u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"Optional autoSave"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-checkedlink","text":"\u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"Optional checkedLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-classname","text":"\u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-color","text":"\u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"Optional color"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-contenteditable","text":"\u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"Optional contentEditable"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-contextmenu","text":"\u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"Optional contextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-datatype","text":"\u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"Optional datatype"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-defaultchecked","text":"\u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"Optional defaultChecked"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-defaultvalue","text":"\u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"Optional defaultValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-dir","text":"\u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"Optional dir"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-draggable","text":"\u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"Optional draggable"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-hidden","text":"\u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"Optional hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-id","text":"\u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-inlist","text":"\u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"Optional inlist"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-inputmode","text":"\u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute","title":"Optional inputMode"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-is","text":"\u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is","title":"Optional is"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-itemid","text":"\u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"Optional itemID"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-itemprop","text":"\u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"Optional itemProp"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-itemref","text":"\u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"Optional itemRef"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-itemscope","text":"\u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"Optional itemScope"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-itemtype","text":"\u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"Optional itemType"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-lang","text":"\u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"Optional lang"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-placeholder","text":"\u2022 placeholder ? : string Inherited from ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"Optional placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-prefix","text":"\u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"Optional prefix"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-property","text":"\u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"Optional property"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-radiogroup","text":"\u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"Optional radioGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-resource","text":"\u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"Optional resource"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-results","text":"\u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"Optional results"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-role","text":"\u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"Optional role"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-security","text":"\u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"Optional security"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-slot","text":"\u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"Optional slot"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-spellcheck","text":"\u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"Optional spellCheck"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-style","text":"\u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"Optional style"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-suppresscontenteditablewarning","text":"\u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"Optional suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-suppresshydrationwarning","text":"\u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"Optional suppressHydrationWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-tabindex","text":"\u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"Optional tabIndex"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-title","text":"\u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"Optional title"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-tooltip","text":"\u2022 tooltip ? : ReactNode | Omit\u2039 TooltipProps , \"targetId\"\u203a Inherited from ButtonProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10","title":"Optional tooltip"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-tooltipoverridedisabled","text":"\u2022 tooltipOverrideDisabled ? : boolean Inherited from ButtonProps . tooltipOverrideDisabled Defined in src/renderer/components/tooltip/withTooltip.tsx:15 forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\"","title":"Optional tooltipOverrideDisabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-translate","text":"\u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"Optional translate"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-typeof","text":"\u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"Optional typeof"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-unselectable","text":"\u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"Optional unselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-valuelink","text":"\u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"Optional valueLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.statusbrickprops/#optional-vocab","text":"\u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Optional vocab"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/","text":"Interface: StepperProps # Hierarchy # HTMLProps\u2039any\u203a \u21b3 StepperProps Index # Properties # about accept acceptCharset accessKey action allowFullScreen allowTransparency alt aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext as async autoCapitalize autoComplete autoCorrect autoFocus autoPlay autoSave capture cellPadding cellSpacing challenge charSet checked checkedLink children cite classID className colSpan color cols content contentEditable contextMenu controls coords crossOrigin dangerouslySetInnerHTML data datatype dateTime default defaultChecked defaultValue defer dir disabled download draggable encType form formAction formEncType formMethod formNoValidate formTarget frameBorder headers height hidden high href hrefLang htmlFor httpEquiv id inlist inputMode integrity is itemID itemProp itemRef itemScope itemType key keyParams keyType kind label lang list loop low manifest marginHeight marginWidth max maxLength media mediaGroup method min minLength multiple muted name noValidate nonce onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture open optimum pattern placeholder playsInline poster prefix preload property radioGroup readOnly ref rel required resource results reversed role rowSpan rows sandbox scope scoped scrolling seamless security selected shape size sizes slot span spellCheck src srcDoc srcLang srcSet start step steps style summary suppressContentEditableWarning suppressHydrationWarning tabIndex target title translate type typeof unselectable useMap value valueLink vocab width wmode wrap Properties # Optional about # \u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775 Optional accept # \u2022 accept ? : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813 Optional acceptCharset # \u2022 acceptCharset ? : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814 Optional accessKey # \u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 Optional action # \u2022 action ? : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815 Optional allowFullScreen # \u2022 allowFullScreen ? : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816 Optional allowTransparency # \u2022 allowTransparency ? : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817 Optional alt # \u2022 alt ? : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818 Optional aria-activedescendant # \u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Optional aria-atomic # \u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. Optional aria-autocomplete # \u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made. Optional aria-busy # \u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. Optional aria-checked # \u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Optional aria-colcount # \u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Optional aria-colindex # \u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan. Optional aria-colspan # \u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Optional aria-controls # \u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Optional aria-current # \u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements. Optional aria-describedby # \u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby Optional aria-details # \u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Optional aria-disabled # \u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Optional aria-dropeffect # \u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Optional aria-errormessage # \u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Optional aria-expanded # \u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Optional aria-flowto # \u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order. Optional aria-grabbed # \u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Optional aria-haspopup # \u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Optional aria-hidden # \u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled. Optional aria-invalid # \u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Optional aria-keyshortcuts # \u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Optional aria-label # \u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. Optional aria-labelledby # \u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby. Optional aria-level # \u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. Optional aria-live # \u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. Optional aria-modal # \u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. Optional aria-multiline # \u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line. Optional aria-multiselectable # \u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants. Optional aria-orientation # \u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Optional aria-owns # \u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls. Optional aria-placeholder # \u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. Optional aria-posinset # \u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize. Optional aria-pressed # \u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Optional aria-readonly # \u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Optional aria-relevant # \u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Optional aria-required # \u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted. Optional aria-roledescription # \u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element. Optional aria-rowcount # \u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Optional aria-rowindex # \u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan. Optional aria-rowspan # \u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Optional aria-selected # \u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Optional aria-setsize # \u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset. Optional aria-sort # \u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order. Optional aria-valuemax # \u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. Optional aria-valuemin # \u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. Optional aria-valuenow # \u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. Optional aria-valuetext # \u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget. Optional as # \u2022 as ? : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819 Optional async # \u2022 async ? : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820 Optional autoCapitalize # \u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 Optional autoComplete # \u2022 autoComplete ? : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821 Optional autoCorrect # \u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 Optional autoFocus # \u2022 autoFocus ? : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822 Optional autoPlay # \u2022 autoPlay ? : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823 Optional autoSave # \u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 Optional capture # \u2022 capture ? : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824 Optional cellPadding # \u2022 cellPadding ? : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825 Optional cellSpacing # \u2022 cellSpacing ? : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826 Optional challenge # \u2022 challenge ? : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828 Optional charSet # \u2022 charSet ? : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827 Optional checked # \u2022 checked ? : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829 Optional checkedLink # \u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional cite # \u2022 cite ? : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830 Optional classID # \u2022 classID ? : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831 Optional className # \u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752 Optional colSpan # \u2022 colSpan ? : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833 Optional color # \u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788 Optional cols # \u2022 cols ? : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832 Optional content # \u2022 content ? : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834 Optional contentEditable # \u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 Optional contextMenu # \u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 Optional controls # \u2022 controls ? : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835 Optional coords # \u2022 coords ? : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836 Optional crossOrigin # \u2022 crossOrigin ? : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional data # \u2022 data ? : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838 Optional datatype # \u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 Optional dateTime # \u2022 dateTime ? : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839 Optional default # \u2022 default ? : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840 Optional defaultChecked # \u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 Optional defaultValue # \u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 Optional defer # \u2022 defer ? : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841 Optional dir # \u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755 Optional disabled # \u2022 disabled ? : boolean Inherited from LineProgressProps . disabled Defined in node_modules/@types/react/index.d.ts:1842 Optional download # \u2022 download ? : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843 Optional draggable # \u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 Optional encType # \u2022 encType ? : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844 Optional form # \u2022 form ? : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845 Optional formAction # \u2022 formAction ? : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846 Optional formEncType # \u2022 formEncType ? : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847 Optional formMethod # \u2022 formMethod ? : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848 Optional formNoValidate # \u2022 formNoValidate ? : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849 Optional formTarget # \u2022 formTarget ? : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850 Optional frameBorder # \u2022 frameBorder ? : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851 Optional headers # \u2022 headers ? : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852 Optional height # \u2022 height ? : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853 Optional hidden # \u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 Optional high # \u2022 high ? : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854 Optional href # \u2022 href ? : string Inherited from LineProgressProps . href Defined in node_modules/@types/react/index.d.ts:1855 Optional hrefLang # \u2022 hrefLang ? : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856 Optional htmlFor # \u2022 htmlFor ? : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857 Optional httpEquiv # \u2022 httpEquiv ? : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858 Optional id # \u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758 Optional inlist # \u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 Optional inputMode # \u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute Optional integrity # \u2022 integrity ? : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859 Optional is # \u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is Optional itemID # \u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 Optional itemProp # \u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 Optional itemRef # \u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 Optional itemScope # \u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 Optional itemType # \u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 Optional key # \u2022 key ? : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139 Optional keyParams # \u2022 keyParams ? : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860 Optional keyType # \u2022 keyType ? : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861 Optional kind # \u2022 kind ? : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862 Optional label # \u2022 label ? : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863 Optional lang # \u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759 Optional list # \u2022 list ? : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864 Optional loop # \u2022 loop ? : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865 Optional low # \u2022 low ? : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866 Optional manifest # \u2022 manifest ? : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867 Optional marginHeight # \u2022 marginHeight ? : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868 Optional marginWidth # \u2022 marginWidth ? : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869 Optional max # \u2022 max ? : number | string Inherited from MenuItemProps . max Defined in node_modules/@types/react/index.d.ts:1870 Optional maxLength # \u2022 maxLength ? : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871 Optional media # \u2022 media ? : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872 Optional mediaGroup # \u2022 mediaGroup ? : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873 Optional method # \u2022 method ? : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874 Optional min # \u2022 min ? : number | string Inherited from MenuItemProps . min Defined in node_modules/@types/react/index.d.ts:1875 Optional minLength # \u2022 minLength ? : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876 Optional multiple # \u2022 multiple ? : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877 Optional muted # \u2022 muted ? : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878 Optional name # \u2022 name ? : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879 Optional noValidate # \u2022 noValidate ? : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881 Optional nonce # \u2022 nonce ? : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional open # \u2022 open ? : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882 Optional optimum # \u2022 optimum ? : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883 Optional pattern # \u2022 pattern ? : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884 Optional placeholder # \u2022 placeholder ? : string Inherited from LineProgressProps . placeholder Overrides ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885 Optional playsInline # \u2022 playsInline ? : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886 Optional poster # \u2022 poster ? : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887 Optional prefix # \u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 Optional preload # \u2022 preload ? : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888 Optional property # \u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779 Optional radioGroup # \u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 Optional readOnly # \u2022 readOnly ? : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889 Optional ref # \u2022 ref ? : LegacyRef\u2039any\u203a Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145 Optional rel # \u2022 rel ? : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890 Optional required # \u2022 required ? : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891 Optional resource # \u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780 Optional results # \u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794 Optional reversed # \u2022 reversed ? : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892 Optional role # \u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772 Optional rowSpan # \u2022 rowSpan ? : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894 Optional rows # \u2022 rows ? : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893 Optional sandbox # \u2022 sandbox ? : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895 Optional scope # \u2022 scope ? : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896 Optional scoped # \u2022 scoped ? : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897 Optional scrolling # \u2022 scrolling ? : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898 Optional seamless # \u2022 seamless ? : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899 Optional security # \u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795 Optional selected # \u2022 selected ? : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900 Optional shape # \u2022 shape ? : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901 Optional size # \u2022 size ? : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902 Optional sizes # \u2022 sizes ? : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903 Optional slot # \u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761 Optional span # \u2022 span ? : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904 Optional spellCheck # \u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 Optional src # \u2022 src ? : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905 Optional srcDoc # \u2022 srcDoc ? : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906 Optional srcLang # \u2022 srcLang ? : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907 Optional srcSet # \u2022 srcSet ? : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908 Optional start # \u2022 start ? : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909 step # \u2022 step : number Overrides LineProgressProps . step Defined in src/renderer/components/stepper/stepper.tsx:6 steps # \u2022 steps : Step[] Defined in src/renderer/components/stepper/stepper.tsx:7 Optional style # \u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763 Optional summary # \u2022 summary ? : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911 Optional suppressContentEditableWarning # \u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 Optional suppressHydrationWarning # \u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 Optional tabIndex # \u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 Optional target # \u2022 target ? : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912 Optional title # \u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765 Optional translate # \u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766 Optional type # \u2022 type ? : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913 Optional typeof # \u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 Optional unselectable # \u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 Optional useMap # \u2022 useMap ? : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914 Optional value # \u2022 value ? : string | string[] | number Inherited from MenuItemProps . value Defined in node_modules/@types/react/index.d.ts:1915 Optional valueLink # \u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 Optional vocab # \u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782 Optional width # \u2022 width ? : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916 Optional wmode # \u2022 wmode ? : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917 Optional wrap # \u2022 wrap ? : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"Interface: StepperProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#interface-stepperprops","text":"","title":"Interface: StepperProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#hierarchy","text":"HTMLProps\u2039any\u203a \u21b3 StepperProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#properties","text":"about accept acceptCharset accessKey action allowFullScreen allowTransparency alt aria-activedescendant aria-atomic aria-autocomplete aria-busy aria-checked aria-colcount aria-colindex aria-colspan aria-controls aria-current aria-describedby aria-details aria-disabled aria-dropeffect aria-errormessage aria-expanded aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-keyshortcuts aria-label aria-labelledby aria-level aria-live aria-modal aria-multiline aria-multiselectable aria-orientation aria-owns aria-placeholder aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-roledescription aria-rowcount aria-rowindex aria-rowspan aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext as async autoCapitalize autoComplete autoCorrect autoFocus autoPlay autoSave capture cellPadding cellSpacing challenge charSet checked checkedLink children cite classID className colSpan color cols content contentEditable contextMenu controls coords crossOrigin dangerouslySetInnerHTML data datatype dateTime default defaultChecked defaultValue defer dir disabled download draggable encType form formAction formEncType formMethod formNoValidate formTarget frameBorder headers height hidden high href hrefLang htmlFor httpEquiv id inlist inputMode integrity is itemID itemProp itemRef itemScope itemType key keyParams keyType kind label lang list loop low manifest marginHeight marginWidth max maxLength media mediaGroup method min minLength multiple muted name noValidate nonce onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture open optimum pattern placeholder playsInline poster prefix preload property radioGroup readOnly ref rel required resource results reversed role rowSpan rows sandbox scope scoped scrolling seamless security selected shape size sizes slot span spellCheck src srcDoc srcLang srcSet start step steps style summary suppressContentEditableWarning suppressHydrationWarning tabIndex target title translate type typeof unselectable useMap value valueLink vocab width wmode wrap","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-about","text":"\u2022 about ? : string Inherited from ButtonProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"Optional about"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-accept","text":"\u2022 accept ? : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813","title":"Optional accept"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-acceptcharset","text":"\u2022 acceptCharset ? : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814","title":"Optional acceptCharset"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-accesskey","text":"\u2022 accessKey ? : string Inherited from ButtonProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"Optional accessKey"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-action","text":"\u2022 action ? : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815","title":"Optional action"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-allowfullscreen","text":"\u2022 allowFullScreen ? : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816","title":"Optional allowFullScreen"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-allowtransparency","text":"\u2022 allowTransparency ? : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817","title":"Optional allowTransparency"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-alt","text":"\u2022 alt ? : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818","title":"Optional alt"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-activedescendant","text":"\u2022 aria-activedescendant ? : string Inherited from ButtonProps . aria-activedescendant Defined in node_modules/@types/react/index.d.ts:1558 Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"Optional aria-activedescendant"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-atomic","text":"\u2022 aria-atomic ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-atomic Defined in node_modules/@types/react/index.d.ts:1560 Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.","title":"Optional aria-atomic"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-autocomplete","text":"\u2022 aria-autocomplete ? : \"none\" | \"inline\" | \"list\" | \"both\" Inherited from ButtonProps . aria-autocomplete Defined in node_modules/@types/react/index.d.ts:1565 Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.","title":"Optional aria-autocomplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-busy","text":"\u2022 aria-busy ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-busy Defined in node_modules/@types/react/index.d.ts:1567 Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.","title":"Optional aria-busy"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-checked","text":"\u2022 aria-checked ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-checked Defined in node_modules/@types/react/index.d.ts:1572 Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected.","title":"Optional aria-checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-colcount","text":"\u2022 aria-colcount ? : number Inherited from ButtonProps . aria-colcount Defined in node_modules/@types/react/index.d.ts:1577 Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"Optional aria-colcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-colindex","text":"\u2022 aria-colindex ? : number Inherited from ButtonProps . aria-colindex Defined in node_modules/@types/react/index.d.ts:1582 Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. see aria-colcount @see aria-colspan.","title":"Optional aria-colindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-colspan","text":"\u2022 aria-colspan ? : number Inherited from ButtonProps . aria-colspan Defined in node_modules/@types/react/index.d.ts:1587 Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan.","title":"Optional aria-colspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-controls","text":"\u2022 aria-controls ? : string Inherited from ButtonProps . aria-controls Defined in node_modules/@types/react/index.d.ts:1592 Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns.","title":"Optional aria-controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-current","text":"\u2022 aria-current ? : boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Inherited from ButtonProps . aria-current Defined in node_modules/@types/react/index.d.ts:1594 Indicates the element that represents the current item within a container or set of related elements.","title":"Optional aria-current"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-describedby","text":"\u2022 aria-describedby ? : string Inherited from ButtonProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby","title":"Optional aria-describedby"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-details","text":"\u2022 aria-details ? : string Inherited from ButtonProps . aria-details Defined in node_modules/@types/react/index.d.ts:1604 Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"Optional aria-details"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-disabled","text":"\u2022 aria-disabled ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-disabled Defined in node_modules/@types/react/index.d.ts:1609 Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly.","title":"Optional aria-disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-dropeffect","text":"\u2022 aria-dropeffect ? : \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\" Inherited from ButtonProps . aria-dropeffect Defined in node_modules/@types/react/index.d.ts:1614 Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1","title":"Optional aria-dropeffect"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-errormessage","text":"\u2022 aria-errormessage ? : string Inherited from ButtonProps . aria-errormessage Defined in node_modules/@types/react/index.d.ts:1619 Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"Optional aria-errormessage"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-expanded","text":"\u2022 aria-expanded ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-expanded Defined in node_modules/@types/react/index.d.ts:1621 Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"Optional aria-expanded"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-flowto","text":"\u2022 aria-flowto ? : string Inherited from ButtonProps . aria-flowto Defined in node_modules/@types/react/index.d.ts:1626 Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.","title":"Optional aria-flowto"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-grabbed","text":"\u2022 aria-grabbed ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-grabbed Defined in node_modules/@types/react/index.d.ts:1631 Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"Optional aria-grabbed"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-haspopup","text":"\u2022 aria-haspopup ? : boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\" Inherited from ButtonProps . aria-haspopup Defined in node_modules/@types/react/index.d.ts:1633 Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.","title":"Optional aria-haspopup"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-hidden","text":"\u2022 aria-hidden ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-hidden Defined in node_modules/@types/react/index.d.ts:1638 Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"Optional aria-hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-invalid","text":"\u2022 aria-invalid ? : boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" Inherited from ButtonProps . aria-invalid Defined in node_modules/@types/react/index.d.ts:1643 Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"Optional aria-invalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-keyshortcuts","text":"\u2022 aria-keyshortcuts ? : string Inherited from ButtonProps . aria-keyshortcuts Defined in node_modules/@types/react/index.d.ts:1645 Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"Optional aria-keyshortcuts"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-label","text":"\u2022 aria-label ? : string Inherited from ButtonProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby.","title":"Optional aria-label"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-labelledby","text":"\u2022 aria-labelledby ? : string Inherited from ButtonProps . aria-labelledby Defined in node_modules/@types/react/index.d.ts:1655 Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"Optional aria-labelledby"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-level","text":"\u2022 aria-level ? : number Inherited from ButtonProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"Optional aria-level"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-live","text":"\u2022 aria-live ? : \"off\" | \"assertive\" | \"polite\" Inherited from ButtonProps . aria-live Defined in node_modules/@types/react/index.d.ts:1659 Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.","title":"Optional aria-live"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-modal","text":"\u2022 aria-modal ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"Optional aria-modal"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-multiline","text":"\u2022 aria-multiline ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiline Defined in node_modules/@types/react/index.d.ts:1663 Indicates whether a text box accepts multiple lines of input or only a single line.","title":"Optional aria-multiline"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-multiselectable","text":"\u2022 aria-multiselectable ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-multiselectable Defined in node_modules/@types/react/index.d.ts:1665 Indicates that the user may select more than one item from the current selectable descendants.","title":"Optional aria-multiselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-orientation","text":"\u2022 aria-orientation ? : \"horizontal\" | \"vertical\" Inherited from ButtonProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"Optional aria-orientation"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-owns","text":"\u2022 aria-owns ? : string Inherited from ButtonProps . aria-owns Defined in node_modules/@types/react/index.d.ts:1673 Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. see aria-controls.","title":"Optional aria-owns"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-placeholder","text":"\u2022 aria-placeholder ? : string Inherited from ButtonProps . aria-placeholder Defined in node_modules/@types/react/index.d.ts:1678 Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.","title":"Optional aria-placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-posinset","text":"\u2022 aria-posinset ? : number Inherited from ButtonProps . aria-posinset Defined in node_modules/@types/react/index.d.ts:1683 Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-setsize.","title":"Optional aria-posinset"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-pressed","text":"\u2022 aria-pressed ? : boolean | \"false\" | \"mixed\" | \"true\" Inherited from ButtonProps . aria-pressed Defined in node_modules/@types/react/index.d.ts:1688 Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"Optional aria-pressed"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-readonly","text":"\u2022 aria-readonly ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-readonly Defined in node_modules/@types/react/index.d.ts:1693 Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"Optional aria-readonly"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-relevant","text":"\u2022 aria-relevant ? : \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\" Inherited from ButtonProps . aria-relevant Defined in node_modules/@types/react/index.d.ts:1698 Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic.","title":"Optional aria-relevant"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-required","text":"\u2022 aria-required ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-required Defined in node_modules/@types/react/index.d.ts:1700 Indicates that user input is required on the element before a form may be submitted.","title":"Optional aria-required"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-roledescription","text":"\u2022 aria-roledescription ? : string Inherited from ButtonProps . aria-roledescription Defined in node_modules/@types/react/index.d.ts:1702 Defines a human-readable, author-localized description for the role of an element.","title":"Optional aria-roledescription"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-rowcount","text":"\u2022 aria-rowcount ? : number Inherited from ButtonProps . aria-rowcount Defined in node_modules/@types/react/index.d.ts:1707 Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"Optional aria-rowcount"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-rowindex","text":"\u2022 aria-rowindex ? : number Inherited from ButtonProps . aria-rowindex Defined in node_modules/@types/react/index.d.ts:1712 Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. see aria-rowcount @see aria-rowspan.","title":"Optional aria-rowindex"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-rowspan","text":"\u2022 aria-rowspan ? : number Inherited from ButtonProps . aria-rowspan Defined in node_modules/@types/react/index.d.ts:1717 Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan.","title":"Optional aria-rowspan"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-selected","text":"\u2022 aria-selected ? : boolean | \"false\" | \"true\" Inherited from ButtonProps . aria-selected Defined in node_modules/@types/react/index.d.ts:1722 Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"Optional aria-selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-setsize","text":"\u2022 aria-setsize ? : number Inherited from ButtonProps . aria-setsize Defined in node_modules/@types/react/index.d.ts:1727 Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. see aria-posinset.","title":"Optional aria-setsize"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-sort","text":"\u2022 aria-sort ? : \"none\" | \"ascending\" | \"descending\" | \"other\" Inherited from ButtonProps . aria-sort Defined in node_modules/@types/react/index.d.ts:1729 Indicates if items in a table or grid are sorted in ascending or descending order.","title":"Optional aria-sort"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-valuemax","text":"\u2022 aria-valuemax ? : number Inherited from ButtonProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"Optional aria-valuemax"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-valuemin","text":"\u2022 aria-valuemin ? : number Inherited from ButtonProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"Optional aria-valuemin"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-valuenow","text":"\u2022 aria-valuenow ? : number Inherited from ButtonProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"Optional aria-valuenow"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-aria-valuetext","text":"\u2022 aria-valuetext ? : string Inherited from ButtonProps . aria-valuetext Defined in node_modules/@types/react/index.d.ts:1740 Defines the human readable text alternative of aria-valuenow for a range widget.","title":"Optional aria-valuetext"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-as","text":"\u2022 as ? : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819","title":"Optional as"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-async","text":"\u2022 async ? : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820","title":"Optional async"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-autocapitalize","text":"\u2022 autoCapitalize ? : string Inherited from ButtonProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"Optional autoCapitalize"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-autocomplete","text":"\u2022 autoComplete ? : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821","title":"Optional autoComplete"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-autocorrect","text":"\u2022 autoCorrect ? : string Inherited from ButtonProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"Optional autoCorrect"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-autofocus","text":"\u2022 autoFocus ? : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822","title":"Optional autoFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-autoplay","text":"\u2022 autoPlay ? : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823","title":"Optional autoPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-autosave","text":"\u2022 autoSave ? : string Inherited from ButtonProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"Optional autoSave"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-capture","text":"\u2022 capture ? : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824","title":"Optional capture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-cellpadding","text":"\u2022 cellPadding ? : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825","title":"Optional cellPadding"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-cellspacing","text":"\u2022 cellSpacing ? : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826","title":"Optional cellSpacing"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-challenge","text":"\u2022 challenge ? : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828","title":"Optional challenge"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-charset","text":"\u2022 charSet ? : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827","title":"Optional charSet"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-checked","text":"\u2022 checked ? : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829","title":"Optional checked"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-checkedlink","text":"\u2022 checkedLink ? : ReactLink\u2039boolean\u203a Inherited from ButtonProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"Optional checkedLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-cite","text":"\u2022 cite ? : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830","title":"Optional cite"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-classid","text":"\u2022 classID ? : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831","title":"Optional classID"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-classname","text":"\u2022 className ? : string Inherited from ButtonProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-colspan","text":"\u2022 colSpan ? : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833","title":"Optional colSpan"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-color","text":"\u2022 color ? : string Inherited from ButtonProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"Optional color"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-cols","text":"\u2022 cols ? : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832","title":"Optional cols"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-content","text":"\u2022 content ? : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834","title":"Optional content"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-contenteditable","text":"\u2022 contentEditable ? : Booleanish | \"inherit\" Inherited from ButtonProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"Optional contentEditable"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-contextmenu","text":"\u2022 contextMenu ? : string Inherited from ButtonProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"Optional contextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-controls","text":"\u2022 controls ? : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835","title":"Optional controls"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-coords","text":"\u2022 coords ? : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836","title":"Optional coords"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-crossorigin","text":"\u2022 crossOrigin ? : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837","title":"Optional crossOrigin"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-data","text":"\u2022 data ? : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838","title":"Optional data"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-datatype","text":"\u2022 datatype ? : string Inherited from ButtonProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"Optional datatype"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-datetime","text":"\u2022 dateTime ? : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839","title":"Optional dateTime"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-default","text":"\u2022 default ? : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840","title":"Optional default"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-defaultchecked","text":"\u2022 defaultChecked ? : boolean Inherited from ButtonProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"Optional defaultChecked"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-defaultvalue","text":"\u2022 defaultValue ? : string | number | string[] Inherited from ButtonProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"Optional defaultValue"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-defer","text":"\u2022 defer ? : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841","title":"Optional defer"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-dir","text":"\u2022 dir ? : string Inherited from ButtonProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"Optional dir"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-disabled","text":"\u2022 disabled ? : boolean Inherited from LineProgressProps . disabled Defined in node_modules/@types/react/index.d.ts:1842","title":"Optional disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-download","text":"\u2022 download ? : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843","title":"Optional download"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-draggable","text":"\u2022 draggable ? : Booleanish Inherited from ButtonProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"Optional draggable"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-enctype","text":"\u2022 encType ? : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844","title":"Optional encType"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-form","text":"\u2022 form ? : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845","title":"Optional form"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-formaction","text":"\u2022 formAction ? : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846","title":"Optional formAction"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-formenctype","text":"\u2022 formEncType ? : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847","title":"Optional formEncType"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-formmethod","text":"\u2022 formMethod ? : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848","title":"Optional formMethod"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-formnovalidate","text":"\u2022 formNoValidate ? : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849","title":"Optional formNoValidate"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-formtarget","text":"\u2022 formTarget ? : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850","title":"Optional formTarget"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-frameborder","text":"\u2022 frameBorder ? : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851","title":"Optional frameBorder"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-headers","text":"\u2022 headers ? : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852","title":"Optional headers"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-height","text":"\u2022 height ? : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853","title":"Optional height"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-hidden","text":"\u2022 hidden ? : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"Optional hidden"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-high","text":"\u2022 high ? : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854","title":"Optional high"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-href","text":"\u2022 href ? : string Inherited from LineProgressProps . href Defined in node_modules/@types/react/index.d.ts:1855","title":"Optional href"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-hreflang","text":"\u2022 hrefLang ? : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856","title":"Optional hrefLang"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-htmlfor","text":"\u2022 htmlFor ? : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857","title":"Optional htmlFor"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-httpequiv","text":"\u2022 httpEquiv ? : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858","title":"Optional httpEquiv"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-id","text":"\u2022 id ? : string Inherited from ButtonProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"Optional id"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-inlist","text":"\u2022 inlist ? : any Inherited from ButtonProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"Optional inlist"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-inputmode","text":"\u2022 inputMode ? : \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\" Inherited from ButtonProps . inputMode Defined in node_modules/@types/react/index.d.ts:1803 Hints at the type of data that might be entered by the user while editing the element or its contents see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute","title":"Optional inputMode"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-integrity","text":"\u2022 integrity ? : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859","title":"Optional integrity"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-is","text":"\u2022 is ? : string Inherited from ButtonProps . is Defined in node_modules/@types/react/index.d.ts:1808 Specify that a standard HTML element should behave like a defined custom built-in element see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is","title":"Optional is"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-itemid","text":"\u2022 itemID ? : string Inherited from ButtonProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"Optional itemID"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-itemprop","text":"\u2022 itemProp ? : string Inherited from ButtonProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"Optional itemProp"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-itemref","text":"\u2022 itemRef ? : string Inherited from ButtonProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"Optional itemRef"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-itemscope","text":"\u2022 itemScope ? : boolean Inherited from ButtonProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"Optional itemScope"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-itemtype","text":"\u2022 itemType ? : string Inherited from ButtonProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"Optional itemType"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-key","text":"\u2022 key ? : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139","title":"Optional key"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-keyparams","text":"\u2022 keyParams ? : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860","title":"Optional keyParams"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-keytype","text":"\u2022 keyType ? : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861","title":"Optional keyType"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-kind","text":"\u2022 kind ? : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862","title":"Optional kind"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-label","text":"\u2022 label ? : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863","title":"Optional label"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-lang","text":"\u2022 lang ? : string Inherited from ButtonProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"Optional lang"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-list","text":"\u2022 list ? : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864","title":"Optional list"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-loop","text":"\u2022 loop ? : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865","title":"Optional loop"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-low","text":"\u2022 low ? : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866","title":"Optional low"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-manifest","text":"\u2022 manifest ? : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867","title":"Optional manifest"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-marginheight","text":"\u2022 marginHeight ? : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868","title":"Optional marginHeight"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-marginwidth","text":"\u2022 marginWidth ? : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869","title":"Optional marginWidth"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-max","text":"\u2022 max ? : number | string Inherited from MenuItemProps . max Defined in node_modules/@types/react/index.d.ts:1870","title":"Optional max"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-maxlength","text":"\u2022 maxLength ? : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871","title":"Optional maxLength"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-media","text":"\u2022 media ? : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872","title":"Optional media"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-mediagroup","text":"\u2022 mediaGroup ? : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873","title":"Optional mediaGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-method","text":"\u2022 method ? : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874","title":"Optional method"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-min","text":"\u2022 min ? : number | string Inherited from MenuItemProps . min Defined in node_modules/@types/react/index.d.ts:1875","title":"Optional min"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-minlength","text":"\u2022 minLength ? : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876","title":"Optional minLength"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-multiple","text":"\u2022 multiple ? : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877","title":"Optional multiple"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-muted","text":"\u2022 muted ? : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878","title":"Optional muted"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-name","text":"\u2022 name ? : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879","title":"Optional name"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-novalidate","text":"\u2022 noValidate ? : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881","title":"Optional noValidate"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-nonce","text":"\u2022 nonce ? : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880","title":"Optional nonce"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-open","text":"\u2022 open ? : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882","title":"Optional open"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-optimum","text":"\u2022 optimum ? : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883","title":"Optional optimum"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-pattern","text":"\u2022 pattern ? : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884","title":"Optional pattern"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-placeholder","text":"\u2022 placeholder ? : string Inherited from LineProgressProps . placeholder Overrides ButtonProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885","title":"Optional placeholder"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-playsinline","text":"\u2022 playsInline ? : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886","title":"Optional playsInline"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-poster","text":"\u2022 poster ? : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887","title":"Optional poster"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-prefix","text":"\u2022 prefix ? : string Inherited from ButtonProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"Optional prefix"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-preload","text":"\u2022 preload ? : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888","title":"Optional preload"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-property","text":"\u2022 property ? : string Inherited from ButtonProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"Optional property"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-radiogroup","text":"\u2022 radioGroup ? : string Inherited from ButtonProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"Optional radioGroup"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-readonly","text":"\u2022 readOnly ? : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889","title":"Optional readOnly"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-ref","text":"\u2022 ref ? : LegacyRef\u2039any\u203a Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145","title":"Optional ref"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-rel","text":"\u2022 rel ? : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890","title":"Optional rel"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-required","text":"\u2022 required ? : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891","title":"Optional required"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-resource","text":"\u2022 resource ? : string Inherited from ButtonProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"Optional resource"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-results","text":"\u2022 results ? : number Inherited from ButtonProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"Optional results"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-reversed","text":"\u2022 reversed ? : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892","title":"Optional reversed"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-role","text":"\u2022 role ? : string Inherited from ButtonProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"Optional role"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-rowspan","text":"\u2022 rowSpan ? : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894","title":"Optional rowSpan"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-rows","text":"\u2022 rows ? : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893","title":"Optional rows"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-sandbox","text":"\u2022 sandbox ? : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895","title":"Optional sandbox"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-scope","text":"\u2022 scope ? : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896","title":"Optional scope"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-scoped","text":"\u2022 scoped ? : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897","title":"Optional scoped"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-scrolling","text":"\u2022 scrolling ? : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898","title":"Optional scrolling"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-seamless","text":"\u2022 seamless ? : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899","title":"Optional seamless"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-security","text":"\u2022 security ? : string Inherited from ButtonProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"Optional security"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-selected","text":"\u2022 selected ? : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900","title":"Optional selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-shape","text":"\u2022 shape ? : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901","title":"Optional shape"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-size","text":"\u2022 size ? : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902","title":"Optional size"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-sizes","text":"\u2022 sizes ? : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903","title":"Optional sizes"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-slot","text":"\u2022 slot ? : string Inherited from ButtonProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"Optional slot"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-span","text":"\u2022 span ? : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904","title":"Optional span"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-spellcheck","text":"\u2022 spellCheck ? : Booleanish Inherited from ButtonProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"Optional spellCheck"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-src","text":"\u2022 src ? : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905","title":"Optional src"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-srcdoc","text":"\u2022 srcDoc ? : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906","title":"Optional srcDoc"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-srclang","text":"\u2022 srcLang ? : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907","title":"Optional srcLang"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-srcset","text":"\u2022 srcSet ? : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908","title":"Optional srcSet"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-start","text":"\u2022 start ? : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909","title":"Optional start"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#step","text":"\u2022 step : number Overrides LineProgressProps . step Defined in src/renderer/components/stepper/stepper.tsx:6","title":"step"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#steps","text":"\u2022 steps : Step[] Defined in src/renderer/components/stepper/stepper.tsx:7","title":"steps"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-style","text":"\u2022 style ? : CSSProperties Inherited from ButtonProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"Optional style"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-summary","text":"\u2022 summary ? : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911","title":"Optional summary"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-suppresscontenteditablewarning","text":"\u2022 suppressContentEditableWarning ? : boolean Inherited from ButtonProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"Optional suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-suppresshydrationwarning","text":"\u2022 suppressHydrationWarning ? : boolean Inherited from ButtonProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"Optional suppressHydrationWarning"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-tabindex","text":"\u2022 tabIndex ? : number Inherited from ButtonProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"Optional tabIndex"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-target","text":"\u2022 target ? : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912","title":"Optional target"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-title","text":"\u2022 title ? : string Inherited from ButtonProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"Optional title"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-translate","text":"\u2022 translate ? : \"yes\" | \"no\" Inherited from ButtonProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"Optional translate"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-type","text":"\u2022 type ? : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913","title":"Optional type"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-typeof","text":"\u2022 typeof ? : string Inherited from ButtonProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"Optional typeof"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-unselectable","text":"\u2022 unselectable ? : \"on\" | \"off\" Inherited from ButtonProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"Optional unselectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-usemap","text":"\u2022 useMap ? : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914","title":"Optional useMap"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-value","text":"\u2022 value ? : string | string[] | number Inherited from MenuItemProps . value Defined in node_modules/@types/react/index.d.ts:1915","title":"Optional value"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-valuelink","text":"\u2022 valueLink ? : ReactLink\u2039boolean | string | number\u203a Inherited from ButtonProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"Optional valueLink"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-vocab","text":"\u2022 vocab ? : string Inherited from ButtonProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"Optional vocab"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-width","text":"\u2022 width ? : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916","title":"Optional width"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-wmode","text":"\u2022 wmode ? : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917","title":"Optional wmode"},{"location":"extensions/api/interfaces/_renderer_api_components_.stepperprops/#optional-wrap","text":"\u2022 wrap ? : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"Optional wrap"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablayoutprops/","text":"Interface: TabLayoutProps # Hierarchy # TabLayoutProps Index # Properties # children className contentClass tabs Properties # children # \u2022 children : ReactNode Defined in src/renderer/components/layout/tab-layout.tsx:16 Optional className # \u2022 className ? : any Defined in src/renderer/components/layout/tab-layout.tsx:17 Optional contentClass # \u2022 contentClass ? : string Defined in src/renderer/components/layout/tab-layout.tsx:19 Optional tabs # \u2022 tabs ? : TabRoute [] Defined in src/renderer/components/layout/tab-layout.tsx:18","title":"Interface: TabLayoutProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablayoutprops/#interface-tablayoutprops","text":"","title":"Interface: TabLayoutProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablayoutprops/#hierarchy","text":"TabLayoutProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablayoutprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablayoutprops/#properties","text":"children className contentClass tabs","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablayoutprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablayoutprops/#children","text":"\u2022 children : ReactNode Defined in src/renderer/components/layout/tab-layout.tsx:16","title":"children"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablayoutprops/#optional-classname","text":"\u2022 className ? : any Defined in src/renderer/components/layout/tab-layout.tsx:17","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablayoutprops/#optional-contentclass","text":"\u2022 contentClass ? : string Defined in src/renderer/components/layout/tab-layout.tsx:19","title":"Optional contentClass"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablayoutprops/#optional-tabs","text":"\u2022 tabs ? : TabRoute [] Defined in src/renderer/components/layout/tab-layout.tsx:18","title":"Optional tabs"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/","text":"Interface: TableCellProps # Hierarchy # DOMAttributes\u2039HTMLDivElement\u203a \u21b3 TableCellProps Index # Properties # _nowrap _sorting checkbox children className dangerouslySetInnerHTML isChecked onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture renderBoolean sortBy title Methods # _sort Properties # Optional _nowrap # \u2022 _nowrap ? : boolean Defined in src/renderer/components/table/table-cell.tsx:20 Optional _sorting # \u2022 _sorting ? : Partial\u2039 TableSortParams \u203a Defined in src/renderer/components/table/table-cell.tsx:18 Optional checkbox # \u2022 checkbox ? : boolean Defined in src/renderer/components/table/table-cell.tsx:14 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : string Defined in src/renderer/components/table/table-cell.tsx:12 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional isChecked # \u2022 isChecked ? : boolean Defined in src/renderer/components/table/table-cell.tsx:15 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional renderBoolean # \u2022 renderBoolean ? : boolean Defined in src/renderer/components/table/table-cell.tsx:16 Optional sortBy # \u2022 sortBy ? : TableSortBy Defined in src/renderer/components/table/table-cell.tsx:17 Optional title # \u2022 title ? : ReactNode Defined in src/renderer/components/table/table-cell.tsx:13 Methods # Optional _sort # \u25b8 _sort ( sortBy : TableSortBy ): void Defined in src/renderer/components/table/table-cell.tsx:19 Parameters: Name Type sortBy TableSortBy Returns: void","title":"Interface: TableCellProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#interface-tablecellprops","text":"","title":"Interface: TableCellProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#hierarchy","text":"DOMAttributes\u2039HTMLDivElement\u203a \u21b3 TableCellProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#properties","text":"_nowrap _sorting checkbox children className dangerouslySetInnerHTML isChecked onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture renderBoolean sortBy title","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#methods","text":"_sort","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-_nowrap","text":"\u2022 _nowrap ? : boolean Defined in src/renderer/components/table/table-cell.tsx:20","title":"Optional _nowrap"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-_sorting","text":"\u2022 _sorting ? : Partial\u2039 TableSortParams \u203a Defined in src/renderer/components/table/table-cell.tsx:18","title":"Optional _sorting"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-checkbox","text":"\u2022 checkbox ? : boolean Defined in src/renderer/components/table/table-cell.tsx:14","title":"Optional checkbox"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/table/table-cell.tsx:12","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ischecked","text":"\u2022 isChecked ? : boolean Defined in src/renderer/components/table/table-cell.tsx:15","title":"Optional isChecked"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-renderboolean","text":"\u2022 renderBoolean ? : boolean Defined in src/renderer/components/table/table-cell.tsx:16","title":"Optional renderBoolean"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-sortby","text":"\u2022 sortBy ? : TableSortBy Defined in src/renderer/components/table/table-cell.tsx:17","title":"Optional sortBy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-title","text":"\u2022 title ? : ReactNode Defined in src/renderer/components/table/table-cell.tsx:13","title":"Optional title"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablecellprops/#optional-_sort","text":"\u25b8 _sort ( sortBy : TableSortBy ): void Defined in src/renderer/components/table/table-cell.tsx:19 Parameters: Name Type sortBy TableSortBy Returns: void","title":"Optional _sort"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/","text":"Interface: TableHeadProps # Hierarchy # DOMAttributes\u2039HTMLDivElement\u203a \u21b3 TableHeadProps Index # Properties # children className dangerouslySetInnerHTML nowrap onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture showTopLine sticky Properties # Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : string Defined in src/renderer/components/table/table-head.tsx:9 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional nowrap # \u2022 nowrap ? : boolean Defined in src/renderer/components/table/table-head.tsx:12 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional showTopLine # \u2022 showTopLine ? : boolean Defined in src/renderer/components/table/table-head.tsx:10 Optional sticky # \u2022 sticky ? : boolean Defined in src/renderer/components/table/table-head.tsx:11","title":"Interface: TableHeadProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#interface-tableheadprops","text":"","title":"Interface: TableHeadProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#hierarchy","text":"DOMAttributes\u2039HTMLDivElement\u203a \u21b3 TableHeadProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#properties","text":"children className dangerouslySetInnerHTML nowrap onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture showTopLine sticky","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/table/table-head.tsx:9","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-nowrap","text":"\u2022 nowrap ? : boolean Defined in src/renderer/components/table/table-head.tsx:12","title":"Optional nowrap"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-showtopline","text":"\u2022 showTopLine ? : boolean Defined in src/renderer/components/table/table-head.tsx:10","title":"Optional showTopLine"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableheadprops/#optional-sticky","text":"\u2022 sticky ? : boolean Defined in src/renderer/components/table/table-head.tsx:11","title":"Optional sticky"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/","text":"Interface: TableProps # Hierarchy # DOMAttributes\u2039HTMLDivElement\u203a \u21b3 TableProps Index # Properties # autoSize children className customRowHeights dangerouslySetInnerHTML getTableRow items noItems onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onSort onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture rowLineHeight rowPadding scrollable selectable selectedItemId sortByDefault sortSyncWithUrl sortable storageKey virtual Properties # Optional autoSize # \u2022 autoSize ? : boolean Defined in src/renderer/components/table/table.tsx:25 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : string Defined in src/renderer/components/table/table.tsx:24 Optional customRowHeights # \u2022 customRowHeights ? : function Defined in src/renderer/components/table/table.tsx:42 Type declaration: \u25b8 ( item : object, lineHeight : number, paddings : number): number Parameters: Name Type item object lineHeight number paddings number Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional getTableRow # \u2022 getTableRow ? : function Defined in src/renderer/components/table/table.tsx:43 Type declaration: \u25b8 ( uid : string): ReactElement\u2039 TableRowProps \u203a Parameters: Name Type uid string Optional items # \u2022 items ? : ItemObject[] Defined in src/renderer/components/table/table.tsx:23 Optional noItems # \u2022 noItems ? : React.ReactNode Defined in src/renderer/components/table/table.tsx:37 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onSort # \u2022 onSort ? : function Defined in src/renderer/components/table/table.tsx:36 Type declaration: \u25b8 ( params : TableSortParams ): void Parameters: Name Type params TableSortParams Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional rowLineHeight # \u2022 rowLineHeight ? : string Defined in src/renderer/components/table/table.tsx:41 Optional rowPadding # \u2022 rowPadding ? : string Defined in src/renderer/components/table/table.tsx:40 Optional scrollable # \u2022 scrollable ? : boolean Defined in src/renderer/components/table/table.tsx:27 Optional selectable # \u2022 selectable ? : boolean Defined in src/renderer/components/table/table.tsx:26 Optional selectedItemId # \u2022 selectedItemId ? : string Defined in src/renderer/components/table/table.tsx:38 Optional sortByDefault # \u2022 sortByDefault ? : Partial\u2039 TableSortParams \u203a Defined in src/renderer/components/table/table.tsx:35 Optional sortSyncWithUrl # \u2022 sortSyncWithUrl ? : boolean Defined in src/renderer/components/table/table.tsx:34 Optional sortable # \u2022 sortable ? : object Defined in src/renderer/components/table/table.tsx:29 Type declaration: [ sortBy : string ]: TableSortCallback Optional storageKey # \u2022 storageKey ? : string Defined in src/renderer/components/table/table.tsx:28 Optional virtual # \u2022 virtual ? : boolean Defined in src/renderer/components/table/table.tsx:39","title":"Interface: TableProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#interface-tableprops","text":"","title":"Interface: TableProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#hierarchy","text":"DOMAttributes\u2039HTMLDivElement\u203a \u21b3 TableProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#properties","text":"autoSize children className customRowHeights dangerouslySetInnerHTML getTableRow items noItems onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onSort onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture rowLineHeight rowPadding scrollable selectable selectedItemId sortByDefault sortSyncWithUrl sortable storageKey virtual","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-autosize","text":"\u2022 autoSize ? : boolean Defined in src/renderer/components/table/table.tsx:25","title":"Optional autoSize"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/table/table.tsx:24","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-customrowheights","text":"\u2022 customRowHeights ? : function Defined in src/renderer/components/table/table.tsx:42","title":"Optional customRowHeights"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-gettablerow","text":"\u2022 getTableRow ? : function Defined in src/renderer/components/table/table.tsx:43","title":"Optional getTableRow"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-items","text":"\u2022 items ? : ItemObject[] Defined in src/renderer/components/table/table.tsx:23","title":"Optional items"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-noitems","text":"\u2022 noItems ? : React.ReactNode Defined in src/renderer/components/table/table.tsx:37","title":"Optional noItems"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onsort","text":"\u2022 onSort ? : function Defined in src/renderer/components/table/table.tsx:36","title":"Optional onSort"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-rowlineheight","text":"\u2022 rowLineHeight ? : string Defined in src/renderer/components/table/table.tsx:41","title":"Optional rowLineHeight"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-rowpadding","text":"\u2022 rowPadding ? : string Defined in src/renderer/components/table/table.tsx:40","title":"Optional rowPadding"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-scrollable","text":"\u2022 scrollable ? : boolean Defined in src/renderer/components/table/table.tsx:27","title":"Optional scrollable"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-selectable","text":"\u2022 selectable ? : boolean Defined in src/renderer/components/table/table.tsx:26","title":"Optional selectable"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-selecteditemid","text":"\u2022 selectedItemId ? : string Defined in src/renderer/components/table/table.tsx:38","title":"Optional selectedItemId"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-sortbydefault","text":"\u2022 sortByDefault ? : Partial\u2039 TableSortParams \u203a Defined in src/renderer/components/table/table.tsx:35","title":"Optional sortByDefault"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-sortsyncwithurl","text":"\u2022 sortSyncWithUrl ? : boolean Defined in src/renderer/components/table/table.tsx:34","title":"Optional sortSyncWithUrl"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-sortable","text":"\u2022 sortable ? : object Defined in src/renderer/components/table/table.tsx:29","title":"Optional sortable"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-storagekey","text":"\u2022 storageKey ? : string Defined in src/renderer/components/table/table.tsx:28","title":"Optional storageKey"},{"location":"extensions/api/interfaces/_renderer_api_components_.tableprops/#optional-virtual","text":"\u2022 virtual ? : boolean Defined in src/renderer/components/table/table.tsx:39","title":"Optional virtual"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/","text":"Interface: TableRowProps # Hierarchy # DOMAttributes\u2039HTMLDivElement\u203a \u21b3 TableRowProps Index # Properties # children className dangerouslySetInnerHTML disabled nowrap onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture searchItem selected sortItem style Properties # Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : string Defined in src/renderer/components/table/table-row.tsx:10 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional disabled # \u2022 disabled ? : boolean Defined in src/renderer/components/table/table-row.tsx:16 Optional nowrap # \u2022 nowrap ? : boolean Defined in src/renderer/components/table/table-row.tsx:13 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 Optional searchItem # \u2022 searchItem ? : ItemObject | any Defined in src/renderer/components/table/table-row.tsx:15 Optional selected # \u2022 selected ? : boolean Defined in src/renderer/components/table/table-row.tsx:11 Optional sortItem # \u2022 sortItem ? : ItemObject | any Defined in src/renderer/components/table/table-row.tsx:14 Optional style # \u2022 style ? : CSSProperties Defined in src/renderer/components/table/table-row.tsx:12","title":"Interface: TableRowProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#interface-tablerowprops","text":"","title":"Interface: TableRowProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#hierarchy","text":"DOMAttributes\u2039HTMLDivElement\u203a \u21b3 TableRowProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#properties","text":"children className dangerouslySetInnerHTML disabled nowrap onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture searchItem selected sortItem style","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/table/table-row.tsx:10","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-disabled","text":"\u2022 disabled ? : boolean Defined in src/renderer/components/table/table-row.tsx:16","title":"Optional disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-nowrap","text":"\u2022 nowrap ? : boolean Defined in src/renderer/components/table/table-row.tsx:13","title":"Optional nowrap"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039HTMLDivElement\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-searchitem","text":"\u2022 searchItem ? : ItemObject | any Defined in src/renderer/components/table/table-row.tsx:15","title":"Optional searchItem"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-selected","text":"\u2022 selected ? : boolean Defined in src/renderer/components/table/table-row.tsx:11","title":"Optional selected"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-sortitem","text":"\u2022 sortItem ? : ItemObject | any Defined in src/renderer/components/table/table-row.tsx:14","title":"Optional sortItem"},{"location":"extensions/api/interfaces/_renderer_api_components_.tablerowprops/#optional-style","text":"\u2022 style ? : CSSProperties Defined in src/renderer/components/table/table-row.tsx:12","title":"Optional style"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/","text":"Interface: TabProps \u2039 D \u203a # Type parameters # \u25aa D Hierarchy # DOMAttributes\u2039HTMLElement\u203a \u21b3 TabProps Index # Properties # active children className dangerouslySetInnerHTML disabled icon label onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture value Properties # Optional active # \u2022 active ? : boolean Defined in src/renderer/components/tabs/tabs.tsx:54 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : string Defined in src/renderer/components/tabs/tabs.tsx:53 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional disabled # \u2022 disabled ? : boolean Defined in src/renderer/components/tabs/tabs.tsx:55 Optional icon # \u2022 icon ? : React.ReactNode | string Defined in src/renderer/components/tabs/tabs.tsx:56 Optional label # \u2022 label ? : React.ReactNode Defined in src/renderer/components/tabs/tabs.tsx:57 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 value # \u2022 value : D Defined in src/renderer/components/tabs/tabs.tsx:58","title":"Interface: TabProps \u2039**D**\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#interface-tabprops-d","text":"","title":"Interface: TabProps \u2039D\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#type-parameters","text":"\u25aa D","title":"Type parameters"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#hierarchy","text":"DOMAttributes\u2039HTMLElement\u203a \u21b3 TabProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#properties","text":"active children className dangerouslySetInnerHTML disabled icon label onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture value","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-active","text":"\u2022 active ? : boolean Defined in src/renderer/components/tabs/tabs.tsx:54","title":"Optional active"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/tabs/tabs.tsx:53","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-disabled","text":"\u2022 disabled ? : boolean Defined in src/renderer/components/tabs/tabs.tsx:55","title":"Optional disabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-icon","text":"\u2022 icon ? : React.ReactNode | string Defined in src/renderer/components/tabs/tabs.tsx:56","title":"Optional icon"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-label","text":"\u2022 label ? : React.ReactNode Defined in src/renderer/components/tabs/tabs.tsx:57","title":"Optional label"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039HTMLElement\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabprops/#value","text":"\u2022 value : D Defined in src/renderer/components/tabs/tabs.tsx:58","title":"value"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/","text":"Interface: TabRoute # Hierarchy # RouteProps \u21b3 TabRoute Index # Properties # children component exact location path render sensitive strict title url Properties # Optional children # \u2022 children ? : function | React.ReactNode Inherited from PageRegistration . children Defined in node_modules/@types/react-router/index.d.ts:91 Optional component # \u2022 component ? : React.ComponentType\u2039RouteComponentProps\u2039any\u203a\u203a | React.ComponentType\u2039any\u203a Inherited from PageRegistration . component Defined in node_modules/@types/react-router/index.d.ts:89 Optional exact # \u2022 exact ? : boolean Inherited from PageRegistration . exact Defined in node_modules/@types/react-router/index.d.ts:93 Optional location # \u2022 location ? : Location Inherited from PageRegistration . location Defined in node_modules/@types/react-router/index.d.ts:88 Optional path # \u2022 path ? : string | string[] Inherited from PageRegistration . path Defined in node_modules/@types/react-router/index.d.ts:92 Optional render # \u2022 render ? : function Inherited from PageRegistration . render Defined in node_modules/@types/react-router/index.d.ts:90 Type declaration: \u25b8 ( props : RouteComponentProps\u2039any\u203a): React.ReactNode Parameters: Name Type props RouteComponentProps\u2039any\u203a Optional sensitive # \u2022 sensitive ? : boolean Inherited from PageRegistration . sensitive Defined in node_modules/@types/react-router/index.d.ts:94 Optional strict # \u2022 strict ? : boolean Inherited from PageRegistration . strict Defined in node_modules/@types/react-router/index.d.ts:95 title # \u2022 title : React.ReactNode Defined in src/renderer/components/layout/tab-layout.tsx:11 url # \u2022 url : string Defined in src/renderer/components/layout/tab-layout.tsx:12","title":"Interface: TabRoute"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#interface-tabroute","text":"","title":"Interface: TabRoute"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#hierarchy","text":"RouteProps \u21b3 TabRoute","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#properties","text":"children component exact location path render sensitive strict title url","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#optional-children","text":"\u2022 children ? : function | React.ReactNode Inherited from PageRegistration . children Defined in node_modules/@types/react-router/index.d.ts:91","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#optional-component","text":"\u2022 component ? : React.ComponentType\u2039RouteComponentProps\u2039any\u203a\u203a | React.ComponentType\u2039any\u203a Inherited from PageRegistration . component Defined in node_modules/@types/react-router/index.d.ts:89","title":"Optional component"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#optional-exact","text":"\u2022 exact ? : boolean Inherited from PageRegistration . exact Defined in node_modules/@types/react-router/index.d.ts:93","title":"Optional exact"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#optional-location","text":"\u2022 location ? : Location Inherited from PageRegistration . location Defined in node_modules/@types/react-router/index.d.ts:88","title":"Optional location"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#optional-path","text":"\u2022 path ? : string | string[] Inherited from PageRegistration . path Defined in node_modules/@types/react-router/index.d.ts:92","title":"Optional path"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#optional-render","text":"\u2022 render ? : function Inherited from PageRegistration . render Defined in node_modules/@types/react-router/index.d.ts:90","title":"Optional render"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#optional-sensitive","text":"\u2022 sensitive ? : boolean Inherited from PageRegistration . sensitive Defined in node_modules/@types/react-router/index.d.ts:94","title":"Optional sensitive"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#optional-strict","text":"\u2022 strict ? : boolean Inherited from PageRegistration . strict Defined in node_modules/@types/react-router/index.d.ts:95","title":"Optional strict"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#title","text":"\u2022 title : React.ReactNode Defined in src/renderer/components/layout/tab-layout.tsx:11","title":"title"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabroute/#url","text":"\u2022 url : string Defined in src/renderer/components/layout/tab-layout.tsx:12","title":"url"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/","text":"Interface: TabsProps \u2039 D \u203a # Type parameters # \u25aa D Hierarchy # TabsContextValue\u2039D\u203a object \u21b3 TabsProps Index # Properties # autoFocus center className scrollable value withBorder wrap Methods # onChange Properties # Optional autoFocus # \u2022 autoFocus ? : boolean Inherited from TabsProps . autoFocus Defined in src/renderer/components/tabs/tabs.tsx:9 Optional center # \u2022 center ? : boolean Defined in src/renderer/components/tabs/tabs.tsx:19 Optional className # \u2022 className ? : string Defined in src/renderer/components/tabs/tabs.tsx:18 Optional scrollable # \u2022 scrollable ? : boolean Defined in src/renderer/components/tabs/tabs.tsx:21 Optional value # \u2022 value ? : D Inherited from TabsProps . value Defined in src/renderer/components/tabs/tabs.tsx:11 Optional withBorder # \u2022 withBorder ? : boolean Inherited from TabsProps . withBorder Defined in src/renderer/components/tabs/tabs.tsx:10 Optional wrap # \u2022 wrap ? : boolean Defined in src/renderer/components/tabs/tabs.tsx:20 Methods # Optional onChange # \u25b8 onChange ( value : D): void Inherited from TabsProps . onChange Defined in src/renderer/components/tabs/tabs.tsx:12 Parameters: Name Type value D Returns: void","title":"Interface: TabsProps \u2039**D**\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#interface-tabsprops-d","text":"","title":"Interface: TabsProps \u2039D\u203a"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#type-parameters","text":"\u25aa D","title":"Type parameters"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#hierarchy","text":"TabsContextValue\u2039D\u203a object \u21b3 TabsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#properties","text":"autoFocus center className scrollable value withBorder wrap","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#optional-autofocus","text":"\u2022 autoFocus ? : boolean Inherited from TabsProps . autoFocus Defined in src/renderer/components/tabs/tabs.tsx:9","title":"Optional autoFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#optional-center","text":"\u2022 center ? : boolean Defined in src/renderer/components/tabs/tabs.tsx:19","title":"Optional center"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#optional-classname","text":"\u2022 className ? : string Defined in src/renderer/components/tabs/tabs.tsx:18","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#optional-scrollable","text":"\u2022 scrollable ? : boolean Defined in src/renderer/components/tabs/tabs.tsx:21","title":"Optional scrollable"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#optional-value","text":"\u2022 value ? : D Inherited from TabsProps . value Defined in src/renderer/components/tabs/tabs.tsx:11","title":"Optional value"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#optional-withborder","text":"\u2022 withBorder ? : boolean Inherited from TabsProps . withBorder Defined in src/renderer/components/tabs/tabs.tsx:10","title":"Optional withBorder"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#optional-wrap","text":"\u2022 wrap ? : boolean Defined in src/renderer/components/tabs/tabs.tsx:20","title":"Optional wrap"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_renderer_api_components_.tabsprops/#optional-onchange","text":"\u25b8 onChange ( value : D): void Inherited from TabsProps . onChange Defined in src/renderer/components/tabs/tabs.tsx:12 Parameters: Name Type value D Returns: void","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/","text":"Interface: TooltipContentFormatters # Hierarchy # TooltipContentFormatters Index # Properties # narrow nowrap small tableView warning Properties # Optional narrow # \u2022 narrow ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:34 Optional nowrap # \u2022 nowrap ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:37 Optional small # \u2022 small ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:36 Optional tableView # \u2022 tableView ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:38 Optional warning # \u2022 warning ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:35","title":"Interface: TooltipContentFormatters"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/#interface-tooltipcontentformatters","text":"","title":"Interface: TooltipContentFormatters"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/#hierarchy","text":"TooltipContentFormatters","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/#properties","text":"narrow nowrap small tableView warning","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/#optional-narrow","text":"\u2022 narrow ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:34","title":"Optional narrow"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/#optional-nowrap","text":"\u2022 nowrap ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:37","title":"Optional nowrap"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/#optional-small","text":"\u2022 small ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:36","title":"Optional small"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/#optional-tableview","text":"\u2022 tableView ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:38","title":"Optional tableView"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipcontentformatters/#optional-warning","text":"\u2022 warning ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:35","title":"Optional warning"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipdecoratorprops/","text":"Interface: TooltipDecoratorProps # Hierarchy # TooltipDecoratorProps \u21b3 ButtonProps \u21b3 IconProps \u21b3 BadgeProps \u21b3 LineProgressProps \u21b3 StatusBrickProps Index # Properties # tooltip tooltipOverrideDisabled Properties # Optional tooltip # \u2022 tooltip ? : ReactNode | Omit\u2039 TooltipProps , \"targetId\"\u203a Defined in src/renderer/components/tooltip/withTooltip.tsx:10 Optional tooltipOverrideDisabled # \u2022 tooltipOverrideDisabled ? : boolean Defined in src/renderer/components/tooltip/withTooltip.tsx:15 forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\"","title":"Interface: TooltipDecoratorProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipdecoratorprops/#interface-tooltipdecoratorprops","text":"","title":"Interface: TooltipDecoratorProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipdecoratorprops/#hierarchy","text":"TooltipDecoratorProps \u21b3 ButtonProps \u21b3 IconProps \u21b3 BadgeProps \u21b3 LineProgressProps \u21b3 StatusBrickProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipdecoratorprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipdecoratorprops/#properties","text":"tooltip tooltipOverrideDisabled","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipdecoratorprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipdecoratorprops/#optional-tooltip","text":"\u2022 tooltip ? : ReactNode | Omit\u2039 TooltipProps , \"targetId\"\u203a Defined in src/renderer/components/tooltip/withTooltip.tsx:10","title":"Optional tooltip"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipdecoratorprops/#optional-tooltipoverridedisabled","text":"\u2022 tooltipOverrideDisabled ? : boolean Defined in src/renderer/components/tooltip/withTooltip.tsx:15 forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\"","title":"Optional tooltipOverrideDisabled"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/","text":"Interface: TooltipProps # Hierarchy # TooltipProps Index # Properties # children className formatters offset preferredPositions style targetId tooltipOnParentHover usePortal visible Properties # Optional children # \u2022 children ? : React.ReactNode Defined in src/renderer/components/tooltip/tooltip.tsx:30 Optional className # \u2022 className ? : IClassName Defined in src/renderer/components/tooltip/tooltip.tsx:27 Optional formatters # \u2022 formatters ? : TooltipContentFormatters Defined in src/renderer/components/tooltip/tooltip.tsx:28 Optional offset # \u2022 offset ? : number Defined in src/renderer/components/tooltip/tooltip.tsx:24 Optional preferredPositions # \u2022 preferredPositions ? : TooltipPosition | TooltipPosition [] Defined in src/renderer/components/tooltip/tooltip.tsx:26 Optional style # \u2022 style ? : CSSProperties Defined in src/renderer/components/tooltip/tooltip.tsx:29 targetId # \u2022 targetId : string Defined in src/renderer/components/tooltip/tooltip.tsx:21 Optional tooltipOnParentHover # \u2022 tooltipOnParentHover ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:22 Optional usePortal # \u2022 usePortal ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:25 Optional visible # \u2022 visible ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:23","title":"Interface: TooltipProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#interface-tooltipprops","text":"","title":"Interface: TooltipProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#hierarchy","text":"TooltipProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#properties","text":"children className formatters offset preferredPositions style targetId tooltipOnParentHover usePortal visible","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#optional-children","text":"\u2022 children ? : React.ReactNode Defined in src/renderer/components/tooltip/tooltip.tsx:30","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#optional-classname","text":"\u2022 className ? : IClassName Defined in src/renderer/components/tooltip/tooltip.tsx:27","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#optional-formatters","text":"\u2022 formatters ? : TooltipContentFormatters Defined in src/renderer/components/tooltip/tooltip.tsx:28","title":"Optional formatters"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#optional-offset","text":"\u2022 offset ? : number Defined in src/renderer/components/tooltip/tooltip.tsx:24","title":"Optional offset"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#optional-preferredpositions","text":"\u2022 preferredPositions ? : TooltipPosition | TooltipPosition [] Defined in src/renderer/components/tooltip/tooltip.tsx:26","title":"Optional preferredPositions"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#optional-style","text":"\u2022 style ? : CSSProperties Defined in src/renderer/components/tooltip/tooltip.tsx:29","title":"Optional style"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#targetid","text":"\u2022 targetId : string Defined in src/renderer/components/tooltip/tooltip.tsx:21","title":"targetId"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#optional-tooltiponparenthover","text":"\u2022 tooltipOnParentHover ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:22","title":"Optional tooltipOnParentHover"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#optional-useportal","text":"\u2022 usePortal ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:25","title":"Optional usePortal"},{"location":"extensions/api/interfaces/_renderer_api_components_.tooltipprops/#optional-visible","text":"\u2022 visible ? : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:23","title":"Optional visible"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/","text":"Interface: WizardLayoutProps # Hierarchy # DOMAttributes\u2039any\u203a \u21b3 WizardLayoutProps Index # Properties # centered children className contentClass contentProps dangerouslySetInnerHTML header headerClass infoPanel infoPanelClass onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture Properties # Optional centered # \u2022 centered ? : boolean Defined in src/renderer/components/layout/wizard-layout.tsx:13 Optional children # \u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348 Optional className # \u2022 className ? : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:7 Optional contentClass # \u2022 contentClass ? : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:10 Optional contentProps # \u2022 contentProps ? : DOMAttributes\u2039HTMLElement\u203a Defined in src/renderer/components/layout/wizard-layout.tsx:14 Optional dangerouslySetInnerHTML # \u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: __html : string Optional header # \u2022 header ? : React.ReactNode Defined in src/renderer/components/layout/wizard-layout.tsx:8 Optional headerClass # \u2022 headerClass ? : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:9 Optional infoPanel # \u2022 infoPanel ? : React.ReactNode Defined in src/renderer/components/layout/wizard-layout.tsx:12 Optional infoPanelClass # \u2022 infoPanelClass ? : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:11 Optional onAbort # \u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 Optional onAbortCapture # \u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 Optional onAnimationEnd # \u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 Optional onAnimationEndCapture # \u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 Optional onAnimationIteration # \u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 Optional onAnimationIterationCapture # \u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 Optional onAnimationStart # \u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 Optional onAnimationStartCapture # \u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 Optional onAuxClick # \u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 Optional onAuxClickCapture # \u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 Optional onBeforeInput # \u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 Optional onBeforeInputCapture # \u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 Optional onBlur # \u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 Optional onBlurCapture # \u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 Optional onCanPlay # \u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 Optional onCanPlayCapture # \u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 Optional onCanPlayThrough # \u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 Optional onCanPlayThroughCapture # \u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 Optional onChange # \u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 Optional onChangeCapture # \u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 Optional onClick # \u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 Optional onClickCapture # \u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 Optional onCompositionEnd # \u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 Optional onCompositionEndCapture # \u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 Optional onCompositionStart # \u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 Optional onCompositionStartCapture # \u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 Optional onCompositionUpdate # \u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 Optional onCompositionUpdateCapture # \u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 Optional onContextMenu # \u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 Optional onContextMenuCapture # \u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 Optional onCopy # \u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 Optional onCopyCapture # \u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 Optional onCut # \u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 Optional onCutCapture # \u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 Optional onDoubleClick # \u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 Optional onDoubleClickCapture # \u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 Optional onDrag # \u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 Optional onDragCapture # \u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 Optional onDragEnd # \u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 Optional onDragEndCapture # \u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 Optional onDragEnter # \u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 Optional onDragEnterCapture # \u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 Optional onDragExit # \u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 Optional onDragExitCapture # \u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 Optional onDragLeave # \u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 Optional onDragLeaveCapture # \u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 Optional onDragOver # \u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 Optional onDragOverCapture # \u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 Optional onDragStart # \u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 Optional onDragStartCapture # \u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 Optional onDrop # \u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 Optional onDropCapture # \u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 Optional onDurationChange # \u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 Optional onDurationChangeCapture # \u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 Optional onEmptied # \u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 Optional onEmptiedCapture # \u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 Optional onEncrypted # \u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 Optional onEncryptedCapture # \u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 Optional onEnded # \u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 Optional onEndedCapture # \u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 Optional onError # \u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392 Optional onErrorCapture # \u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 Optional onFocus # \u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 Optional onFocusCapture # \u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 Optional onGotPointerCapture # \u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 Optional onGotPointerCaptureCapture # \u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 Optional onInput # \u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 Optional onInputCapture # \u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 Optional onInvalid # \u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 Optional onInvalidCapture # \u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 Optional onKeyDown # \u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 Optional onKeyDownCapture # \u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 Optional onKeyPress # \u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 Optional onKeyPressCapture # \u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 Optional onKeyUp # \u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 Optional onKeyUpCapture # \u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 Optional onLoad # \u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 Optional onLoadCapture # \u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 Optional onLoadStart # \u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 Optional onLoadStartCapture # \u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 Optional onLoadedData # \u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 Optional onLoadedDataCapture # \u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 Optional onLoadedMetadata # \u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 Optional onLoadedMetadataCapture # \u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 Optional onLostPointerCapture # \u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 Optional onLostPointerCaptureCapture # \u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 Optional onMouseDown # \u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 Optional onMouseDownCapture # \u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 Optional onMouseEnter # \u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 Optional onMouseLeave # \u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 Optional onMouseMove # \u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 Optional onMouseMoveCapture # \u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 Optional onMouseOut # \u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 Optional onMouseOutCapture # \u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 Optional onMouseOver # \u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 Optional onMouseOverCapture # \u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 Optional onMouseUp # \u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 Optional onMouseUpCapture # \u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 Optional onPaste # \u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 Optional onPasteCapture # \u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 Optional onPause # \u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 Optional onPauseCapture # \u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 Optional onPlay # \u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 Optional onPlayCapture # \u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 Optional onPlaying # \u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 Optional onPlayingCapture # \u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 Optional onPointerCancel # \u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 Optional onPointerCancelCapture # \u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 Optional onPointerDown # \u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 Optional onPointerDownCapture # \u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 Optional onPointerEnter # \u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 Optional onPointerEnterCapture # \u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 Optional onPointerLeave # \u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 Optional onPointerLeaveCapture # \u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 Optional onPointerMove # \u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 Optional onPointerMoveCapture # \u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 Optional onPointerOut # \u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 Optional onPointerOutCapture # \u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 Optional onPointerOver # \u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 Optional onPointerOverCapture # \u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 Optional onPointerUp # \u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 Optional onPointerUpCapture # \u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 Optional onProgress # \u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 Optional onProgressCapture # \u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 Optional onRateChange # \u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 Optional onRateChangeCapture # \u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 Optional onReset # \u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 Optional onResetCapture # \u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 Optional onScroll # \u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 Optional onScrollCapture # \u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 Optional onSeeked # \u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 Optional onSeekedCapture # \u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 Optional onSeeking # \u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 Optional onSeekingCapture # \u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 Optional onSelect # \u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 Optional onSelectCapture # \u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 Optional onStalled # \u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 Optional onStalledCapture # \u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 Optional onSubmit # \u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 Optional onSubmitCapture # \u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 Optional onSuspend # \u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 Optional onSuspendCapture # \u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 Optional onTimeUpdate # \u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 Optional onTimeUpdateCapture # \u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 Optional onTouchCancel # \u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 Optional onTouchCancelCapture # \u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 Optional onTouchEnd # \u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 Optional onTouchEndCapture # \u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 Optional onTouchMove # \u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 Optional onTouchMoveCapture # \u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 Optional onTouchStart # \u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 Optional onTouchStartCapture # \u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 Optional onTransitionEnd # \u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 Optional onTransitionEndCapture # \u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 Optional onVolumeChange # \u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 Optional onVolumeChangeCapture # \u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 Optional onWaiting # \u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 Optional onWaitingCapture # \u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 Optional onWheel # \u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 Optional onWheelCapture # \u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Interface: WizardLayoutProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#interface-wizardlayoutprops","text":"","title":"Interface: WizardLayoutProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#hierarchy","text":"DOMAttributes\u2039any\u203a \u21b3 WizardLayoutProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#properties","text":"centered children className contentClass contentProps dangerouslySetInnerHTML header headerClass infoPanel infoPanelClass onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-centered","text":"\u2022 centered ? : boolean Defined in src/renderer/components/layout/wizard-layout.tsx:13","title":"Optional centered"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-children","text":"\u2022 children ? : ReactNode Inherited from PageLayoutProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-classname","text":"\u2022 className ? : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:7","title":"Optional className"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-contentclass","text":"\u2022 contentClass ? : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:10","title":"Optional contentClass"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-contentprops","text":"\u2022 contentProps ? : DOMAttributes\u2039HTMLElement\u203a Defined in src/renderer/components/layout/wizard-layout.tsx:14","title":"Optional contentProps"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-dangerouslysetinnerhtml","text":"\u2022 dangerouslySetInnerHTML ? : object Inherited from PageLayoutProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"Optional dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-header","text":"\u2022 header ? : React.ReactNode Defined in src/renderer/components/layout/wizard-layout.tsx:8","title":"Optional header"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-headerclass","text":"\u2022 headerClass ? : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:9","title":"Optional headerClass"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-infopanel","text":"\u2022 infoPanel ? : React.ReactNode Defined in src/renderer/components/layout/wizard-layout.tsx:12","title":"Optional infoPanel"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-infopanelclass","text":"\u2022 infoPanelClass ? : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:11","title":"Optional infoPanelClass"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onabort","text":"\u2022 onAbort ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"Optional onAbort"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onabortcapture","text":"\u2022 onAbortCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"Optional onAbortCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onanimationend","text":"\u2022 onAnimationEnd ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"Optional onAnimationEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onanimationendcapture","text":"\u2022 onAnimationEndCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"Optional onAnimationEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onanimationiteration","text":"\u2022 onAnimationIteration ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"Optional onAnimationIteration"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onanimationiterationcapture","text":"\u2022 onAnimationIterationCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"Optional onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onanimationstart","text":"\u2022 onAnimationStart ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"Optional onAnimationStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onanimationstartcapture","text":"\u2022 onAnimationStartCapture ? : AnimationEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"Optional onAnimationStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onauxclick","text":"\u2022 onAuxClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"Optional onAuxClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onauxclickcapture","text":"\u2022 onAuxClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"Optional onAuxClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onbeforeinput","text":"\u2022 onBeforeInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"Optional onBeforeInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onbeforeinputcapture","text":"\u2022 onBeforeInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"Optional onBeforeInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onblur","text":"\u2022 onBlur ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"Optional onBlur"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onblurcapture","text":"\u2022 onBlurCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"Optional onBlurCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncanplay","text":"\u2022 onCanPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"Optional onCanPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncanplaycapture","text":"\u2022 onCanPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"Optional onCanPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncanplaythrough","text":"\u2022 onCanPlayThrough ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"Optional onCanPlayThrough"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncanplaythroughcapture","text":"\u2022 onCanPlayThroughCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"Optional onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onchange","text":"\u2022 onChange ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"Optional onChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onchangecapture","text":"\u2022 onChangeCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"Optional onChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onclick","text":"\u2022 onClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"Optional onClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onclickcapture","text":"\u2022 onClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"Optional onClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncompositionend","text":"\u2022 onCompositionEnd ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"Optional onCompositionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncompositionendcapture","text":"\u2022 onCompositionEndCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"Optional onCompositionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncompositionstart","text":"\u2022 onCompositionStart ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"Optional onCompositionStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncompositionstartcapture","text":"\u2022 onCompositionStartCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"Optional onCompositionStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncompositionupdate","text":"\u2022 onCompositionUpdate ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"Optional onCompositionUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncompositionupdatecapture","text":"\u2022 onCompositionUpdateCapture ? : CompositionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"Optional onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncontextmenu","text":"\u2022 onContextMenu ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"Optional onContextMenu"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncontextmenucapture","text":"\u2022 onContextMenuCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"Optional onContextMenuCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncopy","text":"\u2022 onCopy ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"Optional onCopy"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncopycapture","text":"\u2022 onCopyCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"Optional onCopyCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncut","text":"\u2022 onCut ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"Optional onCut"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oncutcapture","text":"\u2022 onCutCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"Optional onCutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondoubleclick","text":"\u2022 onDoubleClick ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"Optional onDoubleClick"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondoubleclickcapture","text":"\u2022 onDoubleClickCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"Optional onDoubleClickCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondrag","text":"\u2022 onDrag ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"Optional onDrag"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragcapture","text":"\u2022 onDragCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"Optional onDragCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragend","text":"\u2022 onDragEnd ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"Optional onDragEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragendcapture","text":"\u2022 onDragEndCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"Optional onDragEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragenter","text":"\u2022 onDragEnter ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"Optional onDragEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragentercapture","text":"\u2022 onDragEnterCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"Optional onDragEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragexit","text":"\u2022 onDragExit ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"Optional onDragExit"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragexitcapture","text":"\u2022 onDragExitCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"Optional onDragExitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragleave","text":"\u2022 onDragLeave ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"Optional onDragLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragleavecapture","text":"\u2022 onDragLeaveCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"Optional onDragLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragover","text":"\u2022 onDragOver ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"Optional onDragOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragovercapture","text":"\u2022 onDragOverCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"Optional onDragOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragstart","text":"\u2022 onDragStart ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"Optional onDragStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondragstartcapture","text":"\u2022 onDragStartCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"Optional onDragStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondrop","text":"\u2022 onDrop ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"Optional onDrop"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondropcapture","text":"\u2022 onDropCapture ? : DragEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"Optional onDropCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondurationchange","text":"\u2022 onDurationChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"Optional onDurationChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ondurationchangecapture","text":"\u2022 onDurationChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"Optional onDurationChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onemptied","text":"\u2022 onEmptied ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"Optional onEmptied"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onemptiedcapture","text":"\u2022 onEmptiedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"Optional onEmptiedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onencrypted","text":"\u2022 onEncrypted ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"Optional onEncrypted"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onencryptedcapture","text":"\u2022 onEncryptedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"Optional onEncryptedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onended","text":"\u2022 onEnded ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"Optional onEnded"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onendedcapture","text":"\u2022 onEndedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"Optional onEndedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onerror","text":"\u2022 onError ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"Optional onError"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onerrorcapture","text":"\u2022 onErrorCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"Optional onErrorCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onfocus","text":"\u2022 onFocus ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"Optional onFocus"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onfocuscapture","text":"\u2022 onFocusCapture ? : FocusEventHandler\u2039any\u203a Inherited from PageLayoutProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"Optional onFocusCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ongotpointercapture","text":"\u2022 onGotPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"Optional onGotPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ongotpointercapturecapture","text":"\u2022 onGotPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"Optional onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oninput","text":"\u2022 onInput ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"Optional onInput"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oninputcapture","text":"\u2022 onInputCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"Optional onInputCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oninvalid","text":"\u2022 onInvalid ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"Optional onInvalid"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-oninvalidcapture","text":"\u2022 onInvalidCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"Optional onInvalidCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onkeydown","text":"\u2022 onKeyDown ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"Optional onKeyDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onkeydowncapture","text":"\u2022 onKeyDownCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"Optional onKeyDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onkeypress","text":"\u2022 onKeyPress ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"Optional onKeyPress"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onkeypresscapture","text":"\u2022 onKeyPressCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"Optional onKeyPressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onkeyup","text":"\u2022 onKeyUp ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"Optional onKeyUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onkeyupcapture","text":"\u2022 onKeyUpCapture ? : KeyboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"Optional onKeyUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onload","text":"\u2022 onLoad ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"Optional onLoad"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onloadcapture","text":"\u2022 onLoadCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"Optional onLoadCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onloadstart","text":"\u2022 onLoadStart ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"Optional onLoadStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onloadstartcapture","text":"\u2022 onLoadStartCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"Optional onLoadStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onloadeddata","text":"\u2022 onLoadedData ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"Optional onLoadedData"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onloadeddatacapture","text":"\u2022 onLoadedDataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"Optional onLoadedDataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onloadedmetadata","text":"\u2022 onLoadedMetadata ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"Optional onLoadedMetadata"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onloadedmetadatacapture","text":"\u2022 onLoadedMetadataCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"Optional onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onlostpointercapture","text":"\u2022 onLostPointerCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"Optional onLostPointerCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onlostpointercapturecapture","text":"\u2022 onLostPointerCaptureCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"Optional onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onmousedown","text":"\u2022 onMouseDown ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"Optional onMouseDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onmousedowncapture","text":"\u2022 onMouseDownCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"Optional onMouseDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onmouseenter","text":"\u2022 onMouseEnter ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"Optional onMouseEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onmouseleave","text":"\u2022 onMouseLeave ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"Optional onMouseLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onmousemove","text":"\u2022 onMouseMove ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"Optional onMouseMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onmousemovecapture","text":"\u2022 onMouseMoveCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"Optional onMouseMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onmouseout","text":"\u2022 onMouseOut ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"Optional onMouseOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onmouseoutcapture","text":"\u2022 onMouseOutCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"Optional onMouseOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onmouseover","text":"\u2022 onMouseOver ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"Optional onMouseOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onmouseovercapture","text":"\u2022 onMouseOverCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"Optional onMouseOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onmouseup","text":"\u2022 onMouseUp ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"Optional onMouseUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onmouseupcapture","text":"\u2022 onMouseUpCapture ? : MouseEventHandler\u2039any\u203a Inherited from PageLayoutProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"Optional onMouseUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpaste","text":"\u2022 onPaste ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"Optional onPaste"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpastecapture","text":"\u2022 onPasteCapture ? : ClipboardEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"Optional onPasteCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpause","text":"\u2022 onPause ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"Optional onPause"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpausecapture","text":"\u2022 onPauseCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"Optional onPauseCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onplay","text":"\u2022 onPlay ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"Optional onPlay"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onplaycapture","text":"\u2022 onPlayCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"Optional onPlayCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onplaying","text":"\u2022 onPlaying ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"Optional onPlaying"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onplayingcapture","text":"\u2022 onPlayingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"Optional onPlayingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointercancel","text":"\u2022 onPointerCancel ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"Optional onPointerCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointercancelcapture","text":"\u2022 onPointerCancelCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"Optional onPointerCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointerdown","text":"\u2022 onPointerDown ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"Optional onPointerDown"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointerdowncapture","text":"\u2022 onPointerDownCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"Optional onPointerDownCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointerenter","text":"\u2022 onPointerEnter ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"Optional onPointerEnter"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointerentercapture","text":"\u2022 onPointerEnterCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"Optional onPointerEnterCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointerleave","text":"\u2022 onPointerLeave ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"Optional onPointerLeave"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointerleavecapture","text":"\u2022 onPointerLeaveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"Optional onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointermove","text":"\u2022 onPointerMove ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"Optional onPointerMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointermovecapture","text":"\u2022 onPointerMoveCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"Optional onPointerMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointerout","text":"\u2022 onPointerOut ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"Optional onPointerOut"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointeroutcapture","text":"\u2022 onPointerOutCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"Optional onPointerOutCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointerover","text":"\u2022 onPointerOver ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"Optional onPointerOver"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointerovercapture","text":"\u2022 onPointerOverCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"Optional onPointerOverCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointerup","text":"\u2022 onPointerUp ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"Optional onPointerUp"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onpointerupcapture","text":"\u2022 onPointerUpCapture ? : PointerEventHandler\u2039any\u203a Inherited from PageLayoutProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"Optional onPointerUpCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onprogress","text":"\u2022 onProgress ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"Optional onProgress"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onprogresscapture","text":"\u2022 onProgressCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"Optional onProgressCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onratechange","text":"\u2022 onRateChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"Optional onRateChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onratechangecapture","text":"\u2022 onRateChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"Optional onRateChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onreset","text":"\u2022 onReset ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"Optional onReset"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onresetcapture","text":"\u2022 onResetCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"Optional onResetCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onscroll","text":"\u2022 onScroll ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"Optional onScroll"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onscrollcapture","text":"\u2022 onScrollCapture ? : UIEventHandler\u2039any\u203a Inherited from PageLayoutProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"Optional onScrollCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onseeked","text":"\u2022 onSeeked ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"Optional onSeeked"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onseekedcapture","text":"\u2022 onSeekedCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"Optional onSeekedCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onseeking","text":"\u2022 onSeeking ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"Optional onSeeking"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onseekingcapture","text":"\u2022 onSeekingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"Optional onSeekingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onselect","text":"\u2022 onSelect ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"Optional onSelect"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onselectcapture","text":"\u2022 onSelectCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"Optional onSelectCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onstalled","text":"\u2022 onStalled ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"Optional onStalled"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onstalledcapture","text":"\u2022 onStalledCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"Optional onStalledCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onsubmit","text":"\u2022 onSubmit ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"Optional onSubmit"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onsubmitcapture","text":"\u2022 onSubmitCapture ? : FormEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"Optional onSubmitCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onsuspend","text":"\u2022 onSuspend ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"Optional onSuspend"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onsuspendcapture","text":"\u2022 onSuspendCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"Optional onSuspendCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ontimeupdate","text":"\u2022 onTimeUpdate ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"Optional onTimeUpdate"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ontimeupdatecapture","text":"\u2022 onTimeUpdateCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"Optional onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ontouchcancel","text":"\u2022 onTouchCancel ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"Optional onTouchCancel"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ontouchcancelcapture","text":"\u2022 onTouchCancelCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"Optional onTouchCancelCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ontouchend","text":"\u2022 onTouchEnd ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"Optional onTouchEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ontouchendcapture","text":"\u2022 onTouchEndCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"Optional onTouchEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ontouchmove","text":"\u2022 onTouchMove ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"Optional onTouchMove"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ontouchmovecapture","text":"\u2022 onTouchMoveCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"Optional onTouchMoveCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ontouchstart","text":"\u2022 onTouchStart ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"Optional onTouchStart"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ontouchstartcapture","text":"\u2022 onTouchStartCapture ? : TouchEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"Optional onTouchStartCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ontransitionend","text":"\u2022 onTransitionEnd ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"Optional onTransitionEnd"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-ontransitionendcapture","text":"\u2022 onTransitionEndCapture ? : TransitionEventHandler\u2039any\u203a Inherited from PageLayoutProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"Optional onTransitionEndCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onvolumechange","text":"\u2022 onVolumeChange ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"Optional onVolumeChange"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onvolumechangecapture","text":"\u2022 onVolumeChangeCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"Optional onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onwaiting","text":"\u2022 onWaiting ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"Optional onWaiting"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onwaitingcapture","text":"\u2022 onWaitingCapture ? : ReactEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"Optional onWaitingCapture"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onwheel","text":"\u2022 onWheel ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"Optional onWheel"},{"location":"extensions/api/interfaces/_renderer_api_components_.wizardlayoutprops/#optional-onwheelcapture","text":"\u2022 onWheelCapture ? : WheelEventHandler\u2039any\u203a Inherited from PageLayoutProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"Optional onWheelCapture"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ikubeapicluster/","text":"Interface: IKubeApiCluster # Hierarchy # IKubeApiCluster Index # Properties # id Properties # id # \u2022 id : string Defined in src/renderer/api/kube-api.ts:32","title":"Interface: IKubeApiCluster"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ikubeapicluster/#interface-ikubeapicluster","text":"","title":"Interface: IKubeApiCluster"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ikubeapicluster/#hierarchy","text":"IKubeApiCluster","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ikubeapicluster/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ikubeapicluster/#properties","text":"id","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ikubeapicluster/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ikubeapicluster/#id","text":"\u2022 id : string Defined in src/renderer/api/kube-api.ts:32","title":"id"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/","text":"Interface: IPodContainer # Hierarchy # IPodContainer Index # Properties # args command env envFrom image imagePullPolicy livenessProbe name ports readinessProbe resources volumeMounts Properties # Optional args # \u2022 args ? : string[] Defined in src/renderer/api/endpoints/pods.api.ts:68 Optional command # \u2022 command ? : string[] Defined in src/renderer/api/endpoints/pods.api.ts:67 Optional env # \u2022 env ? : object[] Defined in src/renderer/api/endpoints/pods.api.ts:84 Optional envFrom # \u2022 envFrom ? : object[] Defined in src/renderer/api/endpoints/pods.api.ts:102 image # \u2022 image : string Defined in src/renderer/api/endpoints/pods.api.ts:66 imagePullPolicy # \u2022 imagePullPolicy : string Defined in src/renderer/api/endpoints/pods.api.ts:114 Optional livenessProbe # \u2022 livenessProbe ? : IContainerProbe Defined in src/renderer/api/endpoints/pods.api.ts:112 name # \u2022 name : string Defined in src/renderer/api/endpoints/pods.api.ts:65 ports # \u2022 ports : object[] Defined in src/renderer/api/endpoints/pods.api.ts:69 Optional readinessProbe # \u2022 readinessProbe ? : IContainerProbe Defined in src/renderer/api/endpoints/pods.api.ts:113 Optional resources # \u2022 resources ? : object Defined in src/renderer/api/endpoints/pods.api.ts:74 Type declaration: limits (): object cpu : string memory : string requests (): object cpu : string memory : string Optional volumeMounts # \u2022 volumeMounts ? : object[] Defined in src/renderer/api/endpoints/pods.api.ts:107","title":"Interface: IPodContainer"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#interface-ipodcontainer","text":"","title":"Interface: IPodContainer"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#hierarchy","text":"IPodContainer","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#properties","text":"args command env envFrom image imagePullPolicy livenessProbe name ports readinessProbe resources volumeMounts","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#optional-args","text":"\u2022 args ? : string[] Defined in src/renderer/api/endpoints/pods.api.ts:68","title":"Optional args"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#optional-command","text":"\u2022 command ? : string[] Defined in src/renderer/api/endpoints/pods.api.ts:67","title":"Optional command"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#optional-env","text":"\u2022 env ? : object[] Defined in src/renderer/api/endpoints/pods.api.ts:84","title":"Optional env"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#optional-envfrom","text":"\u2022 envFrom ? : object[] Defined in src/renderer/api/endpoints/pods.api.ts:102","title":"Optional envFrom"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#image","text":"\u2022 image : string Defined in src/renderer/api/endpoints/pods.api.ts:66","title":"image"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#imagepullpolicy","text":"\u2022 imagePullPolicy : string Defined in src/renderer/api/endpoints/pods.api.ts:114","title":"imagePullPolicy"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#optional-livenessprobe","text":"\u2022 livenessProbe ? : IContainerProbe Defined in src/renderer/api/endpoints/pods.api.ts:112","title":"Optional livenessProbe"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#name","text":"\u2022 name : string Defined in src/renderer/api/endpoints/pods.api.ts:65","title":"name"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#ports","text":"\u2022 ports : object[] Defined in src/renderer/api/endpoints/pods.api.ts:69","title":"ports"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#optional-readinessprobe","text":"\u2022 readinessProbe ? : IContainerProbe Defined in src/renderer/api/endpoints/pods.api.ts:113","title":"Optional readinessProbe"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#optional-resources","text":"\u2022 resources ? : object Defined in src/renderer/api/endpoints/pods.api.ts:74","title":"Optional resources"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainer/#optional-volumemounts","text":"\u2022 volumeMounts ? : object[] Defined in src/renderer/api/endpoints/pods.api.ts:107","title":"Optional volumeMounts"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/","text":"Interface: IPodContainerStatus # Hierarchy # IPodContainerStatus Index # Properties # containerID image imageID lastState name ready restartCount state Properties # containerID # \u2022 containerID : string Defined in src/renderer/api/endpoints/pods.api.ts:169 image # \u2022 image : string Defined in src/renderer/api/endpoints/pods.api.ts:167 imageID # \u2022 imageID : string Defined in src/renderer/api/endpoints/pods.api.ts:168 lastState # \u2022 lastState : object Defined in src/renderer/api/endpoints/pods.api.ts:155 Type declaration: [ index : string ]: object terminated (): object containerID : string exitCode : number finishedAt : string reason : string startedAt : string name # \u2022 name : string Defined in src/renderer/api/endpoints/pods.api.ts:138 ready # \u2022 ready : boolean Defined in src/renderer/api/endpoints/pods.api.ts:165 restartCount # \u2022 restartCount : number Defined in src/renderer/api/endpoints/pods.api.ts:166 state # \u2022 state : object Defined in src/renderer/api/endpoints/pods.api.ts:139 Type declaration: [ index : string ]: object running (): object startedAt : string terminated (): object exitCode : number finishedAt : string reason : string startedAt : string waiting (): object message : string reason : string","title":"Interface: IPodContainerStatus"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#interface-ipodcontainerstatus","text":"","title":"Interface: IPodContainerStatus"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#hierarchy","text":"IPodContainerStatus","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#properties","text":"containerID image imageID lastState name ready restartCount state","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#containerid","text":"\u2022 containerID : string Defined in src/renderer/api/endpoints/pods.api.ts:169","title":"containerID"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#image","text":"\u2022 image : string Defined in src/renderer/api/endpoints/pods.api.ts:167","title":"image"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#imageid","text":"\u2022 imageID : string Defined in src/renderer/api/endpoints/pods.api.ts:168","title":"imageID"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#laststate","text":"\u2022 lastState : object Defined in src/renderer/api/endpoints/pods.api.ts:155","title":"lastState"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#name","text":"\u2022 name : string Defined in src/renderer/api/endpoints/pods.api.ts:138","title":"name"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#ready","text":"\u2022 ready : boolean Defined in src/renderer/api/endpoints/pods.api.ts:165","title":"ready"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#restartcount","text":"\u2022 restartCount : number Defined in src/renderer/api/endpoints/pods.api.ts:166","title":"restartCount"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.ipodcontainerstatus/#state","text":"\u2022 state : object Defined in src/renderer/api/endpoints/pods.api.ts:139","title":"state"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.isecretref/","text":"Interface: ISecretRef # Hierarchy # ISecretRef Index # Properties # key name Properties # Optional key # \u2022 key ? : string Defined in src/renderer/api/endpoints/secret.api.ts:18 name # \u2022 name : string Defined in src/renderer/api/endpoints/secret.api.ts:19","title":"Interface: ISecretRef"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.isecretref/#interface-isecretref","text":"","title":"Interface: ISecretRef"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.isecretref/#hierarchy","text":"ISecretRef","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.isecretref/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.isecretref/#properties","text":"key name","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.isecretref/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.isecretref/#optional-key","text":"\u2022 key ? : string Defined in src/renderer/api/endpoints/secret.api.ts:18","title":"Optional key"},{"location":"extensions/api/interfaces/_renderer_api_k8s_api_.isecretref/#name","text":"\u2022 name : string Defined in src/renderer/api/endpoints/secret.api.ts:19","title":"name"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.iurlparams/","text":"Interface: IURLParams \u2039 P, Q \u203a # Type parameters # \u25aa P : object \u25aa Q : object Hierarchy # IURLParams Index # Properties # params query Properties # Optional params # \u2022 params ? : P Defined in src/common/utils/buildUrl.ts:4 Optional query # \u2022 query ? : Q Defined in src/common/utils/buildUrl.ts:5","title":"Interface: IURLParams \u2039**P, Q**\u203a"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.iurlparams/#interface-iurlparams-p-q","text":"","title":"Interface: IURLParams \u2039P, Q\u203a"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.iurlparams/#type-parameters","text":"\u25aa P : object \u25aa Q : object","title":"Type parameters"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.iurlparams/#hierarchy","text":"IURLParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.iurlparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.iurlparams/#properties","text":"params query","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.iurlparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.iurlparams/#optional-params","text":"\u2022 params ? : P Defined in src/common/utils/buildUrl.ts:4","title":"Optional params"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.iurlparams/#optional-query","text":"\u2022 query ? : Q Defined in src/common/utils/buildUrl.ts:5","title":"Optional query"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/","text":"Interface: RouteProps # Hierarchy # RouteProps \u21b3 PageRegistration \u21b3 TabRoute Index # Properties # children component exact location path render sensitive strict Properties # Optional children # \u2022 children ? : function | React.ReactNode Defined in node_modules/@types/react-router/index.d.ts:91 Optional component # \u2022 component ? : React.ComponentType\u2039RouteComponentProps\u2039any\u203a\u203a | React.ComponentType\u2039any\u203a Defined in node_modules/@types/react-router/index.d.ts:89 Optional exact # \u2022 exact ? : boolean Defined in node_modules/@types/react-router/index.d.ts:93 Optional location # \u2022 location ? : Location Defined in node_modules/@types/react-router/index.d.ts:88 Optional path # \u2022 path ? : string | string[] Defined in node_modules/@types/react-router/index.d.ts:92 Optional render # \u2022 render ? : function Defined in node_modules/@types/react-router/index.d.ts:90 Type declaration: \u25b8 ( props : RouteComponentProps\u2039any\u203a): React.ReactNode Parameters: Name Type props RouteComponentProps\u2039any\u203a Optional sensitive # \u2022 sensitive ? : boolean Defined in node_modules/@types/react-router/index.d.ts:94 Optional strict # \u2022 strict ? : boolean Defined in node_modules/@types/react-router/index.d.ts:95","title":"Interface: RouteProps"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#interface-routeprops","text":"","title":"Interface: RouteProps"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#hierarchy","text":"RouteProps \u21b3 PageRegistration \u21b3 TabRoute","title":"Hierarchy"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#properties","text":"children component exact location path render sensitive strict","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#optional-children","text":"\u2022 children ? : function | React.ReactNode Defined in node_modules/@types/react-router/index.d.ts:91","title":"Optional children"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#optional-component","text":"\u2022 component ? : React.ComponentType\u2039RouteComponentProps\u2039any\u203a\u203a | React.ComponentType\u2039any\u203a Defined in node_modules/@types/react-router/index.d.ts:89","title":"Optional component"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#optional-exact","text":"\u2022 exact ? : boolean Defined in node_modules/@types/react-router/index.d.ts:93","title":"Optional exact"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#optional-location","text":"\u2022 location ? : Location Defined in node_modules/@types/react-router/index.d.ts:88","title":"Optional location"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#optional-path","text":"\u2022 path ? : string | string[] Defined in node_modules/@types/react-router/index.d.ts:92","title":"Optional path"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#optional-render","text":"\u2022 render ? : function Defined in node_modules/@types/react-router/index.d.ts:90","title":"Optional render"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#optional-sensitive","text":"\u2022 sensitive ? : boolean Defined in node_modules/@types/react-router/index.d.ts:94","title":"Optional sensitive"},{"location":"extensions/api/interfaces/_renderer_api_navigation_.routeprops/#optional-strict","text":"\u2022 strict ? : boolean Defined in node_modules/@types/react-router/index.d.ts:95","title":"Optional strict"},{"location":"extensions/api/modules/_core_api_app_/","text":"Module: \"core-api/app\" # Index # Variables # appName isLinux isMac isSnap isWindows issuesTrackerUrl slackUrl version Variables # Const appName # \u2022 appName : string = ${packageInfo.productName}${isDevelopment ? \"Dev\" : \"\"} Defined in src/common/vars.ts:15 Const isLinux # \u2022 isLinux : boolean = process.platform === \"linux\" Defined in src/common/vars.ts:8 Const isMac # \u2022 isMac : boolean = process.platform === \"darwin\" Defined in src/common/vars.ts:6 Const isSnap # \u2022 isSnap : boolean = !!process.env[\"SNAP\"] Defined in src/common/vars.ts:10 Const isWindows # \u2022 isWindows : boolean = process.platform === \"win32\" Defined in src/common/vars.ts:7 Const issuesTrackerUrl # \u2022 issuesTrackerUrl : \"https://github.com/lensapp/lens/issues\" = \"https://github.com/lensapp/lens/issues\" Defined in src/common/vars.ts:42 Const slackUrl # \u2022 slackUrl : \"https://join.slack.com/t/k8slens/shared_invite/enQtOTc5NjAyNjYyOTk4LWU1NDQ0ZGFkOWJkNTRhYTc2YjVmZDdkM2FkNGM5MjhiYTRhMDU2NDQ1MzIyMDA4ZGZlNmExOTc0N2JmY2M3ZGI\" = \"https://join.slack.com/t/k8slens/shared_invite/enQtOTc5NjAyNjYyOTk4LWU1NDQ0ZGFkOWJkNTRhYTc2YjVmZDdkM2FkNGM5MjhiYTRhMDU2NDQ1MzIyMDA4ZGZlNmExOTc0N2JmY2M3ZGI\" Defined in src/common/vars.ts:43 Const version # \u2022 version : string = getAppVersion() Defined in src/extensions/core-api/app.ts:3","title":"Module: \"core-api/app\""},{"location":"extensions/api/modules/_core_api_app_/#module-core-apiapp","text":"","title":"Module: \"core-api/app\""},{"location":"extensions/api/modules/_core_api_app_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_core_api_app_/#variables","text":"appName isLinux isMac isSnap isWindows issuesTrackerUrl slackUrl version","title":"Variables"},{"location":"extensions/api/modules/_core_api_app_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_core_api_app_/#const-appname","text":"\u2022 appName : string = ${packageInfo.productName}${isDevelopment ? \"Dev\" : \"\"} Defined in src/common/vars.ts:15","title":"Const appName"},{"location":"extensions/api/modules/_core_api_app_/#const-islinux","text":"\u2022 isLinux : boolean = process.platform === \"linux\" Defined in src/common/vars.ts:8","title":"Const isLinux"},{"location":"extensions/api/modules/_core_api_app_/#const-ismac","text":"\u2022 isMac : boolean = process.platform === \"darwin\" Defined in src/common/vars.ts:6","title":"Const isMac"},{"location":"extensions/api/modules/_core_api_app_/#const-issnap","text":"\u2022 isSnap : boolean = !!process.env[\"SNAP\"] Defined in src/common/vars.ts:10","title":"Const isSnap"},{"location":"extensions/api/modules/_core_api_app_/#const-iswindows","text":"\u2022 isWindows : boolean = process.platform === \"win32\" Defined in src/common/vars.ts:7","title":"Const isWindows"},{"location":"extensions/api/modules/_core_api_app_/#const-issuestrackerurl","text":"\u2022 issuesTrackerUrl : \"https://github.com/lensapp/lens/issues\" = \"https://github.com/lensapp/lens/issues\" Defined in src/common/vars.ts:42","title":"Const issuesTrackerUrl"},{"location":"extensions/api/modules/_core_api_app_/#const-slackurl","text":"\u2022 slackUrl : \"https://join.slack.com/t/k8slens/shared_invite/enQtOTc5NjAyNjYyOTk4LWU1NDQ0ZGFkOWJkNTRhYTc2YjVmZDdkM2FkNGM5MjhiYTRhMDU2NDQ1MzIyMDA4ZGZlNmExOTc0N2JmY2M3ZGI\" = \"https://join.slack.com/t/k8slens/shared_invite/enQtOTc5NjAyNjYyOTk4LWU1NDQ0ZGFkOWJkNTRhYTc2YjVmZDdkM2FkNGM5MjhiYTRhMDU2NDQ1MzIyMDA4ZGZlNmExOTc0N2JmY2M3ZGI\" Defined in src/common/vars.ts:43","title":"Const slackUrl"},{"location":"extensions/api/modules/_core_api_app_/#const-version","text":"\u2022 version : string = getAppVersion() Defined in src/extensions/core-api/app.ts:3","title":"Const version"},{"location":"extensions/api/modules/_core_api_cluster_feature_/","text":"Module: \"core-api/cluster-feature\" # Index # Classes # ClusterFeature Interfaces # ClusterFeatureStatus","title":"Module: \"core-api/cluster-feature\""},{"location":"extensions/api/modules/_core_api_cluster_feature_/#module-core-apicluster-feature","text":"","title":"Module: \"core-api/cluster-feature\""},{"location":"extensions/api/modules/_core_api_cluster_feature_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_core_api_cluster_feature_/#classes","text":"ClusterFeature","title":"Classes"},{"location":"extensions/api/modules/_core_api_cluster_feature_/#interfaces","text":"ClusterFeatureStatus","title":"Interfaces"},{"location":"extensions/api/modules/_core_api_event_bus_/","text":"Module: \"core-api/event-bus\" # Index # Type aliases # AppEvent Variables # appEventBus Type aliases # AppEvent # \u01ac AppEvent : object Defined in src/common/event-bus.ts:3 Type declaration: action : string name : string params ? : object Variables # Const appEventBus # \u2022 appEventBus : EventEmitter\u2039[object]\u203a = new EventEmitter<[AppEvent]>() Defined in src/common/event-bus.ts:9","title":"Module: \"core-api/event-bus\""},{"location":"extensions/api/modules/_core_api_event_bus_/#module-core-apievent-bus","text":"","title":"Module: \"core-api/event-bus\""},{"location":"extensions/api/modules/_core_api_event_bus_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_core_api_event_bus_/#type-aliases","text":"AppEvent","title":"Type aliases"},{"location":"extensions/api/modules/_core_api_event_bus_/#variables","text":"appEventBus","title":"Variables"},{"location":"extensions/api/modules/_core_api_event_bus_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_core_api_event_bus_/#appevent","text":"\u01ac AppEvent : object Defined in src/common/event-bus.ts:3","title":"AppEvent"},{"location":"extensions/api/modules/_core_api_event_bus_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_core_api_event_bus_/#const-appeventbus","text":"\u2022 appEventBus : EventEmitter\u2039[object]\u203a = new EventEmitter<[AppEvent]>() Defined in src/common/event-bus.ts:9","title":"Const appEventBus"},{"location":"extensions/api/modules/_core_api_stores_/","text":"Module: \"core-api/stores\" # Index # Classes # Cluster ExtensionStore Workspace Interfaces # ClusterModel WorkspaceModel Variables # clusterStore workspaceStore Variables # Const clusterStore # \u2022 clusterStore : ClusterStore\u2039\u203a = ClusterStore.getInstance () Defined in src/common/cluster-store.ts:262 Const workspaceStore # \u2022 workspaceStore : WorkspaceStore\u2039\u203a = WorkspaceStore.getInstance () Defined in src/common/workspace-store.ts:217","title":"Module: \"core-api/stores\""},{"location":"extensions/api/modules/_core_api_stores_/#module-core-apistores","text":"","title":"Module: \"core-api/stores\""},{"location":"extensions/api/modules/_core_api_stores_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_core_api_stores_/#classes","text":"Cluster ExtensionStore Workspace","title":"Classes"},{"location":"extensions/api/modules/_core_api_stores_/#interfaces","text":"ClusterModel WorkspaceModel","title":"Interfaces"},{"location":"extensions/api/modules/_core_api_stores_/#variables","text":"clusterStore workspaceStore","title":"Variables"},{"location":"extensions/api/modules/_core_api_stores_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_core_api_stores_/#const-clusterstore","text":"\u2022 clusterStore : ClusterStore\u2039\u203a = ClusterStore.getInstance () Defined in src/common/cluster-store.ts:262","title":"Const clusterStore"},{"location":"extensions/api/modules/_core_api_stores_/#const-workspacestore","text":"\u2022 workspaceStore : WorkspaceStore\u2039\u203a = WorkspaceStore.getInstance () Defined in src/common/workspace-store.ts:217","title":"Const workspaceStore"},{"location":"extensions/api/modules/_core_api_utils_/","text":"Module: \"core-api/utils\" # Index # Classes # Singleton Functions # cssNames openExternal prevDefault stopPropagation Functions # cssNames # \u25b8 cssNames (... args : IClassName[]): string Defined in src/renderer/utils/cssNames.ts:8 Parameters: Name Type ...args IClassName[] Returns: string openExternal # \u25b8 openExternal ( url : string): Promise\u2039void\u203a Defined in src/common/utils/openExternal.ts:4 Parameters: Name Type url string Returns: Promise\u2039void\u203a prevDefault # \u25b8 prevDefault \u2039 E \u203a( callback : function): (Anonymous function) Defined in src/renderer/utils/prevDefault.ts:15 Type parameters: \u25aa E : SyntheticEvent | Event Parameters: \u25aa callback : function \u25b8 ( evt : E): any Parameters: Name Type evt E Returns: (Anonymous function) stopPropagation # \u25b8 stopPropagation ( evt : Event | SyntheticEvent): void Defined in src/renderer/utils/prevDefault.ts:23 Parameters: Name Type evt Event | SyntheticEvent Returns: void","title":"Module: \"core-api/utils\""},{"location":"extensions/api/modules/_core_api_utils_/#module-core-apiutils","text":"","title":"Module: \"core-api/utils\""},{"location":"extensions/api/modules/_core_api_utils_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_core_api_utils_/#classes","text":"Singleton","title":"Classes"},{"location":"extensions/api/modules/_core_api_utils_/#functions","text":"cssNames openExternal prevDefault stopPropagation","title":"Functions"},{"location":"extensions/api/modules/_core_api_utils_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_core_api_utils_/#cssnames","text":"\u25b8 cssNames (... args : IClassName[]): string Defined in src/renderer/utils/cssNames.ts:8 Parameters: Name Type ...args IClassName[] Returns: string","title":"cssNames"},{"location":"extensions/api/modules/_core_api_utils_/#openexternal","text":"\u25b8 openExternal ( url : string): Promise\u2039void\u203a Defined in src/common/utils/openExternal.ts:4 Parameters: Name Type url string Returns: Promise\u2039void\u203a","title":"openExternal"},{"location":"extensions/api/modules/_core_api_utils_/#prevdefault","text":"\u25b8 prevDefault \u2039 E \u203a( callback : function): (Anonymous function) Defined in src/renderer/utils/prevDefault.ts:15 Type parameters: \u25aa E : SyntheticEvent | Event Parameters: \u25aa callback : function \u25b8 ( evt : E): any Parameters: Name Type evt E Returns: (Anonymous function)","title":"prevDefault"},{"location":"extensions/api/modules/_core_api_utils_/#stoppropagation","text":"\u25b8 stopPropagation ( evt : Event | SyntheticEvent): void Defined in src/renderer/utils/prevDefault.ts:23 Parameters: Name Type evt Event | SyntheticEvent Returns: void","title":"stopPropagation"},{"location":"extensions/api/modules/_interfaces_index_/","text":"Module: \"interfaces/index\" # Index # Interfaces # AppPreferenceComponents AppPreferenceRegistration ClusterFeatureComponents ClusterFeatureRegistration KubeObjectDetailComponents KubeObjectDetailRegistration KubeObjectMenuComponents KubeObjectMenuRegistration KubeObjectStatusRegistration PageComponents PageRegistration StatusBarRegistration","title":"Module: \"interfaces/index\""},{"location":"extensions/api/modules/_interfaces_index_/#module-interfacesindex","text":"","title":"Module: \"interfaces/index\""},{"location":"extensions/api/modules/_interfaces_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_interfaces_index_/#interfaces","text":"AppPreferenceComponents AppPreferenceRegistration ClusterFeatureComponents ClusterFeatureRegistration KubeObjectDetailComponents KubeObjectDetailRegistration KubeObjectMenuComponents KubeObjectMenuRegistration KubeObjectStatusRegistration PageComponents PageRegistration StatusBarRegistration","title":"Interfaces"},{"location":"extensions/api/modules/_renderer_api_components_/","text":"Module: \"renderer-api/components\" # Index # Enumerations # NotificationStatus TooltipPosition Classes # Badge Button Checkbox ConfirmDialog CubeSpinner Dialog Drawer DrawerItem DrawerParamToggler DrawerTitle Icon Input KubeEventDetails KubeObjectDetails KubeObjectListLayout KubeObjectMenu KubeObjectMeta LineProgress Menu MenuActions MenuItem Notifications NotificationsStore PageLayout Radio RadioGroup Select Slider Spinner StatusBrick Stepper Tab Table TableCell TableHead TableRow Tabs Tooltip WizardLayout Interfaces # BadgeProps ButtonProps CheckboxProps ConfirmDialogParams ConfirmDialogProps CubeSpinnerProps DialogProps DrawerItemLabelsProps DrawerItemProps DrawerParamTogglerProps DrawerProps DrawerTitleProps GroupSelectOption IconProps InputValidator KubeEventDetailsProps KubeObjectDetailsProps KubeObjectListLayoutProps KubeObjectMenuProps KubeObjectMetaProps LineProgressProps MenuActionsProps MenuItemProps MenuPosition MenuProps Notification PageLayoutProps RadioGroupProps SelectOption SelectProps SliderProps SpinnerProps StatusBrickProps StepperProps TabLayoutProps TabProps TabRoute TableCellProps TableHeadProps TableProps TableRowProps TabsProps TooltipContentFormatters TooltipDecoratorProps TooltipProps WizardLayoutProps Type aliases # InputProps MenuContextValue NotificationId NotificationMessage RadioProps TableCellElem TableHeadElem TableOrderBy TableRowElem TableSortBy TableSortCallback TableSortParams Variables # InputValidators MenuContext TabLayout notificationsStore terminalStore Functions # DrawerItemLabels SubMenu createPodLogsTab createTerminalTab withTooltip Type aliases # InputProps # \u01ac InputProps : Omit\u2039InputElementProps, \"onChange\" | \"onSubmit\"\u203a & object Defined in src/renderer/components/input/input.tsx:19 MenuContextValue # \u01ac MenuContextValue : Menu Defined in src/renderer/components/menu/menu.tsx:11 NotificationId # \u01ac NotificationId : string | number Defined in src/renderer/components/notifications/notifications.store.ts:8 NotificationMessage # \u01ac NotificationMessage : React.ReactNode | React.ReactNode[] | JsonApiErrorParsed Defined in src/renderer/components/notifications/notifications.store.ts:9 RadioProps # \u01ac RadioProps : HTMLProps\u2039any\u203a & object Defined in src/renderer/components/radio/radio.tsx:38 TableCellElem # \u01ac TableCellElem : ReactElement\u2039 TableCellProps \u203a Defined in src/renderer/components/table/table-cell.tsx:9 TableHeadElem # \u01ac TableHeadElem : ReactElement\u2039 TableHeadProps \u203a Defined in src/renderer/components/table/table-head.tsx:6 TableOrderBy # \u01ac TableOrderBy : \"asc\" | \"desc\" | string Defined in src/renderer/components/table/table.tsx:18 TableRowElem # \u01ac TableRowElem : ReactElement\u2039 TableRowProps \u203a Defined in src/renderer/components/table/table-row.tsx:7 TableSortBy # \u01ac TableSortBy : string Defined in src/renderer/components/table/table.tsx:17 TableSortCallback # \u01ac TableSortCallback : function Defined in src/renderer/components/table/table.tsx:20 Type declaration: \u25b8 ( data : D): string | number | (string | number)[] Parameters: Name Type data D TableSortParams # \u01ac TableSortParams : object Defined in src/renderer/components/table/table.tsx:19 Type declaration: orderBy : TableOrderBy sortBy : TableSortBy Variables # InputValidators # \u2022 InputValidators : InputValidators Defined in src/renderer/components/input/input.tsx:13 Const MenuContext # \u2022 MenuContext : Context\u2039 Menu \u2039\u203a\u203a = React.createContext (null) Defined in src/renderer/components/menu/menu.tsx:10 Const TabLayout # \u2022 TabLayout : (Anonymous function) = observer(({ className, contentClass, tabs, children }: TabLayoutProps) => { const routePath = navigation.location.pathname; return ( {tabs && ( navigate(url)}> {tabs.map(({ title, path, url, ...routeProps }) => { const isActive = !!matchPath(routePath, { path, ...routeProps }); return ; })} )} {children} ); }) Defined in src/renderer/components/layout/tab-layout.tsx:22 Const notificationsStore # \u2022 notificationsStore : NotificationsStore \u2039\u203a = new NotificationsStore() Defined in src/renderer/components/notifications/notifications.store.ts:67 Const terminalStore # \u2022 terminalStore : TerminalStore\u2039\u203a = new TerminalStore() Defined in src/renderer/components/dock/terminal.store.ts:116 Functions # DrawerItemLabels # \u25b8 DrawerItemLabels ( props : DrawerItemLabelsProps ): Element\u2039\u203a Defined in src/renderer/components/drawer/drawer-item-labels.tsx:9 Parameters: Name Type props DrawerItemLabelsProps Returns: Element\u2039\u203a SubMenu # \u25b8 SubMenu ( props : Partial\u2039 MenuProps \u203a): Element\u2039\u203a Defined in src/renderer/components/menu/menu.tsx:258 Parameters: Name Type props Partial\u2039 MenuProps \u203a Returns: Element\u2039\u203a createPodLogsTab # \u25b8 createPodLogsTab ( data : IPodLogsData, tabParams : Partial\u2039IDockTab\u203a): IDockTab Defined in src/renderer/components/dock/pod-logs.store.ts:178 Parameters: Name Type Default data IPodLogsData - tabParams Partial\u2039IDockTab\u203a {} Returns: IDockTab createTerminalTab # \u25b8 createTerminalTab ( tabParams : Partial\u2039ITerminalTab\u203a): IDockTab Defined in src/renderer/components/dock/terminal.store.ts:18 Parameters: Name Type Default tabParams Partial\u2039ITerminalTab\u203a {} Returns: IDockTab withTooltip # \u25b8 withTooltip \u2039 T \u203a( Target : T): T Defined in src/renderer/components/tooltip/withTooltip.tsx:18 Type parameters: \u25aa T : React.ComponentType\u2039any\u203a Parameters: Name Type Target T Returns: T","title":"Module: \"renderer-api/components\""},{"location":"extensions/api/modules/_renderer_api_components_/#module-renderer-apicomponents","text":"","title":"Module: \"renderer-api/components\""},{"location":"extensions/api/modules/_renderer_api_components_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_renderer_api_components_/#enumerations","text":"NotificationStatus TooltipPosition","title":"Enumerations"},{"location":"extensions/api/modules/_renderer_api_components_/#classes","text":"Badge Button Checkbox ConfirmDialog CubeSpinner Dialog Drawer DrawerItem DrawerParamToggler DrawerTitle Icon Input KubeEventDetails KubeObjectDetails KubeObjectListLayout KubeObjectMenu KubeObjectMeta LineProgress Menu MenuActions MenuItem Notifications NotificationsStore PageLayout Radio RadioGroup Select Slider Spinner StatusBrick Stepper Tab Table TableCell TableHead TableRow Tabs Tooltip WizardLayout","title":"Classes"},{"location":"extensions/api/modules/_renderer_api_components_/#interfaces","text":"BadgeProps ButtonProps CheckboxProps ConfirmDialogParams ConfirmDialogProps CubeSpinnerProps DialogProps DrawerItemLabelsProps DrawerItemProps DrawerParamTogglerProps DrawerProps DrawerTitleProps GroupSelectOption IconProps InputValidator KubeEventDetailsProps KubeObjectDetailsProps KubeObjectListLayoutProps KubeObjectMenuProps KubeObjectMetaProps LineProgressProps MenuActionsProps MenuItemProps MenuPosition MenuProps Notification PageLayoutProps RadioGroupProps SelectOption SelectProps SliderProps SpinnerProps StatusBrickProps StepperProps TabLayoutProps TabProps TabRoute TableCellProps TableHeadProps TableProps TableRowProps TabsProps TooltipContentFormatters TooltipDecoratorProps TooltipProps WizardLayoutProps","title":"Interfaces"},{"location":"extensions/api/modules/_renderer_api_components_/#type-aliases","text":"InputProps MenuContextValue NotificationId NotificationMessage RadioProps TableCellElem TableHeadElem TableOrderBy TableRowElem TableSortBy TableSortCallback TableSortParams","title":"Type aliases"},{"location":"extensions/api/modules/_renderer_api_components_/#variables","text":"InputValidators MenuContext TabLayout notificationsStore terminalStore","title":"Variables"},{"location":"extensions/api/modules/_renderer_api_components_/#functions","text":"DrawerItemLabels SubMenu createPodLogsTab createTerminalTab withTooltip","title":"Functions"},{"location":"extensions/api/modules/_renderer_api_components_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_renderer_api_components_/#inputprops","text":"\u01ac InputProps : Omit\u2039InputElementProps, \"onChange\" | \"onSubmit\"\u203a & object Defined in src/renderer/components/input/input.tsx:19","title":"InputProps"},{"location":"extensions/api/modules/_renderer_api_components_/#menucontextvalue","text":"\u01ac MenuContextValue : Menu Defined in src/renderer/components/menu/menu.tsx:11","title":"MenuContextValue"},{"location":"extensions/api/modules/_renderer_api_components_/#notificationid","text":"\u01ac NotificationId : string | number Defined in src/renderer/components/notifications/notifications.store.ts:8","title":"NotificationId"},{"location":"extensions/api/modules/_renderer_api_components_/#notificationmessage","text":"\u01ac NotificationMessage : React.ReactNode | React.ReactNode[] | JsonApiErrorParsed Defined in src/renderer/components/notifications/notifications.store.ts:9","title":"NotificationMessage"},{"location":"extensions/api/modules/_renderer_api_components_/#radioprops","text":"\u01ac RadioProps : HTMLProps\u2039any\u203a & object Defined in src/renderer/components/radio/radio.tsx:38","title":"RadioProps"},{"location":"extensions/api/modules/_renderer_api_components_/#tablecellelem","text":"\u01ac TableCellElem : ReactElement\u2039 TableCellProps \u203a Defined in src/renderer/components/table/table-cell.tsx:9","title":"TableCellElem"},{"location":"extensions/api/modules/_renderer_api_components_/#tableheadelem","text":"\u01ac TableHeadElem : ReactElement\u2039 TableHeadProps \u203a Defined in src/renderer/components/table/table-head.tsx:6","title":"TableHeadElem"},{"location":"extensions/api/modules/_renderer_api_components_/#tableorderby","text":"\u01ac TableOrderBy : \"asc\" | \"desc\" | string Defined in src/renderer/components/table/table.tsx:18","title":"TableOrderBy"},{"location":"extensions/api/modules/_renderer_api_components_/#tablerowelem","text":"\u01ac TableRowElem : ReactElement\u2039 TableRowProps \u203a Defined in src/renderer/components/table/table-row.tsx:7","title":"TableRowElem"},{"location":"extensions/api/modules/_renderer_api_components_/#tablesortby","text":"\u01ac TableSortBy : string Defined in src/renderer/components/table/table.tsx:17","title":"TableSortBy"},{"location":"extensions/api/modules/_renderer_api_components_/#tablesortcallback","text":"\u01ac TableSortCallback : function Defined in src/renderer/components/table/table.tsx:20","title":"TableSortCallback"},{"location":"extensions/api/modules/_renderer_api_components_/#tablesortparams","text":"\u01ac TableSortParams : object Defined in src/renderer/components/table/table.tsx:19","title":"TableSortParams"},{"location":"extensions/api/modules/_renderer_api_components_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_renderer_api_components_/#inputvalidators","text":"\u2022 InputValidators : InputValidators Defined in src/renderer/components/input/input.tsx:13","title":"InputValidators"},{"location":"extensions/api/modules/_renderer_api_components_/#const-menucontext","text":"\u2022 MenuContext : Context\u2039 Menu \u2039\u203a\u203a = React.createContext (null) Defined in src/renderer/components/menu/menu.tsx:10","title":"Const MenuContext"},{"location":"extensions/api/modules/_renderer_api_components_/#const-tablayout","text":"\u2022 TabLayout : (Anonymous function) = observer(({ className, contentClass, tabs, children }: TabLayoutProps) => { const routePath = navigation.location.pathname; return ( {tabs && ( navigate(url)}> {tabs.map(({ title, path, url, ...routeProps }) => { const isActive = !!matchPath(routePath, { path, ...routeProps }); return ; })} )} {children} ); }) Defined in src/renderer/components/layout/tab-layout.tsx:22","title":"Const TabLayout"},{"location":"extensions/api/modules/_renderer_api_components_/#const-notificationsstore","text":"\u2022 notificationsStore : NotificationsStore \u2039\u203a = new NotificationsStore() Defined in src/renderer/components/notifications/notifications.store.ts:67","title":"Const notificationsStore"},{"location":"extensions/api/modules/_renderer_api_components_/#const-terminalstore","text":"\u2022 terminalStore : TerminalStore\u2039\u203a = new TerminalStore() Defined in src/renderer/components/dock/terminal.store.ts:116","title":"Const terminalStore"},{"location":"extensions/api/modules/_renderer_api_components_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_renderer_api_components_/#draweritemlabels","text":"\u25b8 DrawerItemLabels ( props : DrawerItemLabelsProps ): Element\u2039\u203a Defined in src/renderer/components/drawer/drawer-item-labels.tsx:9 Parameters: Name Type props DrawerItemLabelsProps Returns: Element\u2039\u203a","title":"DrawerItemLabels"},{"location":"extensions/api/modules/_renderer_api_components_/#submenu","text":"\u25b8 SubMenu ( props : Partial\u2039 MenuProps \u203a): Element\u2039\u203a Defined in src/renderer/components/menu/menu.tsx:258 Parameters: Name Type props Partial\u2039 MenuProps \u203a Returns: Element\u2039\u203a","title":"SubMenu"},{"location":"extensions/api/modules/_renderer_api_components_/#createpodlogstab","text":"\u25b8 createPodLogsTab ( data : IPodLogsData, tabParams : Partial\u2039IDockTab\u203a): IDockTab Defined in src/renderer/components/dock/pod-logs.store.ts:178 Parameters: Name Type Default data IPodLogsData - tabParams Partial\u2039IDockTab\u203a {} Returns: IDockTab","title":"createPodLogsTab"},{"location":"extensions/api/modules/_renderer_api_components_/#createterminaltab","text":"\u25b8 createTerminalTab ( tabParams : Partial\u2039ITerminalTab\u203a): IDockTab Defined in src/renderer/components/dock/terminal.store.ts:18 Parameters: Name Type Default tabParams Partial\u2039ITerminalTab\u203a {} Returns: IDockTab","title":"createTerminalTab"},{"location":"extensions/api/modules/_renderer_api_components_/#withtooltip","text":"\u25b8 withTooltip \u2039 T \u203a( Target : T): T Defined in src/renderer/components/tooltip/withTooltip.tsx:18 Type parameters: \u25aa T : React.ComponentType\u2039any\u203a Parameters: Name Type Target T Returns: T","title":"withTooltip"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/","text":"Module: \"renderer-api/k8s-api\" # Index # Enumerations # KubeObjectStatusLevel Classes # ClusterRole ClusterRoleBinding ConfigMap CronJob CustomResourceDefinition DaemonSet Deployment DeploymentApi Endpoint EventStore HorizontalPodAutoscaler Ingress IngressApi Job KubeApi KubeEvent KubeObject KubeObjectStore Namespace NetworkPolicy Node NodesApi PersistentVolume PersistentVolumeClaim PersistentVolumeClaimsApi Pod PodDisruptionBudget PodsApi ReplicaSet ResourceQuota Role RoleBinding Secret Service ServiceAccount StatefulSet StorageClass VersionedKubeApi Interfaces # IKubeApiCluster IPodContainer IPodContainerStatus ISecretRef Type aliases # KubeObjectStatus Variables # apiManager clusterRoleApi clusterRoleBindingApi configMapApi crdApi cronJobApi daemonSetApi deploymentApi endpointApi eventApi hpaApi ingressApi jobApi namespacesApi networkPolicyApi nodesApi pdbApi persistentVolumeApi podsApi pvcApi replicaSetApi resourceQuotaApi roleApi roleBindingApi secretsApi serviceAccountsApi serviceApi statefulSetApi storageClassApi Functions # forCluster isAllowedResource Type aliases # KubeObjectStatus # \u01ac KubeObjectStatus : object Defined in src/extensions/renderer-api/kube-object-status.ts:1 Type declaration: level : KubeObjectStatusLevel text : string timestamp ? : string Variables # Const apiManager # \u2022 apiManager : ApiManager\u2039\u203a = new ApiManager() Defined in src/renderer/api/api-manager.ts:52 Const clusterRoleApi # \u2022 clusterRoleApi : KubeApi \u2039 ClusterRole \u2039\u203a\u203a = new KubeApi({ objectConstructor: ClusterRole, }) Defined in src/renderer/api/endpoints/cluster-role.api.ts:12 Const clusterRoleBindingApi # \u2022 clusterRoleBindingApi : KubeApi \u2039 ClusterRoleBinding \u2039\u203a\u203a = new KubeApi({ objectConstructor: ClusterRoleBinding, }) Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:10 Const configMapApi # \u2022 configMapApi : KubeApi \u2039 ConfigMap \u2039\u203a\u203a = new KubeApi({ objectConstructor: ConfigMap, }) Defined in src/renderer/api/endpoints/configmap.api.ts:26 Const crdApi # \u2022 crdApi : VersionedKubeApi \u2039 CustomResourceDefinition \u2039\u203a\u203a = new VersionedKubeApi ({ objectConstructor: CustomResourceDefinition }) Defined in src/renderer/api/endpoints/crd.api.ts:149 Const cronJobApi # \u2022 cronJobApi : KubeApi \u2039 CronJob \u2039\u203a\u203a = new KubeApi({ objectConstructor: CronJob, }) Defined in src/renderer/api/endpoints/cron-job.api.ts:92 Const daemonSetApi # \u2022 daemonSetApi : KubeApi \u2039 DaemonSet \u2039\u203a\u203a = new KubeApi({ objectConstructor: DaemonSet, }) Defined in src/renderer/api/endpoints/daemon-set.api.ts:73 Const deploymentApi # \u2022 deploymentApi : DeploymentApi \u2039\u203a = new DeploymentApi({ objectConstructor: Deployment, }) Defined in src/renderer/api/endpoints/deployment.api.ts:190 Const endpointApi # \u2022 endpointApi : KubeApi \u2039 Endpoint \u2039\u203a\u203a = new KubeApi({ objectConstructor: Endpoint, }) Defined in src/renderer/api/endpoints/endpoint.api.ts:122 Const eventApi # \u2022 eventApi : KubeApi \u2039 KubeEvent \u2039\u203a\u203a = new KubeApi({ objectConstructor: KubeEvent, }) Defined in src/renderer/api/endpoints/events.api.ts:56 Const hpaApi # \u2022 hpaApi : KubeApi \u2039 HorizontalPodAutoscaler \u2039\u203a\u203a = new KubeApi({ objectConstructor: HorizontalPodAutoscaler, }) Defined in src/renderer/api/endpoints/hpa.api.ts:137 Const ingressApi # \u2022 ingressApi : IngressApi \u2039\u203a = new IngressApi({ objectConstructor: Ingress, }) Defined in src/renderer/api/endpoints/ingress.api.ts:122 Const jobApi # \u2022 jobApi : KubeApi \u2039 Job \u2039\u203a\u203a = new KubeApi({ objectConstructor: Job, }) Defined in src/renderer/api/endpoints/job.api.ts:106 Const namespacesApi # \u2022 namespacesApi : KubeApi \u2039 Namespace \u2039\u203a\u203a = new KubeApi({ objectConstructor: Namespace, }) Defined in src/renderer/api/endpoints/namespaces.api.ts:25 Const networkPolicyApi # \u2022 networkPolicyApi : KubeApi \u2039 NetworkPolicy \u2039\u203a\u203a = new KubeApi({ objectConstructor: NetworkPolicy, }) Defined in src/renderer/api/endpoints/network-policy.api.ts:69 Const nodesApi # \u2022 nodesApi : NodesApi \u2039\u203a = new NodesApi({ objectConstructor: Node, }) Defined in src/renderer/api/endpoints/nodes.api.ts:160 Const pdbApi # \u2022 pdbApi : KubeApi \u2039 PodDisruptionBudget \u2039\u203a\u203a = new KubeApi({ objectConstructor: PodDisruptionBudget, }) Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:46 Const persistentVolumeApi # \u2022 persistentVolumeApi : KubeApi \u2039 PersistentVolume \u2039\u203a\u203a = new KubeApi({ objectConstructor: PersistentVolume, }) Defined in src/renderer/api/endpoints/persistent-volume.api.ts:68 Const podsApi # \u2022 podsApi : PodsApi \u2039\u203a = new PodsApi({ objectConstructor: Pod, }) Defined in src/renderer/api/endpoints/pods.api.ts:432 Const pvcApi # \u2022 pvcApi : PersistentVolumeClaimsApi \u2039\u203a = new PersistentVolumeClaimsApi({ objectConstructor: PersistentVolumeClaim, }) Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:85 Const replicaSetApi # \u2022 replicaSetApi : KubeApi \u2039 ReplicaSet \u2039\u203a\u203a = new KubeApi({ objectConstructor: ReplicaSet, }) Defined in src/renderer/api/endpoints/replica-set.api.ts:55 Const resourceQuotaApi # \u2022 resourceQuotaApi : KubeApi \u2039 ResourceQuota \u2039\u203a\u203a = new KubeApi({ objectConstructor: ResourceQuota, }) Defined in src/renderer/api/endpoints/resource-quota.api.ts:65 Const roleApi # \u2022 roleApi : KubeApi \u2039 Role \u2039\u203a\u203a = new KubeApi({ objectConstructor: Role, }) Defined in src/renderer/api/endpoints/role.api.ts:21 Const roleBindingApi # \u2022 roleBindingApi : KubeApi \u2039 RoleBinding \u2039\u203a\u203a = new KubeApi({ objectConstructor: RoleBinding, }) Defined in src/renderer/api/endpoints/role-binding.api.ts:34 Const secretsApi # \u2022 secretsApi : KubeApi \u2039 Secret \u2039\u203a\u203a = new KubeApi({ objectConstructor: Secret, }) Defined in src/renderer/api/endpoints/secret.api.ts:48 Const serviceAccountsApi # \u2022 serviceAccountsApi : KubeApi \u2039 ServiceAccount \u2039\u203a\u203a = new KubeApi ({ objectConstructor: ServiceAccount, }) Defined in src/renderer/api/endpoints/service-accounts.api.ts:27 Const serviceApi # \u2022 serviceApi : KubeApi \u2039 Service \u2039\u203a\u203a = new KubeApi({ objectConstructor: Service, }) Defined in src/renderer/api/endpoints/service.api.ts:97 Const statefulSetApi # \u2022 statefulSetApi : KubeApi \u2039 StatefulSet \u2039\u203a\u203a = new KubeApi({ objectConstructor: StatefulSet, }) Defined in src/renderer/api/endpoints/stateful-set.api.ts:81 Const storageClassApi # \u2022 storageClassApi : KubeApi \u2039 StorageClass \u2039\u203a\u203a = new KubeApi({ objectConstructor: StorageClass, }) Defined in src/renderer/api/endpoints/storage-class.api.ts:36 Functions # forCluster # \u25b8 forCluster \u2039 T \u203a( cluster : IKubeApiCluster , kubeClass : IKubeObjectConstructor\u2039T\u203a): KubeApi \u2039T\u203a Defined in src/renderer/api/kube-api.ts:35 Type parameters: \u25aa T : KubeObject Parameters: Name Type cluster IKubeApiCluster kubeClass IKubeObjectConstructor\u2039T\u203a Returns: KubeApi \u2039T\u203a isAllowedResource # \u25b8 isAllowedResource ( resources : KubeResource | KubeResource[]): boolean Defined in src/common/rbac.ts:40 Parameters: Name Type resources KubeResource | KubeResource[] Returns: boolean","title":"Module: \"renderer-api/k8s-api\""},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#module-renderer-apik8s-api","text":"","title":"Module: \"renderer-api/k8s-api\""},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#enumerations","text":"KubeObjectStatusLevel","title":"Enumerations"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#classes","text":"ClusterRole ClusterRoleBinding ConfigMap CronJob CustomResourceDefinition DaemonSet Deployment DeploymentApi Endpoint EventStore HorizontalPodAutoscaler Ingress IngressApi Job KubeApi KubeEvent KubeObject KubeObjectStore Namespace NetworkPolicy Node NodesApi PersistentVolume PersistentVolumeClaim PersistentVolumeClaimsApi Pod PodDisruptionBudget PodsApi ReplicaSet ResourceQuota Role RoleBinding Secret Service ServiceAccount StatefulSet StorageClass VersionedKubeApi","title":"Classes"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#interfaces","text":"IKubeApiCluster IPodContainer IPodContainerStatus ISecretRef","title":"Interfaces"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#type-aliases","text":"KubeObjectStatus","title":"Type aliases"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#variables","text":"apiManager clusterRoleApi clusterRoleBindingApi configMapApi crdApi cronJobApi daemonSetApi deploymentApi endpointApi eventApi hpaApi ingressApi jobApi namespacesApi networkPolicyApi nodesApi pdbApi persistentVolumeApi podsApi pvcApi replicaSetApi resourceQuotaApi roleApi roleBindingApi secretsApi serviceAccountsApi serviceApi statefulSetApi storageClassApi","title":"Variables"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#functions","text":"forCluster isAllowedResource","title":"Functions"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#kubeobjectstatus","text":"\u01ac KubeObjectStatus : object Defined in src/extensions/renderer-api/kube-object-status.ts:1","title":"KubeObjectStatus"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-apimanager","text":"\u2022 apiManager : ApiManager\u2039\u203a = new ApiManager() Defined in src/renderer/api/api-manager.ts:52","title":"Const apiManager"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-clusterroleapi","text":"\u2022 clusterRoleApi : KubeApi \u2039 ClusterRole \u2039\u203a\u203a = new KubeApi({ objectConstructor: ClusterRole, }) Defined in src/renderer/api/endpoints/cluster-role.api.ts:12","title":"Const clusterRoleApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-clusterrolebindingapi","text":"\u2022 clusterRoleBindingApi : KubeApi \u2039 ClusterRoleBinding \u2039\u203a\u203a = new KubeApi({ objectConstructor: ClusterRoleBinding, }) Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:10","title":"Const clusterRoleBindingApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-configmapapi","text":"\u2022 configMapApi : KubeApi \u2039 ConfigMap \u2039\u203a\u203a = new KubeApi({ objectConstructor: ConfigMap, }) Defined in src/renderer/api/endpoints/configmap.api.ts:26","title":"Const configMapApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-crdapi","text":"\u2022 crdApi : VersionedKubeApi \u2039 CustomResourceDefinition \u2039\u203a\u203a = new VersionedKubeApi ({ objectConstructor: CustomResourceDefinition }) Defined in src/renderer/api/endpoints/crd.api.ts:149","title":"Const crdApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-cronjobapi","text":"\u2022 cronJobApi : KubeApi \u2039 CronJob \u2039\u203a\u203a = new KubeApi({ objectConstructor: CronJob, }) Defined in src/renderer/api/endpoints/cron-job.api.ts:92","title":"Const cronJobApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-daemonsetapi","text":"\u2022 daemonSetApi : KubeApi \u2039 DaemonSet \u2039\u203a\u203a = new KubeApi({ objectConstructor: DaemonSet, }) Defined in src/renderer/api/endpoints/daemon-set.api.ts:73","title":"Const daemonSetApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-deploymentapi","text":"\u2022 deploymentApi : DeploymentApi \u2039\u203a = new DeploymentApi({ objectConstructor: Deployment, }) Defined in src/renderer/api/endpoints/deployment.api.ts:190","title":"Const deploymentApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-endpointapi","text":"\u2022 endpointApi : KubeApi \u2039 Endpoint \u2039\u203a\u203a = new KubeApi({ objectConstructor: Endpoint, }) Defined in src/renderer/api/endpoints/endpoint.api.ts:122","title":"Const endpointApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-eventapi","text":"\u2022 eventApi : KubeApi \u2039 KubeEvent \u2039\u203a\u203a = new KubeApi({ objectConstructor: KubeEvent, }) Defined in src/renderer/api/endpoints/events.api.ts:56","title":"Const eventApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-hpaapi","text":"\u2022 hpaApi : KubeApi \u2039 HorizontalPodAutoscaler \u2039\u203a\u203a = new KubeApi({ objectConstructor: HorizontalPodAutoscaler, }) Defined in src/renderer/api/endpoints/hpa.api.ts:137","title":"Const hpaApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-ingressapi","text":"\u2022 ingressApi : IngressApi \u2039\u203a = new IngressApi({ objectConstructor: Ingress, }) Defined in src/renderer/api/endpoints/ingress.api.ts:122","title":"Const ingressApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-jobapi","text":"\u2022 jobApi : KubeApi \u2039 Job \u2039\u203a\u203a = new KubeApi({ objectConstructor: Job, }) Defined in src/renderer/api/endpoints/job.api.ts:106","title":"Const jobApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-namespacesapi","text":"\u2022 namespacesApi : KubeApi \u2039 Namespace \u2039\u203a\u203a = new KubeApi({ objectConstructor: Namespace, }) Defined in src/renderer/api/endpoints/namespaces.api.ts:25","title":"Const namespacesApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-networkpolicyapi","text":"\u2022 networkPolicyApi : KubeApi \u2039 NetworkPolicy \u2039\u203a\u203a = new KubeApi({ objectConstructor: NetworkPolicy, }) Defined in src/renderer/api/endpoints/network-policy.api.ts:69","title":"Const networkPolicyApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-nodesapi","text":"\u2022 nodesApi : NodesApi \u2039\u203a = new NodesApi({ objectConstructor: Node, }) Defined in src/renderer/api/endpoints/nodes.api.ts:160","title":"Const nodesApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-pdbapi","text":"\u2022 pdbApi : KubeApi \u2039 PodDisruptionBudget \u2039\u203a\u203a = new KubeApi({ objectConstructor: PodDisruptionBudget, }) Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:46","title":"Const pdbApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-persistentvolumeapi","text":"\u2022 persistentVolumeApi : KubeApi \u2039 PersistentVolume \u2039\u203a\u203a = new KubeApi({ objectConstructor: PersistentVolume, }) Defined in src/renderer/api/endpoints/persistent-volume.api.ts:68","title":"Const persistentVolumeApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-podsapi","text":"\u2022 podsApi : PodsApi \u2039\u203a = new PodsApi({ objectConstructor: Pod, }) Defined in src/renderer/api/endpoints/pods.api.ts:432","title":"Const podsApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-pvcapi","text":"\u2022 pvcApi : PersistentVolumeClaimsApi \u2039\u203a = new PersistentVolumeClaimsApi({ objectConstructor: PersistentVolumeClaim, }) Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:85","title":"Const pvcApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-replicasetapi","text":"\u2022 replicaSetApi : KubeApi \u2039 ReplicaSet \u2039\u203a\u203a = new KubeApi({ objectConstructor: ReplicaSet, }) Defined in src/renderer/api/endpoints/replica-set.api.ts:55","title":"Const replicaSetApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-resourcequotaapi","text":"\u2022 resourceQuotaApi : KubeApi \u2039 ResourceQuota \u2039\u203a\u203a = new KubeApi({ objectConstructor: ResourceQuota, }) Defined in src/renderer/api/endpoints/resource-quota.api.ts:65","title":"Const resourceQuotaApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-roleapi","text":"\u2022 roleApi : KubeApi \u2039 Role \u2039\u203a\u203a = new KubeApi({ objectConstructor: Role, }) Defined in src/renderer/api/endpoints/role.api.ts:21","title":"Const roleApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-rolebindingapi","text":"\u2022 roleBindingApi : KubeApi \u2039 RoleBinding \u2039\u203a\u203a = new KubeApi({ objectConstructor: RoleBinding, }) Defined in src/renderer/api/endpoints/role-binding.api.ts:34","title":"Const roleBindingApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-secretsapi","text":"\u2022 secretsApi : KubeApi \u2039 Secret \u2039\u203a\u203a = new KubeApi({ objectConstructor: Secret, }) Defined in src/renderer/api/endpoints/secret.api.ts:48","title":"Const secretsApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-serviceaccountsapi","text":"\u2022 serviceAccountsApi : KubeApi \u2039 ServiceAccount \u2039\u203a\u203a = new KubeApi ({ objectConstructor: ServiceAccount, }) Defined in src/renderer/api/endpoints/service-accounts.api.ts:27","title":"Const serviceAccountsApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-serviceapi","text":"\u2022 serviceApi : KubeApi \u2039 Service \u2039\u203a\u203a = new KubeApi({ objectConstructor: Service, }) Defined in src/renderer/api/endpoints/service.api.ts:97","title":"Const serviceApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-statefulsetapi","text":"\u2022 statefulSetApi : KubeApi \u2039 StatefulSet \u2039\u203a\u203a = new KubeApi({ objectConstructor: StatefulSet, }) Defined in src/renderer/api/endpoints/stateful-set.api.ts:81","title":"Const statefulSetApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#const-storageclassapi","text":"\u2022 storageClassApi : KubeApi \u2039 StorageClass \u2039\u203a\u203a = new KubeApi({ objectConstructor: StorageClass, }) Defined in src/renderer/api/endpoints/storage-class.api.ts:36","title":"Const storageClassApi"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#forcluster","text":"\u25b8 forCluster \u2039 T \u203a( cluster : IKubeApiCluster , kubeClass : IKubeObjectConstructor\u2039T\u203a): KubeApi \u2039T\u203a Defined in src/renderer/api/kube-api.ts:35 Type parameters: \u25aa T : KubeObject Parameters: Name Type cluster IKubeApiCluster kubeClass IKubeObjectConstructor\u2039T\u203a Returns: KubeApi \u2039T\u203a","title":"forCluster"},{"location":"extensions/api/modules/_renderer_api_k8s_api_/#isallowedresource","text":"\u25b8 isAllowedResource ( resources : KubeResource | KubeResource[]): boolean Defined in src/common/rbac.ts:40 Parameters: Name Type resources KubeResource | KubeResource[] Returns: boolean","title":"isAllowedResource"},{"location":"extensions/api/modules/_renderer_api_navigation_/","text":"Module: \"renderer-api/navigation\" # Index # Interfaces # IURLParams RouteProps Functions # getDetailsUrl hideDetails navigate showDetails Functions # getDetailsUrl # \u25b8 getDetailsUrl ( details : string): string Defined in src/renderer/navigation.ts:55 Parameters: Name Type details string Returns: string hideDetails # \u25b8 hideDetails (): void Defined in src/renderer/navigation.ts:70 Returns: void navigate # \u25b8 navigate ( location : LocationDescriptor): void Defined in src/renderer/navigation.ts:14 Parameters: Name Type location LocationDescriptor Returns: void showDetails # \u25b8 showDetails ( path : string, resetSelected : boolean): void Defined in src/renderer/navigation.ts:63 Parameters: Name Type Default path string - resetSelected boolean true Returns: void","title":"Module: \"renderer-api/navigation\""},{"location":"extensions/api/modules/_renderer_api_navigation_/#module-renderer-apinavigation","text":"","title":"Module: \"renderer-api/navigation\""},{"location":"extensions/api/modules/_renderer_api_navigation_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_renderer_api_navigation_/#interfaces","text":"IURLParams RouteProps","title":"Interfaces"},{"location":"extensions/api/modules/_renderer_api_navigation_/#functions","text":"getDetailsUrl hideDetails navigate showDetails","title":"Functions"},{"location":"extensions/api/modules/_renderer_api_navigation_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_renderer_api_navigation_/#getdetailsurl","text":"\u25b8 getDetailsUrl ( details : string): string Defined in src/renderer/navigation.ts:55 Parameters: Name Type details string Returns: string","title":"getDetailsUrl"},{"location":"extensions/api/modules/_renderer_api_navigation_/#hidedetails","text":"\u25b8 hideDetails (): void Defined in src/renderer/navigation.ts:70 Returns: void","title":"hideDetails"},{"location":"extensions/api/modules/_renderer_api_navigation_/#navigate","text":"\u25b8 navigate ( location : LocationDescriptor): void Defined in src/renderer/navigation.ts:14 Parameters: Name Type location LocationDescriptor Returns: void","title":"navigate"},{"location":"extensions/api/modules/_renderer_api_navigation_/#showdetails","text":"\u25b8 showDetails ( path : string, resetSelected : boolean): void Defined in src/renderer/navigation.ts:63 Parameters: Name Type Default path string - resetSelected boolean true Returns: void","title":"showDetails"},{"location":"extensions/capabilities/","text":"","title":"Overview"},{"location":"extensions/capabilities/color-reference/","text":"Theme color reference # You can use CSS variables generated from theme .json files to style an extension with respect of active theme. Base colors # blue : blue color. magenta : magenta color. golden : gold/yellow color. halfGray : gray with some apacity applied. primary : Lens brand (blue) color. colorSuccess : successfull operations color. colorOk : successfull operations (bright version) color. colorInfo : informational, in-progress color. colorError : critical error color. colorSoftError : error color. colorWarning : warning color. colorVague : soft gray color for notices, hints etc. colorTerminated : terminated, closed, stale color. boxShadow : semi-transparent box-shadow color. Text colors # textColorPrimary : foreground text color. textColorSecondary : foreground text color for different paragraps, parts of text. textColorAccent : foreground text color to highlight its parts. Border colors # borderColor : border color. borderFaintColor : fainted (lighter or darker, which depends on the theme) border color. Layout colors # mainBackground : main background color for the app. contentColor : background color for panels contains some data. layoutBackground : background color for layout parts. layoutTabsBackground : background color for general tabs. layoutTabsActiveColor : foreground color for general tabs. layoutTabsLineColor : background color for lines under general tabs. Sidebar colors # sidebarLogoBackground : background color behind logo in sidebar. sidebarActiveColor : foreground color for active menu items in sidebar. sidebarSubmenuActiveColor : foreground color for active submenu items in sidebar. sidebarBackground : background color for sidebar. Button colors # buttonPrimaryBackground : button background color for primary actions. buttonDefaultBackground : default button background color. buttonAccentBackground : accent button background color. buttonDisabledBackground : disabled button background color. Table colors # tableBgcStripe : background color for odd rows in table. tableBgcSelected : background color for selected row in table. tableHeaderBackground : background color for table header. tableHeaderBorderWidth : border width under table header. tableHeaderBorderColor : border color for line under table header. tableHeaderColor : foreground color for table header. tableSelectedRowColor : foreground color for selected row in table. Dock colors # dockHeadBackground : background color for dock's header. dockInfoBackground : background color for dock's info panel. dockInfoBorderColor : border color for dock's info panel. Helm chart colors # helmLogoBackground : background color for chart logo. helmImgBackground : background color for chart image. helmStableRepo : background color for stable repo. helmIncubatorRepo : background color for incubator repo. helmDescriptionHr : Helm chart description separator line color. helmDescriptionBlockqouteColor : Helm chart description blockquote color. helmDescriptionBlockqouteBorder : Helm chart description blockquote border color. helmDescriptionBlockquoteBackground : Helm chart description blockquote background color. helmDescriptionHeaders : Helm chart description headers color. helmDescriptionH6 : Helm chart description header foreground color. helmDescriptionTdBorder : Helm chart description table cell border color. helmDescriptionTrBackground : Helm chart description table row background color. helmDescriptionCodeBackground : Helm chart description code background color. helmDescriptionPreBackground : Helm chart description pre background color. helmDescriptionPreColor : Helm chart description pre foreground color. Terminal colors # terminalBackground : Terminal background color. terminalForeground : Terminal foreground color. terminalCursor : Terminal cursor color. terminalCursorAccent : Terminal cursor accent color. terminalSelection : Terminal selection background color. terminalBlack : Terminal black color. terminalRed : Terminal red color. terminalGreen : Terminal green color. terminalYellow : Terminal yellow color. terminalBlue : Terminal blue color. terminalMagenta : Terminal magenta color. terminalCyan : Terminal cyan color. terminalWhite : Terminal white color. terminalBrightBlack : Terminal bright black color. terminalBrightRed : Terminal bright red color. terminalBrightGreen : Terminal bright green color. terminalBrightYellow : Terminal bright yellow color. terminalBrightBlue : Terminal bright blue color. terminalBrightMagenta : Terminal bright magenta color. terminalBrightCyan : Terminal bright cyan color. terminalBrightWhite : Terminal bright white color. Dialog colors # dialogHeaderBackground : background color for dialog header. dialogFooterBackground : background color for dialog footer. Detail panel (Drawer) colors # drawerTitleText : drawer title foreground color. drawerSubtitleBackground : drawer subtitle foreground color. drawerItemNameColor : foreground color for item name in drawer. drawerItemValueColor : foreground color for item value in drawer. Misc colors # logsBackground : background color for pod logs. clusterMenuBackground : background color for cluster menu. clusterMenuBorderColor : border color for cluster menu. clusterSettingsBackground : background color for cluster settings. addClusterIconColor : add cluster button background color. iconActiveColor : active cluster icon foreground color. iconActiveBackground : active cluster icon background color. filterAreaBackground : page filter area (where selected namespaces are lister) background color. chartStripesColor : bar chart zebra stripes background color. chartCapacityColor : background color for capacity values in bar charts. pieChartDefaultColor : default background color for pie chart values. selectOptionHoveredColor : foregrond color for selected element in dropdown list. lineProgressBackground : background color for progress line. radioActiveBackground : background color for active radio buttons. menuActiveBackground : background color for active menu items. In most cases you would only need base, text and some of the layout colors.","title":"Color reference"},{"location":"extensions/capabilities/color-reference/#theme-color-reference","text":"You can use CSS variables generated from theme .json files to style an extension with respect of active theme.","title":"Theme color reference"},{"location":"extensions/capabilities/color-reference/#base-colors","text":"blue : blue color. magenta : magenta color. golden : gold/yellow color. halfGray : gray with some apacity applied. primary : Lens brand (blue) color. colorSuccess : successfull operations color. colorOk : successfull operations (bright version) color. colorInfo : informational, in-progress color. colorError : critical error color. colorSoftError : error color. colorWarning : warning color. colorVague : soft gray color for notices, hints etc. colorTerminated : terminated, closed, stale color. boxShadow : semi-transparent box-shadow color.","title":"Base colors"},{"location":"extensions/capabilities/color-reference/#text-colors","text":"textColorPrimary : foreground text color. textColorSecondary : foreground text color for different paragraps, parts of text. textColorAccent : foreground text color to highlight its parts.","title":"Text colors"},{"location":"extensions/capabilities/color-reference/#border-colors","text":"borderColor : border color. borderFaintColor : fainted (lighter or darker, which depends on the theme) border color.","title":"Border colors"},{"location":"extensions/capabilities/color-reference/#layout-colors","text":"mainBackground : main background color for the app. contentColor : background color for panels contains some data. layoutBackground : background color for layout parts. layoutTabsBackground : background color for general tabs. layoutTabsActiveColor : foreground color for general tabs. layoutTabsLineColor : background color for lines under general tabs.","title":"Layout colors"},{"location":"extensions/capabilities/color-reference/#sidebar-colors","text":"sidebarLogoBackground : background color behind logo in sidebar. sidebarActiveColor : foreground color for active menu items in sidebar. sidebarSubmenuActiveColor : foreground color for active submenu items in sidebar. sidebarBackground : background color for sidebar.","title":"Sidebar colors"},{"location":"extensions/capabilities/color-reference/#button-colors","text":"buttonPrimaryBackground : button background color for primary actions. buttonDefaultBackground : default button background color. buttonAccentBackground : accent button background color. buttonDisabledBackground : disabled button background color.","title":"Button colors"},{"location":"extensions/capabilities/color-reference/#table-colors","text":"tableBgcStripe : background color for odd rows in table. tableBgcSelected : background color for selected row in table. tableHeaderBackground : background color for table header. tableHeaderBorderWidth : border width under table header. tableHeaderBorderColor : border color for line under table header. tableHeaderColor : foreground color for table header. tableSelectedRowColor : foreground color for selected row in table.","title":"Table colors"},{"location":"extensions/capabilities/color-reference/#dock-colors","text":"dockHeadBackground : background color for dock's header. dockInfoBackground : background color for dock's info panel. dockInfoBorderColor : border color for dock's info panel.","title":"Dock colors"},{"location":"extensions/capabilities/color-reference/#helm-chart-colors","text":"helmLogoBackground : background color for chart logo. helmImgBackground : background color for chart image. helmStableRepo : background color for stable repo. helmIncubatorRepo : background color for incubator repo. helmDescriptionHr : Helm chart description separator line color. helmDescriptionBlockqouteColor : Helm chart description blockquote color. helmDescriptionBlockqouteBorder : Helm chart description blockquote border color. helmDescriptionBlockquoteBackground : Helm chart description blockquote background color. helmDescriptionHeaders : Helm chart description headers color. helmDescriptionH6 : Helm chart description header foreground color. helmDescriptionTdBorder : Helm chart description table cell border color. helmDescriptionTrBackground : Helm chart description table row background color. helmDescriptionCodeBackground : Helm chart description code background color. helmDescriptionPreBackground : Helm chart description pre background color. helmDescriptionPreColor : Helm chart description pre foreground color.","title":"Helm chart colors"},{"location":"extensions/capabilities/color-reference/#terminal-colors","text":"terminalBackground : Terminal background color. terminalForeground : Terminal foreground color. terminalCursor : Terminal cursor color. terminalCursorAccent : Terminal cursor accent color. terminalSelection : Terminal selection background color. terminalBlack : Terminal black color. terminalRed : Terminal red color. terminalGreen : Terminal green color. terminalYellow : Terminal yellow color. terminalBlue : Terminal blue color. terminalMagenta : Terminal magenta color. terminalCyan : Terminal cyan color. terminalWhite : Terminal white color. terminalBrightBlack : Terminal bright black color. terminalBrightRed : Terminal bright red color. terminalBrightGreen : Terminal bright green color. terminalBrightYellow : Terminal bright yellow color. terminalBrightBlue : Terminal bright blue color. terminalBrightMagenta : Terminal bright magenta color. terminalBrightCyan : Terminal bright cyan color. terminalBrightWhite : Terminal bright white color.","title":"Terminal colors"},{"location":"extensions/capabilities/color-reference/#dialog-colors","text":"dialogHeaderBackground : background color for dialog header. dialogFooterBackground : background color for dialog footer.","title":"Dialog colors"},{"location":"extensions/capabilities/color-reference/#detail-panel-drawer-colors","text":"drawerTitleText : drawer title foreground color. drawerSubtitleBackground : drawer subtitle foreground color. drawerItemNameColor : foreground color for item name in drawer. drawerItemValueColor : foreground color for item value in drawer.","title":"Detail panel (Drawer) colors"},{"location":"extensions/capabilities/color-reference/#misc-colors","text":"logsBackground : background color for pod logs. clusterMenuBackground : background color for cluster menu. clusterMenuBorderColor : border color for cluster menu. clusterSettingsBackground : background color for cluster settings. addClusterIconColor : add cluster button background color. iconActiveColor : active cluster icon foreground color. iconActiveBackground : active cluster icon background color. filterAreaBackground : page filter area (where selected namespaces are lister) background color. chartStripesColor : bar chart zebra stripes background color. chartCapacityColor : background color for capacity values in bar charts. pieChartDefaultColor : default background color for pie chart values. selectOptionHoveredColor : foregrond color for selected element in dropdown list. lineProgressBackground : background color for progress line. radioActiveBackground : background color for active radio buttons. menuActiveBackground : background color for active menu items. In most cases you would only need base, text and some of the layout colors.","title":"Misc colors"},{"location":"extensions/capabilities/common-capabilities/","text":"Common Capabilities # Common Capabilities are important building blocks for your extensions. Almost all extensions use some of these functionalities. Here is how you can take advantage of them. Main Extension # A main extension runs in the background and, apart from app menu items, does not add content to the Lens UI. If you want to see logs from this extension you need to start Lens from the command line. Activate # An extension can register a custom callback that is executed when an extension is activated (started). import { LensMainExtension } from \"@k8slens/extensions\" export default class ExampleMainExtension extends LensMainExtension { async onActivate () { console . log ( \"hello world\" ) } } Deactivate # An extension can register a custom callback that is executed when an extension is deactivated (stopped). import { LensMainExtension } from \"@k8slens/extensions\" export default class ExampleMainExtension extends LensMainExtension { async onDeactivate () { console . log ( \"bye bye\" ) } } App Menus # An extension can register custom App menus that will be displayed on OS native menus. Example: import { LensMainExtension , windowManager } from \"@k8slens/extensions\" export default class ExampleMainExtension extends LensMainExtension { appMenus = [ { parentId : \"help\" , label : \"Example item\" , click() { windowManager . navigate ( \"https://k8slens.dev\" ); } } ] } Renderer Extension # A renderer extension runs in a browser context and it's visible directly via Lens main window. If you want to see logs from this extension you need to check them via View -> Toggle Developer Tools -> Console. Activate # An extension can register a custom callback that is executed when an extension is activated (started). import { LensRendererExtension } from \"@k8slens/extensions\" export default class ExampleExtension extends LensRendererExtension { async onActivate () { console . log ( \"hello world\" ) } } Deactivate # An extension can register a custom callback that is executed when an extension is deactivated (stopped). import { LensRendererExtension } from \"@k8slens/extensions\" export default class ExampleMainExtension extends LensRendererExtension { async onDeactivate () { console . log ( \"bye bye\" ) } } Global Pages # An extension can register custom global pages (views) to Lens main window. Global page is a full screen page that hides all the other content from a window. import React from \"react\" import { Component , LensRendererExtension } from \"@k8slens/extensions\" import { ExamplePage } from \"./src/example-page\" export default class ExampleRendererExtension extends LensRendererExtension { globalPages = [ { path : \"/example-route\" , hideInMenu : true , components : { Page : ExamplePage , } } ] } App Preferences # An extension can register custom app preferences. An extension is responsible for storing a state for custom preferences. import React from \"react\" import { LensRendererExtension } from \"@k8slens/extensions\" import { myCustomPreferencesStore } from \"./src/my-custom-preferences-store\" import { MyCustomPreferenceHint , MyCustomPreferenceInput } from \"./src/my-custom-preference\" export default class ExampleRendererExtension extends LensRendererExtension { appPreferences = [ { title : \"My Custom Preference\" , components : { Hint : () => < MyCustomPreferenceHint /> , Input : () => < MyCustomPreferenceInput store = { myCustomPreferencesStore } /> } } ] } Cluster Pages # An extension can register custom cluster pages which are visible in a cluster menu when a cluster is opened. import React from \"react\" import { LensRendererExtension } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./src/page\" export default class ExampleExtension extends LensRendererExtension { clusterPages = [ { path : \"/extension-example\" , title : \"Example Extension\" , components : { Page : () => < ExamplePage extension = { this } /> , MenuIcon : ExampleIcon , } } ] } Cluster Features # An extension can register installable features for a cluster. A cluster feature is visible in \"Cluster Settings\" page. import React from \"react\" import { LensRendererExtension } from \"@k8slens/extensions\" import { MyCustomFeature } from \"./src/my-custom-feature\" export default class ExampleExtension extends LensRendererExtension { clusterFeatures = [ { title : \"My Custom Feature\" , components : { Description : () => { return ( < span > Just an example . < /span> ) } }, feature : new MyCustomFeature () } ] } Status Bar Items # An extension can register custom icons/texts to a status bar area. import React from \"react\" ; import { Component , LensRendererExtension , Navigation } from \"@k8slens/extensions\" ; export default class ExampleExtension extends LensRendererExtension { statusBarItems = [ { item : ( < div className = \"flex align-center gaps hover-highlight\" onClick = {() => Navigation . navigate ( \"/example-page\" )} > < Component . Icon material = \"favorite\" smallest /> < /div> ) } ] } Kubernetes Object Menu Items # An extension can register custom menu items (actions) for specified Kubernetes kinds/apiVersions. import React from \"react\" import { LensRendererExtension } from \"@k8slens/extensions\" ; import { CustomMenuItem , CustomMenuItemProps } from \"./src/custom-menu-item\" export default class ExampleExtension extends LensRendererExtension { kubeObjectMenuItems = [ { kind : \"Node\" , apiVersions : [ \"v1\" ], components : { MenuItem : ( props : CustomMenuItemProps ) => < CustomMenuItem {... props } /> } } ] } Kubernetes Object Details # An extension can register custom details (content) for specified Kubernetes kinds/apiVersions. import React from \"react\" import { LensRendererExtension } from \"@k8slens/extensions\" ; import { CustomKindDetails , CustomKindDetailsProps } from \"./src/custom-kind-details\" export default class ExampleExtension extends LensRendererExtension { kubeObjectDetailItems = [ { kind : \"CustomKind\" , apiVersions : [ \"custom.acme.org/v1\" ], components : { Details : ( props : CustomKindDetailsProps ) => < CustomKindDetails {... props } /> } } ] }","title":"Common Capabilities"},{"location":"extensions/capabilities/common-capabilities/#common-capabilities","text":"Common Capabilities are important building blocks for your extensions. Almost all extensions use some of these functionalities. Here is how you can take advantage of them.","title":"Common Capabilities"},{"location":"extensions/capabilities/common-capabilities/#main-extension","text":"A main extension runs in the background and, apart from app menu items, does not add content to the Lens UI. If you want to see logs from this extension you need to start Lens from the command line.","title":"Main Extension"},{"location":"extensions/capabilities/common-capabilities/#activate","text":"An extension can register a custom callback that is executed when an extension is activated (started). import { LensMainExtension } from \"@k8slens/extensions\" export default class ExampleMainExtension extends LensMainExtension { async onActivate () { console . log ( \"hello world\" ) } }","title":"Activate"},{"location":"extensions/capabilities/common-capabilities/#deactivate","text":"An extension can register a custom callback that is executed when an extension is deactivated (stopped). import { LensMainExtension } from \"@k8slens/extensions\" export default class ExampleMainExtension extends LensMainExtension { async onDeactivate () { console . log ( \"bye bye\" ) } }","title":"Deactivate"},{"location":"extensions/capabilities/common-capabilities/#app-menus","text":"An extension can register custom App menus that will be displayed on OS native menus. Example: import { LensMainExtension , windowManager } from \"@k8slens/extensions\" export default class ExampleMainExtension extends LensMainExtension { appMenus = [ { parentId : \"help\" , label : \"Example item\" , click() { windowManager . navigate ( \"https://k8slens.dev\" ); } } ] }","title":"App Menus"},{"location":"extensions/capabilities/common-capabilities/#renderer-extension","text":"A renderer extension runs in a browser context and it's visible directly via Lens main window. If you want to see logs from this extension you need to check them via View -> Toggle Developer Tools -> Console.","title":"Renderer Extension"},{"location":"extensions/capabilities/common-capabilities/#activate_1","text":"An extension can register a custom callback that is executed when an extension is activated (started). import { LensRendererExtension } from \"@k8slens/extensions\" export default class ExampleExtension extends LensRendererExtension { async onActivate () { console . log ( \"hello world\" ) } }","title":"Activate"},{"location":"extensions/capabilities/common-capabilities/#deactivate_1","text":"An extension can register a custom callback that is executed when an extension is deactivated (stopped). import { LensRendererExtension } from \"@k8slens/extensions\" export default class ExampleMainExtension extends LensRendererExtension { async onDeactivate () { console . log ( \"bye bye\" ) } }","title":"Deactivate"},{"location":"extensions/capabilities/common-capabilities/#global-pages","text":"An extension can register custom global pages (views) to Lens main window. Global page is a full screen page that hides all the other content from a window. import React from \"react\" import { Component , LensRendererExtension } from \"@k8slens/extensions\" import { ExamplePage } from \"./src/example-page\" export default class ExampleRendererExtension extends LensRendererExtension { globalPages = [ { path : \"/example-route\" , hideInMenu : true , components : { Page : ExamplePage , } } ] }","title":"Global Pages"},{"location":"extensions/capabilities/common-capabilities/#app-preferences","text":"An extension can register custom app preferences. An extension is responsible for storing a state for custom preferences. import React from \"react\" import { LensRendererExtension } from \"@k8slens/extensions\" import { myCustomPreferencesStore } from \"./src/my-custom-preferences-store\" import { MyCustomPreferenceHint , MyCustomPreferenceInput } from \"./src/my-custom-preference\" export default class ExampleRendererExtension extends LensRendererExtension { appPreferences = [ { title : \"My Custom Preference\" , components : { Hint : () => < MyCustomPreferenceHint /> , Input : () => < MyCustomPreferenceInput store = { myCustomPreferencesStore } /> } } ] }","title":"App Preferences"},{"location":"extensions/capabilities/common-capabilities/#cluster-pages","text":"An extension can register custom cluster pages which are visible in a cluster menu when a cluster is opened. import React from \"react\" import { LensRendererExtension } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./src/page\" export default class ExampleExtension extends LensRendererExtension { clusterPages = [ { path : \"/extension-example\" , title : \"Example Extension\" , components : { Page : () => < ExamplePage extension = { this } /> , MenuIcon : ExampleIcon , } } ] }","title":"Cluster Pages"},{"location":"extensions/capabilities/common-capabilities/#cluster-features","text":"An extension can register installable features for a cluster. A cluster feature is visible in \"Cluster Settings\" page. import React from \"react\" import { LensRendererExtension } from \"@k8slens/extensions\" import { MyCustomFeature } from \"./src/my-custom-feature\" export default class ExampleExtension extends LensRendererExtension { clusterFeatures = [ { title : \"My Custom Feature\" , components : { Description : () => { return ( < span > Just an example . < /span> ) } }, feature : new MyCustomFeature () } ] }","title":"Cluster Features"},{"location":"extensions/capabilities/common-capabilities/#status-bar-items","text":"An extension can register custom icons/texts to a status bar area. import React from \"react\" ; import { Component , LensRendererExtension , Navigation } from \"@k8slens/extensions\" ; export default class ExampleExtension extends LensRendererExtension { statusBarItems = [ { item : ( < div className = \"flex align-center gaps hover-highlight\" onClick = {() => Navigation . navigate ( \"/example-page\" )} > < Component . Icon material = \"favorite\" smallest /> < /div> ) } ] }","title":"Status Bar Items"},{"location":"extensions/capabilities/common-capabilities/#kubernetes-object-menu-items","text":"An extension can register custom menu items (actions) for specified Kubernetes kinds/apiVersions. import React from \"react\" import { LensRendererExtension } from \"@k8slens/extensions\" ; import { CustomMenuItem , CustomMenuItemProps } from \"./src/custom-menu-item\" export default class ExampleExtension extends LensRendererExtension { kubeObjectMenuItems = [ { kind : \"Node\" , apiVersions : [ \"v1\" ], components : { MenuItem : ( props : CustomMenuItemProps ) => < CustomMenuItem {... props } /> } } ] }","title":"Kubernetes Object Menu Items"},{"location":"extensions/capabilities/common-capabilities/#kubernetes-object-details","text":"An extension can register custom details (content) for specified Kubernetes kinds/apiVersions. import React from \"react\" import { LensRendererExtension } from \"@k8slens/extensions\" ; import { CustomKindDetails , CustomKindDetailsProps } from \"./src/custom-kind-details\" export default class ExampleExtension extends LensRendererExtension { kubeObjectDetailItems = [ { kind : \"CustomKind\" , apiVersions : [ \"custom.acme.org/v1\" ], components : { Details : ( props : CustomKindDetailsProps ) => < CustomKindDetails {... props } /> } } ] }","title":"Kubernetes Object Details"},{"location":"extensions/capabilities/styling/","text":"Styling an extension # Lens provides a set of global styles and UI components that can be used by any extension to preserve look and feel of the application. Styling approach # Lens heavily uses SCSS preprocessor with a set of predefined variables and mixins. For layout tasks Lens is using flex.box library which provides helpful class names to specify some of the flexbox properties. For example, div with class names:
    at the end will have following css properties: div { display: flex; flex-direction: column; align-items: center; } However, feel free to use any styling technique or framework like Emotion or just plain CSS if you prefer. Themes # Lens using 2 built-in themes located in src/renderer/themes folder each for light and dark color schemes. Active theme can be changed in the Preferences page. When Lens gets loaded it transforms selected theme json file into list of CSS Custom Properties (CSS Variables) which then gets injected into :root element so any of the down-level components can use them. When user changes a theme, the process is repeated, new css variables appear instead of previous ones. If you want to follow a selected theme to keep the 'native' Lens look and feel, respecting the light/dark appearance of your extension, you can use provided variables and build-in lens components such as buttons, dropdowns, checkboxes etc. Injected styles # Every extention is affected by list of default global styles defined in src/renderer/components/app.scss . These are basic browser resets like setting box-sizing property for every element, default text and background colors, default font size, basic headings visualisation etc. Extension may overwrite them if needed. Variables to use # Basic styling # There is a list of CSS Variables available for extension to use. Basic variables located inside :root selected in src/renderer/components/app.scss : --unit: 8px; --padding: var(--unit); --margin: var(--unit); --border-radius: 3px; --font-main: 'Roboto', 'Helvetica', 'Arial', sans-serif; --font-monospace: Lucida Console, Monaco, Consolas, monospace; --font-size-small: calc(1.5 * var(--unit)); --font-size: calc(1.75 * var(--unit)); --font-size-big: calc(2 * var(--unit)); --font-weight-thin: 300; --font-weight-normal: 400; --font-weight-bold: 500; They're intended to set consistent paddings and font-sizes across components, e.g. .status { padding-left: calc(var(--padding) * 2); font-size: var(--font-size-small); } Themable colors # After theme file gets parsed it provides list of theme-defined colors. Most of their values are different for light and dark themes. You can use them to preserve consitent view of extension with respect of selected theme. \"blue\": \"#3d90ce\", \"magenta\": \"#c93dce\", \"golden\": \"#ffc63d\", \"halfGray\": \"#87909c80\", \"primary\": \"#3d90ce\", \"textColorPrimary\": \"#555555\", \"textColorSecondary\": \"#51575d\", \"textColorAccent\": \"#333333\", \"borderColor\": \"#c9cfd3\", \"borderFaintColor\": \"#dfdfdf\", \"mainBackground\": \"#f1f1f1\", \"contentColor\": \"#ffffff\", \"layoutBackground\": \"#e8e8e8\", \"layoutTabsBackground\": \"#f8f8f8\", \"layoutTabsActiveColor\": \"#333333\", \"layoutTabsLineColor\": \"#87909c80\" ... ... They can be used in form of var(--magenta) . A complete list of all themable colors can be found in the color reference . Colors values are located inside src/renderer/themes/lens-dark.json and src/renderer/themes/lens-light.json files. Using CSS Variables inside CSS-in-JS components # If a developer uses an Emotion (or similar) framework to work with styles inside an extension, they can use variables in the following form: const Container = styled.div(() => ({ backgroundColor: 'var(--mainBackground)' }));","title":"Styling"},{"location":"extensions/capabilities/styling/#styling-an-extension","text":"Lens provides a set of global styles and UI components that can be used by any extension to preserve look and feel of the application.","title":"Styling an extension"},{"location":"extensions/capabilities/styling/#styling-approach","text":"Lens heavily uses SCSS preprocessor with a set of predefined variables and mixins. For layout tasks Lens is using flex.box library which provides helpful class names to specify some of the flexbox properties. For example, div with class names:
    at the end will have following css properties: div { display: flex; flex-direction: column; align-items: center; } However, feel free to use any styling technique or framework like Emotion or just plain CSS if you prefer.","title":"Styling approach"},{"location":"extensions/capabilities/styling/#themes","text":"Lens using 2 built-in themes located in src/renderer/themes folder each for light and dark color schemes. Active theme can be changed in the Preferences page. When Lens gets loaded it transforms selected theme json file into list of CSS Custom Properties (CSS Variables) which then gets injected into :root element so any of the down-level components can use them. When user changes a theme, the process is repeated, new css variables appear instead of previous ones. If you want to follow a selected theme to keep the 'native' Lens look and feel, respecting the light/dark appearance of your extension, you can use provided variables and build-in lens components such as buttons, dropdowns, checkboxes etc.","title":"Themes"},{"location":"extensions/capabilities/styling/#injected-styles","text":"Every extention is affected by list of default global styles defined in src/renderer/components/app.scss . These are basic browser resets like setting box-sizing property for every element, default text and background colors, default font size, basic headings visualisation etc. Extension may overwrite them if needed.","title":"Injected styles"},{"location":"extensions/capabilities/styling/#variables-to-use","text":"","title":"Variables to use"},{"location":"extensions/capabilities/styling/#basic-styling","text":"There is a list of CSS Variables available for extension to use. Basic variables located inside :root selected in src/renderer/components/app.scss : --unit: 8px; --padding: var(--unit); --margin: var(--unit); --border-radius: 3px; --font-main: 'Roboto', 'Helvetica', 'Arial', sans-serif; --font-monospace: Lucida Console, Monaco, Consolas, monospace; --font-size-small: calc(1.5 * var(--unit)); --font-size: calc(1.75 * var(--unit)); --font-size-big: calc(2 * var(--unit)); --font-weight-thin: 300; --font-weight-normal: 400; --font-weight-bold: 500; They're intended to set consistent paddings and font-sizes across components, e.g. .status { padding-left: calc(var(--padding) * 2); font-size: var(--font-size-small); }","title":"Basic styling"},{"location":"extensions/capabilities/styling/#themable-colors","text":"After theme file gets parsed it provides list of theme-defined colors. Most of their values are different for light and dark themes. You can use them to preserve consitent view of extension with respect of selected theme. \"blue\": \"#3d90ce\", \"magenta\": \"#c93dce\", \"golden\": \"#ffc63d\", \"halfGray\": \"#87909c80\", \"primary\": \"#3d90ce\", \"textColorPrimary\": \"#555555\", \"textColorSecondary\": \"#51575d\", \"textColorAccent\": \"#333333\", \"borderColor\": \"#c9cfd3\", \"borderFaintColor\": \"#dfdfdf\", \"mainBackground\": \"#f1f1f1\", \"contentColor\": \"#ffffff\", \"layoutBackground\": \"#e8e8e8\", \"layoutTabsBackground\": \"#f8f8f8\", \"layoutTabsActiveColor\": \"#333333\", \"layoutTabsLineColor\": \"#87909c80\" ... ... They can be used in form of var(--magenta) . A complete list of all themable colors can be found in the color reference . Colors values are located inside src/renderer/themes/lens-dark.json and src/renderer/themes/lens-light.json files.","title":"Themable colors"},{"location":"extensions/capabilities/styling/#using-css-variables-inside-css-in-js-components","text":"If a developer uses an Emotion (or similar) framework to work with styles inside an extension, they can use variables in the following form: const Container = styled.div(() => ({ backgroundColor: 'var(--mainBackground)' }));","title":"Using CSS Variables inside CSS-in-JS components"},{"location":"extensions/get-started/anatomy/","text":"Extension Anatomy # You've now learnt how to get basic extension running. In this topic you will learn some fundamental concepts to Lens Extension development; How does it work under the hood? Hello World extension does three things: Hooks on onActivate() and ouputs message into console. Hooks on onDectivate() and ouputs message into console. Registers ClusterPage so that page is visible in the sidebars of cluster dashboards. Let's take a closer look at Hello World sample's source code and see how to achieve these things. Extension File Structure # . \u251c\u2500\u2500 .gitignore // Ignore build output and node_modules \u251c\u2500\u2500 Makefile // Config for build tasks that compiles the extension \u251c\u2500\u2500 README.md // Readable description of your extension's functionality \u251c\u2500\u2500 src \u2502 \u2514\u2500\u2500 page.tsx // Extension's additional source code \u251c\u2500\u2500 main.ts // Source code for extension's main entrypoint \u251c\u2500\u2500 package.json // Extension manifest and dependencies \u251c\u2500\u2500 renderer.tsx // Source code for extension's renderer entrypoint \u251c\u2500\u2500 tsconfig.json // TypeScript configuration \u251c\u2500\u2500 webpack.config.js // Webpack configuration Extension directory contains extension's entry files and few configuration files. Let's focus on package.json , main.ts and renderer.tsx which are essential to understanding the Hello World extension. Extension Manifest # Each Lens extension must have package.json . The package.json contains a mix of Node.js fields such as scripts and dependencies and Lens specific fields such as publisher and contributes . Here are some most important fields: name and publisher : Lens uses @/ as a unique ID for the extension. For example, the Hello World sample has the ID @lensapp-samples/helloworld-sample . Lens uses the ID to uniquely identify your extension main : The extension's entry point run in main process. renderer : The extension's entry point run in renderer process. engines.lens : This specifies the minimum version of Lens API that the extension depends on. { \"name\" : \"helloworld-sample\" , \"publisher\" : \"lens-samples\" , \"version\" : \"0.0.1\" , \"description\" : \"Lens helloworld-sample\" , \"license\" : \"MIT\" , \"homepage\" : \"https://github.com/lensapp/lens-extension-samples\" , \"engines\" : { \"lens\" : \"^4.0.0\" }, \"main\" : \"dist/main.js\" , \"renderer\" : \"dist/renderer.js\" , \"scripts\" : { \"build\" : \"webpack --config webpack.config.js\" , \"dev\" : \"npm run build --watch\" }, \"dependencies\" : { \"react-open-doodles\" : \"^1.0.5\" }, \"devDependencies\" : { \"@k8slens/extensions\" : \"^4.0.0-alpha.2\" , \"ts-loader\" : \"^8.0.4\" , \"typescript\" : \"^4.0.3\" , \"@types/react\" : \"^16.9.35\" , \"@types/node\" : \"^12.0.0\" , \"webpack\" : \"^4.44.2\" , \"webpack-cli\" : \"^3.3.11\" } } Extension Entry Files # Lens extensions can have two separate entry files. One file that is used in main process of Lens application and antoher that is used in renderer process. main entry file should export class that extends LensMainExtension and renderer entry file should export class that extends LensRendererExtension . Both extensions classes have onActivate and onDeactivate methods. onActivate is executed when your extension activation happens. You may want to initialize something in your extension at this point. onDeactivate gives you a chance to clean up before your extension becomes deactivated. For many extensions, explicit cleanup may not be required, and you don't need to override this method. However, if an extension needs to perform an operation when Lens is shutting down or the extension is disabled or uninstalled, this is the method to do so. Hello world extension does not do anything special on main process, so let's focus on the renderer side. On renderer entry point, Hello world extension defines one Cluster Page object that registers /extension-example path that renders ExamplePage React component. It registers also MenuItem component that displays ExampleIcon React component and \"Hello World\" text in the sidebar of cluster dashboards. These React components are defined in additional ./src/page.tsx file. import { LensRendererExtension } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./page\" import React from \"react\" export default class ExampleExtension extends LensRendererExtension { clusterPages = [ { path : \"/extension-example\" , title : \"Hello World\" , components : { Page : () => < ExamplePage extension = { this } /> , MenuIcon : ExampleIcon , } } ] } Hello World extension uses only one capability ( Cluster Page ) of Lens extensions. The Extension Capabilities Overview topic helps you find the right capabilities you can use with your own extension.","title":"Extension Anatomy"},{"location":"extensions/get-started/anatomy/#extension-anatomy","text":"You've now learnt how to get basic extension running. In this topic you will learn some fundamental concepts to Lens Extension development; How does it work under the hood? Hello World extension does three things: Hooks on onActivate() and ouputs message into console. Hooks on onDectivate() and ouputs message into console. Registers ClusterPage so that page is visible in the sidebars of cluster dashboards. Let's take a closer look at Hello World sample's source code and see how to achieve these things.","title":"Extension Anatomy"},{"location":"extensions/get-started/anatomy/#extension-file-structure","text":". \u251c\u2500\u2500 .gitignore // Ignore build output and node_modules \u251c\u2500\u2500 Makefile // Config for build tasks that compiles the extension \u251c\u2500\u2500 README.md // Readable description of your extension's functionality \u251c\u2500\u2500 src \u2502 \u2514\u2500\u2500 page.tsx // Extension's additional source code \u251c\u2500\u2500 main.ts // Source code for extension's main entrypoint \u251c\u2500\u2500 package.json // Extension manifest and dependencies \u251c\u2500\u2500 renderer.tsx // Source code for extension's renderer entrypoint \u251c\u2500\u2500 tsconfig.json // TypeScript configuration \u251c\u2500\u2500 webpack.config.js // Webpack configuration Extension directory contains extension's entry files and few configuration files. Let's focus on package.json , main.ts and renderer.tsx which are essential to understanding the Hello World extension.","title":"Extension File Structure"},{"location":"extensions/get-started/anatomy/#extension-manifest","text":"Each Lens extension must have package.json . The package.json contains a mix of Node.js fields such as scripts and dependencies and Lens specific fields such as publisher and contributes . Here are some most important fields: name and publisher : Lens uses @/ as a unique ID for the extension. For example, the Hello World sample has the ID @lensapp-samples/helloworld-sample . Lens uses the ID to uniquely identify your extension main : The extension's entry point run in main process. renderer : The extension's entry point run in renderer process. engines.lens : This specifies the minimum version of Lens API that the extension depends on. { \"name\" : \"helloworld-sample\" , \"publisher\" : \"lens-samples\" , \"version\" : \"0.0.1\" , \"description\" : \"Lens helloworld-sample\" , \"license\" : \"MIT\" , \"homepage\" : \"https://github.com/lensapp/lens-extension-samples\" , \"engines\" : { \"lens\" : \"^4.0.0\" }, \"main\" : \"dist/main.js\" , \"renderer\" : \"dist/renderer.js\" , \"scripts\" : { \"build\" : \"webpack --config webpack.config.js\" , \"dev\" : \"npm run build --watch\" }, \"dependencies\" : { \"react-open-doodles\" : \"^1.0.5\" }, \"devDependencies\" : { \"@k8slens/extensions\" : \"^4.0.0-alpha.2\" , \"ts-loader\" : \"^8.0.4\" , \"typescript\" : \"^4.0.3\" , \"@types/react\" : \"^16.9.35\" , \"@types/node\" : \"^12.0.0\" , \"webpack\" : \"^4.44.2\" , \"webpack-cli\" : \"^3.3.11\" } }","title":"Extension Manifest"},{"location":"extensions/get-started/anatomy/#extension-entry-files","text":"Lens extensions can have two separate entry files. One file that is used in main process of Lens application and antoher that is used in renderer process. main entry file should export class that extends LensMainExtension and renderer entry file should export class that extends LensRendererExtension . Both extensions classes have onActivate and onDeactivate methods. onActivate is executed when your extension activation happens. You may want to initialize something in your extension at this point. onDeactivate gives you a chance to clean up before your extension becomes deactivated. For many extensions, explicit cleanup may not be required, and you don't need to override this method. However, if an extension needs to perform an operation when Lens is shutting down or the extension is disabled or uninstalled, this is the method to do so. Hello world extension does not do anything special on main process, so let's focus on the renderer side. On renderer entry point, Hello world extension defines one Cluster Page object that registers /extension-example path that renders ExamplePage React component. It registers also MenuItem component that displays ExampleIcon React component and \"Hello World\" text in the sidebar of cluster dashboards. These React components are defined in additional ./src/page.tsx file. import { LensRendererExtension } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./page\" import React from \"react\" export default class ExampleExtension extends LensRendererExtension { clusterPages = [ { path : \"/extension-example\" , title : \"Hello World\" , components : { Page : () => < ExamplePage extension = { this } /> , MenuIcon : ExampleIcon , } } ] } Hello World extension uses only one capability ( Cluster Page ) of Lens extensions. The Extension Capabilities Overview topic helps you find the right capabilities you can use with your own extension.","title":"Extension Entry Files"},{"location":"extensions/get-started/overview/","text":"Extension Development Overview # This is a general overview to how the development of an extension will procede. For building extensions there will be a few things that you should have installed, and some that might help. Required: # Node.js Git Some sort of text editor, we recommend VSCode We use Webpack for compilation. All extension need to be at least compatable with a webpack system. Recommened: # - All Lens extensions are javascript packages. We recommend that you program in Typescript because it catches quite a few easily to make errors around passing data around in javascript. Lens is a standard Electron application which both main and renderer processes. An extension is made up of two parts, one for each of Lens 's core processes. When an extension is loaded each part is loaded and then notified that it has been loaded. From there the extension can start doing is work. Lens uses React as it UI framework and even provides some of our own components for reuse by extensions. An extension is resonsible for the lifetime of any resources it spins up. If an extension's main part starts new processes they all must be stopped and cleaned up when the extension is deactivated or unloaded. See Your First Extension to get started.","title":"Extension Development Overview"},{"location":"extensions/get-started/overview/#extension-development-overview","text":"This is a general overview to how the development of an extension will procede. For building extensions there will be a few things that you should have installed, and some that might help.","title":"Extension Development Overview"},{"location":"extensions/get-started/overview/#required","text":"Node.js Git Some sort of text editor, we recommend VSCode We use Webpack for compilation. All extension need to be at least compatable with a webpack system.","title":"Required:"},{"location":"extensions/get-started/overview/#recommened","text":"- All Lens extensions are javascript packages. We recommend that you program in Typescript because it catches quite a few easily to make errors around passing data around in javascript. Lens is a standard Electron application which both main and renderer processes. An extension is made up of two parts, one for each of Lens 's core processes. When an extension is loaded each part is loaded and then notified that it has been loaded. From there the extension can start doing is work. Lens uses React as it UI framework and even provides some of our own components for reuse by extensions. An extension is resonsible for the lifetime of any resources it spins up. If an extension's main part starts new processes they all must be stopped and cleaned up when the extension is deactivated or unloaded. See Your First Extension to get started.","title":"Recommened:"},{"location":"extensions/get-started/wrapping-up/","text":"Wrapping Up # In the Your First Extension topic, you learned how to create and run an extension. In the Extension Anatomy topic, you learned fundamental concepts to Lens extension development. However, this is just a small glimpse of what can be created with Lens Extensions. Below are some suggested routes for furthering your Lens extension development skills. Extension Capabilities # In this section, we split the Lens extension points into a few categories, each with short descriptions as to what your extension could achieve. Validate that your extension idea is achievable by reading the Extension Capabilities section for new extension ideas. Guides & Samples # We have a great collection of sample extensions that you can adapt from, and some of them include a detailed guide that explains the source code. You can find all Samples & Guides in the lens-extension-samples repository. Testing and Publishing # This section includes topics that help you develop high-quality Lens extensions. For example, you can learn How to add integration tests for your extension How to publish your extension","title":"Wrapping Up"},{"location":"extensions/get-started/wrapping-up/#wrapping-up","text":"In the Your First Extension topic, you learned how to create and run an extension. In the Extension Anatomy topic, you learned fundamental concepts to Lens extension development. However, this is just a small glimpse of what can be created with Lens Extensions. Below are some suggested routes for furthering your Lens extension development skills.","title":"Wrapping Up"},{"location":"extensions/get-started/wrapping-up/#extension-capabilities","text":"In this section, we split the Lens extension points into a few categories, each with short descriptions as to what your extension could achieve. Validate that your extension idea is achievable by reading the Extension Capabilities section for new extension ideas.","title":"Extension Capabilities"},{"location":"extensions/get-started/wrapping-up/#guides-samples","text":"We have a great collection of sample extensions that you can adapt from, and some of them include a detailed guide that explains the source code. You can find all Samples & Guides in the lens-extension-samples repository.","title":"Guides & Samples"},{"location":"extensions/get-started/wrapping-up/#testing-and-publishing","text":"This section includes topics that help you develop high-quality Lens extensions. For example, you can learn How to add integration tests for your extension How to publish your extension","title":"Testing and Publishing"},{"location":"extensions/get-started/your-first-extension/","text":"Your First Extension # In this topic, we'll teach you the fundamental concepts for building extensions. Installing and Building the extension # Simple Lens extension that adds \"Hello World\" page to a cluster menu. Linux # First you will need to clone the Lens Extension samples repository to your local machine: git clone https://github.com/lensapp/lens-extension-samples.git Next you need to create a symlink from the directory that Lens will monitor for user installed extensions to the sample extension, in this case helloworld-sample : mkdir -p ~/.k8slens/extensions cd ~/.k8slens/extensions ln -s /helloworld-sample helloworld-sample To build the extension you can use make or run the npm commands manually: cd /helloworld-sample make build OR cd /helloworld-sample npm install npm run build If you want to watch for any source code changes and automatically rebuild the extension you can use: cd /helloworld-sample npm run dev Finally, if you already have Lens open you will need to quit and restart Lens for the extension to be loaded. After this initial restart you can reload Lens and it will pick up any new builds of the extension. Within Lens connect to an existing cluster or create a new one . You should see then see the \"Hello World\" page in the Lens sidebar cluster menu. Developing the extension # Let's make a change to the message that our helloworld-sample extension displays: Navigate to /helloworld-sample . Change the message from HelloWorld! to Hello Lens Extensions in page.tsx . Rebuild the extension or, if you used npm run dev , the extension should automatically rebuild. Reload the Lens window and click on the Hello World page. You should see the updated message showing up. Next steps # In the next topic, Extension Anatomy , we'll take a closer look at the source code of the Hello World sample and explain key concepts. You can find the source code of this tutorial at: lensapp/lens-extension-samples . The Extension Guides topic contains other samples, each illustrating a different Lens Extension API.","title":"Your First Extension"},{"location":"extensions/get-started/your-first-extension/#your-first-extension","text":"In this topic, we'll teach you the fundamental concepts for building extensions.","title":"Your First Extension"},{"location":"extensions/get-started/your-first-extension/#installing-and-building-the-extension","text":"Simple Lens extension that adds \"Hello World\" page to a cluster menu.","title":"Installing and Building the extension"},{"location":"extensions/get-started/your-first-extension/#linux","text":"First you will need to clone the Lens Extension samples repository to your local machine: git clone https://github.com/lensapp/lens-extension-samples.git Next you need to create a symlink from the directory that Lens will monitor for user installed extensions to the sample extension, in this case helloworld-sample : mkdir -p ~/.k8slens/extensions cd ~/.k8slens/extensions ln -s /helloworld-sample helloworld-sample To build the extension you can use make or run the npm commands manually: cd /helloworld-sample make build OR cd /helloworld-sample npm install npm run build If you want to watch for any source code changes and automatically rebuild the extension you can use: cd /helloworld-sample npm run dev Finally, if you already have Lens open you will need to quit and restart Lens for the extension to be loaded. After this initial restart you can reload Lens and it will pick up any new builds of the extension. Within Lens connect to an existing cluster or create a new one . You should see then see the \"Hello World\" page in the Lens sidebar cluster menu.","title":"Linux"},{"location":"extensions/get-started/your-first-extension/#developing-the-extension","text":"Let's make a change to the message that our helloworld-sample extension displays: Navigate to /helloworld-sample . Change the message from HelloWorld! to Hello Lens Extensions in page.tsx . Rebuild the extension or, if you used npm run dev , the extension should automatically rebuild. Reload the Lens window and click on the Hello World page. You should see the updated message showing up.","title":"Developing the extension"},{"location":"extensions/get-started/your-first-extension/#next-steps","text":"In the next topic, Extension Anatomy , we'll take a closer look at the source code of the Hello World sample and explain key concepts. You can find the source code of this tutorial at: lensapp/lens-extension-samples . The Extension Guides topic contains other samples, each illustrating a different Lens Extension API.","title":"Next steps"},{"location":"extensions/guides/","text":"","title":"Overview"},{"location":"extensions/guides/renderer-extension/","text":"Renderer Extension #","title":"Renderer Extension"},{"location":"extensions/guides/renderer-extension/#renderer-extension","text":"","title":"Renderer Extension"},{"location":"extensions/testing-and-publishing/bundling/","text":"","title":"Bundling Extensions"},{"location":"extensions/testing-and-publishing/publishing/","text":"","title":"Publishing Extensions"},{"location":"extensions/testing-and-publishing/testing/","text":"Testing Extensions # Console.log # console.log() might be handy for extension developers to prints out info/errors from extensions. To use console.log , note that Lens is based on Electron. Electron has two types of processes: Main and Renderer . Renderer process logs # console.log() in Renderer process is printed in the Console in Developer Tools (View > Toggle Developer Tools). Main process logs # To view the logs from the main process is a bit trickier, since you cannot open developer tools for them. On MacOSX, one way is to run Lens from the terminal. /Applications/Lens.app/Contents/MacOS/Lens You can alos use Console.app to view logs from Lens. On linux, you can get PID of Lens first ps aux | grep Lens | grep -v grep And get logs by the PID tail -f /proc/ [ pid ] /fd/1 # stdout (console.log) tail -f /proc/ [ pid ] /fd/2 # stdout (console.error)","title":"Testing Extensions"},{"location":"extensions/testing-and-publishing/testing/#testing-extensions","text":"","title":"Testing Extensions"},{"location":"extensions/testing-and-publishing/testing/#consolelog","text":"console.log() might be handy for extension developers to prints out info/errors from extensions. To use console.log , note that Lens is based on Electron. Electron has two types of processes: Main and Renderer .","title":"Console.log"},{"location":"extensions/testing-and-publishing/testing/#renderer-process-logs","text":"console.log() in Renderer process is printed in the Console in Developer Tools (View > Toggle Developer Tools).","title":"Renderer process logs"},{"location":"extensions/testing-and-publishing/testing/#main-process-logs","text":"To view the logs from the main process is a bit trickier, since you cannot open developer tools for them. On MacOSX, one way is to run Lens from the terminal. /Applications/Lens.app/Contents/MacOS/Lens You can alos use Console.app to view logs from Lens. On linux, you can get PID of Lens first ps aux | grep Lens | grep -v grep And get logs by the PID tail -f /proc/ [ pid ] /fd/1 # stdout (console.log) tail -f /proc/ [ pid ] /fd/2 # stdout (console.error)","title":"Main process logs"},{"location":"extensions/usage/","text":"Using Extensions # TBD","title":"Using Extensions"},{"location":"extensions/usage/#using-extensions","text":"TBD","title":"Using Extensions"},{"location":"faq/","text":"TBD","title":"FAQ"},{"location":"getting-started/","text":"Getting Started # Lens is lightweight and simple to install. You'll be up and running in just a few minutes. System requirements # Review the System Requirements to check if your computer configuration is supported. macOS # Download Lens for macOS. Open the browser's download list and locate the downloaded archive. Select the 'magnifying glass' icon to open the archive in Finder. Double-click Lens-{version}.dmg and drag Lens.app to the Applications folder, making it available in the macOS Launchpad. Add Lens to your Dock by right-clicking on the icon to bring up the context menu and choosing Options , Keep in Dock . Windows # Download the Lens installer for Windows. Once it is downloaded, run the installer Lens-Setup-{version}.exe . This will only take a minute. By default, Lens is installed under C:\\users\\{username}\\AppData\\Local\\Programs\\Lens . Linux # See the Download Lens page for a complete list of available installation options. Snap # Lens is officially distributed as a Snap package in the Snap Store : You can install it by running: sudo snap install kontena-lens --classic Update cadence # Lens releases a new version each month with new features and important bug fixes. Lens supports auto updating and you will be prompted to install the new release when it becomes available! To stay current with the Lens features, you can review the release notes . Next Steps # Add clusters Watch introductory videos","title":"Getting Started"},{"location":"getting-started/#getting-started","text":"Lens is lightweight and simple to install. You'll be up and running in just a few minutes.","title":"Getting Started"},{"location":"getting-started/#system-requirements","text":"Review the System Requirements to check if your computer configuration is supported.","title":"System requirements"},{"location":"getting-started/#macos","text":"Download Lens for macOS. Open the browser's download list and locate the downloaded archive. Select the 'magnifying glass' icon to open the archive in Finder. Double-click Lens-{version}.dmg and drag Lens.app to the Applications folder, making it available in the macOS Launchpad. Add Lens to your Dock by right-clicking on the icon to bring up the context menu and choosing Options , Keep in Dock .","title":"macOS"},{"location":"getting-started/#windows","text":"Download the Lens installer for Windows. Once it is downloaded, run the installer Lens-Setup-{version}.exe . This will only take a minute. By default, Lens is installed under C:\\users\\{username}\\AppData\\Local\\Programs\\Lens .","title":"Windows"},{"location":"getting-started/#linux","text":"See the Download Lens page for a complete list of available installation options.","title":"Linux"},{"location":"getting-started/#snap","text":"Lens is officially distributed as a Snap package in the Snap Store : You can install it by running: sudo snap install kontena-lens --classic","title":"Snap"},{"location":"getting-started/#update-cadence","text":"Lens releases a new version each month with new features and important bug fixes. Lens supports auto updating and you will be prompted to install the new release when it becomes available! To stay current with the Lens features, you can review the release notes .","title":"Update cadence"},{"location":"getting-started/#next-steps","text":"Add clusters Watch introductory videos","title":"Next Steps"},{"location":"getting-started/introductory-videos/","text":"Introductory Videos # Continue your Lens journey with this set of introductory videos! These videos are meant to quickly familiarize you with Lens' various powerful features. Getting started Get Lens Kubernetes IDE Running in 5 Minutes Duration 35 minutes Introducing Lens Lens Kubernetes IDE overview Duration 2 minutes Demo of Mirantis Lens The Best IDE For Kubernetes Duration 10 minutes","title":"Introductory Videos"},{"location":"getting-started/introductory-videos/#introductory-videos","text":"Continue your Lens journey with this set of introductory videos! These videos are meant to quickly familiarize you with Lens' various powerful features.","title":"Introductory Videos"},{"location":"getting-started/preferences/","text":"Preferences # Color themes # The Color Themes option in Lens preferences lets you set the colors in the Lens user interface to suit your liking. Go to File > Preferences ( Lens > Preferences on Mac). Select your preferred theme from the Color Theme dropdown. Telemetry & usage tracking # Lens collects telemetry data, which is used to help us understand how to improve the product. For example, this usage data helps us to debug issues and to prioritize new features. While we appreciate the insights this data provides, we also know that not everyone wants to send usage data. Please see our privacy statement to learn more. Disable telemetry reporting # If you don't wish to send usage data to Mirantis, you can disable the \"Telemetry & Usage Tracking\" in the Lens preferences. Go to File > Preferences ( Lens > Preferences on Mac). Scroll down to Telemetry & Usage Tracking Uncheck Allow telemetry & usage tracking . This will silence all telemetry events from Lens going forward. Telemetry information may have been collected and sent up until the point when you disable this setting.","title":"Preferences"},{"location":"getting-started/preferences/#preferences","text":"","title":"Preferences"},{"location":"getting-started/preferences/#color-themes","text":"The Color Themes option in Lens preferences lets you set the colors in the Lens user interface to suit your liking. Go to File > Preferences ( Lens > Preferences on Mac). Select your preferred theme from the Color Theme dropdown.","title":"Color themes"},{"location":"getting-started/preferences/#telemetry-usage-tracking","text":"Lens collects telemetry data, which is used to help us understand how to improve the product. For example, this usage data helps us to debug issues and to prioritize new features. While we appreciate the insights this data provides, we also know that not everyone wants to send usage data. Please see our privacy statement to learn more.","title":"Telemetry & usage tracking"},{"location":"getting-started/preferences/#disable-telemetry-reporting","text":"If you don't wish to send usage data to Mirantis, you can disable the \"Telemetry & Usage Tracking\" in the Lens preferences. Go to File > Preferences ( Lens > Preferences on Mac). Scroll down to Telemetry & Usage Tracking Uncheck Allow telemetry & usage tracking . This will silence all telemetry events from Lens going forward. Telemetry information may have been collected and sent up until the point when you disable this setting.","title":"Disable telemetry reporting"},{"location":"helm/","text":"Using Helm Charts # TBD","title":"Using Helm Charts"},{"location":"helm/#using-helm-charts","text":"TBD","title":"Using Helm Charts"},{"location":"supporting/requirements/","text":"Requirements for Lens # Hardware # Lens is a small download (< 300 MB) and has a disk footprint of 600 MB. Lens is lightweight and should easily run on today's hardware. We recommend: 2 GHz or faster processor 1 GB of RAM Platforms # Lens has been tested on the following platforms: OS X Windows Linux Additional Windows requirements # ... Additional Linux requirements # ...","title":"Requirements for Lens"},{"location":"supporting/requirements/#requirements-for-lens","text":"","title":"Requirements for Lens"},{"location":"supporting/requirements/#hardware","text":"Lens is a small download (< 300 MB) and has a disk footprint of 600 MB. Lens is lightweight and should easily run on today's hardware. We recommend: 2 GHz or faster processor 1 GB of RAM","title":"Hardware"},{"location":"supporting/requirements/#platforms","text":"Lens has been tested on the following platforms: OS X Windows Linux","title":"Platforms"},{"location":"supporting/requirements/#additional-windows-requirements","text":"...","title":"Additional Windows requirements"},{"location":"supporting/requirements/#additional-linux-requirements","text":"...","title":"Additional Linux requirements"}]} \ No newline at end of file diff --git a/latest/sitemap.xml.gz b/latest/sitemap.xml.gz index 7bbc11e4cd..513c749357 100644 Binary files a/latest/sitemap.xml.gz and b/latest/sitemap.xml.gz differ